Skip to content

Commit

Permalink
Fix Gazebo package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
henningkayser committed May 31, 2023
1 parent 26c49d5 commit 0a5479f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion panda_moveit_config/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<buildtool_depend>ament_cmake</buildtool_depend>

<exec_depend>gz_ros2_control</exec_depend>
<exec_depend>ign_ros2_control</exec_depend>
<exec_depend>moveit_resources_panda_description</exec_depend>
<!-- disabled to remove circular dependencies
<exec_depend>moveit_ros_move_group</exec_depend>
Expand All @@ -33,6 +33,8 @@
<exec_depend>joint_state_publisher</exec_depend>
<exec_depend>joint_state_publisher_gui</exec_depend>
<exec_depend>robot_state_publisher</exec_depend>
<exec_depend>ros_ign_gazebo</exec_depend>
<exec_depend>ros2controlcli</exec_depend>
<exec_depend>xacro</exec_depend>
<!-- TODO(#40): Package not available in ROS 2, find equivalent when migrating launch files
<exec_depend>topic_tools</exec_depend>
Expand Down

0 comments on commit 0a5479f

Please sign in to comment.