Skip to content

Commit 3041047

Browse files
committed
std_msgs::Int8 with Header for Object Count
1 parent e6fc77e commit 3041047

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

darknet_ros_msgs/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ add_message_files(
1717
FILES
1818
BoundingBox.msg
1919
BoundingBoxes.msg
20+
ObjectCount.msg
2021
)
2122

2223
add_action_files(

darknet_ros_msgs/msg/ObjectCount.msg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Header header
2+
int8 count

0 commit comments

Comments
 (0)