Skip to content

Commit

Permalink
Update messages generated with ROS2
Browse files Browse the repository at this point in the history
  • Loading branch information
mandi1267 committed Apr 19, 2024
1 parent 34f5a1e commit 9b206d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ elseif(${ROS_VERSION} EQUAL "2")

rosidl_generate_interfaces(${PROJECT_NAME}
"msg/AckermannCurvatureDriveMsg.msg"
"msg/BBox2DArrayMsg.msg"
"msg/BBox2DMsg.msg"
"msg/ColoredArc2D.msg"
"msg/ColoredLine2D.msg"
"msg/ColoredPoint2D.msg"
Expand All @@ -42,7 +44,11 @@ elseif(${ROS_VERSION} EQUAL "2")
"msg/Pose2Df.msg"
"msg/RobofleetStatus.msg"
"msg/RobofleetSubscription.msg"
"msg/TurtlebotDockStatus.msg"
"msg/VisualizationMsg.msg"
"srv/ObjectDetectionSrv.srv"
"srv/SocialPipsSrv.srv"
"action/TurtlebotDock.action"
DEPENDENCIES geometry_msgs nav_msgs std_msgs
)

Expand Down
4 changes: 2 additions & 2 deletions msg/BBox2DArrayMsg.msg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Header header
BBox2DMsg[] bboxes
std_msgs/Header header
BBox2DMsg[] bboxes

0 comments on commit 9b206d8

Please sign in to comment.