-
Notifications
You must be signed in to change notification settings - Fork 241
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
Use types in hardware interface from ros2_control in local namespace #339
Conversation
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.
Makes sense and shouldn't do any harm.
But wait a second. Should this be necessary at all? We include |
You are right! This is much better! Thanks for the idea!!! |
@fmauch updated! This may be failing on galactic though. |
Thanks @destogl. That might be the time to actually branch out for galactic... Let's finish a couple of outstanding PRs, then branch out and merge this. |
0ba4239
to
2bdd3d9
Compare
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.
rebased, still aprove
ros2_control moved some of the global usings to the local namespace. The change is compatible with galactic and rolling. It correct builds from the source on rolling but does not break anything.
ros-controls/ros2_control#673