We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4e856 commit b398d5cCopy full SHA for b398d5c
doc/tutorials/quickstart_in_rviz/launch/demo.launch.py
@@ -15,6 +15,9 @@ def generate_launch_description():
15
MoveItConfigsBuilder("moveit_resources_panda")
16
.robot_description(file_path="config/panda.urdf.xacro")
17
.trajectory_execution(file_path="config/gripper_moveit_controllers.yaml")
18
+ .planning_pipelines(
19
+ pipelines=["ompl", "chomp", "pilz_industrial_motion_planner"]
20
+ )
21
.to_moveit_configs()
22
)
23
0 commit comments