Skip to content

Commit 04f394a

Browse files
committed
Fix links and minor corrections
Signed-off-by: Physic69 <vencutsub11111111111@gmail.com>
1 parent ef5d3eb commit 04f394a

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

get_started.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,29 @@ simulation using Gazebo.
88
## Step 1: Install
99

1010
:::{important}
11-
If you are a [ROS](https://ros.org) user, please first read our tutorial on [ROS/Gazebo installation](ros_installation)
11+
If you are a [ROS](https://ros.org) user, please first read our tutorial on [ROS/Gazebo installation](https://github.com/gazebosim/docs/blob/master/ros_installation.md)
1212
:::
1313

1414
The recommended installation for new users is the use of binary
1515
packages available for the platform to use:
1616

1717
|Platform|Gazebo Versions|
1818
|---|---|
19-
| Ubuntu 24.04 Noble | [Gazebo Harmonic](/docs/harmonic/install_ubuntu){.external} (recommended), (recommended if using ROS 2 Jazzy) and [Gazebo Ionic](/docs/ionic/install_ubuntu){.external}
20-
| Ubuntu 22.04 Jammy | [Gazebo Harmonic](/docs/harmonic/install_ubuntu){.external} (recommended) and [Gazebo Fortress](/docs/fortress/install_ubuntu){.external} (recommended if using ROS 2 Humble)
21-
| Mac Ventura | [Gazebo Harmonic](/docs/harmonic/install_osx){.external} (recommended) and [Gazebo Fortress](/docs/fortress/install_osx){.external}
22-
| Mac Monterey | [Gazebo Harmonic](/docs/harmonic/install_osx){.external} (recommended) and [Gazebo Fortress](/docs/fortress/install_osx){.external}
19+
| Ubuntu 24.04 Noble | [Gazebo Jetty](/jetty/install_ubuntu.md){.external} (recommended), [Gazebo Harmonic](/harmonic/install_ubuntu.md){.external} (recommended if using ROS 2 Jazzy) and [Gazebo Ionic](/ionic/install_ubuntu.md){.external}
20+
| Ubuntu 22.04 Jammy | [Gazebo Harmonic](/harmonic/install_ubuntu.md){.external} (recommended) and [Gazebo Fortress](/fortress/install_ubuntu.md){.external} (recommended if using ROS 2 Humble)
21+
| Mac Ventura | [Gazebo Harmonic](/harmonic/install_osx.md){.external} (recommended) and [Gazebo Fortress](/fortress/install_osx.md){.external}
22+
| Mac Monterey | [Gazebo Harmonic](/harmonic/install_osx.md){.external} (recommended) and [Gazebo Fortress](/fortress/install_osx.md){.external}
2323
| Windows | Support via Conda-Forge is not fully functional, as there are known runtime issues [see this issue for details](https://github.com/gazebosim/gz-sim/issues/168).
2424

2525
If the desired platform is not listed above or if a particular feature in a
26-
given [Gazebo release](releases) is needed,
26+
given [Gazebo release](https://github.com/gazebosim/gz-sim/releases) is needed,
2727
there is an installation package per release available with all the
2828
installation options:
2929

30-
* [Gazebo Ionic installation](/docs/ionic/install){.external} options (EOL 2026 Sep)
31-
* [Gazebo Harmonic (LTS) installation](/docs/harmonic/install){.external} options (EOL 2028 Sep)
32-
* [Gazebo Fortress (LTS) installation](/docs/fortress/install){.external} options (EOL 2026 Sep)
30+
* [Gazebo Jetty installation](/jetty/install.md){.external} options (Expected: EOL 2030 Sep)
31+
* [Gazebo Ionic installation](/ionic/install.md){.external} options (EOL 2026 Sep)
32+
* [Gazebo Harmonic (LTS) installation](/harmonic/install.md){.external} options (EOL 2028 Sep)
33+
* [Gazebo Fortress (LTS) installation](/fortress/install.md){.external} options (EOL 2026 Sep)
3334

3435
## Step 2: Run
3536

@@ -45,7 +46,7 @@ gz sim shapes.sdf # Fortress uses "ign gazebo" instead of "gz sim"
4546
```
4647

4748
This command will launch both the Sim server and Sim GUI with a world
48-
that contains three simple shapes.
49+
that contains six simple shapes.
4950

5051
Add the `-v 4` command line argument to generate error, warning,
5152
informational, and debugging messages on the console.
@@ -92,10 +93,10 @@ custom SDF file.
9293
## Step 4: Explore and learn
9394

9495
This tutorial has covered the basics of getting started with Gazebo.
95-
There are more [versioned tutorials](/docs/citadel/tutorials){.external}
96+
There are more [versioned tutorials](/citadel/tutorials){.external}
9697
covering the basics of the GUI, creating worlds and robots, and more.
9798

98-
Each [Gazebo library](/libs){.external} also has a set of tutorials and
99+
Each [Gazebo library](https://gazebosim.org/libs/){.external} also has a set of tutorials and
99100
examples. Explore these resources, and don't forget to ask questions and
100101
find solutions at [answers.gazebosim.org](http://answers.gazebosim.org).
101102

0 commit comments

Comments
 (0)