Skip to content

Commit

Permalink
Disable dependencies to avoid circular dependencies (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
cambel committed Jul 21, 2022
1 parent a9a1cd7 commit 100bb2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dual_panda_moveit_config/package.xml
Expand Up @@ -16,13 +16,15 @@

<buildtool_depend>catkin</buildtool_depend>

<!-- disabled to remove circular dependencies
<run_depend>moveit_ros_move_group</run_depend>
<run_depend>moveit_fake_controller_manager</run_depend>
<run_depend>moveit_kinematics</run_depend>
<run_depend>moveit_planners_ompl</run_depend>
<run_depend>moveit_ros_visualization</run_depend>
<run_depend>moveit_setup_assistant</run_depend>
<run_depend>moveit_simple_controller_manager</run_depend>
-->
<run_depend>joint_state_publisher</run_depend>
<run_depend>joint_state_publisher_gui</run_depend>
<run_depend>robot_state_publisher</run_depend>
Expand Down

0 comments on commit 100bb2d

Please sign in to comment.