Skip to content

Commit

Permalink
rosdep fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
woensug-choi committed Feb 10, 2025
1 parent 4ba40bd commit 3047015
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions gazebo/dave_ros_gz_plugins/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,28 @@
<license>TODO: License declaration</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>protobuf-dev</buildtool_depend>
<build_depend>rclcpp</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>dave_interfaces</build_depend>
<build_depend>dave_gz_world_plugins</build_depend>
<build_depend>protobuf</build_depend>
<build_depend>gz_msgs</build_depend>
<build_depend>message_generation</build_depend>
<!-- <build_export_depend>protobuf</build_export_depend> -->
<depend>rclcpp</depend>
<depend>dave_interfaces</depend>
<depend>dave_gz_world_plugins</depend>
<depend>sensor_msgs</depend>
<depend>geometry_msgs</depend>
<depend>std_msgs</depend>
<build_depend>protobuf</build_depend>
<build_depend>message_generation</build_depend>
<!-- <build_export_depend>protobuf</build_export_depend> -->
<exec_depend>protobuf</exec_depend>
<exec_depend>rclcpp</exec_depend>
<exec_depend>std_msgs</exec_depend>
<exec_depend>geometry_msgs</exec_depend>
<exec_depend>dave_interfaces</exec_depend>
<exec_depend>dave_gz_world_plugins</exec_depend>
<exec_depend>gz_msgs</exec_depend>
<exec_depend>message_runtime</exec_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
Expand Down

0 comments on commit 3047015

Please sign in to comment.