Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change get_started to recommened Gz version per platform for installations #338

Merged
merged 7 commits into from Feb 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
27 changes: 23 additions & 4 deletions get_started.md
Expand Up @@ -7,10 +7,29 @@ simulation using Gazebo.

## Step 1: Install

Each release of Gazebo ships with a new installation tutorial. You can
read [the latest installation tutorial here](/docs/latest/install). Please
visit the [main documentation](/docs) pages for a list of all releases,
along with links to their respective installation tutorials.
The recommended installation for new users is the use of binary
packages available for the platform to use:

|Platform|Gazebo Versions|
|---|---|
| Ubuntu 22.04 Jammy | [Gazebo Garden](docs/garden/install_ubuntu) (recommended) and [Gazebo Fortress](docs/fortress/install_ubuntu)
| Ubuntu 20.04 Focal | [Gazebo Garden](docs/garden/install_ubuntu) (recommended), [Gazebo Fortress](docs/fortress/install_ubuntu) and [Gazebo Citadel](docs/citadel/install_ubuntu)
| Ubuntu 18.04 Bionic | [Gazebo Citadel](docs/citadel/install_ubuntu)
| Mac Monterey | [Gazebo Garden](docs/garden/install_osx) (recommended), [Gazebo Fortress](docs/fortress/install_osx) and [Gazebo Citadel](docs/citadel/install_osx)
| Mac BigSur | [Gazebo Garden](docs/garden/install_osx) (recommended), [Gazebo Fortress](docs/fortress/install_osx) and [Gazebo Citadel](docs/citadel/install_osx)
| Mac Catalina | [Gazebo Garden](docs/garden/install_osx) (recommended), [Gazebo Fortress](docs/fortress/install_osx) and [Gazebo Citadel](docs/citadel/install_osx)

Windows support via conda-forge is not fully functional, there are known runtime problems
[Gazebo for Windows Issue](https://github.com/gazebosim/gz-sim/issues/168).

If the desired platform is not listed above or if a particular feature in a
j-rivero marked this conversation as resolved.
Show resolved Hide resolved
given [Gazebo release](https://gazebosim.org/docs/latest/releases) is needed,
there is an installation package per release available with all the
installation options:

* [Gazebo Garden installation](docs/garden/install) options (EOL 2024 Sep)
* [Gazebo Fortress (LTS) installation](docs/fortress/install) options (EOL 2026 Sep)
* [Gazebo Citadel (LTS) installation](docs/citadel/install) options (EOL 2024 Dec)

## Step 2: Run

Expand Down