Tests: Add VTOL test

This is a first initial VTOL test.
This commit is contained in:
Lorenz Meier
2020-01-25 16:04:02 +01:00
parent 480e67fcd4
commit 7b44f5d069
4 changed files with 41 additions and 1 deletions

View File

@@ -26,6 +26,8 @@ public:
void arm();
void takeoff();
void land();
void transition_to_fixedwing();
void transition_to_multicopter();
void wait_until_disarmed();
void wait_until_hovering();
void prepare_square_mission(MissionOptions mission_options);