Skip to content

Commit

Permalink
Add note about how to change initial pose
Browse files Browse the repository at this point in the history
  • Loading branch information
civerachb-cpr committed Jul 29, 2024
1 parent 1de4ba0 commit ccc4134
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion irobot_create_gz/irobot_create_gz_bringup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,10 @@ lower-left corner to start the simulation. The robot starts docked on its charg
The default simulation world is the `depot` environment. To chage worlds, use the `world`
argument. Supported worlds are:
- `depot` (default)
- `maze`
- `maze`

## Robot spawn location

By default the robot spawns at the origin. To change the robot's spawn location, use the
`x`, `y`, `z` and `yaw` arguments. Note that changing `z` may result in the robot spawning
in the air or below the ground plane, depending in the value used.

0 comments on commit ccc4134

Please sign in to comment.