Adding missing ros_enironment dep for buildfarm

This commit is contained in:
matlabbe
2025-06-10 11:03:57 -07:00
parent 600732f44b
commit 7472b019f9
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -12,6 +12,8 @@
<buildtool_depend>ament_cmake_ros</buildtool_depend>
<build_depend>ros_environment</build_depend>
<depend>cv_bridge</depend>
<depend>geometry_msgs</depend>
<depend>nav_msgs</depend>
+2
View File
@@ -12,6 +12,8 @@
<buildtool_depend>ament_cmake</buildtool_depend>
<build_depend>ros_environment</build_depend>
<depend>cv_bridge</depend>
<depend>image_transport</depend>
<depend>rclcpp</depend>