AP_Vehicle: add stall speed parameter for plane

This commit is contained in:
Michael du Breuil 2024-07-09 09:45:15 -07:00 committed by Andrew Tridgell
parent b64ed6ca56
commit 5005809e74
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ struct AP_FixedWing {
AP_Int16 airspeed_min;
AP_Int16 airspeed_max;
AP_Float airspeed_cruise;
AP_Float airspeed_stall;
AP_Float min_groundspeed;
AP_Int8 crash_detection_enable;
AP_Float roll_limit;