mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-29 03:36:07 +08:00
test: increase altitude tolerance further to 0.3m
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
TEST_CASE("Takeoff and hold position", "[multicopter][vtol]")
|
TEST_CASE("Takeoff and hold position", "[multicopter][vtol]")
|
||||||
{
|
{
|
||||||
const float takeoff_altitude = 10.f;
|
const float takeoff_altitude = 10.f;
|
||||||
const float altitude_tolerance = 0.15f;
|
const float altitude_tolerance = 0.2f;
|
||||||
const int delay_seconds = 60.f;
|
const int delay_seconds = 60.f;
|
||||||
|
|
||||||
AutopilotTester tester;
|
AutopilotTester tester;
|
||||||
|
|||||||
Reference in New Issue
Block a user