ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Your robot seems to turn and react very slowly, and that seems to be preventing it from following the path well.
It looks like your acceleration limits are set very low:
acc_lim_x: 0.01
acc_lim_y: 0.00
acc_lim_theta: 0.02
I would try tuning your acceleration limits so that they more closely match what your robot can do.