You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: get_started.md
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,28 +8,29 @@ simulation using Gazebo.
8
8
## Step 1: Install
9
9
10
10
:::{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)
12
12
:::
13
13
14
14
The recommended installation for new users is the use of binary
15
15
packages available for the platform to use:
16
16
17
17
|Platform|Gazebo Versions|
18
18
|---|---|
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}
23
23
| 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).
24
24
25
25
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,
27
27
there is an installation package per release available with all the
0 commit comments