We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b68071 commit a6531cdCopy full SHA for a6531cd
2 files changed
common_interfaces_cpp/CMakeLists.txt
@@ -14,6 +14,7 @@ set(ros2_dependencies
14
gazebo_msgs
15
rosgraph_msgs
16
cv_bridge
17
+ ros_gz_interfaces
18
)
19
20
# Find ament_cmake (required for the build system itself)
common_interfaces_cpp/package.xml
@@ -18,6 +18,7 @@
<depend>geometry_msgs</depend>
<depend>gazebo_msgs</depend>
<depend>rosgraph_msgs</depend>
21
+ <depend>ros_gz_interfaces</depend>
22
23
<export>
24
<build_type>ament_cmake</build_type>
0 commit comments