remove chomp planner from pipelines config and use stomp by default
This commit is contained in:
parent
4555d2b12e
commit
9c6338774f
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ def launch_setup(context, *args, **kwargs):
|
|||
.pilz_cartesian_limits("moveit/pilz_cartesian_limits.yaml")
|
||||
.robot_description_kinematics("moveit/kinematics.yaml")
|
||||
.robot_description_semantic("srdf/rbs_arm.srdf", mappings={})
|
||||
.planning_pipelines(pipelines=["ompl", "chomp", "stomp"], default_planning_pipeline="ompl")
|
||||
.planning_pipelines(pipelines=["ompl", "stomp"], default_planning_pipeline="stomp")
|
||||
.to_moveit_configs()
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue