-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Update control_msgs to use humble-devel branch for humble and newer #40799
Conversation
I was looking at a compliance process and found that #114 wasn't available in the devel branch and saw that it was pointing all the way back to foxy.
On review humble does come from humble in bloom: https://github.com/ros2-gbp/control_msgs-release/blob/ddb3f67f899cd1a7e4b88c086a51ef9718aa2a6f/tracks.yaml#L182 Iron is currently on |
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.
Thanks for this update!
I was wondering these days why the api docs on docs.ros.org are not present for humble/iron, but this could explain it. Is the docs job started automatically or can we trigger that?
https://build.ros2.org/job/Idoc__control_msgs__ubuntu_jammy_amd64/lastBuild/
https://build.ros2.org/job/Hdoc__control_msgs__ubuntu_jammy_amd64/
The doc job should reconfigure overnight with the new branch and then run on the next polling cycle detecting the content, which I think is every 3 days right now. |
great, thanks! |
Perfect, thank you! |
@bmagyar @christophfroehlich
I was looking at a compliance process and found that ros-controls/control_msgs#114 wasn't available in the devel branch and saw that it was pointing all the way back to foxy. When there was a humble backport here: ros-controls/control_msgs#116
Based on this humble backport I'm assuming that
humble
is the appropriate development branch for humble and also iron, where rolling is on master.