Skip to content

Commit

Permalink
add missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
moooeeeep committed Dec 3, 2024
1 parent 493bc5b commit 31f7ac2
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,25 @@
<license>BSD 3-Clause</license>

<buildtool_depend>ament_cmake</buildtool_depend>

<depend>rclcpp</depend>
<depend>libqt5-core</depend>
<depend>libqt5-widgets</depend>
<depend>boost</depend>
<depend>rclcpp_components</depend>
<depend>tf2_geometry_msgs</depend>
<depend>std_msgs</depend>
<depend>geometry_msgs</depend>
<depend>tf2_geometry_msgs</depend>
<depend>sensor_msgs</depend>
<depend>nav_msgs</depend>
<depend>tf2_ros</depend>
<depend>nav_msgs</depend>
<depend>pcl_conversions</depend>
<depend>rviz_common</depend>
<depend>rviz_rendering</depend>
<depend>std_srvs</depend>
<depend>pluginlib</depend>
<depend>planning-ugv_nav4d</depend>

<build_depend>rosidl_default_generators</build_depend>

<exec_depend>rosidl_default_runtime</exec_depend>
Expand Down

0 comments on commit 31f7ac2

Please sign in to comment.