-
Notifications
You must be signed in to change notification settings - Fork 76
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
Add an option to publish TwistStamped #42
Conversation
Signed-off-by: Tamaki Nishino <[email protected]>
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.
Do you mind to add frame
and publish_stamped_twist
to the README.md
?
Signed-off-by: Tamaki Nishino <[email protected]>
Signed-off-by: Tamaki Nishino <[email protected]>
I updated the README and add an argument to the launch file. |
Thank you for the contribution @otamachan |
@ahcorde Will this be added to the |
https://github.com/Mergifyio backport humble iron |
✅ Backports have been created
|
Signed-off-by: Tamaki Nishino <[email protected]> (cherry picked from commit 76cd650) # Conflicts: # README.md # src/teleop_twist_joy.cpp
Signed-off-by: Tamaki Nishino <[email protected]> (cherry picked from commit 76cd650) # Conflicts: # README.md # src/teleop_twist_joy.cpp
Hi @YBachmann there are two options:
|
* Add an option to publish TwistStamped (#42) Signed-off-by: Tamaki Nishino <[email protected]> (cherry picked from commit 76cd650) # Conflicts: # README.md # src/teleop_twist_joy.cpp * resolved merge conflicts (#47) Co-authored-by: Yannic Bachmann <[email protected]> --------- Co-authored-by: Tamaki Nishino <[email protected]> Co-authored-by: Yannic Bachmann <[email protected]> Co-authored-by: Yannic Bachmann <[email protected]> Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Tamaki Nishino <[email protected]> (cherry picked from commit 76cd650) # Conflicts: # README.md # src/teleop_twist_joy.cpp Signed-off-by: Alejandro Hernández Cordero <[email protected]> Co-authored-by: Tamaki Nishino <[email protected]> Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Similar to ros-teleop/teleop_tools#54, this PR adds an option
publish_stamped_twist
to publishTwistStamped
for/cmd_vel
topic. This PR also adds a parameter forframe_id
for its header.I didn't change the default type for now.