mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 10:46:33 +08:00
mavsdk_tests: at normal speed RTL can take a while
This commit is contained in:
@@ -69,7 +69,7 @@ public:
|
|||||||
void land();
|
void land();
|
||||||
void transition_to_fixedwing();
|
void transition_to_fixedwing();
|
||||||
void transition_to_multicopter();
|
void transition_to_multicopter();
|
||||||
void wait_until_disarmed(std::chrono::seconds timeout_duration = std::chrono::seconds(60));
|
void wait_until_disarmed(std::chrono::seconds timeout_duration = std::chrono::seconds(90));
|
||||||
void wait_until_hovering();
|
void wait_until_hovering();
|
||||||
void prepare_square_mission(MissionOptions mission_options);
|
void prepare_square_mission(MissionOptions mission_options);
|
||||||
void execute_mission();
|
void execute_mission();
|
||||||
|
|||||||
Reference in New Issue
Block a user