Skip to content

Commit a6531cd

Browse files
committed
add new ros_gazebo interface to pkg and cmakelists
1 parent 3b68071 commit a6531cd

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

common_interfaces_cpp/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ set(ros2_dependencies
1414
gazebo_msgs
1515
rosgraph_msgs
1616
cv_bridge
17+
ros_gz_interfaces
1718
)
1819

1920
# Find ament_cmake (required for the build system itself)

common_interfaces_cpp/package.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<depend>geometry_msgs</depend>
1919
<depend>gazebo_msgs</depend>
2020
<depend>rosgraph_msgs</depend>
21+
<depend>ros_gz_interfaces</depend>
2122

2223
<export>
2324
<build_type>ament_cmake</build_type>

0 commit comments

Comments
 (0)