Skip to content

Commit

Permalink
change spawn robot in stand by default
Browse files Browse the repository at this point in the history
  • Loading branch information
harleylara committed Feb 8, 2024
1 parent df55fbd commit a6586ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solo12_bringup/launch/robot.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def generate_launch_description():
declared_arguments.append(
DeclareLaunchArgument(
"stand",
default_value="false",
default_value="true",
description="Spawn stand for the robot."
)
)
Expand Down

0 comments on commit a6586ed

Please sign in to comment.