-
Notifications
You must be signed in to change notification settings - Fork 233
Fix tf2*.h compile deprecations #1063
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
base: main
Are you sure you want to change the base?
Conversation
using tf2 *.h hesders is deprecated ->switch to *.hpp
|
@MarqRazz ping |
MarqRazz
left a comment
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.
Sorry for the delay on getting you a review I was off traveling. I don't think we normally support distros directly in the code like this, can't we just not port this change to the Galactic and older branches?
|
@MarqRazz I agree with your reasoning. I followed the method used in the moveit2 repository. |
If we are not going to port this back to Galactic why do we need the if else in the include? |
|
FYI, I can't merge this with the required test failing even though it has nothing to do with this PR. I don't have high enough permissions. |
Co-authored-by: Marq Rasmussen <[email protected]>
Description
using tf2 *.h hesders is deprecated ->switch to *.hpp
Checklist