ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
This error is triggered when your (real or simulated) robot is unable to follow the planned trajectory precisely enough. There could be several different root causes of this.
A. The controllers on your robot may not be well tuned, so that the error between their set point and actual position becomes too great. If you've built your own robot in Gazebo this may be likely.
B. The path planner has produced a trajectory which the robot is physically incapable of following. If the speed or acceleration limits of the joints are set unrealistically high then the trajectory will be impossible for the robot to follow.
C. The path tolerance may be set unrealistically fine.
Things to try:
Also can describe your robot model in Gazebo, is it a ready made one or have you make it yourself?