-
Notifications
You must be signed in to change notification settings - Fork 87
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
TwistStamped Support #50
Conversation
I think https://github.com/ros-teleop/twist_mux/blob/rolling/scripts/joystick_relay.py should be also updated. Otherwise the message type is not compatible:
|
Also, creating a new branch is a good idea because |
Nav2 uses (just)
This would include branching off, as I commented before. |
I've created a branch, please update this PR such that the default behaviour is not to use stamps |
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.
Generally looks ok but needs a little bit more work. Also could you please update the tests to reflect the new default?
@luis-camero please let us know if you are able to follow-up or if we need to recycle your PR
@bmagyar I've made the changes you asked for. I am a bit confused on whether we want the default to be |
I think a similar option is necessary for joystick_relay as well. |
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.
Thank you!
Added support for
TwistStamped
support using parameteruse_stamped
to maintain support for unstampedTwist
messages.If parameter is enabled, all
Twist
message topic publishers and subscribers are switched toTwistStamped
topics.