Skip to content

Commit b398d5c

Browse files
stephanie-engAndyZe
andauthored
Explicitly state which planning pipelines to use in demo launch (#521)
* Explicitly state which planning pipelines to use in demo launch * Formatting fix Co-authored-by: AndyZe <[email protected]>
1 parent bc4e856 commit b398d5c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/tutorials/quickstart_in_rviz/launch/demo.launch.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ def generate_launch_description():
1515
MoveItConfigsBuilder("moveit_resources_panda")
1616
.robot_description(file_path="config/panda.urdf.xacro")
1717
.trajectory_execution(file_path="config/gripper_moveit_controllers.yaml")
18+
.planning_pipelines(
19+
pipelines=["ompl", "chomp", "pilz_industrial_motion_planner"]
20+
)
1821
.to_moveit_configs()
1922
)
2023

0 commit comments

Comments
 (0)