-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Night builds blocked | No definition of libgazebo9-dev for Ubuntu Focal #1627
Comments
I saw that but expected it to resolve itself relatively soon, which evidently didn't happen. Is there a different version of gazebo or just not in rosdistro yet? The nightly issues are unrelated I think - those are just failing on tear down. |
Looks like we'll be jumping to Gazebo 11 soon: |
The only place I can see gazebo in the package.xml deps tree is the nav2_system_tests calls out ros_gazebo_pkgs which has gazebo_dev key. The foxy distribution.yaml has no gazebo yet but gazebo9-dev looks to be an entry in bionic but not focal yet https://github.com/ros/rosdistro/blob/master/rosdep/base.yaml#L2175 |
@ruffsl I haven't had the cycles to look into this yet, but please correct me if I'm wrong that this is something we need to change to get the builds up and running long term. It appears to me like a temporary problem while waiting on gazebo / ros pkgs to get released. If you don't believe that's the case, we should add this to the active queue to look into |
That's just about it here. There are a few other unrelated issues upstream where something in the master ros2 .repos file is broken, blocking fresh builds of the nightly archives, that the nightly docker tag installs, leading to stale nightly images. But that's out of scope for this ticket. Anyhow, @chapulina is there a ticket we can subscribe to about ros_gazebo_pkgs for foxy? |
Looks like the docker hub builds have stalled on a rosdep install step,
given that libgazebo9-dev has not yet been released for Ubuntu Focal:
How would we like to proceed to get the nightly build up again?
COLCON_IGNORE any packages bringing in gazebo dependencies?
Add gazebo source build to the underlay?
The text was updated successfully, but these errors were encountered: