Skip to content

Commit

Permalink
specify planning pipelines to use (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
abake48 authored Aug 9, 2023
1 parent 62a602f commit b71d636
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def launch_setup(context, *args, **kwargs):
moveit_config = (
MoveItConfigsBuilder("gen3", package_name="kinova_gen3_6dof_robotiq_2f_85_moveit_config")
.robot_description(mappings=launch_arguments)
.planning_pipelines(pipelines=["ompl"])
.planning_pipelines(pipelines=["ompl", "chomp", "pilz_industrial_motion_planner"])
.to_moveit_configs()
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def launch_setup(context, *args, **kwargs):
moveit_config = (
MoveItConfigsBuilder("gen3", package_name="kinova_gen3_7dof_robotiq_2f_85_moveit_config")
.robot_description(mappings=launch_arguments)
.planning_pipelines(pipelines=["ompl"])
.planning_pipelines(pipelines=["ompl", "chomp", "pilz_industrial_motion_planner"])
.to_moveit_configs()
)

Expand Down

0 comments on commit b71d636

Please sign in to comment.