|
1 | 1 | # Install Gazebo using Ubuntu packages
|
2 | 2 |
|
3 |
| -This tutorial covers the installation of Gazebo packages using the the |
4 |
| -`osrfoundation.org` repository, designed for those who want to follow the |
| 3 | +This tutorial covers the installation of Gazebo packages using the |
| 4 | +`packages.osrfoundation.org` repository, designed for those who want to follow the |
5 | 5 | faster development path but still a stable one.
|
6 | 6 |
|
7 |
| -Gazebo is also released as an Ubuntu official package: ([check which |
8 |
| -version](https://packages.ubuntu.com/search?suite=all§ion=all&arch=any&keywords=gazebo&searchon=sourcenames) |
9 |
| -is available for every distribution. If you are a [ROS](http://ros.org) user, please |
10 |
| -read the tutorial about [ROS/Gazebo |
11 |
| -installation](http://gazebosim.org/tutorials?tut=ros_wrapper_versions&cat=connect_ros). |
| 7 | +Some notes: |
| 8 | + |
| 9 | + * Gazebo11 is also released as an **Ubuntu official package**: |
| 10 | + [check which version](https://packages.ubuntu.com/search?suite=all§ion=all&arch=any&keywords=gazebo&searchon=sourcenames) |
| 11 | + is available for every distribution. The version in Ubuntu repositories |
| 12 | + rarely change for stability reasons. |
| 13 | + |
| 14 | + * Starting with Ubuntu Jammy (22.04) **Open Robotics won't be |
| 15 | + releasing more binary packages of Gazebo11 in `packages.osrfoundation.org`** |
| 16 | + for the new Ubuntu versions. [The migration to new Gz, formerly Ignition is recommended](https://community.gazebosim.org/t/a-new-era-for-gazebo/1356). |
| 17 | + Binaries coming directly from Ubuntu repositories can be used for these |
| 18 | + new platforms. The upstream code will keep accepting patches for new |
| 19 | + software versions so from-source installations will also be an option. |
| 20 | + |
| 21 | + * If you are a [ROS](http://ros.org) user, please read the tutorial about the |
| 22 | + [ROS/Gazebo installation](http://gazebosim.org/tutorials?tut=ros_wrapper_versions&cat=connect_ros). |
12 | 23 |
|
13 | 24 | ## Default installation: one-liner
|
14 | 25 |
|
|
0 commit comments