Skip to content

Commit

Permalink
rosdep fix
Browse files Browse the repository at this point in the history
  • Loading branch information
woensug-choi committed Feb 10, 2025
1 parent fda125d commit 9820f27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
9 changes: 1 addition & 8 deletions gazebo/dave_gz_world_plugins/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,14 @@
<version>0.0.0</version>
<description>The dave_gz_world_plugins</description>
<maintainer email="[email protected]">Gaurav Kumar</maintainer>
<license>TODO: License declaration</license>
<license>Apache 2.0</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<!-- <buildtool_depend>protobuf-dev</buildtool_depend> -->
<build_depend>protobuf</build_depend>
<build_depend>rosidl_default_generators</build_depend>
<build_export_depend>gz_ros</build_export_depend>
<!-- <build_export_depend>protobuf</build_export_depend> -->
<!-- new -->
<build_depend>ament_index_cpp</build_depend>
<exec_depend>ament_index_cpp</exec_depend>
<!-- new end -->
<exec_depend>protobuf</exec_depend>
<exec_depend>rosidl_default_runtime</exec_depend>
<depend>gz_dev</depend>
<depend>gz_msgs</depend>
<depend>rclcpp</depend>
<depend>std_msgs</depend>
<depend>dave_interfaces</depend>
Expand Down
7 changes: 1 addition & 6 deletions gazebo/dave_ros_gz_plugins/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,17 @@
<description>TODO: Package description</description>
<maintainer email="[email protected]">lena</maintainer>
<maintainer email="[email protected]">Gaurav Kumar</maintainer>
<license>TODO: License declaration</license>
<license>Apache 2.0</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>protobuf-dev</buildtool_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>
<exec_depend>protobuf</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>
<export>
Expand Down

0 comments on commit 9820f27

Please sign in to comment.