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

Installing and testing gazebo11 leads to error #1543

Closed
nkalupahana opened this issue Jul 29, 2021 · 3 comments
Closed

Installing and testing gazebo11 leads to error #1543

nkalupahana opened this issue Jul 29, 2021 · 3 comments

Comments

@nkalupahana
Copy link

Currently, I'm running the following simplified workflow on GitHub Actions:

jobs:
  build:
    runs-on: macos-latest
    steps:
      - name: Install
        run: |
          brew tap osrf/simulation
          brew update
          brew install osrf/simulation/gazebo11
          brew test osrf/simulation/gazebo11

However, I keep running into the following error when running the test command: https://github.com/nkalupahana/ros2-foxy-macos/runs/3196791174?check_suite_focus=true

This just started last night, and it worked the night before, so any insight into why this might be happening would be appreciated.

@traversaro
Copy link
Contributor

traversaro commented Jul 30, 2021

@traversaro
Copy link
Contributor

Thanks a lot @scpeters, after #1545 the issue is solved for me.

@nkalupahana
Copy link
Author

Yep, my builds are now passing as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants