-
Notifications
You must be signed in to change notification settings - Fork 143
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
Possibility to use TwistStamped (still Twist by default) #54
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.
The changes look good in general, please rebase to latest master & have a look at my comments.
a8bc461
to
a7fbbd0
Compare
Sorry for the slow response on this one. It should all be addressed now as far as the feedback goes. edit: let me know if there is anything else :) |
This PR references ros-navigation/navigation2#1594. See also the discussion there. |
Whoops, I didn't read that this would add an option for twist stamped |
Ros2_control decided to go for TwistStamped (which I can understand because of the extra info + timestamp you get) however that makes it incompatible with this library. This is a suggested fix for that, if you feel this is an option, i'll go ahead and change the other modules (joy and mouse) the same way.
Let me know what you think :)
PS. would be good to create a foxy-devel branch as well.