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

Include a note about setup-gazebo github action #6

Merged
merged 2 commits into from
Sep 23, 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
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
Loading