Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
Fix Gazebo package dependencies (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass authored Jan 25, 2024
1 parent 2fc10c2 commit 296d574
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
9 changes: 4 additions & 5 deletions src/picknik_ur_gazebo_config/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@

<depend>picknik_ur_base_config</depend>

<exec_depend>moveit_ros_perception</exec_depend>
<exec_depend>ros_gz</exec_depend>
<exec_depend>ign_ros2_control</exec_depend>
<exec_depend>picknik_accessories</exec_depend>
<depend>ign_ros2_control</depend>
<depend>moveit_ros_perception</depend>
<depend>picknik_accessories</depend>
<depend>ros_gz</depend>

<test_depend>ament_lint_auto</test_depend>

<test_depend>ament_clang_format</test_depend>
<test_depend>ament_clang_tidy</test_depend>
<test_depend>ament_cmake_copyright</test_depend>
Expand Down
9 changes: 4 additions & 5 deletions src/picknik_ur_gazebo_scan_and_plan_config/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@

<depend>picknik_ur_gazebo_config</depend>

<exec_depend>moveit_ros_perception</exec_depend>
<exec_depend>ros_gz</exec_depend>
<exec_depend>ign_ros2_control</exec_depend>
<exec_depend>picknik_accessories</exec_depend>
<depend>ign_ros2_control</depend>
<depend>moveit_ros_perception</depend>
<depend>picknik_accessories</depend>
<depend>ros_gz</depend>

<test_depend>ament_lint_auto</test_depend>

<test_depend>ament_clang_format</test_depend>
<test_depend>ament_clang_tidy</test_depend>
<test_depend>ament_cmake_copyright</test_depend>
Expand Down

0 comments on commit 296d574

Please sign in to comment.