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
  1. max_vel_x is how fast your robot can move in x axis, and max_trans_vel is how fast your robot can move.

  2. I tried changing these two params in real time by using "rosparam set", but seems like the real velocity of robot didn't affect by it. So I think the answer would be no. I think there are also speed limits in robot's description files so maybe you want to consider them too.

If my answer was wrong please tell me and I will delete it.