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

Revision history [back]

click to hide/show revision 1
initial version

You can find out where the service is defined using rosservice type <srv>.

Besides that, the setting of cmd_vel_timeout to 0.6s is very reasonable and in general should NOT be set very high. Resending the same velocity is the right thing to do! The reason for that is safety. If the control program crashes/is stopped, you don't want the robot continuing to go with the last set velocity. I'd highly recommend not changing that.