-
Notifications
You must be signed in to change notification settings - Fork 1
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
Create a github action that install Gazebo releases on Linux #1
Comments
@j-rivero, the approach used in /usr/bin/sudo apt-get update
Get:1 http://packages.osrfoundation.org/gazebo/ubuntu-stable focal InRelease [4,279 B]
Err:1 http://packages.osrfoundation.org/gazebo/ubuntu-stable focal InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 67170598AF249743
Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease
Hit:3 http://archive.ubuntu.com/ubuntu focal InRelease
Hit:4 http://archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:5 http://archive.ubuntu.com/ubuntu focal-backports InRelease
Reading package lists...
W: GPG error: http://packages.osrfoundation.org/gazebo/ubuntu-stable focal InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 67170598AF249743
E: The repository 'http://packages.osrfoundation.org/gazebo/ubuntu-stable focal InRelease' is not signed. So currently I am working without a hardcoded GPG key as seen in Do you think the method that I am following works for our use case? Or should I go back and investigate that issue and try to solve it? |
I think that we can close this as DONE! 🚀 |
Following the setup-ros repository inputs, the first step to build in this repository is the ability to run a GitHub action that install Gazebo releases on a given Linux platform:
See https://github.com/ros-tooling/setup-ros/blob/master/action.yml#L19-L37
Lets try to build the same for
required-gazebo-distributions
.For the installation some hints:
gz-${distribution}
to get everything installed (i.e gz-harmonic)For testing, we can probably mirroring what is being done in:
https://github.com/ros-tooling/setup-ros/blob/master/.github/workflows/test.yml#L97-L158
The text was updated successfully, but these errors were encountered: