How to move Clearpath Husky A200 by a specific distance by publishing to a topic?
I looked at some tutorials online, and I came across -
rostopic pub /husky/cmd_vel geometry_msgs/Twist
That does the trick well, when you specify the parameters, if I wish to keep the robot moving I believe. But I want to move it forward based on distance. Like move forward by 0.5m with 0.1 velocity and stop. What's the most direct way to do so?
I am avoiding creating a separate node for this and keeping it simple. Please let me know if more details are required.