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

Remove gazebo11 side by side install for Ionic #442

Merged
merged 2 commits into from
May 20, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion garden/install_ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ Garden binaries are provided for Ubuntu Focal and Jammy. The
Garden binaries are hosted in the packages.osrfoundation.org repository.
To install all of them, the metapackage `gz-garden` can be installed.

**WARNING:** for gazebo-classic (eg. `gazebo11`) users: `gz-garden` cannot be
<div class="warning">
WARNING: for gazebo-classic (eg. `gazebo11`) users: `gz-harmonic` cannot be
j-rivero marked this conversation as resolved.
Show resolved Hide resolved
installed alongside with `gazebo11` by default. To facilitate the migration
this can be done using the instruction detailed in
[Installing Gazebo11 side by side with new Gazebo](/docs/all/install_gz11_side_by_side).
</div>

First install some necessary tools:

Expand Down
4 changes: 3 additions & 1 deletion harmonic/install_ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ Harmonic binaries are provided for Ubuntu Jammy (22.04) and Ubuntu Noble (24.04)
Harmonic binaries are hosted in the packages.osrfoundation.org repository.
To install all of them, the metapackage `gz-harmonic` can be installed.

*WARNING:** for gazebo-classic (eg. `gazebo11`) users: `gz-harmonic` cannot be
<div class="warning">
WARNING: for gazebo-classic (eg. `gazebo11`) users: `gz-harmonic` cannot be
installed alongside with `gazebo11` by default. To facilitate the migration
this can be done using the instruction detailed in
[Installing Gazebo11 side by side with new Gazebo](/docs/all/install_gz11_side_by_side).
</div>

First install some necessary tools:

Expand Down
2 changes: 0 additions & 2 deletions ionic/install_ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ Ionic binaries are provided for Ubuntu Jammy (22.04) and Ubuntu Noble (24.04). T
Ionic binaries are hosted in the packages.osrfoundation.org repository.
To install all of them, the metapackage `gz-ionic` can be installed.

**WARNING:** `gz-ionic` cannot be installed alongside gazebo-classic (eg. `gazebo11`) since both use the `gz` command line tool. Trying to install `gz-ionic` on a system that already has gazebo-classic installed from binaries will cause gazebo-classic and its dependencies to be uninstalled. Currently, the workarounds for this are to install from source or to use Docker [`gazebo-classic`](https://hub.docker.com/_/gazebo) so they are not installed side-by-side on the same system.

First install some necessary tools:

```bash
Expand Down
Loading