gazebo-tooling / setup-gazebo

GitHub Action to set up Gazebo environment
https://github.com/marketplace/actions/setup-gazebo-environment
Apache License 2.0
3 stars 1 forks source link

Extend support for Gazebo pre-release and nightly repositories #17

Closed sauk2 closed 3 months ago

sauk2 commented 3 months ago

Summary

Currently, the action uses the ubuntu-stable repository - packages.osrfoundation.org/gazebo/ubuntu-stable.

The general idea is to support the following repositories

Implementation suggestion

Optional inputs can be added to the action definition. Something like use-gazebo-prerelease and use-gazebo-nightly. Since ubuntu-prerelease and ubuntu-nightly are designed to work with ubuntu-stable, the inputs can help toggle their addition.