-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Update tf2 ros headers #5381
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 tf2 ros headers #5381
Conversation
|
@mini-1235, your PR has failed to build. Please check CI outputs and resolve issues. |
|
@mini-1235 this doesn't seem to build on Rolling (nor then would I expect Jazzy or Kilted) |
Yeah, the new binaries for geometry2 and rviz2 are not out yet, so the CI is complaining. In my workspace, I have geometry2 built from source, and it is showing deprecated warnings, so I raise this PR For Jazzy and kilted, we need to wait the original PR ros2/geometry2#805 to be backported |
|
Got it - I suppose this can wait until those binaries are up to date. However, there's something you could do right now to make that easier. This doesn't work on Jazzy or Kilted unless those header changes are reflected in those distributions as well. You may want to right now have the preprocessor conditions for which to include so that we don't break Jazzy and Kilted (and something you can do now so those are green). Given the scope of this, maybe we should consider having a (more than one?) header file in nav2_ros_common for TF that includes all the key TF packages & does the preprocessor condition for ROS 2 distribution there to remove the boilerplate across 88 files. If they're all part of the same targets, then including addition headers than needed should be OK since we're not linking against other libraries. |
|
I think the maintainer mentioned that the changes can be backported to Kilted/Jazzy ros2/geometry2#805 (comment), there is a pending PR here that is targeting to Jazzy ros2/geometry2#807, so I think we do not need those preprocessor conditions(?) |
|
Yes, though we'd also need a backport for Kilted as well (and have them both merged and released) |
Signed-off-by: mini-1235 <[email protected]>
de3ffcc to
147fd29
Compare
Codecov Report✅ All modified and coverable lines are covered by tests.
... and 3 files with indirect coverage changes 🚀 New features to boost your workflow:
|
|
I think binaries for rolling have been released, but Jazzy&Kilted haven't |
|
Got it - stay tuned on the Discourse release announcements and we can retrigger those jobs. Happy to merge once passing! |
This reverts commit c7884f5.
Signed-off-by: mini-1235 <[email protected]>
|
(fyi this seems to break building main under |
|
I am aware, unfortunately the trade off was Rolling not building or Jazzy. For |
|
That's totally fine! |
|
It is / will be again once it has a sync to get the TF updates. Honestly, it would be nice if all the ROS distros synced on the same day or at least week for mass updates like this |
|
Definitely! |
Until the geometry2 binaries for jazzy are released including ros2/geometry2#807 This reverts commit c7884f5.
This reverts commit adb9d68.
Reapply "Update tf2 ros headers (ros-navigation#5381)"
Signed-off-by: mini-1235 <[email protected]>
Basic Info
Description of contribution in a few bullet points
related to ros2/geometry2#805, waiting for ros/rosdistro#46952 and a new release for rviz2 before this can be merged
Description of documentation updates required from your changes
Description of how this change was tested
Future work that may be required in bullet points
For Maintainers:
backport-*.