-
Notifications
You must be signed in to change notification settings - Fork 13.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] takeoff altitude is 1m short #24496
Comments
@bresch can you take a look? |
@MaEtUgR can you take a look too? |
This broke recently... this PR used to pass checks but is now failing on the new test (takeoff and hold altitude test...) Need to get this test in and disallow overriding CI so we stop breaking things.. |
Thanks for raising it @dakejahl ! For once the CI was helpful, just hard to see the real failures between all the false positive ones. |
Yup hopefully we can get the CI fixed up for good so we can start relying on it again |
The CI failures are real
https://github.com/PX4/PX4-Autopilot/actions/runs/13820943813/job/38665877341?pr=24495
which corresponds to
AutopilotTester::wait_until_altitude
, and in the test it is set toconst float takeoff_altitude = 20.f;
It looks like the takeoff altitude is set to 20m but the vehicle only climbs to 19m
https://logs.px4.io/plot_app?log=d3a7ff11-2703-4a7a-9942-dee227747676
edit: Is it the acceptance radius causing takeoff to "finish" early? The navigator-->FlightTaskAuto code is very hard to follow
The text was updated successfully, but these errors were encountered: