Skip to content

Commit

Permalink
Fix file name, add pause_run_simulation to tutorials.md.in
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey committed Jun 11, 2024
1 parent fcf8f04 commit 54b25fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions tutorials.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Gazebo @GZ_DESIGNATION_CAP@ library and how to use the library effectively.
* \subpage gui_config "GUI configuration": Customizing your layout.
* \subpage server_config "Server configuration": Customizing what system plugins are loaded.
* \subpage model_command "Model Command": Use the CLI to get information about the models in a simulation.
* \subpage pause_run_simulation "Pause and Run simulation": Use Gazebo transport API to pause and run simulation.
* \subpage reset_simulation Reset simulation
* \subpage resources "Finding resources": The different ways in which Gazebo looks for files.
* \subpage debugging "Debugging": Information about debugging Gazebo.
Expand Down
4 changes: 2 additions & 2 deletions tutorials/reset_simulation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ The Reset Gazebo transport API is exposed to allow resetting simulation to time
It's possible to call this API using the command line or through the GUI.
In addition to the API, we have also expanded the simulation system API with a Reset interface.

To repeat this demo, run the `default` world:
To repeat this demo, run the `rolling_shapes.sdf` file:
```bash
gz sim default.sdf
gz sim rolling_shapes.sdf
```

## Reset interface
Expand Down

0 comments on commit 54b25fe

Please sign in to comment.