Skip to content

Commit

Permalink
Add binaries installation instructions (#86)
Browse files Browse the repository at this point in the history
Signed-off-by: Franco Cipollone <[email protected]>
  • Loading branch information
francocipollone authored Nov 1, 2024
1 parent 8208c77 commit 44e23ac
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ This package provides a simulation environment for [Andino](https://github.com/E

## :inbox_tray: Installation

### From binaries

1. Meet prerequisites: [ROS 2 Humble installation](https://docs.ros.org/en/humble/Installation.html)
2. Install `andino_gz` package
```
sudo apt install ros-humble-andino-gz
```
3. You can jump directly to [Usage](#rocket-usage) section and start using it.

### From source using a containerized environment

1. Clone this repository

```sh
Expand Down

0 comments on commit 44e23ac

Please sign in to comment.