Skip to content

Commit

Permalink
Add a comment on get_started for the use of ign in Citadel/Fortress
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Nov 15, 2023
1 parent 304a7a2 commit e8f0c8e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions get_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ simulator, from a terminal.
Launch Gazebo by running:

```
gz sim shapes.sdf
gz sim shapes.sdf # Fortress and Citadel use "ign gazebo" instead of "gz sim"
```

This command will launch both the Sim server and Sim GUI with a world
Expand All @@ -54,13 +54,13 @@ Add the `-v 4` command line argument to generate error, warning,
informational, and debugging messages on the console.

```
gz sim shapes.sdf -v 4
gz sim shapes.sdf -v 4 # Fortress and Citadel use "ign gazebo" instead of "gz sim"
```

Gazebo Sim can also be run headless, i.e. without the GUI, by using the `-s` (server only) flag.

```
gz sim -s shapes.sdf -v 4
gz sim -s shapes.sdf -v 4 # Fortress and Citadel use "ign gazebo" instead of "gz sim"
```

Similarly, the GUI can be run independently using the `-g` (gui only) flag.
Expand Down Expand Up @@ -109,12 +109,12 @@ and another for the GUI:

```sh
# launch server in one terminal
gz sim -v 4 shapes.sdf -s
gz sim -v 4 shapes.sdf -s # Fortress and Citadel use "ign gazebo" instead of "gz sim"
```

```sh
# launch gui in a separate terminal
gz sim -v 4 -g
gz sim -v 4 -g # Fortress and Citadel use "ign gazebo" instead of "gz sim"
```

The GUI on macOS is currently known to be unstable. Basic interaction with
Expand Down

0 comments on commit e8f0c8e

Please sign in to comment.