What is the measurement unit for cmd_vel in android_teleop?
Hi all,
as far as I know the "twist" topics should use S.I. measurements units, but looking at android_teleop for Indigo I noticed that both Forward speed and Rotation speed are in the range [0,1] as if they are normalized values.
What is the right way to use those messages? How can I modify that values such that they match the velocity range of my robot?
Thank you in advance Walter