Skip to content

Commit

Permalink
Comment out gzclient and rviz for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ruffsl committed Apr 3, 2023
1 parent 67f3910 commit 0addae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nav2_simple_commander/launch/security_demo_launch.py
Expand Up @@ -69,9 +69,9 @@ def generate_launch_description():

ld = LaunchDescription()
ld.add_action(start_gazebo_server_cmd)
ld.add_action(start_gazebo_client_cmd)
# ld.add_action(start_gazebo_client_cmd)
ld.add_action(start_robot_state_publisher_cmd)
ld.add_action(rviz_cmd)
# ld.add_action(rviz_cmd)
ld.add_action(bringup_cmd)
ld.add_action(demo_cmd)
return ld

0 comments on commit 0addae2

Please sign in to comment.