mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
AP_Vehicle: moved roll_limit_cd into AP_Vehicle
will be used by APM_Control
This commit is contained in:
parent
8a03b3ba22
commit
1f29b51dd6
@ -35,6 +35,7 @@ public:
|
||||
AP_Int8 takeoff_throttle_max;
|
||||
AP_Int16 airspeed_min;
|
||||
AP_Int16 airspeed_max;
|
||||
AP_Int16 roll_limit_cd;
|
||||
AP_Int16 pitch_limit_max_cd;
|
||||
AP_Int16 pitch_limit_min_cd;
|
||||
AP_Int8 autotune_level;
|
||||
|
Loading…
Reference in New Issue
Block a user