Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test_vtol_figure_eight: fix altitude check
wait_until_altitude() checks for absolute altitude being close so checking for 1m below the setpoint can fail if the speedup results in no sample inside the altitude window being checked. Ideally the test could check if the takeoff is done directly instead of comparing altitudes in the first place.
- Loading branch information