-
Notifications
You must be signed in to change notification settings - Fork 48
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
Depend on gz-ros2-control instead of gazebo-ros2-control #159
base: main
Are you sure you want to change the base?
Conversation
Rolling Binary Build
I think this is in a weird state right now due to the recent changes upstream It looks like gz-ros2-control is available on main with Iron but not yet for Rolling. It is available on testing for rolling but our github jobs are setup to fail fast and not run the other matrix option. This just means we need to wait until the next package sync for Rolling before merging. |
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.
I think we need to wait for the next ros-sync before we merge this because the package rename hasn't been synced yet.
We currently don't support Gazebo classic and have focused on support Ignition Gazebo so we should no longer depend on gazebo_ros2_control and instead depend on gz_ros2_control.
This will benefit the user because gazebo-ros2-control and gz-ros2-control currently conflict with each other.