mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AP_Vehicle: convert MIN_GNDSPEED_CM to MIN_GROUNDSPEED
This commit is contained in:
parent
c2038ee18e
commit
1f7f4bac73
@ -14,7 +14,7 @@ struct AP_FixedWing {
|
||||
AP_Int16 airspeed_min;
|
||||
AP_Int16 airspeed_max;
|
||||
AP_Float airspeed_cruise;
|
||||
AP_Int32 min_gndspeed_cm;
|
||||
AP_Float min_groundspeed;
|
||||
AP_Int8 crash_detection_enable;
|
||||
AP_Int16 roll_limit_cd;
|
||||
AP_Int16 pitch_limit_max_cd;
|
||||
|
Loading…
Reference in New Issue
Block a user