Browse Source

AP_Vehicle: Moved takeoff_throttle_max into plane parameters

master
Michael du Breuil 10 years ago committed by Andrew Tridgell
parent
commit
a9fc2b8a32
  1. 1
      libraries/AP_Vehicle/AP_Vehicle.h

1
libraries/AP_Vehicle/AP_Vehicle.h

@ -32,6 +32,7 @@ public:
AP_Int8 throttle_max; AP_Int8 throttle_max;
AP_Int8 throttle_slewrate; AP_Int8 throttle_slewrate;
AP_Int8 throttle_cruise; AP_Int8 throttle_cruise;
AP_Int8 takeoff_throttle_max;
AP_Int16 airspeed_min; AP_Int16 airspeed_min;
AP_Int16 airspeed_max; AP_Int16 airspeed_max;
AP_Int16 pitch_limit_max_cd; AP_Int16 pitch_limit_max_cd;

Loading…
Cancel
Save