Skip to content

Commit

Permalink
Include a note about setup-gazebo github action (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Addisu Z. Taddese <[email protected]>
Co-authored-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
j-rivero and azeey authored Sep 23, 2024
1 parent 7793da6 commit 5a14089
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions highlights.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,24 @@ avoiding message serialization and network transport between Gazebo and
ROS.


- [New setup-gazebo GitHub Action](https://github.com/marketplace/actions/setup-gazebo-environment)

A new GitHub Action to install the different versions of Gazebo is
available through the GitHub marketplace named `setup-gazebo`. It
supports Linux, Mac and Windows as target platforms and the use of
different repositories for Gazebo packages: stable, prerelease or
nightly. The Linux installation can also be combined with ROS 2 to
install the `ros_gz_bridge` packages.

```yaml
- name: 'Install Gazebo Ionic from nightlies'
uses: gazebo-tooling/[email protected]
with:
required-gazebo-distributions: 'ionic'
use-gazebo-prerelease: 'true'
use-gazebo-nightly: 'true'
```
## Bug Fixes
## Breaking Changes
Expand Down

0 comments on commit 5a14089

Please sign in to comment.