Skip to content

4.Anion Detection

Grzegorr edited this page Dec 9, 2019 · 4 revisions

Introduction:

Nodes:

This feature is contained in a "weed_detection" node, which is contained in "weedDetection.py" script in package ROS. NOTICE: it will be run only when this specific camera mode is chosen, and only on the capture of a new frame.

Topics Subscribed:

/thorvald_001/kinect2_camera/hd/image_color_rect - topic to get a picture from a camera from
/camera_mode - the topic which features information from a path controller and determines which detection algorithm will be used.

Topics Published on:

NONE - it passes a mask of where it believes to see weeds to single map generation feature inside the same node.

Description of Working Principles:

How to run:

There are two ways to run this node. One is to use a "FullLaunch.launch" file in package "ROS", which starts the whole system. Otherwise, "BasicLaunch.launch" can be used and the "weed_detection" node by running a "weedDetection.py" script from package "myOpenCV"

Known Issues:

Some blobs are not detected

Clone this wiki locally