-
Notifications
You must be signed in to change notification settings - Fork 173
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 to use non deprecated pluginlib macro #27
Conversation
This built for me on 18.04 / Melodic. Any chance it can be merged soon? |
See here for why this isn't released in melodic yet: ros-perception/depthimage_to_laserscan#27
See here for why this isn't released in melodic yet: ros-perception/depthimage_to_laserscan#27
+1 for merging this, fixed build for me on Melodic w/ Ubuntu 18.04. |
@chadrockey @wjwwood @mikeferguson - who's the maintainer for this now? Can someone merge this? |
I believe that @chadrockey is still the official maintainer. I think it's probably safe to merge and release, but given that this is targeted at the indigo-devel branch there may be some maintainer related work to decide if that's ok or if a new branch called melodic-devel should be created. I don't have time to do that, but maybe someone else does. If not, maybe @chadrockey would be interested in having help from one of you guys doing this last part needed to get it released. |
Tested and this branch builds inside the |
Confirmed this builds on Melodic Docker container. See below the output. Also I suggested CI coverage in #34
Default branch fails to build as expected.
Using this PR, I confirm build passes.
|
@chadrockey @wjwwood It looks like the change builds successfully on both Indigo and Melodic. |
…as-patch-1 update to use non deprecated pluginlib macro
These macros, deprecated for now 8 years, will be removed in the next ROS release (ROS Melodic)
This change will allow the code to keep compiling on future ROS versions