Skip to content

Commit 46f6c55

Browse files
committed
these lines arent needed when built locally
1 parent 57c802f commit 46f6c55

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doc/tutorials/pick_and_place_with_moveit_task_constructor/launch/mtc_demo.launch.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ def generate_launch_description():
1212
MoveItConfigsBuilder("moveit_resources_panda")
1313
.robot_description(file_path="config/panda.urdf.xacro")
1414
.trajectory_execution(file_path="config/gripper_moveit_controllers.yaml")
15-
.planning_scene_monitor(
16-
publish_robot_description=True, publish_robot_description_semantic=True
17-
)
1815
.to_moveit_configs()
1916
)
2017

0 commit comments

Comments
 (0)