|
|
|
@ -89,7 +89,7 @@ public:
@@ -89,7 +89,7 @@ public:
|
|
|
|
|
*/ |
|
|
|
|
struct FixedWing { |
|
|
|
|
AP_Int8 throttle_min; |
|
|
|
|
AP_Int8 throttle_max;
|
|
|
|
|
AP_Int8 throttle_max; |
|
|
|
|
AP_Int8 throttle_slewrate; |
|
|
|
|
AP_Int8 throttle_cruise; |
|
|
|
|
AP_Int8 takeoff_throttle_max; |
|
|
|
@ -100,7 +100,7 @@ public:
@@ -100,7 +100,7 @@ public:
|
|
|
|
|
AP_Int8 crash_detection_enable; |
|
|
|
|
AP_Int16 roll_limit_cd; |
|
|
|
|
AP_Int16 pitch_limit_max_cd; |
|
|
|
|
AP_Int16 pitch_limit_min_cd;
|
|
|
|
|
AP_Int16 pitch_limit_min_cd; |
|
|
|
|
AP_Int8 autotune_level; |
|
|
|
|
AP_Int8 stall_prevention; |
|
|
|
|
AP_Int16 loiter_radius; |
|
|
|
@ -318,7 +318,7 @@ protected:
@@ -318,7 +318,7 @@ protected:
|
|
|
|
|
#if HAL_EXTERNAL_AHRS_ENABLED |
|
|
|
|
AP_ExternalAHRS externalAHRS; |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static const struct AP_Param::GroupInfo var_info[]; |
|
|
|
|
static const struct AP_Scheduler::Task scheduler_tasks[]; |
|
|
|
|
|
|
|
|
|