-
Notifications
You must be signed in to change notification settings - Fork 8
task_buoy package
Suryansh Agarwal edited this page Oct 19, 2017
·
2 revisions
Maintainers: Suryansh Agarwal, Akash Kumar Singh
- The new
task_buoy
is capable of detecting three buoys at the same time and thresholding it. There is a new variable that is used to switch between different buoys : 0, 1, 2 for blue, green and red.BGR
contains six integer namelyblue_min
,blue_max
,green_min
,green_max
,red_min
andred_max
. These six values are required whenever we want to threshold any three channel image.
-
BGR
is a two dimensional matrix(just for the sake of keeping it short and clean).
-
Another feature is that it can save all parameters from the running node itself, so there is no need to note down the values of all the newly calibrated values.
-
We can calibrate all the 18 values needed for thresholding all the three buoys by just using six paramters in the dynamic reconfigure.
-
There are other parameters like
save
andthreshold
which are used to save and allow the thresholding respectively. -
To know how to calibrate the values refer to this link.
Moderators: Mayank Mittal, Shikher Verma, Suryansh Agarwal . AUV-IITK