You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in 4.6.x we have introduced a bug in takeoff handling. We are not correctly handling an incorrect yaw estimate on takeoff. This is demonstrated in the following flight using CMAC_South, so the plane is pointing approximately south, with COMPASS_USE disabled:
the plane is flying to a loiter location behind the pilot, which is extremely bad
here is the same test with 4.5.7:
As reported following #28352 there are three observed regressions in takeoff behaviour.
The not excepted yaw reset by GPS leading to the course corrections mentioned above.
The continuous use of 100% throttle after TKOFF_THR_MAX_T is exceeded until TKOFF_ALT or the mission items takeoff altitude is reached. Previously it fell back to TECS controlled throttle based on the pitch angle.
in 4.6.x we have introduced a bug in takeoff handling. We are not correctly handling an incorrect yaw estimate on takeoff. This is demonstrated in the following flight using CMAC_South, so the plane is pointing approximately south, with COMPASS_USE disabled:
the plane is flying to a loiter location behind the pilot, which is extremely bad
here is the same test with 4.5.7:
logs here:
http://uav.tridgell.net/TakeoffError/
The text was updated successfully, but these errors were encountered: