Skip to content

Commit

Permalink
Fix depend
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Miguel <[email protected]>
  • Loading branch information
jmguerreroh committed Dec 26, 2024
1 parent 078d9d1 commit 85b1a41
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,22 @@
<license>MIT License</license>
<buildtool_depend>ament_cmake</buildtool_depend>

<depend>rclcpp</depend>
<depend>image_transport</depend>

<depend>cv_bridge</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>libopencv-dev</depend>
<depend>libpcl-all-dev</depend>
<depend>image_geometry</depend>
<depend>depth_image_proc</depend>
<depend>eigen</depend>
<depend>message_filters</depend>
<depend>geometry_msgs</depend>
<depend>tf2_ros</depend>
<depend>image_geometry</depend>
<depend>image_transport</depend>
<depend>libopencv-dev</depend>
<depend>libpcl-all-dev</depend>
<depend>message_filters</depend>
<depend>pcl_ros</depend>
<depend>rclcpp</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>tf2_geometry_msgs</depend>
<depend>tf2_ros</depend>

<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
Expand Down

0 comments on commit 85b1a41

Please sign in to comment.