-
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
Adding a GitHub action to install a Gazebo release in an appropriate linux distribution #3
Conversation
Signed-off-by: Saurabh Kamat <[email protected]>
Signed-off-by: Saurabh Kamat <[email protected]>
Signed-off-by: Saurabh Kamat <[email protected]>
Signed-off-by: Saurabh Kamat <[email protected]>
Signed-off-by: Saurabh Kamat <[email protected]>
Signed-off-by: Saurabh Kamat <[email protected]>
Signed-off-by: Saurabh Kamat <[email protected]>
Signed-off-by: Saurabh Kamat <[email protected]>
Signed-off-by: Saurabh Kamat <[email protected]>
Signed-off-by: Saurabh Kamat <[email protected]>
Signed-off-by: Saurabh Kamat <[email protected]>
Signed-off-by: Saurabh Kamat <[email protected]>
Signed-off-by: Saurabh Kamat <[email protected]>
Signed-off-by: Saurabh Kamat <[email protected]>
Signed-off-by: Saurabh Kamat <[email protected]>
Signed-off-by: Saurabh Kamat <[email protected]>
Signed-off-by: Saurabh Kamat <[email protected]>
After merging #4, could you please rebase or merge the master branch of this repository in this branch? |
Signed-off-by: Saurabh Kamat <[email protected]>
Signed-off-by: Saurabh Kamat <[email protected]>
Signed-off-by: Saurabh Kamat <[email protected]>
I have merged the |
Signed-off-by: Saurabh Kamat <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changing the github action configurations should make this PR complete.
Signed-off-by: Saurabh Kamat <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor thing about a ROS environment variable. Good to do.
Signed-off-by: Saurabh Kamat <[email protected]>
Somehow the action seems to be failing now. I am going though the error right now. Let me know if you have any idea about it. |
Signed-off-by: Saurabh Kamat <[email protected]>
The error has been resolved. Action works! This PR is ready to be merged 🚀 |
🎉 |
Summary
This PR is related to Issue #1. It creates a GitHub action to install a Gazebo release inside an Ubuntu distribution.
test.yml
file tests this workflow by creating multiple runners with an appropriate Gazebo + Ubuntu combination, shown below.This workflow is set to run using the
workflow_dispatch
trigger. Testing this workflow will need the merge of PR #4 intomain
first (see PR for more details)