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

Update ros_installation.md #458

Merged
merged 1 commit into from
Jul 17, 2024
Merged
Changes from all commits
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
10 changes: 6 additions & 4 deletions ros_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,12 @@ continued use.

If you are planning on using a specific version of ROS and don't have a reason
to use a specific version of Gazebo, we recommend using the default version of
Gazebo available from the ROS repository when installing `ros_gz`. The following
command will install the correct version of Gazebo and `ros_gz` for your ROS
installation on a Linux system. You should replace `${ROS_DISTRO}` with your ROS
distribution (e.g. `humble`, `rolling`,`foxy`, `noetic`, etc).
Gazebo available from the ROS repository when installing `ros_gz`. You can find
instructions on adding the ROS repository to your system in the
[ROS documentation](https://docs.ros.org/en/humble/Installation/Alternatives/Ubuntu-Development-Setup.html#add-the-ros-2-apt-repository).
The following command will install the correct version of Gazebo and `ros_gz`
for your ROS installation on a Linux system. You should replace `${ROS_DISTRO}`
with your ROS distribution (e.g. `humble`, `rolling`,`foxy`, `noetic`, etc).

```bash
sudo apt-get install ros-${ROS_DISTRO}-ros-gz
Expand Down
Loading