File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ add_service_files(
187187add_action_files (
188188 DIRECTORY action
189189 FILES
190+ CheckForObjects.action
190191 GlobalPositionNavigation.action
191192 LocalPositionNavigation.action
192193 WaypointNavigation.action
Original file line number Diff line number Diff line change 1+ # Check if objects in image
2+
3+ # Goal definition
4+ int16 id
5+ sensor_msgs/Image image
6+
7+ ---
8+ # Result definition
9+ int16 id
10+ brain_box_msgs/BoundingBoxes bounding_boxes
11+
12+ ---
13+ # Feedback definition
Original file line number Diff line number Diff line change 1- string feature_name
1+ string Class
2+ string camera
3+ int64 img_width
4+ int64 img_height
25float64 probability
36int64 xmin
47int64 ymin
58int64 xmax
69int64 ymax
7-
Original file line number Diff line number Diff line change 11Header header
2- string camera
3- int64 img_width
4- int64 img_height
2+ Header image_header
53BoundingBox [] bounding_boxes
You can’t perform that action at this time.
0 commit comments