Skip to content

Commit

Permalink
Merge pull request #24 from a2s-institute/stand
Browse files Browse the repository at this point in the history
Stand
  • Loading branch information
harleylara authored Feb 8, 2024
2 parents df55fbd + b4c8f93 commit fa456f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ros2 launch solo12_bringup robot.launch.py
```

Launch arguments:
- `stand`: Spawn robot on stand (default false).
- `stand`: Spawn robot on stand (default true).
- `use_rviz`: Run rviz (default true).

Example:
Expand Down
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 fa456f2

Please sign in to comment.