-
Notifications
You must be signed in to change notification settings - Fork 201
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
Change tf2_ros C to C++ headers #746
Comments
Related PR #744 |
For what it is worth, we usually do it on a package-by-package basis, not for the whole repository. It is just too disruptive to do everything at once. With #744 now in, I think the big remaining package to do here is tf2_ros, which will require another large round of downstream PRs. |
Hey sorry to be late to the conversation, I've been pretty stacked up with some stuff. Like @clalancette said, I assumed we were going to tackle this at the package level. Especially since #259 (the original target) only mentioned |
This makes sense! For what it's worth, this "chaos" is a good thing. It means lots of CI pipelines that use this package are treating warnings as errors and reacting quickly to the changes. I'm happy to close / rename this issue in favor of tracking tickets to consistently port all the other individual packages in this repo. Though I will say, we did this for |
That would indeed be good! |
I would be in agreement to just renaming this issue since there's already discussion about the topic here. The only package we need change header files for, in this repo, is
Seems to be the next biggest problem in from #720's release. |
Bug report
Required Info:
Steps to reproduce issue
In #720, all
.h
files in thetf2
package were converted to.hpp
with deprecation warnings -- which is great!However, this was not done consistently throughout the repo. For example, the
tf2_ros
package still is missing several.hpp
files. This makes it pretty inconvenient to do blanket search/replaces in downstream repos that use this.Expected behavior
Every header in the repo should ideally consistently have a
.hpp
counterpart now -- not justtf2
.Actual behavior
Not the case currently.
Additional information
N/A
The text was updated successfully, but these errors were encountered: