|
|
|
@ -391,14 +391,14 @@ const AP_Param::Info var_info[] PROGMEM = {
@@ -391,14 +391,14 @@ const AP_Param::Info var_info[] PROGMEM = {
|
|
|
|
|
// @Param: CH7_OPT |
|
|
|
|
// @DisplayName: Channel 7 option |
|
|
|
|
// @Description: Select which function if performed when CH7 is above 1800 pwm |
|
|
|
|
// @Values: 0:Do Nothing, 2:Flip, 3:Simple Mode, 4:RTL, 5:Save Trim, 7:Save WP, 8:Multi Mode, 9:Camera Trigger, 10:RangeFinder, 11:Fence, 12:ResetToArmedYaw, 13:Super Simple Mode, 14:Acro Trainer, 16:Auto, 17:AutoTune, 18:Land, 19:EPM, 20:EKF, 21:Parachute Enable, 22:Parachute Release, 23:Parachute 3pos, 24:Auto Mission Reset, 25:AttCon Feed Forward, 26:AttCon Accel Limits, 27:Retract Mount, 28:Relay On/Off |
|
|
|
|
// @Values: 0:Do Nothing, 2:Flip, 3:Simple Mode, 4:RTL, 5:Save Trim, 7:Save WP, 8:Multi Mode, 9:Camera Trigger, 10:RangeFinder, 11:Fence, 12:ResetToArmedYaw, 13:Super Simple Mode, 14:Acro Trainer, 16:Auto, 17:AutoTune, 18:Land, 19:EPM, 20:EKF, 21:Parachute Enable, 22:Parachute Release, 23:Parachute 3pos, 24:Auto Mission Reset, 25:AttCon Feed Forward, 26:AttCon Accel Limits, 27:Retract Mount, 28:Relay On/Off, 29:Landing Gear |
|
|
|
|
// @User: Standard |
|
|
|
|
GSCALAR(ch7_option, "CH7_OPT", CH7_OPTION), |
|
|
|
|
|
|
|
|
|
// @Param: CH8_OPT |
|
|
|
|
// @DisplayName: Channel 8 option |
|
|
|
|
// @Description: Select which function if performed when CH8 is above 1800 pwm |
|
|
|
|
// @Values: 0:Do Nothing, 2:Flip, 3:Simple Mode, 4:RTL, 5:Save Trim, 7:Save WP, 8:Multi Mode, 9:Camera Trigger, 10:RangeFinder, 11:Fence, 12:ResetToArmedYaw, 13:Super Simple Mode, 14:Acro Trainer, 16:Auto, 17:AutoTune, 18:Land, 19:EPM, 20:EKF, 21:Parachute Enable, 22:Parachute Release, 23:Parachute 3pos, 24:Auto Mission Reset, 25:AttCon Feed Forward, 26:AttCon Accel Limits, 27:Retract Mount, 28:Relay On/Off |
|
|
|
|
// @Values: 0:Do Nothing, 2:Flip, 3:Simple Mode, 4:RTL, 5:Save Trim, 7:Save WP, 8:Multi Mode, 9:Camera Trigger, 10:RangeFinder, 11:Fence, 12:ResetToArmedYaw, 13:Super Simple Mode, 14:Acro Trainer, 16:Auto, 17:AutoTune, 18:Land, 19:EPM, 20:EKF, 21:Parachute Enable, 22:Parachute Release, 23:Parachute 3pos, 24:Auto Mission Reset, 25:AttCon Feed Forward, 26:AttCon Accel Limits, 27:Retract Mount, 28:Relay On/Off, 29:Landing Gear |
|
|
|
|
// @User: Standard |
|
|
|
|
GSCALAR(ch8_option, "CH8_OPT", CH8_OPTION), |
|
|
|
|
|
|
|
|
@ -883,6 +883,10 @@ const AP_Param::Info var_info[] PROGMEM = {
@@ -883,6 +883,10 @@ const AP_Param::Info var_info[] PROGMEM = {
|
|
|
|
|
GOBJECT(parachute, "CHUTE_", AP_Parachute), |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
// @Group: LGR_ |
|
|
|
|
// @Path: ../libraries/AP_LandingGear/AP_LandingGear.cpp |
|
|
|
|
GOBJECT(landinggear, "LGR_", AP_LandingGear), |
|
|
|
|
|
|
|
|
|
// @Group: COMPASS_ |
|
|
|
|
// @Path: ../libraries/AP_Compass/Compass.cpp |
|
|
|
|
GOBJECT(compass, "COMPASS_", Compass), |
|
|
|
|