File tree Expand file tree Collapse file tree 4 files changed +19
-5
lines changed Expand file tree Collapse file tree 4 files changed +19
-5
lines changed Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ add_service_files(
187
187
add_action_files(
188
188
DIRECTORY action
189
189
FILES
190
+ CheckForObjects.action
190
191
GlobalPositionNavigation.action
191
192
LocalPositionNavigation.action
192
193
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
2
5
float64 probability
3
6
int64 xmin
4
7
int64 ymin
5
8
int64 xmax
6
9
int64 ymax
7
-
Original file line number Diff line number Diff line change 1
1
Header header
2
- string camera
3
- int64 img_width
4
- int64 img_height
2
+ Header image_header
5
3
BoundingBox[] bounding_boxes
You can’t perform that action at this time.
0 commit comments