Closed donglianghere closed 2 years ago
Yes. It just means the distance between the desired position from the trajectory tracker and your quad’s estimated pose is larger than the predefined threshold (0.5 meter). It happens either your state estimation is noisy, or your controller cannot track the trajectory tightly.
@XuRobotics I see, it is because that the uav did not move at all, I only move the uav to takeoff height manually and then keep still. thank you so much!!!
During my real uav experiment with the propellers all removed, after start the system, i get the uav to the position of takeoff height, then let the uav stay still, put a waypoint far from the uav in rviz, then press publish waypoints buttons and Execute Waypoints Mission button, after some seconds, the error message appeared as shown in the image above, what the error messages mean ? I guess, if the uav executes real flight, the error messages may not appear, is that ture? Very Thanks! @versatran01