Skip to content
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

cmd_vel remapping for rbx1 compatibility #2

Open
roboticslab-fr opened this issue Mar 8, 2017 · 0 comments
Open

cmd_vel remapping for rbx1 compatibility #2

roboticslab-fr opened this issue Mar 8, 2017 · 0 comments

Comments

@roboticslab-fr
Copy link
Owner

roboticslab-fr commented Mar 8, 2017

Remapping is mandatory to ensure the compatibility with ROS By Example vol1. source code examples.
It is smart to use the Command Velocity Multiplexer of the TurtleBot2, instead of publishing directly to
"mobile_base/commands/velocity"

1- Need to update rplidar-turtlebot2/turtlebot_le2i/launch/remap_rplidar_minimal.launch:
change : remap from="mobile_base/commands/velocity" to="cmd_vel"
to : remap from="cmd_vel_mux/input/navi" to="cmd_vel"

2 - Add the associated informations to readme.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant