Skip to content

Commit 0addae2

Browse files
committed
Comment out gzclient and rviz for debugging
1 parent 67f3910 commit 0addae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nav2_simple_commander/launch/security_demo_launch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ def generate_launch_description():
6969

7070
ld = LaunchDescription()
7171
ld.add_action(start_gazebo_server_cmd)
72-
ld.add_action(start_gazebo_client_cmd)
72+
# ld.add_action(start_gazebo_client_cmd)
7373
ld.add_action(start_robot_state_publisher_cmd)
74-
ld.add_action(rviz_cmd)
74+
# ld.add_action(rviz_cmd)
7575
ld.add_action(bringup_cmd)
7676
ld.add_action(demo_cmd)
7777
return ld

0 commit comments

Comments
 (0)