Skip to content

Commit

Permalink
Update spot_driver/launch/spot_driver.launch.py
Browse files Browse the repository at this point in the history
Co-authored-by: Katie Hughes <[email protected]>
  • Loading branch information
tcappellari-bdai and khughes-bdai authored Dec 19, 2024
1 parent 5455333 commit c5101b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spot_driver/launch/spot_driver.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def generate_launch_description() -> launch.LaunchDescription:
launch_args.append(
DeclareBooleanLaunchArgument(
"launch_rviz",
default_value="False",
default_value=False,
description="Choose whether to launch RViz",
)
)
Expand Down

0 comments on commit c5101b3

Please sign in to comment.