mirror of https://github.com/ArduPilot/ardupilot
RC_Channel: document option 109, Custom Controller
This commit is contained in:
parent
d976c55637
commit
adeb7985a3
|
@ -205,6 +205,7 @@ const AP_Param::GroupInfo RC_Channel::var_info[] = {
|
|||
// @Values{Rover, Plane}: 106:Disable Airspeed Use
|
||||
// @Values{Plane}: 107:Enable FW Autotune
|
||||
// @Values{Plane}: 108:QRTL Mode
|
||||
// @Values{Copter}: 109:use Custom Controller
|
||||
// @Values{Copter, Rover, Plane, Blimp}: 110:KillIMU3
|
||||
// @Values{Plane}: 150:CRUISE Mode
|
||||
// @Values{Copter}: 151:TURTLE Mode
|
||||
|
|
|
@ -214,7 +214,7 @@ public:
|
|||
DISABLE_AIRSPEED_USE = 106, // equivalent to AIRSPEED_USE 0
|
||||
FW_AUTOTUNE = 107, // fixed wing auto tune
|
||||
QRTL = 108, // QRTL mode
|
||||
CUSTOM_CONTROLLER = 109,
|
||||
CUSTOM_CONTROLLER = 109, // use Custom Controller
|
||||
KILL_IMU3 = 110, // disable third IMU (for IMU failure testing)
|
||||
LOWEHEISER_STARTER = 111, // allows for manually running starter
|
||||
|
||||
|
|
Loading…
Reference in New Issue