feat: add support for ROS 2 Jazzy#355
Merged
rsasaki0109 merged 4 commits intoMapIV:autoware-mainfrom Jan 22, 2026
Merged
Conversation
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
…f headers Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
Collaborator
|
I also confirmed that it builds locally on ROS 2 Jazzy. After reviewing the code, everything looks good to me, so I'll merge it. |
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR fixes all the build errors in ROS 2 Jazzy while keeping compatibility to ROS 2 Humble.
The fix includes:
tf2_eigen/tf2_eigen.handtf2_sensor_msgs/tf2_sensor_msgs.h(I also removed#ifdeffor Galactic since Galactic has already reached EOL)I can split the PR into each items if that makes easier to review.
How the PR was tested
I have confirmed that it builds fine in both Ubuntu 22.04(ROS 2 Humble) and Ubuntu 24.04 (ROS 2 Jazzy)