mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
mavsdk_tests: fix timeout at 1x speed
This commit is contained in:
@@ -61,7 +61,7 @@ TEST_CASE("Offboard position control", "[multicopter][offboard]")
|
||||
tester.wait_until_ready();
|
||||
tester.store_home();
|
||||
tester.arm();
|
||||
std::chrono::seconds goto_timeout = std::chrono::seconds(90);
|
||||
std::chrono::seconds goto_timeout = std::chrono::seconds(120);
|
||||
tester.offboard_goto(takeoff_position, 0.1f, goto_timeout);
|
||||
tester.offboard_goto(setpoint_1, 0.1f, goto_timeout);
|
||||
tester.offboard_goto(setpoint_2, 0.1f, goto_timeout);
|
||||
|
||||
Reference in New Issue
Block a user