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 57c802f commit 46f6c55Copy full SHA for 46f6c55
doc/tutorials/pick_and_place_with_moveit_task_constructor/launch/mtc_demo.launch.py
@@ -12,9 +12,6 @@ def generate_launch_description():
12
MoveItConfigsBuilder("moveit_resources_panda")
13
.robot_description(file_path="config/panda.urdf.xacro")
14
.trajectory_execution(file_path="config/gripper_moveit_controllers.yaml")
15
- .planning_scene_monitor(
16
- publish_robot_description=True, publish_robot_description_semantic=True
17
- )
18
.to_moveit_configs()
19
)
20
0 commit comments