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 with typo fix #481

Merged
merged 1 commit into from
Aug 12, 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
12 changes: 6 additions & 6 deletions ros_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ packages (Humble officially supports Gazebo Fortress).

To install the binary Gazebo Harmonic/ROS 2 Humble packages:

* Folow [these instruction to install gz-harmonic](https://gazebosim.org/docs/harmonic/install_ubuntu#binary-installation-on-ubuntu)
* Follow [these instruction to install gz-harmonic](https://gazebosim.org/docs/harmonic/install_ubuntu#binary-installation-on-ubuntu)
from [`packages.osrfoundation.org`](https://packages.osrfoundation.org/gazebo/ubuntu/)
repository.
* Install `ros_gz` from the non official binary packages from apt:
Expand All @@ -173,7 +173,7 @@ packages (Iron officially supports Gazebo Fortress).

To install the binary Gazebo Harmonic/ROS 2 Iron packages:

* Folow [these instruction to install gz-harmonic](https://gazebosim.org/docs/harmonic/install_ubuntu#binary-installation-on-ubuntu)
* Follow [these instruction to install gz-harmonic](https://gazebosim.org/docs/harmonic/install_ubuntu#binary-installation-on-ubuntu)
from [`packages.osrfoundation.org`](https://packages.osrfoundation.org/gazebo/ubuntu/)
repository.
* Install `ros_gz` from the non official binary packages from apt:
Expand All @@ -183,7 +183,7 @@ Gazebo Harmonic can be used with ROS 2 Rolling but
[`ros_gz`](https://github.com/gazebosim/ros_gz) will need to be compiled
from source.

* Folow [these instruction to install gz-harmonic](https://gazebosim.org/docs/harmonic/install_ubuntu#binary-installation-on-ubuntu)
* Follow [these instruction to install gz-harmonic](https://gazebosim.org/docs/harmonic/install_ubuntu#binary-installation-on-ubuntu)
from [`packages.osrfoundation.org`](https://packages.osrfoundation.org/gazebo/ubuntu/)
repository.
* Install [rosdep rules for Gazebo Harmonic](https://github.com/osrf/osrf-rosdep#installing-rosdep-rules-to-resolve-gazebo-harmonic-libraries)
Expand All @@ -199,7 +199,7 @@ packages (Humble officially supports Gazebo Fortress).

To install the binary Gazebo Garden/ROS 2 Humble packages:

* Folow [these instruction to install gz-garden](https://gazebosim.org/docs/garden/install_ubuntu#binary-installation-on-ubuntu)
* Follow [these instruction to install gz-garden](https://gazebosim.org/docs/garden/install_ubuntu#binary-installation-on-ubuntu)
from [`packages.osrfoundation.org`](https://packages.osrfoundation.org/gazebo/ubuntu/)
repository.
* Install `ros_gz` from the non official binary packages from apt:
Expand All @@ -211,7 +211,7 @@ packages (Iron officially supports Gazebo Fortress).

To install the binary Gazebo Garden/ROS 2 Iron packages:

* Folow [these instruction to install gz-garden](https://gazebosim.org/docs/garden/install_ubuntu#binary-installation-on-ubuntu)
* Follow [these instruction to install gz-garden](https://gazebosim.org/docs/garden/install_ubuntu#binary-installation-on-ubuntu)
from [`packages.osrfoundation.org`](https://packages.osrfoundation.org/gazebo/ubuntu/)
repository.
* Install `ros_gz` from the non official binary packages from apt:
Expand All @@ -221,7 +221,7 @@ Gazebo Garden can be used with ROS 2 Rolling but
[`ros_gz`](https://github.com/gazebosim/ros_gz) will need to be compiled
from source.

* Folow [these instruction to install gz-garden](https://gazebosim.org/docs/garden/install_ubuntu#binary-installation-on-ubuntu)
* Follow [these instruction to install gz-garden](https://gazebosim.org/docs/garden/install_ubuntu#binary-installation-on-ubuntu)
from [`packages.osrfoundation.org`](https://packages.osrfoundation.org/gazebo/ubuntu/)
repository.
* Install [rosdep rules for Gazebo Garden](https://github.com/osrf/osrf-rosdep#installing-rosdep-rules-to-resolve-gazebo-garden-libraries)
Expand Down
Loading