Skip to content

Commit

Permalink
revert moveit configs for humble
Browse files Browse the repository at this point in the history
  • Loading branch information
mhubii committed Nov 20, 2024
1 parent 7da8f2a commit deb2b55
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lbr_bringup/lbr_bringup/moveit.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def moveit_configs_builder(
)
.planning_pipelines(
default_planning_pipeline="ompl",
pipelines=["chomp", "pilz_industrial_motion_planner", "stomp", "ompl"],
pipelines=["ompl"],
)
)

Expand Down
1 change: 0 additions & 1 deletion lbr_bringup/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<exec_depend>lbr_ros2_control</exec_depend>
<exec_depend>moveit_planners_chomp</exec_depend>
<exec_depend>moveit_planners_ompl</exec_depend>
<exec_depend>moveit_planners_stomp</exec_depend>
<exec_depend>moveit_ros_move_group</exec_depend>
<exec_depend>moveit_servo</exec_depend>
<exec_depend>rclpy</exec_depend>
Expand Down

0 comments on commit deb2b55

Please sign in to comment.