We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f3910 commit 0addae2Copy full SHA for 0addae2
1 file changed
nav2_simple_commander/launch/security_demo_launch.py
@@ -69,9 +69,9 @@ def generate_launch_description():
69
70
ld = LaunchDescription()
71
ld.add_action(start_gazebo_server_cmd)
72
- ld.add_action(start_gazebo_client_cmd)
+ # ld.add_action(start_gazebo_client_cmd)
73
ld.add_action(start_robot_state_publisher_cmd)
74
- ld.add_action(rviz_cmd)
+ # ld.add_action(rviz_cmd)
75
ld.add_action(bringup_cmd)
76
ld.add_action(demo_cmd)
77
return ld
0 commit comments