-
-
Notifications
You must be signed in to change notification settings - Fork 4.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
Remove deprecated checks for USE_ROS
macro
#3690
Conversation
I think it is safe to remove this check altogether. The split up with ROS was finalized in 2013 IIRC, enough time for everyone to adapt. |
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.
LGTM, thanks!
Is this PR to be held until 1.10.1 is out? Or are we already adopting the branched backport and cherry picking strategy? |
@taketwo gave his thumbs up since he doesn't know when he'd be ready for the 1.10.1 release. Officially, we haven't adopted it yet (no branch for backporting) |
We'll create it on the fly once we start working on it. |
USE_ROS
macro
USE_ROS was checked in multiple places, now it's checked in one place.
Easier to remove after deprecation period.