ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

Not sure there is a established standard best practice for ROS, but I´ve had good success with sending geometry_msgs/Twist messages at a fixed rate (say 10Hz) during teleop and stopping the robot as soon as no message has been received for a parametrizable time (say 300ms). An example of this scheme was implemented directly on the Arduino microcontroller of this robot and it works well so far.