mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 15:53:56 -04:00
AP_Vehicle: added takeoff_throttle_max_t for fixed wing
This commit is contained in:
parent
ea167d5bd8
commit
d15c5ce233
@ -23,6 +23,7 @@ struct AP_FixedWing {
|
|||||||
AP_Int8 stall_prevention;
|
AP_Int8 stall_prevention;
|
||||||
AP_Int16 loiter_radius;
|
AP_Int16 loiter_radius;
|
||||||
AP_Int16 pitch_trim_cd;
|
AP_Int16 pitch_trim_cd;
|
||||||
|
AP_Float takeoff_throttle_max_t;
|
||||||
|
|
||||||
struct Rangefinder_State {
|
struct Rangefinder_State {
|
||||||
bool in_range:1;
|
bool in_range:1;
|
||||||
|
Loading…
Reference in New Issue
Block a user