diff --git a/metadata/parameters.json b/metadata/parameters.json index 0797e02..5a2d7f4 100644 --- a/metadata/parameters.json +++ b/metadata/parameters.json @@ -1 +1 @@ -{"parameters": [{"category": "Standard", "default": 75, "group": "UAVCAN Motor Parameters", "longDesc": "Speed controller bandwidth, in Hz. Higher values result in faster speed and current rise times, but may result in overshoot and higher current consumption. For fixed-wing aircraft, this value should be less than 50 Hz; for multirotors, values up to 100 Hz may provide improvements in responsiveness.", "max": 250, "min": 10, "name": "ctl_bw", "shortDesc": "Speed controller bandwidth", "type": "Int32", "units": "Hz"}, {"category": "Standard", "default": 1, "group": "UAVCAN Motor Parameters", "longDesc": "Motor spin direction as detected during initial enumeration. Use 0 or 1 to reverse direction.", "max": 1, "min": 0, "name": "ctl_dir", "shortDesc": "Reverse direction", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 3, "default": 1.0, "group": "UAVCAN Motor Parameters", "longDesc": "Speed (RPM) controller gain. Determines controller\n aggressiveness; units are amp-seconds per radian. Systems with\n higher rotational inertia (large props) will need gain increased;\n systems with low rotational inertia (small props) may need gain\n decreased. Higher values result in faster response, but may result\n in oscillation and excessive overshoot. Lower values result in a\n slower, smoother response.", "max": 1.0, "min": 0.0, "name": "ctl_gain", "shortDesc": "Speed (RPM) controller gain", "type": "Float", "units": "C/rad"}, {"category": "Standard", "decimalPlaces": 3, "default": 3.5, "group": "UAVCAN Motor Parameters", "longDesc": "Idle speed (e Hz)", "max": 100.0, "min": 0.0, "name": "ctl_hz_idle", "shortDesc": "Idle speed (e Hz)", "type": "Float", "units": "Hz"}, {"category": "Standard", "default": 25, "group": "UAVCAN Motor Parameters", "longDesc": "Spin-up rate (e Hz/s)", "max": 1000, "min": 5, "name": "ctl_start_rate", "shortDesc": "Spin-up rate (e Hz/s)", "type": "Int32", "units": "1/s^2"}, {"category": "Standard", "default": 0, "group": "UAVCAN Motor Parameters", "longDesc": "Index of this ESC in throttle command messages.", "max": 15, "min": 0, "name": "esc_index", "shortDesc": "Index of this ESC in throttle command messages.", "type": "Int32"}, {"category": "Standard", "default": 20034, "group": "UAVCAN Motor Parameters", "longDesc": "Extended status ID", "max": 1000000, "min": 1, "name": "id_ext_status", "shortDesc": "Extended status ID", "type": "Int32"}, {"category": "Standard", "default": 50000, "group": "UAVCAN Motor Parameters", "longDesc": "Extended status interval (\u00b5s)", "max": 1000000, "min": 0, "name": "int_ext_status", "shortDesc": "Extended status interval (\u00b5s)", "type": "Int32", "units": "us"}, {"category": "Standard", "default": 50000, "group": "UAVCAN Motor Parameters", "longDesc": "ESC status interval (\u00b5s)", "max": 1000000, "name": "int_status", "shortDesc": "ESC status interval (\u00b5s)", "type": "Int32", "units": "us"}, {"category": "Standard", "decimalPlaces": 3, "default": 12.0, "group": "UAVCAN Motor Parameters", "longDesc": "Motor current limit in amps. This determines the maximum\n current controller setpoint, as well as the maximum allowable\n current setpoint slew rate. This value should generally be set to\n the continuous current rating listed in the motor\u2019s specification\n sheet, or set equal to the motor\u2019s specified continuous power\n divided by the motor voltage limit.", "max": 80.0, "min": 1.0, "name": "mot_i_max", "shortDesc": "Motor current limit in amps", "type": "Float", "units": "A"}, {"category": "Standard", "default": 2300, "group": "UAVCAN Motor Parameters", "longDesc": "Motor Kv in RPM per volt. This can be taken from the motor\u2019s\n specification sheet; accuracy will help control performance but\n some deviation from the specified value is acceptable.", "max": 4000, "min": 0, "name": "mot_kv", "shortDesc": "Motor Kv in RPM per volt", "type": "Int32", "units": "rpm/V"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "UAVCAN Motor Parameters", "longDesc": "READ ONLY: Motor inductance in henries. This is measured on start-up.", "name": "mot_ls", "shortDesc": "READ ONLY: Motor inductance in henries.", "type": "Float", "units": "H"}, {"category": "Standard", "default": 14, "group": "UAVCAN Motor Parameters", "longDesc": "Number of motor poles. Used to convert mechanical speeds to\n electrical speeds. This number should be taken from the motor\u2019s\n specification sheet.", "max": 40, "min": 2, "name": "mot_num_poles", "shortDesc": "Number of motor poles.", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "UAVCAN Motor Parameters", "longDesc": "READ ONLY: Motor resistance in ohms. This is measured on start-up. When\n tuning a new motor, check that this value is approximately equal\n to the value shown in the motor\u2019s specification sheet.", "name": "mot_rs", "shortDesc": "READ ONLY: Motor resistance in ohms", "type": "Float", "units": "Ohm"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.5, "group": "UAVCAN Motor Parameters", "longDesc": "Acceleration limit (V)", "max": 1.0, "min": 0.01, "name": "mot_v_accel", "shortDesc": "Acceleration limit (V)", "type": "Float", "units": "V"}, {"category": "Standard", "decimalPlaces": 3, "default": 14.8, "group": "UAVCAN Motor Parameters", "longDesc": "Motor voltage limit in volts. The current controller\u2019s\n commanded voltage will never exceed this value. Note that this may\n safely be above the nominal voltage of the motor; to determine the\n actual motor voltage limit, divide the motor\u2019s rated power by the\n motor current limit.", "min": 0.0, "name": "mot_v_max", "shortDesc": "Motor voltage limit in volts", "type": "Float", "units": "V"}, {"category": "Standard", "default": 2, "group": "UAVCAN GNSS", "longDesc": "Dynamic model used in the GNSS positioning engine. 0 \u2013\n Automotive, 1 \u2013 Sea, 2 \u2013 Airborne.\n ", "max": 2, "min": 0, "name": "gnss.dyn_model", "shortDesc": "GNSS dynamic model", "type": "Int32", "values": [{"description": "Automotive", "value": 0}, {"description": "Sea", "value": 1}, {"description": "Airborne", "value": 2}]}, {"category": "Standard", "default": 1, "group": "UAVCAN GNSS", "longDesc": "Broadcast the old (deprecated) GNSS fix message\n uavcan.equipment.gnss.Fix alongside the new alternative\n uavcan.equipment.gnss.Fix2. It is recommended to\n disable this feature to reduce the CAN bus traffic.\n ", "max": 1, "min": 0, "name": "gnss.old_fix_msg", "shortDesc": "Broadcast old GNSS fix message", "type": "Int32", "values": [{"description": "Fix2", "value": 0}, {"description": "Fix and Fix2", "value": 1}]}, {"category": "Standard", "default": 0, "group": "UAVCAN GNSS", "longDesc": "Set the device health to Warning if the dimensionality of\n the GNSS solution is less than this value. 3 for the full (3D)\n solution, 2 for planar (2D) solution, 1 for time-only solution,\n 0 disables the feature.\n ", "max": 3, "min": 0, "name": "gnss.warn_dimens", "shortDesc": "device health warning", "type": "Int32", "values": [{"description": "disables the feature", "value": 0}, {"description": "time-only solution", "value": 1}, {"description": "planar (2D) solution", "value": 2}, {"description": "full (3D) solution", "value": 3}]}, {"category": "Standard", "default": 0, "group": "UAVCAN GNSS", "longDesc": "Set the device health to Warning if the number of satellites\n used in the GNSS solution is below this threshold. Zero\n disables the feature\n ", "name": "gnss.warn_sats", "shortDesc": "", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "UAVCAN GNSS", "longDesc": "Set the device health to Warning if the number of satellites\n used in the GNSS solution is below this threshold. Zero\n disables the feature\n ", "max": 1000000, "min": 0, "name": "uavcan.pubp-pres", "shortDesc": "", "type": "Int32", "units": "us"}, {"category": "Standard", "default": 0, "group": "ADSB", "longDesc": "Sets first 4 characters of a total of 8. Valid characters are A-Z, 0-9, \" \". Example \"PX4 \" -> 1347957792 For CALLSIGN shorter than 8 characters use the null terminator at the end '\\0'.", "name": "ADSB_CALLSIGN_1", "rebootRequired": true, "shortDesc": "First 4 characters of CALLSIGN", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "ADSB", "longDesc": "Sets second 4 characters of a total of 8. Valid characters are A-Z, 0-9, \" \" only. Example \"TEST\" -> 1413829460 For CALLSIGN shorter than 8 characters use the null terminator at the end '\\0'.", "name": "ADSB_CALLSIGN_2", "rebootRequired": true, "shortDesc": "Second 4 characters of CALLSIGN", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "ADSB", "longDesc": "Sets the vehicle emergency state", "max": 6, "min": 0, "name": "ADSB_EMERGC", "rebootRequired": true, "shortDesc": "ADSB-Out Emergency State", "type": "Int32", "values": [{"description": "NoEmergency", "value": 0}, {"description": "General", "value": 1}, {"description": "Medical", "value": 2}, {"description": "LowFuel", "value": 3}, {"description": "NoCommunications", "value": 4}, {"description": "Interference", "value": 5}, {"description": "Downed", "value": 6}]}, {"category": "Standard", "default": 14, "group": "ADSB", "longDesc": "Configure the emitter type of the vehicle.", "max": 15, "min": 0, "name": "ADSB_EMIT_TYPE", "rebootRequired": true, "shortDesc": "ADSB-Out Vehicle Emitter Type", "type": "Int32", "values": [{"description": "Unknown", "value": 0}, {"description": "Light", "value": 1}, {"description": "Small", "value": 2}, {"description": "Large", "value": 3}, {"description": "HighVortex", "value": 4}, {"description": "Heavy", "value": 5}, {"description": "Performance", "value": 6}, {"description": "Rotorcraft", "value": 7}, {"description": "RESERVED", "value": 8}, {"description": "Glider", "value": 9}, {"description": "LightAir", "value": 10}, {"description": "Parachute", "value": 11}, {"description": "UltraLight", "value": 12}, {"description": "RESERVED", "value": 13}, {"description": "UAV", "value": 14}, {"description": "Space", "value": 15}, {"description": "RESERVED", "value": 16}, {"description": "EmergencySurf", "value": 17}, {"description": "ServiceSurf", "value": 18}, {"description": "PointObstacle", "value": 19}]}, {"category": "Standard", "default": 0, "group": "ADSB", "longDesc": "Sets GPS lataral offset encoding", "max": 7, "min": 0, "name": "ADSB_GPS_OFF_LAT", "rebootRequired": true, "shortDesc": "ADSB-Out GPS Offset lat", "type": "Int32", "values": [{"description": "NoData", "value": 0}, {"description": "LatLeft2M", "value": 1}, {"description": "LatLeft4M", "value": 2}, {"description": "LatLeft6M", "value": 3}, {"description": "LatRight0M", "value": 4}, {"description": "LatRight2M", "value": 5}, {"description": "LatRight4M", "value": 6}, {"description": "LatRight6M", "value": 7}]}, {"category": "Standard", "default": 0, "group": "ADSB", "longDesc": "Sets GPS longitudinal offset encoding", "max": 1, "min": 0, "name": "ADSB_GPS_OFF_LON", "rebootRequired": true, "shortDesc": "ADSB-Out GPS Offset lon", "type": "Int32", "values": [{"description": "NoData", "value": 0}, {"description": "AppliedBySensor", "value": 1}]}, {"category": "Standard", "default": 1194684, "group": "ADSB", "longDesc": "Defines the ICAO ID of the vehicle", "max": 16777215, "min": -1, "name": "ADSB_ICAO_ID", "rebootRequired": true, "shortDesc": "ADSB-Out ICAO configuration", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "ADSB", "longDesc": "This vehicle is always tracked. Use 0 to disable.", "max": 16777215, "min": 0, "name": "ADSB_ICAO_SPECL", "rebootRequired": true, "shortDesc": "ADSB-In Special ICAO configuration", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "ADSB", "longDesc": "Enable Identification of Position feature", "name": "ADSB_IDENT", "rebootRequired": true, "shortDesc": "ADSB-Out Ident Configuration", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 1, "group": "ADSB", "longDesc": "Report the length and width of the vehicle in meters. In most cases, use '1' for the smallest vehicle size.", "max": 15, "min": 0, "name": "ADSB_LEN_WIDTH", "rebootRequired": true, "shortDesc": "ADSB-Out Vehicle Size Configuration", "type": "Int32", "values": [{"description": "SizeUnknown", "value": 0}, {"description": "Len15_Wid23", "value": 1}, {"description": "Len25_Wid28", "value": 2}, {"description": "Len25_Wid34", "value": 3}, {"description": "Len35_Wid33", "value": 4}, {"description": "Len35_Wid38", "value": 5}, {"description": "Len45_Wid39", "value": 6}, {"description": "Len45_Wid45", "value": 7}, {"description": "Len55_Wid45", "value": 8}, {"description": "Len55_Wid52", "value": 9}, {"description": "Len65_Wid59", "value": 10}, {"description": "Len65_Wid67", "value": 11}, {"description": "Len75_Wid72", "value": 12}, {"description": "Len75_Wid80", "value": 13}, {"description": "Len85_Wid80", "value": 14}, {"description": "Len85_Wid90", "value": 15}]}, {"category": "Standard", "default": 25, "group": "ADSB", "longDesc": "Change number of targets to track", "max": 50, "min": 0, "name": "ADSB_LIST_MAX", "rebootRequired": true, "shortDesc": "ADSB-In Vehicle List Size", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "ADSB", "longDesc": "Informs ADSB vehicles of this vehicle's max speed capability", "max": 6, "min": 0, "name": "ADSB_MAX_SPEED", "rebootRequired": true, "shortDesc": "ADSB-Out Vehicle Max Speed", "type": "Int32", "values": [{"description": "UnknownMaxSpeed", "value": 0}, {"description": "75Kts", "value": 1}, {"description": "150Kts", "value": 2}, {"description": "300Kts", "value": 3}, {"description": "600Kts", "value": 4}, {"description": "1200Kts", "value": 5}, {"description": "Over1200Kts", "value": 6}]}, {"category": "Standard", "default": 1200, "group": "ADSB", "longDesc": "This parameter defines the squawk code. Value should be between 0000 and 7777.", "max": 7777, "min": 0, "name": "ADSB_SQUAWK", "rebootRequired": true, "shortDesc": "ADSB-Out squawk code configuration", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 2200, "min": 800, "name": "PCA9685_DIS1", "shortDesc": "PCA9685 Output Channel 1 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 2200, "min": 800, "name": "PCA9685_DIS10", "shortDesc": "PCA9685 Output Channel 10 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 2200, "min": 800, "name": "PCA9685_DIS11", "shortDesc": "PCA9685 Output Channel 11 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 2200, "min": 800, "name": "PCA9685_DIS12", "shortDesc": "PCA9685 Output Channel 12 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 2200, "min": 800, "name": "PCA9685_DIS13", "shortDesc": "PCA9685 Output Channel 13 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 2200, "min": 800, "name": "PCA9685_DIS14", "shortDesc": "PCA9685 Output Channel 14 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 2200, "min": 800, "name": "PCA9685_DIS15", "shortDesc": "PCA9685 Output Channel 15 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 2200, "min": 800, "name": "PCA9685_DIS16", "shortDesc": "PCA9685 Output Channel 16 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 2200, "min": 800, "name": "PCA9685_DIS2", "shortDesc": "PCA9685 Output Channel 2 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 2200, "min": 800, "name": "PCA9685_DIS3", "shortDesc": "PCA9685 Output Channel 3 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 2200, "min": 800, "name": "PCA9685_DIS4", "shortDesc": "PCA9685 Output Channel 4 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 2200, "min": 800, "name": "PCA9685_DIS5", "shortDesc": "PCA9685 Output Channel 5 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 2200, "min": 800, "name": "PCA9685_DIS6", "shortDesc": "PCA9685 Output Channel 6 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 2200, "min": 800, "name": "PCA9685_DIS7", "shortDesc": "PCA9685 Output Channel 7 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 2200, "min": 800, "name": "PCA9685_DIS8", "shortDesc": "PCA9685 Output Channel 8 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 2200, "min": 800, "name": "PCA9685_DIS9", "shortDesc": "PCA9685 Output Channel 9 Disarmed Value", "type": "Int32"}, {"bitmask": [{"description": "Put CH1 to Duty-Cycle mode", "index": 0}, {"description": "Put CH2 to Duty-Cycle mode", "index": 1}, {"description": "Put CH3 to Duty-Cycle mode", "index": 2}, {"description": "Put CH4 to Duty-Cycle mode", "index": 3}, {"description": "Put CH5 to Duty-Cycle mode", "index": 4}, {"description": "Put CH6 to Duty-Cycle mode", "index": 5}, {"description": "Put CH7 to Duty-Cycle mode", "index": 6}, {"description": "Put CH8 to Duty-Cycle mode", "index": 7}, {"description": "Put CH9 to Duty-Cycle mode", "index": 8}, {"description": "Put CH10 to Duty-Cycle mode", "index": 9}, {"description": "Put CH11 to Duty-Cycle mode", "index": 10}, {"description": "Put CH12 to Duty-Cycle mode", "index": 11}, {"description": "Put CH13 to Duty-Cycle mode", "index": 12}, {"description": "Put CH14 to Duty-Cycle mode", "index": 13}, {"description": "Put CH15 to Duty-Cycle mode", "index": 14}, {"description": "Put CH16 to Duty-Cycle mode", "index": 15}], "category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "The driver will output standard pulse-width encoded signal without this bit set. To make PCA9685 output in duty-cycle fashion, please enable the corresponding channel bit here and adjusting standard params to suit your need. The driver will have 12bits resolution for duty-cycle output. That means to achieve 0% to 100% output range on one channel, the corresponding params MIN and MAX for the channel should be set to 0 and 4096. Other standard params follows the same rule.", "max": 65535, "min": 0, "name": "PCA9685_DUTY_EN", "shortDesc": "Put the selected channels into Duty-Cycle output mode", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC1).", "max": 2200, "min": -1, "name": "PCA9685_FAIL1", "shortDesc": "PCA9685 Output Channel 1 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC10).", "max": 2200, "min": -1, "name": "PCA9685_FAIL10", "shortDesc": "PCA9685 Output Channel 10 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC11).", "max": 2200, "min": -1, "name": "PCA9685_FAIL11", "shortDesc": "PCA9685 Output Channel 11 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC12).", "max": 2200, "min": -1, "name": "PCA9685_FAIL12", "shortDesc": "PCA9685 Output Channel 12 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC13).", "max": 2200, "min": -1, "name": "PCA9685_FAIL13", "shortDesc": "PCA9685 Output Channel 13 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC14).", "max": 2200, "min": -1, "name": "PCA9685_FAIL14", "shortDesc": "PCA9685 Output Channel 14 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC15).", "max": 2200, "min": -1, "name": "PCA9685_FAIL15", "shortDesc": "PCA9685 Output Channel 15 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC16).", "max": 2200, "min": -1, "name": "PCA9685_FAIL16", "shortDesc": "PCA9685 Output Channel 16 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC2).", "max": 2200, "min": -1, "name": "PCA9685_FAIL2", "shortDesc": "PCA9685 Output Channel 2 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC3).", "max": 2200, "min": -1, "name": "PCA9685_FAIL3", "shortDesc": "PCA9685 Output Channel 3 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC4).", "max": 2200, "min": -1, "name": "PCA9685_FAIL4", "shortDesc": "PCA9685 Output Channel 4 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC5).", "max": 2200, "min": -1, "name": "PCA9685_FAIL5", "shortDesc": "PCA9685 Output Channel 5 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC6).", "max": 2200, "min": -1, "name": "PCA9685_FAIL6", "shortDesc": "PCA9685 Output Channel 6 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC7).", "max": 2200, "min": -1, "name": "PCA9685_FAIL7", "shortDesc": "PCA9685 Output Channel 7 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC8).", "max": 2200, "min": -1, "name": "PCA9685_FAIL8", "shortDesc": "PCA9685 Output Channel 8 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC9).", "max": 2200, "min": -1, "name": "PCA9685_FAIL9", "shortDesc": "PCA9685 Output Channel 9 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on PCA9685 Output Channel 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PCA9685_FUNC1", "shortDesc": "PCA9685 Output Channel 1 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on PCA9685 Output Channel 10. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PCA9685_FUNC10", "shortDesc": "PCA9685 Output Channel 10 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on PCA9685 Output Channel 11. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PCA9685_FUNC11", "shortDesc": "PCA9685 Output Channel 11 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on PCA9685 Output Channel 12. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PCA9685_FUNC12", "shortDesc": "PCA9685 Output Channel 12 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on PCA9685 Output Channel 13. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PCA9685_FUNC13", "shortDesc": "PCA9685 Output Channel 13 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on PCA9685 Output Channel 14. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PCA9685_FUNC14", "shortDesc": "PCA9685 Output Channel 14 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on PCA9685 Output Channel 15. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PCA9685_FUNC15", "shortDesc": "PCA9685 Output Channel 15 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on PCA9685 Output Channel 16. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PCA9685_FUNC16", "shortDesc": "PCA9685 Output Channel 16 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on PCA9685 Output Channel 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PCA9685_FUNC2", "shortDesc": "PCA9685 Output Channel 2 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on PCA9685 Output Channel 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PCA9685_FUNC3", "shortDesc": "PCA9685 Output Channel 3 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on PCA9685 Output Channel 4. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PCA9685_FUNC4", "shortDesc": "PCA9685 Output Channel 4 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on PCA9685 Output Channel 5. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PCA9685_FUNC5", "shortDesc": "PCA9685 Output Channel 5 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on PCA9685 Output Channel 6. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PCA9685_FUNC6", "shortDesc": "PCA9685 Output Channel 6 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on PCA9685 Output Channel 7. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PCA9685_FUNC7", "shortDesc": "PCA9685 Output Channel 7 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on PCA9685 Output Channel 8. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PCA9685_FUNC8", "shortDesc": "PCA9685 Output Channel 8 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on PCA9685 Output Channel 9. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PCA9685_FUNC9", "shortDesc": "PCA9685 Output Channel 9 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 1900, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 2200, "min": 1600, "name": "PCA9685_MAX1", "shortDesc": "PCA9685 Output Channel 1 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1900, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 2200, "min": 1600, "name": "PCA9685_MAX10", "shortDesc": "PCA9685 Output Channel 10 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1900, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 2200, "min": 1600, "name": "PCA9685_MAX11", "shortDesc": "PCA9685 Output Channel 11 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1900, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 2200, "min": 1600, "name": "PCA9685_MAX12", "shortDesc": "PCA9685 Output Channel 12 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1900, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 2200, "min": 1600, "name": "PCA9685_MAX13", "shortDesc": "PCA9685 Output Channel 13 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1900, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 2200, "min": 1600, "name": "PCA9685_MAX14", "shortDesc": "PCA9685 Output Channel 14 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1900, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 2200, "min": 1600, "name": "PCA9685_MAX15", "shortDesc": "PCA9685 Output Channel 15 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1900, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 2200, "min": 1600, "name": "PCA9685_MAX16", "shortDesc": "PCA9685 Output Channel 16 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1900, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 2200, "min": 1600, "name": "PCA9685_MAX2", "shortDesc": "PCA9685 Output Channel 2 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1900, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 2200, "min": 1600, "name": "PCA9685_MAX3", "shortDesc": "PCA9685 Output Channel 3 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1900, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 2200, "min": 1600, "name": "PCA9685_MAX4", "shortDesc": "PCA9685 Output Channel 4 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1900, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 2200, "min": 1600, "name": "PCA9685_MAX5", "shortDesc": "PCA9685 Output Channel 5 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1900, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 2200, "min": 1600, "name": "PCA9685_MAX6", "shortDesc": "PCA9685 Output Channel 6 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1900, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 2200, "min": 1600, "name": "PCA9685_MAX7", "shortDesc": "PCA9685 Output Channel 7 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1900, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 2200, "min": 1600, "name": "PCA9685_MAX8", "shortDesc": "PCA9685 Output Channel 8 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1900, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 2200, "min": 1600, "name": "PCA9685_MAX9", "shortDesc": "PCA9685 Output Channel 9 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1100, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1400, "min": 800, "name": "PCA9685_MIN1", "shortDesc": "PCA9685 Output Channel 1 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1100, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1400, "min": 800, "name": "PCA9685_MIN10", "shortDesc": "PCA9685 Output Channel 10 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1100, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1400, "min": 800, "name": "PCA9685_MIN11", "shortDesc": "PCA9685 Output Channel 11 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1100, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1400, "min": 800, "name": "PCA9685_MIN12", "shortDesc": "PCA9685 Output Channel 12 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1100, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1400, "min": 800, "name": "PCA9685_MIN13", "shortDesc": "PCA9685 Output Channel 13 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1100, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1400, "min": 800, "name": "PCA9685_MIN14", "shortDesc": "PCA9685 Output Channel 14 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1100, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1400, "min": 800, "name": "PCA9685_MIN15", "shortDesc": "PCA9685 Output Channel 15 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1100, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1400, "min": 800, "name": "PCA9685_MIN16", "shortDesc": "PCA9685 Output Channel 16 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1100, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1400, "min": 800, "name": "PCA9685_MIN2", "shortDesc": "PCA9685 Output Channel 2 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1100, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1400, "min": 800, "name": "PCA9685_MIN3", "shortDesc": "PCA9685 Output Channel 3 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1100, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1400, "min": 800, "name": "PCA9685_MIN4", "shortDesc": "PCA9685 Output Channel 4 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1100, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1400, "min": 800, "name": "PCA9685_MIN5", "shortDesc": "PCA9685 Output Channel 5 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1100, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1400, "min": 800, "name": "PCA9685_MIN6", "shortDesc": "PCA9685 Output Channel 6 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1100, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1400, "min": 800, "name": "PCA9685_MIN7", "shortDesc": "PCA9685 Output Channel 7 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1100, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1400, "min": 800, "name": "PCA9685_MIN8", "shortDesc": "PCA9685 Output Channel 8 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1100, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1400, "min": 800, "name": "PCA9685_MIN9", "shortDesc": "PCA9685 Output Channel 9 Minimum Value", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 2, "default": 50.0, "group": "Actuator Outputs", "longDesc": "Controls the PWM frequency at timing perspective. This is independent from PWM update frequency, as PCA9685 is capable to output without being continuously commanded by FC. Higher frequency leads to more accurate pulse width, but some ESCs and servos may not support it. This parameter should be set to the same value as PWM update rate in most case. This parameter MUST NOT exceed upper limit of 400.0, if any outputs as generic 1000~2000us pulse width is desired. Frequency higher than 400 only makes sense in duty-cycle mode.", "max": 1525.87, "min": 23.8, "name": "PCA9685_PWM_FREQ", "shortDesc": "PWM cycle frequency", "type": "Float"}, {"bitmask": [{"description": "PCA9685 Output Channel 1", "index": 0}, {"description": "PCA9685 Output Channel 2", "index": 1}, {"description": "PCA9685 Output Channel 3", "index": 2}, {"description": "PCA9685 Output Channel 4", "index": 3}, {"description": "PCA9685 Output Channel 5", "index": 4}, {"description": "PCA9685 Output Channel 6", "index": 5}, {"description": "PCA9685 Output Channel 7", "index": 6}, {"description": "PCA9685 Output Channel 8", "index": 7}, {"description": "PCA9685 Output Channel 9", "index": 8}, {"description": "PCA9685 Output Channel 10", "index": 9}, {"description": "PCA9685 Output Channel 11", "index": 10}, {"description": "PCA9685 Output Channel 12", "index": 11}, {"description": "PCA9685 Output Channel 13", "index": 12}, {"description": "PCA9685 Output Channel 14", "index": 13}, {"description": "PCA9685 Output Channel 15", "index": 14}, {"description": "PCA9685 Output Channel 16", "index": 15}], "category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Allows to reverse the output range for each channel. Note: this is only useful for servos.", "max": 65535, "min": 0, "name": "PCA9685_REV", "shortDesc": "Reverse Output Range for PCA9685 Output", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 2, "default": 50.0, "group": "Actuator Outputs", "longDesc": "Controls the update rate of PWM output. Flight Controller will inform those numbers of update events in a second, to PCA9685. Higher update rate will consume more I2C bandwidth, which may even lead to worse output latency, or completely block I2C bus.", "max": 400.0, "min": 50.0, "name": "PCA9685_SCHD_HZ", "shortDesc": "PWM update rate", "type": "Float"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 2200, "min": 800, "name": "PWM_AUX_DIS1", "shortDesc": "PWM Aux 1 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 2200, "min": 800, "name": "PWM_AUX_DIS10", "shortDesc": "PWM Capture 2 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 2200, "min": 800, "name": "PWM_AUX_DIS11", "shortDesc": "PWM Capture 3 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 2200, "min": 800, "name": "PWM_AUX_DIS2", "shortDesc": "PWM Aux 2 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 2200, "min": 800, "name": "PWM_AUX_DIS3", "shortDesc": "PWM Aux 3 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 2200, "min": 800, "name": "PWM_AUX_DIS4", "shortDesc": "PWM Aux 4 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 2200, "min": 800, "name": "PWM_AUX_DIS5", "shortDesc": "PWM Aux 5 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 2200, "min": 800, "name": "PWM_AUX_DIS6", "shortDesc": "PWM Aux 6 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 2200, "min": 800, "name": "PWM_AUX_DIS7", "shortDesc": "PWM Aux 7 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 2200, "min": 800, "name": "PWM_AUX_DIS8", "shortDesc": "PWM Aux 8 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 2200, "min": 800, "name": "PWM_AUX_DIS9", "shortDesc": "PWM Capture 1 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC1).", "max": 2200, "min": -1, "name": "PWM_AUX_FAIL1", "shortDesc": "PWM Aux 1 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC2).", "max": 2200, "min": -1, "name": "PWM_AUX_FAIL10", "shortDesc": "PWM Capture 2 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC3).", "max": 2200, "min": -1, "name": "PWM_AUX_FAIL11", "shortDesc": "PWM Capture 3 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC2).", "max": 2200, "min": -1, "name": "PWM_AUX_FAIL2", "shortDesc": "PWM Aux 2 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC3).", "max": 2200, "min": -1, "name": "PWM_AUX_FAIL3", "shortDesc": "PWM Aux 3 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC4).", "max": 2200, "min": -1, "name": "PWM_AUX_FAIL4", "shortDesc": "PWM Aux 4 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC5).", "max": 2200, "min": -1, "name": "PWM_AUX_FAIL5", "shortDesc": "PWM Aux 5 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC6).", "max": 2200, "min": -1, "name": "PWM_AUX_FAIL6", "shortDesc": "PWM Aux 6 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC7).", "max": 2200, "min": -1, "name": "PWM_AUX_FAIL7", "shortDesc": "PWM Aux 7 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC8).", "max": 2200, "min": -1, "name": "PWM_AUX_FAIL8", "shortDesc": "PWM Aux 8 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC1).", "max": 2200, "min": -1, "name": "PWM_AUX_FAIL9", "shortDesc": "PWM Capture 1 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on PWM Aux 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PWM_AUX_FUNC1", "shortDesc": "PWM Aux 1 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}, {"description": "Camera Trigger", "value": 2000}, {"description": "Camera Capture", "value": 2032}, {"description": "PPS Input", "value": 2064}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on PWM Capture 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PWM_AUX_FUNC10", "shortDesc": "PWM Capture 2 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}, {"description": "Camera Trigger", "value": 2000}, {"description": "Camera Capture", "value": 2032}, {"description": "PPS Input", "value": 2064}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on PWM Capture 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PWM_AUX_FUNC11", "shortDesc": "PWM Capture 3 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}, {"description": "Camera Trigger", "value": 2000}, {"description": "Camera Capture", "value": 2032}, {"description": "PPS Input", "value": 2064}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on PWM Aux 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PWM_AUX_FUNC2", "shortDesc": "PWM Aux 2 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}, {"description": "Camera Trigger", "value": 2000}, {"description": "Camera Capture", "value": 2032}, {"description": "PPS Input", "value": 2064}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on PWM Aux 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PWM_AUX_FUNC3", "shortDesc": "PWM Aux 3 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}, {"description": "Camera Trigger", "value": 2000}, {"description": "Camera Capture", "value": 2032}, {"description": "PPS Input", "value": 2064}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on PWM Aux 4. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PWM_AUX_FUNC4", "shortDesc": "PWM Aux 4 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}, {"description": "Camera Trigger", "value": 2000}, {"description": "Camera Capture", "value": 2032}, {"description": "PPS Input", "value": 2064}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on PWM Aux 5. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PWM_AUX_FUNC5", "shortDesc": "PWM Aux 5 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}, {"description": "Camera Trigger", "value": 2000}, {"description": "Camera Capture", "value": 2032}, {"description": "PPS Input", "value": 2064}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on PWM Aux 6. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PWM_AUX_FUNC6", "shortDesc": "PWM Aux 6 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}, {"description": "Camera Trigger", "value": 2000}, {"description": "Camera Capture", "value": 2032}, {"description": "PPS Input", "value": 2064}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on PWM Aux 7. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PWM_AUX_FUNC7", "shortDesc": "PWM Aux 7 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}, {"description": "Camera Trigger", "value": 2000}, {"description": "Camera Capture", "value": 2032}, {"description": "PPS Input", "value": 2064}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on PWM Aux 8. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PWM_AUX_FUNC8", "shortDesc": "PWM Aux 8 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}, {"description": "Camera Trigger", "value": 2000}, {"description": "Camera Capture", "value": 2032}, {"description": "PPS Input", "value": 2064}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on PWM Capture 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PWM_AUX_FUNC9", "shortDesc": "PWM Capture 1 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}, {"description": "Camera Trigger", "value": 2000}, {"description": "Camera Capture", "value": 2032}, {"description": "PPS Input", "value": 2064}]}, {"category": "Standard", "default": 2000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 2200, "min": 1600, "name": "PWM_AUX_MAX1", "shortDesc": "PWM Aux 1 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 2000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 2200, "min": 1600, "name": "PWM_AUX_MAX10", "shortDesc": "PWM Capture 2 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 2000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 2200, "min": 1600, "name": "PWM_AUX_MAX11", "shortDesc": "PWM Capture 3 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 2000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 2200, "min": 1600, "name": "PWM_AUX_MAX2", "shortDesc": "PWM Aux 2 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 2000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 2200, "min": 1600, "name": "PWM_AUX_MAX3", "shortDesc": "PWM Aux 3 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 2000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 2200, "min": 1600, "name": "PWM_AUX_MAX4", "shortDesc": "PWM Aux 4 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 2000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 2200, "min": 1600, "name": "PWM_AUX_MAX5", "shortDesc": "PWM Aux 5 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 2000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 2200, "min": 1600, "name": "PWM_AUX_MAX6", "shortDesc": "PWM Aux 6 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 2000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 2200, "min": 1600, "name": "PWM_AUX_MAX7", "shortDesc": "PWM Aux 7 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 2000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 2200, "min": 1600, "name": "PWM_AUX_MAX8", "shortDesc": "PWM Aux 8 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 2000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 2200, "min": 1600, "name": "PWM_AUX_MAX9", "shortDesc": "PWM Capture 1 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1400, "min": 800, "name": "PWM_AUX_MIN1", "shortDesc": "PWM Aux 1 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1400, "min": 800, "name": "PWM_AUX_MIN10", "shortDesc": "PWM Capture 2 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1400, "min": 800, "name": "PWM_AUX_MIN11", "shortDesc": "PWM Capture 3 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1400, "min": 800, "name": "PWM_AUX_MIN2", "shortDesc": "PWM Aux 2 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1400, "min": 800, "name": "PWM_AUX_MIN3", "shortDesc": "PWM Aux 3 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1400, "min": 800, "name": "PWM_AUX_MIN4", "shortDesc": "PWM Aux 4 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1400, "min": 800, "name": "PWM_AUX_MIN5", "shortDesc": "PWM Aux 5 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1400, "min": 800, "name": "PWM_AUX_MIN6", "shortDesc": "PWM Aux 6 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1400, "min": 800, "name": "PWM_AUX_MIN7", "shortDesc": "PWM Aux 7 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1400, "min": 800, "name": "PWM_AUX_MIN8", "shortDesc": "PWM Aux 8 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1400, "min": 800, "name": "PWM_AUX_MIN9", "shortDesc": "PWM Capture 1 Minimum Value", "type": "Int32"}, {"bitmask": [{"description": "PWM Aux 1", "index": 0}, {"description": "PWM Aux 2", "index": 1}, {"description": "PWM Aux 3", "index": 2}, {"description": "PWM Aux 4", "index": 3}, {"description": "PWM Aux 5", "index": 4}, {"description": "PWM Aux 6", "index": 5}, {"description": "PWM Aux 7", "index": 6}, {"description": "PWM Aux 8", "index": 7}, {"description": "PWM Capture 1", "index": 8}, {"description": "PWM Capture 2", "index": 9}, {"description": "PWM Capture 3", "index": 10}], "category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Allows to reverse the output range for each channel. Note: this is only useful for servos.", "max": 2047, "min": 0, "name": "PWM_AUX_REV", "shortDesc": "Reverse Output Range for PWM AUX", "type": "Int32"}, {"category": "Standard", "default": 400, "group": "Actuator Outputs", "longDesc": "Select which Output Protocol to use for outputs PWM Aux 1-4. Custom PWM rates can be used by directly setting any value >0.", "name": "PWM_AUX_TIM0", "rebootRequired": true, "shortDesc": "Output Protocol Configuration for PWM Aux 1-4", "type": "Int32", "values": [{"description": "DShot150", "value": -5}, {"description": "DShot300", "value": -4}, {"description": "DShot600", "value": -3}, {"description": "DShot1200", "value": -2}, {"description": "OneShot", "value": -1}, {"description": "PWM 50 Hz", "value": 50}, {"description": "PWM 100 Hz", "value": 100}, {"description": "PWM 200 Hz", "value": 200}, {"description": "PWM 400 Hz", "value": 400}]}, {"category": "Standard", "default": 400, "group": "Actuator Outputs", "longDesc": "Select which Output Protocol to use for outputs PWM Aux 5-6. Custom PWM rates can be used by directly setting any value >0.", "name": "PWM_AUX_TIM1", "rebootRequired": true, "shortDesc": "Output Protocol Configuration for PWM Aux 5-6", "type": "Int32", "values": [{"description": "OneShot", "value": -1}, {"description": "PWM 50 Hz", "value": 50}, {"description": "PWM 100 Hz", "value": 100}, {"description": "PWM 200 Hz", "value": 200}, {"description": "PWM 400 Hz", "value": 400}]}, {"category": "Standard", "default": 400, "group": "Actuator Outputs", "longDesc": "Select which Output Protocol to use for outputs PWM Aux 7-8. Custom PWM rates can be used by directly setting any value >0.", "name": "PWM_AUX_TIM2", "rebootRequired": true, "shortDesc": "Output Protocol Configuration for PWM Aux 7-8", "type": "Int32", "values": [{"description": "OneShot", "value": -1}, {"description": "PWM 50 Hz", "value": 50}, {"description": "PWM 100 Hz", "value": 100}, {"description": "PWM 200 Hz", "value": 200}, {"description": "PWM 400 Hz", "value": 400}]}, {"category": "Standard", "default": 400, "group": "Actuator Outputs", "longDesc": "Select which Output Protocol to use for outputs PWM Capture 1-3. Custom PWM rates can be used by directly setting any value >0.", "name": "PWM_AUX_TIM3", "rebootRequired": true, "shortDesc": "Output Protocol Configuration for PWM Capture 1-3", "type": "Int32", "values": [{"description": "OneShot", "value": -1}, {"description": "PWM 50 Hz", "value": 50}, {"description": "PWM 100 Hz", "value": 100}, {"description": "PWM 200 Hz", "value": 200}, {"description": "PWM 400 Hz", "value": 400}]}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 2200, "min": 800, "name": "PWM_MAIN_DIS1", "shortDesc": "MAIN 1 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 2200, "min": 800, "name": "PWM_MAIN_DIS2", "shortDesc": "MAIN 2 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 2200, "min": 800, "name": "PWM_MAIN_DIS3", "shortDesc": "MAIN 3 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 2200, "min": 800, "name": "PWM_MAIN_DIS4", "shortDesc": "MAIN 4 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 2200, "min": 800, "name": "PWM_MAIN_DIS5", "shortDesc": "MAIN 5 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 2200, "min": 800, "name": "PWM_MAIN_DIS6", "shortDesc": "MAIN 6 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 2200, "min": 800, "name": "PWM_MAIN_DIS7", "shortDesc": "MAIN 7 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 2200, "min": 800, "name": "PWM_MAIN_DIS8", "shortDesc": "MAIN 8 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_MAIN_FUNC1).", "max": 2200, "min": -1, "name": "PWM_MAIN_FAIL1", "shortDesc": "MAIN 1 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_MAIN_FUNC2).", "max": 2200, "min": -1, "name": "PWM_MAIN_FAIL2", "shortDesc": "MAIN 2 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_MAIN_FUNC3).", "max": 2200, "min": -1, "name": "PWM_MAIN_FAIL3", "shortDesc": "MAIN 3 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_MAIN_FUNC4).", "max": 2200, "min": -1, "name": "PWM_MAIN_FAIL4", "shortDesc": "MAIN 4 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_MAIN_FUNC5).", "max": 2200, "min": -1, "name": "PWM_MAIN_FAIL5", "shortDesc": "MAIN 5 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_MAIN_FUNC6).", "max": 2200, "min": -1, "name": "PWM_MAIN_FAIL6", "shortDesc": "MAIN 6 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_MAIN_FUNC7).", "max": 2200, "min": -1, "name": "PWM_MAIN_FAIL7", "shortDesc": "MAIN 7 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_MAIN_FUNC8).", "max": 2200, "min": -1, "name": "PWM_MAIN_FAIL8", "shortDesc": "MAIN 8 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on MAIN 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PWM_MAIN_FUNC1", "shortDesc": "MAIN 1 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on MAIN 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PWM_MAIN_FUNC2", "shortDesc": "MAIN 2 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on MAIN 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PWM_MAIN_FUNC3", "shortDesc": "MAIN 3 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on MAIN 4. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PWM_MAIN_FUNC4", "shortDesc": "MAIN 4 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on MAIN 5. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PWM_MAIN_FUNC5", "shortDesc": "MAIN 5 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on MAIN 6. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PWM_MAIN_FUNC6", "shortDesc": "MAIN 6 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on MAIN 7. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PWM_MAIN_FUNC7", "shortDesc": "MAIN 7 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on MAIN 8. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PWM_MAIN_FUNC8", "shortDesc": "MAIN 8 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 2000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 2200, "min": 1600, "name": "PWM_MAIN_MAX1", "shortDesc": "MAIN 1 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 2000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 2200, "min": 1600, "name": "PWM_MAIN_MAX2", "shortDesc": "MAIN 2 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 2000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 2200, "min": 1600, "name": "PWM_MAIN_MAX3", "shortDesc": "MAIN 3 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 2000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 2200, "min": 1600, "name": "PWM_MAIN_MAX4", "shortDesc": "MAIN 4 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 2000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 2200, "min": 1600, "name": "PWM_MAIN_MAX5", "shortDesc": "MAIN 5 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 2000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 2200, "min": 1600, "name": "PWM_MAIN_MAX6", "shortDesc": "MAIN 6 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 2000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 2200, "min": 1600, "name": "PWM_MAIN_MAX7", "shortDesc": "MAIN 7 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 2000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 2200, "min": 1600, "name": "PWM_MAIN_MAX8", "shortDesc": "MAIN 8 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1400, "min": 800, "name": "PWM_MAIN_MIN1", "shortDesc": "MAIN 1 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1400, "min": 800, "name": "PWM_MAIN_MIN2", "shortDesc": "MAIN 2 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1400, "min": 800, "name": "PWM_MAIN_MIN3", "shortDesc": "MAIN 3 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1400, "min": 800, "name": "PWM_MAIN_MIN4", "shortDesc": "MAIN 4 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1400, "min": 800, "name": "PWM_MAIN_MIN5", "shortDesc": "MAIN 5 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1400, "min": 800, "name": "PWM_MAIN_MIN6", "shortDesc": "MAIN 6 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1400, "min": 800, "name": "PWM_MAIN_MIN7", "shortDesc": "MAIN 7 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1400, "min": 800, "name": "PWM_MAIN_MIN8", "shortDesc": "MAIN 8 Minimum Value", "type": "Int32"}, {"bitmask": [{"description": "MAIN 1", "index": 0}, {"description": "MAIN 2", "index": 1}, {"description": "MAIN 3", "index": 2}, {"description": "MAIN 4", "index": 3}, {"description": "MAIN 5", "index": 4}, {"description": "MAIN 6", "index": 5}, {"description": "MAIN 7", "index": 6}, {"description": "MAIN 8", "index": 7}], "category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Allows to reverse the output range for each channel. Note: this is only useful for servos.", "max": 255, "min": 0, "name": "PWM_MAIN_REV", "shortDesc": "Reverse Output Range for PWM MAIN", "type": "Int32"}, {"category": "Standard", "default": 400, "group": "Actuator Outputs", "longDesc": "Select which Output Protocol to use for outputs MAIN 1-2. Custom PWM rates can be used by directly setting any value >0.", "name": "PWM_MAIN_TIM0", "rebootRequired": true, "shortDesc": "Output Protocol Configuration for MAIN 1-2", "type": "Int32", "values": [{"description": "OneShot", "value": -1}, {"description": "PWM 50 Hz", "value": 50}, {"description": "PWM 100 Hz", "value": 100}, {"description": "PWM 200 Hz", "value": 200}, {"description": "PWM 400 Hz", "value": 400}]}, {"category": "Standard", "default": 400, "group": "Actuator Outputs", "longDesc": "Select which Output Protocol to use for outputs MAIN 3-4. Custom PWM rates can be used by directly setting any value >0.", "name": "PWM_MAIN_TIM1", "rebootRequired": true, "shortDesc": "Output Protocol Configuration for MAIN 3-4", "type": "Int32", "values": [{"description": "OneShot", "value": -1}, {"description": "PWM 50 Hz", "value": 50}, {"description": "PWM 100 Hz", "value": 100}, {"description": "PWM 200 Hz", "value": 200}, {"description": "PWM 400 Hz", "value": 400}]}, {"category": "Standard", "default": 400, "group": "Actuator Outputs", "longDesc": "Select which Output Protocol to use for outputs MAIN 5-8. Custom PWM rates can be used by directly setting any value >0.", "name": "PWM_MAIN_TIM2", "rebootRequired": true, "shortDesc": "Output Protocol Configuration for MAIN 5-8", "type": "Int32", "values": [{"description": "OneShot", "value": -1}, {"description": "PWM 50 Hz", "value": 50}, {"description": "PWM 100 Hz", "value": 100}, {"description": "PWM 200 Hz", "value": 200}, {"description": "PWM 400 Hz", "value": 400}]}, {"category": "Standard", "default": 128, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 128, "min": 128, "name": "RBCLW_DIS1", "shortDesc": "Roboclaw Driver Channel 1 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 128, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 128, "min": 128, "name": "RBCLW_DIS2", "shortDesc": "Roboclaw Driver Channel 2 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see RBCLW_FUNC1).", "max": 257, "min": -1, "name": "RBCLW_FAIL1", "shortDesc": "Roboclaw Driver Channel 1 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see RBCLW_FUNC2).", "max": 257, "min": -1, "name": "RBCLW_FAIL2", "shortDesc": "Roboclaw Driver Channel 2 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on Roboclaw Driver Channel 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "RBCLW_FUNC1", "shortDesc": "Roboclaw Driver Channel 1 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on Roboclaw Driver Channel 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "RBCLW_FUNC2", "shortDesc": "Roboclaw Driver Channel 2 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 256, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 256, "min": 128, "name": "RBCLW_MAX1", "shortDesc": "Roboclaw Driver Channel 1 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 256, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 256, "min": 128, "name": "RBCLW_MAX2", "shortDesc": "Roboclaw Driver Channel 2 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 128, "min": 1, "name": "RBCLW_MIN1", "shortDesc": "Roboclaw Driver Channel 1 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 128, "min": 1, "name": "RBCLW_MIN2", "shortDesc": "Roboclaw Driver Channel 2 Minimum Value", "type": "Int32"}, {"bitmask": [{"description": "Roboclaw Driver Channel 1", "index": 0}, {"description": "Roboclaw Driver Channel 2", "index": 1}], "category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Allows to reverse the output range for each channel. Note: this is only useful for servos.", "max": 3, "min": 0, "name": "RBCLW_REV", "shortDesc": "Reverse Output Range for Roboclaw Driver", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 1000, "min": 0, "name": "SIM_GZ_EC_DIS1", "shortDesc": "SIM_GZ ESC 1 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 1000, "min": 0, "name": "SIM_GZ_EC_DIS2", "shortDesc": "SIM_GZ ESC 2 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 1000, "min": 0, "name": "SIM_GZ_EC_DIS3", "shortDesc": "SIM_GZ ESC 3 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 1000, "min": 0, "name": "SIM_GZ_EC_DIS4", "shortDesc": "SIM_GZ ESC 4 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 1000, "min": 0, "name": "SIM_GZ_EC_DIS5", "shortDesc": "SIM_GZ ESC 5 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 1000, "min": 0, "name": "SIM_GZ_EC_DIS6", "shortDesc": "SIM_GZ ESC 6 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 1000, "min": 0, "name": "SIM_GZ_EC_DIS7", "shortDesc": "SIM_GZ ESC 7 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 1000, "min": 0, "name": "SIM_GZ_EC_DIS8", "shortDesc": "SIM_GZ ESC 8 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_EC_FUNC1).", "max": 1000, "min": -1, "name": "SIM_GZ_EC_FAIL1", "shortDesc": "SIM_GZ ESC 1 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_EC_FUNC2).", "max": 1000, "min": -1, "name": "SIM_GZ_EC_FAIL2", "shortDesc": "SIM_GZ ESC 2 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_EC_FUNC3).", "max": 1000, "min": -1, "name": "SIM_GZ_EC_FAIL3", "shortDesc": "SIM_GZ ESC 3 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_EC_FUNC4).", "max": 1000, "min": -1, "name": "SIM_GZ_EC_FAIL4", "shortDesc": "SIM_GZ ESC 4 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_EC_FUNC5).", "max": 1000, "min": -1, "name": "SIM_GZ_EC_FAIL5", "shortDesc": "SIM_GZ ESC 5 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_EC_FUNC6).", "max": 1000, "min": -1, "name": "SIM_GZ_EC_FAIL6", "shortDesc": "SIM_GZ ESC 6 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_EC_FUNC7).", "max": 1000, "min": -1, "name": "SIM_GZ_EC_FAIL7", "shortDesc": "SIM_GZ ESC 7 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_EC_FUNC8).", "max": 1000, "min": -1, "name": "SIM_GZ_EC_FAIL8", "shortDesc": "SIM_GZ ESC 8 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on SIM_GZ ESC 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "SIM_GZ_EC_FUNC1", "shortDesc": "SIM_GZ ESC 1 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on SIM_GZ ESC 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "SIM_GZ_EC_FUNC2", "shortDesc": "SIM_GZ ESC 2 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on SIM_GZ ESC 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "SIM_GZ_EC_FUNC3", "shortDesc": "SIM_GZ ESC 3 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on SIM_GZ ESC 4. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "SIM_GZ_EC_FUNC4", "shortDesc": "SIM_GZ ESC 4 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on SIM_GZ ESC 5. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "SIM_GZ_EC_FUNC5", "shortDesc": "SIM_GZ ESC 5 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on SIM_GZ ESC 6. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "SIM_GZ_EC_FUNC6", "shortDesc": "SIM_GZ ESC 6 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on SIM_GZ ESC 7. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "SIM_GZ_EC_FUNC7", "shortDesc": "SIM_GZ ESC 7 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on SIM_GZ ESC 8. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "SIM_GZ_EC_FUNC8", "shortDesc": "SIM_GZ ESC 8 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "SIM_GZ_EC_MAX1", "shortDesc": "SIM_GZ ESC 1 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "SIM_GZ_EC_MAX2", "shortDesc": "SIM_GZ ESC 2 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "SIM_GZ_EC_MAX3", "shortDesc": "SIM_GZ ESC 3 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "SIM_GZ_EC_MAX4", "shortDesc": "SIM_GZ ESC 4 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "SIM_GZ_EC_MAX5", "shortDesc": "SIM_GZ ESC 5 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "SIM_GZ_EC_MAX6", "shortDesc": "SIM_GZ ESC 6 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "SIM_GZ_EC_MAX7", "shortDesc": "SIM_GZ ESC 7 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "SIM_GZ_EC_MAX8", "shortDesc": "SIM_GZ ESC 8 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "SIM_GZ_EC_MIN1", "shortDesc": "SIM_GZ ESC 1 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "SIM_GZ_EC_MIN2", "shortDesc": "SIM_GZ ESC 2 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "SIM_GZ_EC_MIN3", "shortDesc": "SIM_GZ ESC 3 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "SIM_GZ_EC_MIN4", "shortDesc": "SIM_GZ ESC 4 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "SIM_GZ_EC_MIN5", "shortDesc": "SIM_GZ ESC 5 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "SIM_GZ_EC_MIN6", "shortDesc": "SIM_GZ ESC 6 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "SIM_GZ_EC_MIN7", "shortDesc": "SIM_GZ ESC 7 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "SIM_GZ_EC_MIN8", "shortDesc": "SIM_GZ ESC 8 Minimum Value", "type": "Int32"}, {"bitmask": [{"description": "SIM_GZ ESC 1", "index": 0}, {"description": "SIM_GZ ESC 2", "index": 1}, {"description": "SIM_GZ ESC 3", "index": 2}, {"description": "SIM_GZ ESC 4", "index": 3}, {"description": "SIM_GZ ESC 5", "index": 4}, {"description": "SIM_GZ ESC 6", "index": 5}, {"description": "SIM_GZ ESC 7", "index": 6}, {"description": "SIM_GZ ESC 8", "index": 7}], "category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Allows to reverse the output range for each channel. Note: this is only useful for servos.", "max": 255, "min": 0, "name": "SIM_GZ_EC_REV", "shortDesc": "Reverse Output Range for SIM_GZ", "type": "Int32"}, {"category": "Standard", "default": 500, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 1000, "min": 0, "name": "SIM_GZ_SV_DIS1", "shortDesc": "SIM_GZ Servo 1 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 500, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 1000, "min": 0, "name": "SIM_GZ_SV_DIS2", "shortDesc": "SIM_GZ Servo 2 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 500, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 1000, "min": 0, "name": "SIM_GZ_SV_DIS3", "shortDesc": "SIM_GZ Servo 3 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 500, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 1000, "min": 0, "name": "SIM_GZ_SV_DIS4", "shortDesc": "SIM_GZ Servo 4 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 500, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 1000, "min": 0, "name": "SIM_GZ_SV_DIS5", "shortDesc": "SIM_GZ Servo 5 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 500, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 1000, "min": 0, "name": "SIM_GZ_SV_DIS6", "shortDesc": "SIM_GZ Servo 6 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 500, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 1000, "min": 0, "name": "SIM_GZ_SV_DIS7", "shortDesc": "SIM_GZ Servo 7 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 500, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 1000, "min": 0, "name": "SIM_GZ_SV_DIS8", "shortDesc": "SIM_GZ Servo 8 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_SV_FUNC1).", "max": 1000, "min": -1, "name": "SIM_GZ_SV_FAIL1", "shortDesc": "SIM_GZ Servo 1 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_SV_FUNC2).", "max": 1000, "min": -1, "name": "SIM_GZ_SV_FAIL2", "shortDesc": "SIM_GZ Servo 2 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_SV_FUNC3).", "max": 1000, "min": -1, "name": "SIM_GZ_SV_FAIL3", "shortDesc": "SIM_GZ Servo 3 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_SV_FUNC4).", "max": 1000, "min": -1, "name": "SIM_GZ_SV_FAIL4", "shortDesc": "SIM_GZ Servo 4 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_SV_FUNC5).", "max": 1000, "min": -1, "name": "SIM_GZ_SV_FAIL5", "shortDesc": "SIM_GZ Servo 5 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_SV_FUNC6).", "max": 1000, "min": -1, "name": "SIM_GZ_SV_FAIL6", "shortDesc": "SIM_GZ Servo 6 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_SV_FUNC7).", "max": 1000, "min": -1, "name": "SIM_GZ_SV_FAIL7", "shortDesc": "SIM_GZ Servo 7 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_SV_FUNC8).", "max": 1000, "min": -1, "name": "SIM_GZ_SV_FAIL8", "shortDesc": "SIM_GZ Servo 8 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on SIM_GZ Servo 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "SIM_GZ_SV_FUNC1", "shortDesc": "SIM_GZ Servo 1 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on SIM_GZ Servo 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "SIM_GZ_SV_FUNC2", "shortDesc": "SIM_GZ Servo 2 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on SIM_GZ Servo 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "SIM_GZ_SV_FUNC3", "shortDesc": "SIM_GZ Servo 3 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on SIM_GZ Servo 4. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "SIM_GZ_SV_FUNC4", "shortDesc": "SIM_GZ Servo 4 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on SIM_GZ Servo 5. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "SIM_GZ_SV_FUNC5", "shortDesc": "SIM_GZ Servo 5 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on SIM_GZ Servo 6. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "SIM_GZ_SV_FUNC6", "shortDesc": "SIM_GZ Servo 6 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on SIM_GZ Servo 7. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "SIM_GZ_SV_FUNC7", "shortDesc": "SIM_GZ Servo 7 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on SIM_GZ Servo 8. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "SIM_GZ_SV_FUNC8", "shortDesc": "SIM_GZ Servo 8 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "SIM_GZ_SV_MAX1", "shortDesc": "SIM_GZ Servo 1 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "SIM_GZ_SV_MAX2", "shortDesc": "SIM_GZ Servo 2 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "SIM_GZ_SV_MAX3", "shortDesc": "SIM_GZ Servo 3 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "SIM_GZ_SV_MAX4", "shortDesc": "SIM_GZ Servo 4 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "SIM_GZ_SV_MAX5", "shortDesc": "SIM_GZ Servo 5 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "SIM_GZ_SV_MAX6", "shortDesc": "SIM_GZ Servo 6 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "SIM_GZ_SV_MAX7", "shortDesc": "SIM_GZ Servo 7 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "SIM_GZ_SV_MAX8", "shortDesc": "SIM_GZ Servo 8 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "SIM_GZ_SV_MIN1", "shortDesc": "SIM_GZ Servo 1 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "SIM_GZ_SV_MIN2", "shortDesc": "SIM_GZ Servo 2 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "SIM_GZ_SV_MIN3", "shortDesc": "SIM_GZ Servo 3 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "SIM_GZ_SV_MIN4", "shortDesc": "SIM_GZ Servo 4 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "SIM_GZ_SV_MIN5", "shortDesc": "SIM_GZ Servo 5 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "SIM_GZ_SV_MIN6", "shortDesc": "SIM_GZ Servo 6 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "SIM_GZ_SV_MIN7", "shortDesc": "SIM_GZ Servo 7 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "SIM_GZ_SV_MIN8", "shortDesc": "SIM_GZ Servo 8 Minimum Value", "type": "Int32"}, {"bitmask": [{"description": "SIM_GZ Servo 1", "index": 0}, {"description": "SIM_GZ Servo 2", "index": 1}, {"description": "SIM_GZ Servo 3", "index": 2}, {"description": "SIM_GZ Servo 4", "index": 3}, {"description": "SIM_GZ Servo 5", "index": 4}, {"description": "SIM_GZ Servo 6", "index": 5}, {"description": "SIM_GZ Servo 7", "index": 6}, {"description": "SIM_GZ Servo 8", "index": 7}], "category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Allows to reverse the output range for each channel. Note: this is only useful for servos.", "max": 255, "min": 0, "name": "SIM_GZ_SV_REV", "shortDesc": "Reverse Output Range for SIM_GZ", "type": "Int32"}, {"category": "Standard", "default": 100, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 200, "min": 0, "name": "SIM_GZ_WH_DIS1", "shortDesc": "SIM_GZ Wheels 1 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 100, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 200, "min": 0, "name": "SIM_GZ_WH_DIS2", "shortDesc": "SIM_GZ Wheels 2 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_WH_FUNC1).", "max": 200, "min": -1, "name": "SIM_GZ_WH_FAIL1", "shortDesc": "SIM_GZ Wheels 1 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_WH_FUNC2).", "max": 200, "min": -1, "name": "SIM_GZ_WH_FAIL2", "shortDesc": "SIM_GZ Wheels 2 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on SIM_GZ Wheels 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "SIM_GZ_WH_FUNC1", "shortDesc": "SIM_GZ Wheels 1 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on SIM_GZ Wheels 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "SIM_GZ_WH_FUNC2", "shortDesc": "SIM_GZ Wheels 2 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 200, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 200, "min": 0, "name": "SIM_GZ_WH_MAX1", "shortDesc": "SIM_GZ Wheels 1 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 200, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 200, "min": 0, "name": "SIM_GZ_WH_MAX2", "shortDesc": "SIM_GZ Wheels 2 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 200, "min": 0, "name": "SIM_GZ_WH_MIN1", "shortDesc": "SIM_GZ Wheels 1 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 200, "min": 0, "name": "SIM_GZ_WH_MIN2", "shortDesc": "SIM_GZ Wheels 2 Minimum Value", "type": "Int32"}, {"bitmask": [{"description": "SIM_GZ Wheels 1", "index": 0}, {"description": "SIM_GZ Wheels 2", "index": 1}], "category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Allows to reverse the output range for each channel. Note: this is only useful for servos.", "max": 3, "min": 0, "name": "SIM_GZ_WH_REV", "shortDesc": "Reverse Output Range for SIM_GZ", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on TAP ESC Output ESC 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "TAP_ESC_FUNC1", "shortDesc": "TAP ESC Output ESC 1 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on TAP ESC Output ESC 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "TAP_ESC_FUNC2", "shortDesc": "TAP ESC Output ESC 2 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on TAP ESC Output ESC 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "TAP_ESC_FUNC3", "shortDesc": "TAP ESC Output ESC 3 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on TAP ESC Output ESC 4. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "TAP_ESC_FUNC4", "shortDesc": "TAP ESC Output ESC 4 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on TAP ESC Output ESC 5. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "TAP_ESC_FUNC5", "shortDesc": "TAP ESC Output ESC 5 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on TAP ESC Output ESC 6. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "TAP_ESC_FUNC6", "shortDesc": "TAP ESC Output ESC 6 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on TAP ESC Output ESC 7. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "TAP_ESC_FUNC7", "shortDesc": "TAP ESC Output ESC 7 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on TAP ESC Output ESC 8. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "TAP_ESC_FUNC8", "shortDesc": "TAP ESC Output ESC 8 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"bitmask": [{"description": "TAP ESC Output ESC 1", "index": 0}, {"description": "TAP ESC Output ESC 2", "index": 1}, {"description": "TAP ESC Output ESC 3", "index": 2}, {"description": "TAP ESC Output ESC 4", "index": 3}, {"description": "TAP ESC Output ESC 5", "index": 4}, {"description": "TAP ESC Output ESC 6", "index": 5}, {"description": "TAP ESC Output ESC 7", "index": 6}, {"description": "TAP ESC Output ESC 8", "index": 7}], "category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Allows to reverse the output range for each channel. Note: this is only useful for servos.", "max": 255, "min": 0, "name": "TAP_ESC_REV", "shortDesc": "Reverse Output Range for TAP ESC Output", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_EC_FUNC1).", "max": 8191, "min": -1, "name": "UAVCAN_EC_FAIL1", "shortDesc": "UAVCAN ESC 1 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_EC_FUNC2).", "max": 8191, "min": -1, "name": "UAVCAN_EC_FAIL2", "shortDesc": "UAVCAN ESC 2 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_EC_FUNC3).", "max": 8191, "min": -1, "name": "UAVCAN_EC_FAIL3", "shortDesc": "UAVCAN ESC 3 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_EC_FUNC4).", "max": 8191, "min": -1, "name": "UAVCAN_EC_FAIL4", "shortDesc": "UAVCAN ESC 4 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_EC_FUNC5).", "max": 8191, "min": -1, "name": "UAVCAN_EC_FAIL5", "shortDesc": "UAVCAN ESC 5 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_EC_FUNC6).", "max": 8191, "min": -1, "name": "UAVCAN_EC_FAIL6", "shortDesc": "UAVCAN ESC 6 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_EC_FUNC7).", "max": 8191, "min": -1, "name": "UAVCAN_EC_FAIL7", "shortDesc": "UAVCAN ESC 7 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_EC_FUNC8).", "max": 8191, "min": -1, "name": "UAVCAN_EC_FAIL8", "shortDesc": "UAVCAN ESC 8 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on UAVCAN ESC 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "UAVCAN_EC_FUNC1", "shortDesc": "UAVCAN ESC 1 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on UAVCAN ESC 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "UAVCAN_EC_FUNC2", "shortDesc": "UAVCAN ESC 2 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on UAVCAN ESC 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "UAVCAN_EC_FUNC3", "shortDesc": "UAVCAN ESC 3 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on UAVCAN ESC 4. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "UAVCAN_EC_FUNC4", "shortDesc": "UAVCAN ESC 4 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on UAVCAN ESC 5. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "UAVCAN_EC_FUNC5", "shortDesc": "UAVCAN ESC 5 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on UAVCAN ESC 6. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "UAVCAN_EC_FUNC6", "shortDesc": "UAVCAN ESC 6 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on UAVCAN ESC 7. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "UAVCAN_EC_FUNC7", "shortDesc": "UAVCAN ESC 7 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on UAVCAN ESC 8. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "UAVCAN_EC_FUNC8", "shortDesc": "UAVCAN ESC 8 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 8191, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UAVCAN_EC_MAX1", "shortDesc": "UAVCAN ESC 1 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 8191, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UAVCAN_EC_MAX2", "shortDesc": "UAVCAN ESC 2 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 8191, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UAVCAN_EC_MAX3", "shortDesc": "UAVCAN ESC 3 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 8191, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UAVCAN_EC_MAX4", "shortDesc": "UAVCAN ESC 4 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 8191, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UAVCAN_EC_MAX5", "shortDesc": "UAVCAN ESC 5 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 8191, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UAVCAN_EC_MAX6", "shortDesc": "UAVCAN ESC 6 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 8191, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UAVCAN_EC_MAX7", "shortDesc": "UAVCAN ESC 7 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 8191, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UAVCAN_EC_MAX8", "shortDesc": "UAVCAN ESC 8 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UAVCAN_EC_MIN1", "shortDesc": "UAVCAN ESC 1 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UAVCAN_EC_MIN2", "shortDesc": "UAVCAN ESC 2 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UAVCAN_EC_MIN3", "shortDesc": "UAVCAN ESC 3 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UAVCAN_EC_MIN4", "shortDesc": "UAVCAN ESC 4 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UAVCAN_EC_MIN5", "shortDesc": "UAVCAN ESC 5 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UAVCAN_EC_MIN6", "shortDesc": "UAVCAN ESC 6 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UAVCAN_EC_MIN7", "shortDesc": "UAVCAN ESC 7 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UAVCAN_EC_MIN8", "shortDesc": "UAVCAN ESC 8 Minimum Value", "type": "Int32"}, {"bitmask": [{"description": "UAVCAN ESC 1", "index": 0}, {"description": "UAVCAN ESC 2", "index": 1}, {"description": "UAVCAN ESC 3", "index": 2}, {"description": "UAVCAN ESC 4", "index": 3}, {"description": "UAVCAN ESC 5", "index": 4}, {"description": "UAVCAN ESC 6", "index": 5}, {"description": "UAVCAN ESC 7", "index": 6}, {"description": "UAVCAN ESC 8", "index": 7}], "category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Allows to reverse the output range for each channel. Note: this is only useful for servos.", "max": 255, "min": 0, "name": "UAVCAN_EC_REV", "shortDesc": "Reverse Output Range for UAVCAN", "type": "Int32"}, {"category": "Standard", "default": 500, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 1000, "min": 0, "name": "UAVCAN_SV_DIS1", "shortDesc": "UAVCAN Servo 1 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 500, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 1000, "min": 0, "name": "UAVCAN_SV_DIS2", "shortDesc": "UAVCAN Servo 2 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 500, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 1000, "min": 0, "name": "UAVCAN_SV_DIS3", "shortDesc": "UAVCAN Servo 3 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 500, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 1000, "min": 0, "name": "UAVCAN_SV_DIS4", "shortDesc": "UAVCAN Servo 4 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 500, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 1000, "min": 0, "name": "UAVCAN_SV_DIS5", "shortDesc": "UAVCAN Servo 5 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 500, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 1000, "min": 0, "name": "UAVCAN_SV_DIS6", "shortDesc": "UAVCAN Servo 6 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 500, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 1000, "min": 0, "name": "UAVCAN_SV_DIS7", "shortDesc": "UAVCAN Servo 7 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": 500, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set.", "max": 1000, "min": 0, "name": "UAVCAN_SV_DIS8", "shortDesc": "UAVCAN Servo 8 Disarmed Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_SV_FUNC1).", "max": 1000, "min": -1, "name": "UAVCAN_SV_FAIL1", "shortDesc": "UAVCAN Servo 1 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_SV_FUNC2).", "max": 1000, "min": -1, "name": "UAVCAN_SV_FAIL2", "shortDesc": "UAVCAN Servo 2 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_SV_FUNC3).", "max": 1000, "min": -1, "name": "UAVCAN_SV_FAIL3", "shortDesc": "UAVCAN Servo 3 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_SV_FUNC4).", "max": 1000, "min": -1, "name": "UAVCAN_SV_FAIL4", "shortDesc": "UAVCAN Servo 4 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_SV_FUNC5).", "max": 1000, "min": -1, "name": "UAVCAN_SV_FAIL5", "shortDesc": "UAVCAN Servo 5 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_SV_FUNC6).", "max": 1000, "min": -1, "name": "UAVCAN_SV_FAIL6", "shortDesc": "UAVCAN Servo 6 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_SV_FUNC7).", "max": 1000, "min": -1, "name": "UAVCAN_SV_FAIL7", "shortDesc": "UAVCAN Servo 7 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_SV_FUNC8).", "max": 1000, "min": -1, "name": "UAVCAN_SV_FAIL8", "shortDesc": "UAVCAN Servo 8 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on UAVCAN Servo 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "UAVCAN_SV_FUNC1", "shortDesc": "UAVCAN Servo 1 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on UAVCAN Servo 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "UAVCAN_SV_FUNC2", "shortDesc": "UAVCAN Servo 2 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on UAVCAN Servo 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "UAVCAN_SV_FUNC3", "shortDesc": "UAVCAN Servo 3 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on UAVCAN Servo 4. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "UAVCAN_SV_FUNC4", "shortDesc": "UAVCAN Servo 4 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on UAVCAN Servo 5. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "UAVCAN_SV_FUNC5", "shortDesc": "UAVCAN Servo 5 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on UAVCAN Servo 6. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "UAVCAN_SV_FUNC6", "shortDesc": "UAVCAN Servo 6 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on UAVCAN Servo 7. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "UAVCAN_SV_FUNC7", "shortDesc": "UAVCAN Servo 7 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on UAVCAN Servo 8. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "UAVCAN_SV_FUNC8", "shortDesc": "UAVCAN Servo 8 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "UAVCAN_SV_MAX1", "shortDesc": "UAVCAN Servo 1 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "UAVCAN_SV_MAX2", "shortDesc": "UAVCAN Servo 2 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "UAVCAN_SV_MAX3", "shortDesc": "UAVCAN Servo 3 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "UAVCAN_SV_MAX4", "shortDesc": "UAVCAN Servo 4 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "UAVCAN_SV_MAX5", "shortDesc": "UAVCAN Servo 5 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "UAVCAN_SV_MAX6", "shortDesc": "UAVCAN Servo 6 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "UAVCAN_SV_MAX7", "shortDesc": "UAVCAN Servo 7 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "UAVCAN_SV_MAX8", "shortDesc": "UAVCAN Servo 8 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "UAVCAN_SV_MIN1", "shortDesc": "UAVCAN Servo 1 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "UAVCAN_SV_MIN2", "shortDesc": "UAVCAN Servo 2 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "UAVCAN_SV_MIN3", "shortDesc": "UAVCAN Servo 3 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "UAVCAN_SV_MIN4", "shortDesc": "UAVCAN Servo 4 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "UAVCAN_SV_MIN5", "shortDesc": "UAVCAN Servo 5 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "UAVCAN_SV_MIN6", "shortDesc": "UAVCAN Servo 6 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "UAVCAN_SV_MIN7", "shortDesc": "UAVCAN Servo 7 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 1000, "min": 0, "name": "UAVCAN_SV_MIN8", "shortDesc": "UAVCAN Servo 8 Minimum Value", "type": "Int32"}, {"bitmask": [{"description": "UAVCAN Servo 1", "index": 0}, {"description": "UAVCAN Servo 2", "index": 1}, {"description": "UAVCAN Servo 3", "index": 2}, {"description": "UAVCAN Servo 4", "index": 3}, {"description": "UAVCAN Servo 5", "index": 4}, {"description": "UAVCAN Servo 6", "index": 5}, {"description": "UAVCAN Servo 7", "index": 6}, {"description": "UAVCAN Servo 8", "index": 7}], "category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Allows to reverse the output range for each channel. Note: this is only useful for servos.", "max": 255, "min": 0, "name": "UAVCAN_SV_REV", "shortDesc": "Reverse Output Range for UAVCAN", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC1).", "max": 8191, "min": -1, "name": "UCAN1_ESC_FAIL1", "shortDesc": "UAVCANv1 ESC 1 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC10).", "max": 8191, "min": -1, "name": "UCAN1_ESC_FAIL10", "shortDesc": "UAVCANv1 ESC 10 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC11).", "max": 8191, "min": -1, "name": "UCAN1_ESC_FAIL11", "shortDesc": "UAVCANv1 ESC 11 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC12).", "max": 8191, "min": -1, "name": "UCAN1_ESC_FAIL12", "shortDesc": "UAVCANv1 ESC 12 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC13).", "max": 8191, "min": -1, "name": "UCAN1_ESC_FAIL13", "shortDesc": "UAVCANv1 ESC 13 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC14).", "max": 8191, "min": -1, "name": "UCAN1_ESC_FAIL14", "shortDesc": "UAVCANv1 ESC 14 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC15).", "max": 8191, "min": -1, "name": "UCAN1_ESC_FAIL15", "shortDesc": "UAVCANv1 ESC 15 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC16).", "max": 8191, "min": -1, "name": "UCAN1_ESC_FAIL16", "shortDesc": "UAVCANv1 ESC 16 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC2).", "max": 8191, "min": -1, "name": "UCAN1_ESC_FAIL2", "shortDesc": "UAVCANv1 ESC 2 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC3).", "max": 8191, "min": -1, "name": "UCAN1_ESC_FAIL3", "shortDesc": "UAVCANv1 ESC 3 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC4).", "max": 8191, "min": -1, "name": "UCAN1_ESC_FAIL4", "shortDesc": "UAVCANv1 ESC 4 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC5).", "max": 8191, "min": -1, "name": "UCAN1_ESC_FAIL5", "shortDesc": "UAVCANv1 ESC 5 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC6).", "max": 8191, "min": -1, "name": "UCAN1_ESC_FAIL6", "shortDesc": "UAVCANv1 ESC 6 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC7).", "max": 8191, "min": -1, "name": "UCAN1_ESC_FAIL7", "shortDesc": "UAVCANv1 ESC 7 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC8).", "max": 8191, "min": -1, "name": "UCAN1_ESC_FAIL8", "shortDesc": "UAVCANv1 ESC 8 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Actuator Outputs", "longDesc": "This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC9).", "max": 8191, "min": -1, "name": "UCAN1_ESC_FAIL9", "shortDesc": "UAVCANv1 ESC 9 Failsafe Value", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on UAVCANv1 ESC 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "UCAN1_ESC_FUNC1", "shortDesc": "UAVCANv1 ESC 1 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on UAVCANv1 ESC 10. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "UCAN1_ESC_FUNC10", "shortDesc": "UAVCANv1 ESC 10 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on UAVCANv1 ESC 11. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "UCAN1_ESC_FUNC11", "shortDesc": "UAVCANv1 ESC 11 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on UAVCANv1 ESC 12. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "UCAN1_ESC_FUNC12", "shortDesc": "UAVCANv1 ESC 12 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on UAVCANv1 ESC 13. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "UCAN1_ESC_FUNC13", "shortDesc": "UAVCANv1 ESC 13 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on UAVCANv1 ESC 14. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "UCAN1_ESC_FUNC14", "shortDesc": "UAVCANv1 ESC 14 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on UAVCANv1 ESC 15. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "UCAN1_ESC_FUNC15", "shortDesc": "UAVCANv1 ESC 15 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on UAVCANv1 ESC 16. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "UCAN1_ESC_FUNC16", "shortDesc": "UAVCANv1 ESC 16 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on UAVCANv1 ESC 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "UCAN1_ESC_FUNC2", "shortDesc": "UAVCANv1 ESC 2 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on UAVCANv1 ESC 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "UCAN1_ESC_FUNC3", "shortDesc": "UAVCANv1 ESC 3 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on UAVCANv1 ESC 4. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "UCAN1_ESC_FUNC4", "shortDesc": "UAVCANv1 ESC 4 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on UAVCANv1 ESC 5. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "UCAN1_ESC_FUNC5", "shortDesc": "UAVCANv1 ESC 5 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on UAVCANv1 ESC 6. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "UCAN1_ESC_FUNC6", "shortDesc": "UAVCANv1 ESC 6 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on UAVCANv1 ESC 7. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "UCAN1_ESC_FUNC7", "shortDesc": "UAVCANv1 ESC 7 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on UAVCANv1 ESC 8. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "UCAN1_ESC_FUNC8", "shortDesc": "UAVCANv1 ESC 8 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on UAVCANv1 ESC 9. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "UCAN1_ESC_FUNC9", "shortDesc": "UAVCANv1 ESC 9 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 8191, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UCAN1_ESC_MAX1", "shortDesc": "UAVCANv1 ESC 1 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 8191, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UCAN1_ESC_MAX10", "shortDesc": "UAVCANv1 ESC 10 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 8191, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UCAN1_ESC_MAX11", "shortDesc": "UAVCANv1 ESC 11 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 8191, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UCAN1_ESC_MAX12", "shortDesc": "UAVCANv1 ESC 12 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 8191, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UCAN1_ESC_MAX13", "shortDesc": "UAVCANv1 ESC 13 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 8191, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UCAN1_ESC_MAX14", "shortDesc": "UAVCANv1 ESC 14 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 8191, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UCAN1_ESC_MAX15", "shortDesc": "UAVCANv1 ESC 15 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 8191, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UCAN1_ESC_MAX16", "shortDesc": "UAVCANv1 ESC 16 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 8191, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UCAN1_ESC_MAX2", "shortDesc": "UAVCANv1 ESC 2 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 8191, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UCAN1_ESC_MAX3", "shortDesc": "UAVCANv1 ESC 3 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 8191, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UCAN1_ESC_MAX4", "shortDesc": "UAVCANv1 ESC 4 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 8191, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UCAN1_ESC_MAX5", "shortDesc": "UAVCANv1 ESC 5 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 8191, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UCAN1_ESC_MAX6", "shortDesc": "UAVCANv1 ESC 6 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 8191, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UCAN1_ESC_MAX7", "shortDesc": "UAVCANv1 ESC 7 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 8191, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UCAN1_ESC_MAX8", "shortDesc": "UAVCANv1 ESC 8 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 8191, "group": "Actuator Outputs", "longDesc": "Maxmimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UCAN1_ESC_MAX9", "shortDesc": "UAVCANv1 ESC 9 Maximum Value", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UCAN1_ESC_MIN1", "shortDesc": "UAVCANv1 ESC 1 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UCAN1_ESC_MIN10", "shortDesc": "UAVCANv1 ESC 10 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UCAN1_ESC_MIN11", "shortDesc": "UAVCANv1 ESC 11 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UCAN1_ESC_MIN12", "shortDesc": "UAVCANv1 ESC 12 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UCAN1_ESC_MIN13", "shortDesc": "UAVCANv1 ESC 13 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UCAN1_ESC_MIN14", "shortDesc": "UAVCANv1 ESC 14 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UCAN1_ESC_MIN15", "shortDesc": "UAVCANv1 ESC 15 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UCAN1_ESC_MIN16", "shortDesc": "UAVCANv1 ESC 16 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UCAN1_ESC_MIN2", "shortDesc": "UAVCANv1 ESC 2 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UCAN1_ESC_MIN3", "shortDesc": "UAVCANv1 ESC 3 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UCAN1_ESC_MIN4", "shortDesc": "UAVCANv1 ESC 4 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UCAN1_ESC_MIN5", "shortDesc": "UAVCANv1 ESC 5 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UCAN1_ESC_MIN6", "shortDesc": "UAVCANv1 ESC 6 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UCAN1_ESC_MIN7", "shortDesc": "UAVCANv1 ESC 7 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UCAN1_ESC_MIN8", "shortDesc": "UAVCANv1 ESC 8 Minimum Value", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "Actuator Outputs", "longDesc": "Minimum output value (when not disarmed).", "max": 8191, "min": 0, "name": "UCAN1_ESC_MIN9", "shortDesc": "UAVCANv1 ESC 9 Minimum Value", "type": "Int32"}, {"bitmask": [{"description": "UAVCANv1 ESC 1", "index": 0}, {"description": "UAVCANv1 ESC 2", "index": 1}, {"description": "UAVCANv1 ESC 3", "index": 2}, {"description": "UAVCANv1 ESC 4", "index": 3}, {"description": "UAVCANv1 ESC 5", "index": 4}, {"description": "UAVCANv1 ESC 6", "index": 5}, {"description": "UAVCANv1 ESC 7", "index": 6}, {"description": "UAVCANv1 ESC 8", "index": 7}, {"description": "UAVCANv1 ESC 9", "index": 8}, {"description": "UAVCANv1 ESC 10", "index": 9}, {"description": "UAVCANv1 ESC 11", "index": 10}, {"description": "UAVCANv1 ESC 12", "index": 11}, {"description": "UAVCANv1 ESC 13", "index": 12}, {"description": "UAVCANv1 ESC 14", "index": 13}, {"description": "UAVCANv1 ESC 15", "index": 14}, {"description": "UAVCANv1 ESC 16", "index": 15}], "category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Allows to reverse the output range for each channel. Note: this is only useful for servos.", "max": 65535, "min": 0, "name": "UCAN1_ESC_REV", "shortDesc": "Reverse Output Range for UAVCANv1", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on VOXL2 IO Output PWM Channel 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "VOXL2_IO_FUNC1", "shortDesc": "VOXL2 IO Output PWM Channel 1 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on VOXL2 IO Output PWM Channel 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "VOXL2_IO_FUNC2", "shortDesc": "VOXL2 IO Output PWM Channel 2 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on VOXL2 IO Output PWM Channel 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "VOXL2_IO_FUNC3", "shortDesc": "VOXL2 IO Output PWM Channel 3 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on VOXL2 IO Output PWM Channel 4. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "VOXL2_IO_FUNC4", "shortDesc": "VOXL2 IO Output PWM Channel 4 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"bitmask": [{"description": "VOXL2 IO Output PWM Channel 1", "index": 0}, {"description": "VOXL2 IO Output PWM Channel 2", "index": 1}, {"description": "VOXL2 IO Output PWM Channel 3", "index": 2}, {"description": "VOXL2 IO Output PWM Channel 4", "index": 3}], "category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Allows to reverse the output range for each channel. Note: this is only useful for servos.", "max": 15, "min": 0, "name": "VOXL2_IO_REV", "shortDesc": "Reverse Output Range for VOXL2 IO Output", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on VOXL ESC Output ESC 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "VOXL_ESC_FUNC1", "shortDesc": "VOXL ESC Output ESC 1 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on VOXL ESC Output ESC 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "VOXL_ESC_FUNC2", "shortDesc": "VOXL ESC Output ESC 2 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on VOXL ESC Output ESC 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "VOXL_ESC_FUNC3", "shortDesc": "VOXL ESC Output ESC 3 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on VOXL ESC Output ESC 4. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "VOXL_ESC_FUNC4", "shortDesc": "VOXL ESC Output ESC 4 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"bitmask": [{"description": "VOXL ESC Output ESC 1", "index": 0}, {"description": "VOXL ESC Output ESC 2", "index": 1}, {"description": "VOXL ESC Output ESC 3", "index": 2}, {"description": "VOXL ESC Output ESC 4", "index": 3}], "category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Allows to reverse the output range for each channel. Note: this is only useful for servos.", "max": 15, "min": 0, "name": "VOXL_ESC_REV", "shortDesc": "Reverse Output Range for VOXL ESC Output", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "Airspeed Validator", "longDesc": "Sets the number of standard deviations used by the innovation consistency test.", "max": 5, "min": 1, "name": "ASPD_BETA_GATE", "shortDesc": "Gate size for sideslip angle fusion", "type": "Int32", "units": "SD"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.15, "group": "Airspeed Validator", "longDesc": "Sideslip measurement noise of the internal wind estimator(s) of the airspeed selector.", "max": 1.0, "min": 0.0, "name": "ASPD_BETA_NOISE", "shortDesc": "Wind estimator sideslip measurement noise", "type": "Float", "units": "rad"}, {"bitmask": [{"description": "Only data missing check (triggers if more than 1s no data)", "index": 0}, {"description": "Data stuck (triggers if data is exactly constant for 2s in FW mode)", "index": 1}, {"description": "Innovation check (see ASPD_FS_INNOV)", "index": 2}, {"description": "Load factor check (triggers if measurement is below stall speed)", "index": 3}], "category": "Standard", "default": 7, "group": "Airspeed Validator", "longDesc": "Controls which checks are run to check airspeed data for validity. Only applied if ASPD_PRIMARY > 0.", "max": 15, "min": 0, "name": "ASPD_DO_CHECKS", "shortDesc": "Enable checks on airspeed sensors", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Airspeed Validator", "longDesc": "If set to true and airspeed checks are enabled, it will use a sensor-less airspeed estimation based on groundspeed minus windspeed if no other airspeed sensor available to fall back to.", "name": "ASPD_FALLBACK_GW", "shortDesc": "Enable fallback to sensor-less airspeed estimation", "type": "Int32", "values": [{"description": "Disable fallback to sensor-less estimation", "value": 0}, {"description": "Enable fallback to sensor-less estimation", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "Airspeed Validator", "longDesc": "This specifies the minimum airspeed innovation required to trigger a failsafe. Larger values make the check less sensitive, smaller values make it more sensitive. Large innovations indicate an inconsistency between predicted (groundspeed - windspeeed) and measured airspeed. The time required to detect a fault when the threshold is exceeded depends on the size of the exceedance and is controlled by the ASPD_FS_INTEG parameter.", "max": 10.0, "min": 0.5, "name": "ASPD_FS_INNOV", "shortDesc": "Airspeed failure innovation threshold", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 10.0, "group": "Airspeed Validator", "longDesc": "This sets the time integral of airspeed innovation exceedance above ASPD_FS_INNOV required to trigger a failsafe. Larger values make the check less sensitive, smaller positive values make it more sensitive.", "max": 50.0, "min": 0.0, "name": "ASPD_FS_INTEG", "shortDesc": "Airspeed failure innovation integral threshold", "type": "Float", "units": "m"}, {"category": "Standard", "default": -1, "group": "Airspeed Validator", "longDesc": "Delay before switching back to using airspeed sensor if checks indicate sensor is good. Set to a negative value to disable the re-enabling in flight.", "max": 1000, "min": -1, "name": "ASPD_FS_T_START", "shortDesc": "Airspeed failsafe start delay", "type": "Int32", "units": "s"}, {"category": "Standard", "default": 2, "group": "Airspeed Validator", "longDesc": "Delay before stopping use of airspeed sensor if checks indicate sensor is bad.", "max": 10, "min": 1, "name": "ASPD_FS_T_STOP", "shortDesc": "Airspeed failsafe stop delay", "type": "Int32", "units": "s"}, {"category": "Standard", "default": 1, "group": "Airspeed Validator", "name": "ASPD_PRIMARY", "rebootRequired": true, "shortDesc": "Index or primary airspeed measurement source", "type": "Int32", "values": [{"description": "Groundspeed minus windspeed", "value": 0}, {"description": "First airspeed sensor", "value": 1}, {"description": "Second airspeed sensor", "value": 2}, {"description": "Third airspeed sensor", "value": 3}]}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "Airspeed Validator", "longDesc": "This is the scale IAS --> CAS of the first airspeed sensor instance", "max": 2.0, "min": 0.5, "name": "ASPD_SCALE_1", "rebootRequired": true, "shortDesc": "Scale of airspeed sensor 1", "type": "Float", "volatile": true}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "Airspeed Validator", "longDesc": "This is the scale IAS --> CAS of the second airspeed sensor instance", "max": 2.0, "min": 0.5, "name": "ASPD_SCALE_2", "rebootRequired": true, "shortDesc": "Scale of airspeed sensor 2", "type": "Float", "volatile": true}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "Airspeed Validator", "longDesc": "This is the scale IAS --> CAS of the third airspeed sensor instance", "max": 2.0, "min": 0.5, "name": "ASPD_SCALE_3", "rebootRequired": true, "shortDesc": "Scale of airspeed sensor 3", "type": "Float", "volatile": true}, {"category": "Standard", "default": 2, "group": "Airspeed Validator", "name": "ASPD_SCALE_APPLY", "shortDesc": "Controls when to apply the new estimated airspeed scale(s)", "type": "Int32", "values": [{"description": "Do not automatically apply the estimated scale", "value": 0}, {"description": "Apply the estimated scale after disarm", "value": 1}, {"description": "Apply the estimated scale in air", "value": 2}]}, {"category": "Standard", "decimalPlaces": 5, "default": 0.0001, "group": "Airspeed Validator", "longDesc": "Airspeed scale process noise of the internal wind estimator(s) of the airspeed selector. When unaided, the scale uncertainty (1-sigma, unitless) increases by this amount every second.", "max": 0.1, "min": 0.0, "name": "ASPD_SCALE_NSD", "shortDesc": "Wind estimator true airspeed scale process noise spectral density", "type": "Float", "units": "1/s/sqrt(Hz)"}, {"category": "Standard", "default": 4, "group": "Airspeed Validator", "longDesc": "Sets the number of standard deviations used by the innovation consistency test.", "max": 5, "min": 1, "name": "ASPD_TAS_GATE", "shortDesc": "Gate size for true airspeed fusion", "type": "Int32", "units": "SD"}, {"category": "Standard", "decimalPlaces": 1, "default": 1.4, "group": "Airspeed Validator", "longDesc": "True airspeed measurement noise of the internal wind estimator(s) of the airspeed selector.", "max": 4.0, "min": 0.0, "name": "ASPD_TAS_NOISE", "shortDesc": "Wind estimator true airspeed measurement noise", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.55, "group": "Airspeed Validator", "longDesc": "The synthetic airspeed estimate (from groundspeed and heading) will be declared valid as soon and as long the horizontal wind uncertainty is below this value.", "max": 5.0, "min": 0.001, "name": "ASPD_WERR_THR", "shortDesc": "Horizontal wind uncertainty threshold for synthetic airspeed", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "Airspeed Validator", "longDesc": "Wind process noise of the internal wind estimator(s) of the airspeed selector. When unaided, the wind estimate uncertainty (1-sigma, in m/s) increases by this amount every second.", "max": 1.0, "min": 0.0, "name": "ASPD_WIND_NSD", "shortDesc": "Wind estimator wind process noise spectral density", "type": "Float", "units": "m/s^2/sqrt(Hz)"}, {"category": "Standard", "default": 0, "group": "Attitude Q estimator", "name": "ATT_ACC_COMP", "shortDesc": "Acceleration compensation based on GPS velocity", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 3, "default": 0.05, "group": "Attitude Q estimator", "max": 2.0, "min": 0.0, "name": "ATT_BIAS_MAX", "shortDesc": "Gyro bias limit", "type": "Float", "units": "rad/s"}, {"category": "Standard", "default": 0, "group": "Attitude Q estimator", "longDesc": "Enable standalone quaternion based attitude estimator.", "name": "ATT_EN", "shortDesc": "standalone attitude estimator enable (unsupported)", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "Attitude Q estimator", "longDesc": "Set to 1 to use heading estimate from vision. Set to 2 to use heading from motion capture.", "max": 2, "min": 0, "name": "ATT_EXT_HDG_M", "shortDesc": "External heading usage mode (from Motion capture/Vision)", "type": "Int32", "values": [{"description": "None", "value": 0}, {"description": "Vision", "value": 1}, {"description": "Motion Capture", "value": 2}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Attitude Q estimator", "longDesc": "This parameter is not used in normal operation, as the declination is looked up based on the GPS coordinates of the vehicle.", "name": "ATT_MAG_DECL", "shortDesc": "Magnetic declination, in degrees", "type": "Float", "units": "deg"}, {"category": "Standard", "default": 1, "group": "Attitude Q estimator", "name": "ATT_MAG_DECL_A", "shortDesc": "Automatic GPS based declination compensation", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.2, "group": "Attitude Q estimator", "max": 1.0, "min": 0.0, "name": "ATT_W_ACC", "shortDesc": "Complimentary filter accelerometer weight", "type": "Float"}, {"category": "Standard", "default": 0.1, "group": "Attitude Q estimator", "max": 1.0, "min": 0.0, "name": "ATT_W_EXT_HDG", "shortDesc": "Complimentary filter external heading weight", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "Attitude Q estimator", "max": 1.0, "min": 0.0, "name": "ATT_W_GYRO_BIAS", "shortDesc": "Complimentary filter gyroscope bias weight", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "Attitude Q estimator", "longDesc": "Set to 0 to avoid using the magnetometer.", "max": 1.0, "min": 0.0, "name": "ATT_W_MAG", "shortDesc": "Complimentary filter magnetometer weight", "type": "Float"}, {"category": "Standard", "default": 2, "group": "Autotune", "longDesc": "After the auto-tuning sequence is completed, a new set of gains is available and can be applied immediately or after landing.", "name": "FW_AT_APPLY", "shortDesc": "Controls when to apply the new gains", "type": "Int32", "values": [{"description": "Do not apply the new gains (logging only)", "value": 0}, {"description": "Apply the new gains after disarm", "value": 1}, {"description": "Apply the new gains in air", "value": 2}]}, {"bitmask": [{"description": "roll", "index": 0}, {"description": "pitch", "index": 1}, {"description": "yaw", "index": 2}], "category": "Standard", "default": 3, "group": "Autotune", "longDesc": "Defines which axes will be tuned during the auto-tuning sequence Set bits in the following positions to enable: 0 : Roll 1 : Pitch 2 : Yaw", "max": 7, "min": 1, "name": "FW_AT_AXES", "shortDesc": "Tuning axes selection", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Autotune", "longDesc": "Defines which RC_MAP_AUXn parameter maps the RC channel used to enable/disable auto tuning.", "max": 6, "min": 0, "name": "FW_AT_MAN_AUX", "shortDesc": "Enable/disable auto tuning using an RC AUX input", "type": "Int32", "values": [{"description": "Disable", "value": 0}, {"description": "Aux1", "value": 1}, {"description": "Aux2", "value": 2}, {"description": "Aux3", "value": 3}, {"description": "Aux4", "value": 4}, {"description": "Aux5", "value": 5}, {"description": "Aux6", "value": 6}]}, {"category": "Standard", "default": 0, "group": "Autotune", "longDesc": "WARNING: this will inject steps to the rate controller and can be dangerous. Only activate if you know what you are doing, and in a safe environment. Any motion of the remote stick will abort the signal injection and reset this parameter Best is to perform the identification in position or hold mode. Increase the amplitude of the injected signal using FW_AT_SYSID_AMP for more signal/noise ratio", "name": "FW_AT_START", "shortDesc": "Start the autotuning sequence", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 1.0, "group": "Autotune", "longDesc": "This parameter scales the signal sent to the rate controller during system identification.", "max": 6.0, "min": 0.1, "name": "FW_AT_SYSID_AMP", "shortDesc": "Amplitude of the injected signal", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 1.0, "group": "Autotune", "longDesc": "Can be set lower or higher than the end frequency", "max": 30.0, "min": 0.1, "name": "FW_AT_SYSID_F0", "shortDesc": "Start frequency of the injected signal", "type": "Float", "units": "Hz"}, {"category": "Standard", "decimalPlaces": 1, "default": 20.0, "group": "Autotune", "longDesc": "Can be set lower or higher than the start frequency", "max": 30.0, "min": 0.1, "name": "FW_AT_SYSID_F1", "shortDesc": "End frequency of the injected signal", "type": "Float", "units": "Hz"}, {"category": "Standard", "decimalPlaces": 0, "default": 10.0, "group": "Autotune", "longDesc": "Duration of the input signal sent on each axis during system identification", "max": 120.0, "min": 5.0, "name": "FW_AT_SYSID_TIME", "shortDesc": "Maneuver time for each axis", "type": "Float", "units": "s"}, {"category": "Standard", "default": 0, "group": "Autotune", "longDesc": "Type of signal used during system identification to excite the system.", "name": "FW_AT_SYSID_TYPE", "shortDesc": "Input signal type", "type": "Int32", "values": [{"description": "Step", "value": 0}, {"description": "Linear sine sweep", "value": 1}, {"description": "Logarithmic sine sweep", "value": 2}]}, {"category": "Standard", "default": 1, "group": "Autotune", "longDesc": "After the auto-tuning sequence is completed, a new set of gains is available and can be applied immediately or after landing. WARNING Applying the gains in air is dangerous as there is no guarantee that those new gains will be able to stabilize the drone properly.", "name": "MC_AT_APPLY", "shortDesc": "Controls when to apply the new gains", "type": "Int32", "values": [{"description": "Do not apply the new gains (logging only)", "value": 0}, {"description": "Apply the new gains after disarm", "value": 1}, {"description": "WARNING Apply the new gains in air", "value": 2}]}, {"category": "Standard", "default": 0, "group": "Autotune", "name": "MC_AT_EN", "shortDesc": "Multicopter autotune module enable", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.14, "group": "Autotune", "max": 0.5, "min": 0.01, "name": "MC_AT_RISE_TIME", "shortDesc": "Desired angular rate closed-loop rise time", "type": "Float", "units": "s"}, {"category": "Standard", "default": 0, "group": "Autotune", "longDesc": "WARNING: this will inject steps to the rate controller and can be dangerous. Only activate if you know what you are doing, and in a safe environment. Any motion of the remote stick will abort the signal injection and reset this parameter Best is to perform the identification in position or hold mode. Increase the amplitude of the injected signal using MC_AT_SYSID_AMP for more signal/noise ratio", "name": "MC_AT_START", "shortDesc": "Start the autotuning sequence", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 0.7, "group": "Autotune", "max": 6.0, "min": 0.1, "name": "MC_AT_SYSID_AMP", "shortDesc": "Amplitude of the injected signal", "type": "Float"}, {"category": "Standard", "decimalPlaces": 8, "default": -1.0, "group": "Battery Calibration", "longDesc": "The voltage seen by the ADC multiplied by this factor will determine the battery current. A value of -1 means to use the board default.", "name": "BAT1_A_PER_V", "rebootRequired": true, "shortDesc": "Battery 1 current per volt (A/V)", "type": "Float"}, {"category": "Standard", "decimalPlaces": 0, "default": -1.0, "group": "Battery Calibration", "increment": 50.0, "longDesc": "Defines the capacity of battery 1 in mAh.", "max": 100000.0, "min": -1.0, "name": "BAT1_CAPACITY", "rebootRequired": true, "shortDesc": "Battery 1 capacity", "type": "Float", "units": "mAh"}, {"category": "Standard", "default": -1, "group": "Battery Calibration", "longDesc": "This parameter specifies the ADC channel used to monitor current of main power battery. A value of -1 means to use the board default.", "name": "BAT1_I_CHANNEL", "rebootRequired": true, "shortDesc": "Battery 1 Current ADC Channel", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Battery Calibration", "longDesc": "Defines the number of cells the attached battery consists of.", "name": "BAT1_N_CELLS", "rebootRequired": true, "shortDesc": "Number of cells for battery 1", "type": "Int32", "values": [{"description": "Unknown", "value": 0}, {"description": "1S Battery", "value": 1}, {"description": "2S Battery", "value": 2}, {"description": "3S Battery", "value": 3}, {"description": "4S Battery", "value": 4}, {"description": "5S Battery", "value": 5}, {"description": "6S Battery", "value": 6}, {"description": "7S Battery", "value": 7}, {"description": "8S Battery", "value": 8}, {"description": "9S Battery", "value": 9}, {"description": "10S Battery", "value": 10}, {"description": "11S Battery", "value": 11}, {"description": "12S Battery", "value": 12}, {"description": "13S Battery", "value": 13}, {"description": "14S Battery", "value": 14}, {"description": "15S Battery", "value": 15}, {"description": "16S Battery", "value": 16}]}, {"category": "Standard", "decimalPlaces": 4, "default": 0.005, "group": "Battery Calibration", "increment": 0.0005, "longDesc": "If non-negative, then this will be used in place of BAT1_V_LOAD_DROP for all calculations.", "max": 0.2, "min": -1.0, "name": "BAT1_R_INTERNAL", "rebootRequired": true, "shortDesc": "Explicitly defines the per cell internal resistance for battery 1", "type": "Float", "units": "Ohm"}, {"category": "Standard", "default": 0, "group": "Battery Calibration", "longDesc": "This parameter controls the source of battery data. The value 'Power Module' means that measurements are expected to come from a power module. If the value is set to 'External' then the system expects to receive mavlink battery status messages. If the value is set to 'ESCs', the battery information are taken from the esc_status message. This requires the ESC to provide both voltage as well as current.", "name": "BAT1_SOURCE", "rebootRequired": true, "shortDesc": "Battery 1 monitoring source", "type": "Int32", "values": [{"description": "Disabled", "value": -1}, {"description": "Power Module", "value": 0}, {"description": "External", "value": 1}, {"description": "ESCs", "value": 2}]}, {"category": "Standard", "default": -1, "group": "Battery Calibration", "longDesc": "This parameter specifies the ADC channel used to monitor voltage of main power battery. A value of -1 means to use the board default.", "name": "BAT1_V_CHANNEL", "rebootRequired": true, "shortDesc": "Battery 1 Voltage ADC Channel", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 2, "default": 4.05, "group": "Battery Calibration", "increment": 0.01, "longDesc": "Defines the voltage where a single cell of the battery is considered full. For a more accurate estimate set this below the nominal voltage of e.g. 4.2V", "name": "BAT1_V_CHARGED", "rebootRequired": true, "shortDesc": "Full cell voltage", "type": "Float", "units": "V"}, {"category": "Standard", "decimalPlaces": 8, "default": -1.0, "group": "Battery Calibration", "longDesc": "This is the divider from battery 1 voltage to ADC voltage. If using e.g. Mauch power modules the value from the datasheet can be applied straight here. A value of -1 means to use the board default.", "name": "BAT1_V_DIV", "rebootRequired": true, "shortDesc": "Battery 1 voltage divider (V divider)", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 3.6, "group": "Battery Calibration", "increment": 0.01, "longDesc": "Defines the voltage where a single cell of the battery is considered empty. The voltage should be chosen above the steep dropoff at 3.5V. A typical lithium battery can only be discharged under high load down to 10% before it drops off to a voltage level damaging the cells.", "name": "BAT1_V_EMPTY", "rebootRequired": true, "shortDesc": "Empty cell voltage", "type": "Float", "units": "V"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "Battery Calibration", "increment": 0.01, "longDesc": "This implicitly defines the internal resistance to maximum current ratio for the battery and assumes linearity. A good value to use is the difference between the 5C and 20-25C load. Not used if BAT1_R_INTERNAL is set.", "max": 0.5, "min": 0.07, "name": "BAT1_V_LOAD_DROP", "rebootRequired": true, "shortDesc": "Voltage drop per cell on full throttle", "type": "Float", "units": "V"}, {"category": "Standard", "decimalPlaces": 8, "default": -1.0, "group": "Battery Calibration", "longDesc": "The voltage seen by the ADC multiplied by this factor will determine the battery current. A value of -1 means to use the board default.", "name": "BAT2_A_PER_V", "rebootRequired": true, "shortDesc": "Battery 2 current per volt (A/V)", "type": "Float"}, {"category": "Standard", "decimalPlaces": 0, "default": -1.0, "group": "Battery Calibration", "increment": 50.0, "longDesc": "Defines the capacity of battery 2 in mAh.", "max": 100000.0, "min": -1.0, "name": "BAT2_CAPACITY", "rebootRequired": true, "shortDesc": "Battery 2 capacity", "type": "Float", "units": "mAh"}, {"category": "Standard", "default": -1, "group": "Battery Calibration", "longDesc": "This parameter specifies the ADC channel used to monitor current of main power battery. A value of -1 means to use the board default.", "name": "BAT2_I_CHANNEL", "rebootRequired": true, "shortDesc": "Battery 2 Current ADC Channel", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Battery Calibration", "longDesc": "Defines the number of cells the attached battery consists of.", "name": "BAT2_N_CELLS", "rebootRequired": true, "shortDesc": "Number of cells for battery 2", "type": "Int32", "values": [{"description": "Unknown", "value": 0}, {"description": "1S Battery", "value": 1}, {"description": "2S Battery", "value": 2}, {"description": "3S Battery", "value": 3}, {"description": "4S Battery", "value": 4}, {"description": "5S Battery", "value": 5}, {"description": "6S Battery", "value": 6}, {"description": "7S Battery", "value": 7}, {"description": "8S Battery", "value": 8}, {"description": "9S Battery", "value": 9}, {"description": "10S Battery", "value": 10}, {"description": "11S Battery", "value": 11}, {"description": "12S Battery", "value": 12}, {"description": "13S Battery", "value": 13}, {"description": "14S Battery", "value": 14}, {"description": "15S Battery", "value": 15}, {"description": "16S Battery", "value": 16}]}, {"category": "Standard", "decimalPlaces": 4, "default": 0.005, "group": "Battery Calibration", "increment": 0.0005, "longDesc": "If non-negative, then this will be used in place of BAT2_V_LOAD_DROP for all calculations.", "max": 0.2, "min": -1.0, "name": "BAT2_R_INTERNAL", "rebootRequired": true, "shortDesc": "Explicitly defines the per cell internal resistance for battery 2", "type": "Float", "units": "Ohm"}, {"category": "Standard", "default": -1, "group": "Battery Calibration", "longDesc": "This parameter controls the source of battery data. The value 'Power Module' means that measurements are expected to come from a power module. If the value is set to 'External' then the system expects to receive mavlink battery status messages. If the value is set to 'ESCs', the battery information are taken from the esc_status message. This requires the ESC to provide both voltage as well as current.", "name": "BAT2_SOURCE", "rebootRequired": true, "shortDesc": "Battery 2 monitoring source", "type": "Int32", "values": [{"description": "Disabled", "value": -1}, {"description": "Power Module", "value": 0}, {"description": "External", "value": 1}, {"description": "ESCs", "value": 2}]}, {"category": "Standard", "default": -1, "group": "Battery Calibration", "longDesc": "This parameter specifies the ADC channel used to monitor voltage of main power battery. A value of -1 means to use the board default.", "name": "BAT2_V_CHANNEL", "rebootRequired": true, "shortDesc": "Battery 2 Voltage ADC Channel", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 2, "default": 4.05, "group": "Battery Calibration", "increment": 0.01, "longDesc": "Defines the voltage where a single cell of the battery is considered full. For a more accurate estimate set this below the nominal voltage of e.g. 4.2V", "name": "BAT2_V_CHARGED", "rebootRequired": true, "shortDesc": "Full cell voltage", "type": "Float", "units": "V"}, {"category": "Standard", "decimalPlaces": 8, "default": -1.0, "group": "Battery Calibration", "longDesc": "This is the divider from battery 2 voltage to ADC voltage. If using e.g. Mauch power modules the value from the datasheet can be applied straight here. A value of -1 means to use the board default.", "name": "BAT2_V_DIV", "rebootRequired": true, "shortDesc": "Battery 2 voltage divider (V divider)", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 3.6, "group": "Battery Calibration", "increment": 0.01, "longDesc": "Defines the voltage where a single cell of the battery is considered empty. The voltage should be chosen above the steep dropoff at 3.5V. A typical lithium battery can only be discharged under high load down to 10% before it drops off to a voltage level damaging the cells.", "name": "BAT2_V_EMPTY", "rebootRequired": true, "shortDesc": "Empty cell voltage", "type": "Float", "units": "V"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "Battery Calibration", "increment": 0.01, "longDesc": "This implicitly defines the internal resistance to maximum current ratio for the battery and assumes linearity. A good value to use is the difference between the 5C and 20-25C load. Not used if BAT2_R_INTERNAL is set.", "max": 0.5, "min": 0.07, "name": "BAT2_V_LOAD_DROP", "rebootRequired": true, "shortDesc": "Voltage drop per cell on full throttle", "type": "Float", "units": "V"}, {"category": "Standard", "decimalPlaces": 0, "default": -1.0, "group": "Battery Calibration", "increment": 50.0, "longDesc": "Defines the capacity of battery 3 in mAh.", "max": 100000.0, "min": -1.0, "name": "BAT3_CAPACITY", "rebootRequired": true, "shortDesc": "Battery 3 capacity", "type": "Float", "units": "mAh"}, {"category": "Standard", "default": 0, "group": "Battery Calibration", "longDesc": "Defines the number of cells the attached battery consists of.", "name": "BAT3_N_CELLS", "rebootRequired": true, "shortDesc": "Number of cells for battery 3", "type": "Int32", "values": [{"description": "Unknown", "value": 0}, {"description": "1S Battery", "value": 1}, {"description": "2S Battery", "value": 2}, {"description": "3S Battery", "value": 3}, {"description": "4S Battery", "value": 4}, {"description": "5S Battery", "value": 5}, {"description": "6S Battery", "value": 6}, {"description": "7S Battery", "value": 7}, {"description": "8S Battery", "value": 8}, {"description": "9S Battery", "value": 9}, {"description": "10S Battery", "value": 10}, {"description": "11S Battery", "value": 11}, {"description": "12S Battery", "value": 12}, {"description": "13S Battery", "value": 13}, {"description": "14S Battery", "value": 14}, {"description": "15S Battery", "value": 15}, {"description": "16S Battery", "value": 16}]}, {"category": "Standard", "decimalPlaces": 4, "default": 0.005, "group": "Battery Calibration", "increment": 0.0005, "longDesc": "If non-negative, then this will be used in place of BAT3_V_LOAD_DROP for all calculations.", "max": 0.2, "min": -1.0, "name": "BAT3_R_INTERNAL", "rebootRequired": true, "shortDesc": "Explicitly defines the per cell internal resistance for battery 3", "type": "Float", "units": "Ohm"}, {"category": "Standard", "default": -1, "group": "Battery Calibration", "longDesc": "This parameter controls the source of battery data. The value 'Power Module' means that measurements are expected to come from a power module. If the value is set to 'External' then the system expects to receive mavlink battery status messages. If the value is set to 'ESCs', the battery information are taken from the esc_status message. This requires the ESC to provide both voltage as well as current.", "name": "BAT3_SOURCE", "rebootRequired": true, "shortDesc": "Battery 3 monitoring source", "type": "Int32", "values": [{"description": "Disabled", "value": -1}, {"description": "Power Module", "value": 0}, {"description": "External", "value": 1}, {"description": "ESCs", "value": 2}]}, {"category": "Standard", "decimalPlaces": 2, "default": 4.05, "group": "Battery Calibration", "increment": 0.01, "longDesc": "Defines the voltage where a single cell of the battery is considered full. For a more accurate estimate set this below the nominal voltage of e.g. 4.2V", "name": "BAT3_V_CHARGED", "rebootRequired": true, "shortDesc": "Full cell voltage", "type": "Float", "units": "V"}, {"category": "Standard", "decimalPlaces": 2, "default": 3.6, "group": "Battery Calibration", "increment": 0.01, "longDesc": "Defines the voltage where a single cell of the battery is considered empty. The voltage should be chosen above the steep dropoff at 3.5V. A typical lithium battery can only be discharged under high load down to 10% before it drops off to a voltage level damaging the cells.", "name": "BAT3_V_EMPTY", "rebootRequired": true, "shortDesc": "Empty cell voltage", "type": "Float", "units": "V"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "Battery Calibration", "increment": 0.01, "longDesc": "This implicitly defines the internal resistance to maximum current ratio for the battery and assumes linearity. A good value to use is the difference between the 5C and 20-25C load. Not used if BAT3_R_INTERNAL is set.", "max": 0.5, "min": 0.07, "name": "BAT3_V_LOAD_DROP", "rebootRequired": true, "shortDesc": "Voltage drop per cell on full throttle", "type": "Float", "units": "V"}, {"category": "Standard", "default": -1, "group": "Battery Calibration", "name": "BAT_ADC_CHANNEL", "shortDesc": "This parameter is deprecated. Please use BAT1_I_CHANNEL", "type": "Int32"}, {"category": "Standard", "default": 15.0, "group": "Battery Calibration", "increment": 0.1, "longDesc": "This value is used to initialize the in-flight average current estimation, which in turn is used for estimating remaining flight time and RTL triggering.", "max": 500.0, "min": 0.0, "name": "BAT_AVRG_CURRENT", "shortDesc": "Expected battery current in flight", "type": "Float", "units": "A"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.07, "group": "Battery Calibration", "increment": 0.01, "longDesc": "Sets the threshold when the battery will be reported as critically low. This has to be lower than the low threshold. This threshold commonly will trigger RTL.", "max": 0.25, "min": 0.05, "name": "BAT_CRIT_THR", "shortDesc": "Critical threshold", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.05, "group": "Battery Calibration", "increment": 0.01, "longDesc": "Sets the threshold when the battery will be reported as dangerously low. This has to be lower than the critical threshold. This threshold commonly will trigger landing.", "max": 0.1, "min": 0.03, "name": "BAT_EMERGEN_THR", "shortDesc": "Emergency threshold", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.15, "group": "Battery Calibration", "increment": 0.01, "longDesc": "Sets the threshold when the battery will be reported as low. This has to be higher than the critical threshold.", "max": 0.5, "min": 0.12, "name": "BAT_LOW_THR", "shortDesc": "Low threshold", "type": "Float", "units": "norm"}, {"category": "System", "default": 3, "group": "Battery Calibration", "name": "BAT_N_CELLS", "shortDesc": "This parameter is deprecated. Please use BAT1_N_CELLS instead", "type": "Int32"}, {"category": "System", "default": 4.05, "group": "Battery Calibration", "name": "BAT_V_CHARGED", "shortDesc": "This parameter is deprecated. Please use BAT1_V_CHARGED instead", "type": "Float"}, {"category": "System", "default": 3.6, "group": "Battery Calibration", "name": "BAT_V_EMPTY", "shortDesc": "This parameter is deprecated. Please use BAT1_V_EMPTY instead", "type": "Float"}, {"category": "System", "default": 0.3, "group": "Battery Calibration", "name": "BAT_V_LOAD_DROP", "shortDesc": "This parameter is deprecated. Please use BAT1_V_LOAD_DROP instead", "type": "Float"}, {"category": "Standard", "decimalPlaces": 8, "default": 0.0, "group": "Battery Calibration", "longDesc": "This offset will be subtracted before calculating the battery current based on the voltage.", "name": "BAT_V_OFFS_CURR", "shortDesc": "Offset in volt as seen by the ADC input of the current sensor", "type": "Float"}, {"category": "Standard", "default": 2, "group": "CDCACM", "name": "SYS_USB_AUTO", "rebootRequired": true, "shortDesc": "Enable USB autostart", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Auto-detect", "value": 1}, {"description": "MAVLink", "value": 2}]}, {"category": "Standard", "default": 2, "group": "CDCACM", "name": "USB_MAV_MODE", "rebootRequired": true, "shortDesc": "Specify USB MAVLink mode", "type": "Int32", "values": [{"description": "normal", "value": 0}, {"description": "custom", "value": 1}, {"description": "onboard", "value": 2}, {"description": "osd", "value": 3}, {"description": "magic", "value": 4}, {"description": "config", "value": 5}, {"description": "iridium", "value": 6}, {"description": "minimal", "value": 7}, {"description": "extvision", "value": 8}, {"description": "extvisionmin", "value": 9}, {"description": "gimbal", "value": 10}, {"description": "onboard_low_bandwidth", "value": 11}, {"description": "uavionix", "value": 12}]}, {"category": "Standard", "decimalPlaces": 1, "default": 0.0, "group": "Camera Capture", "longDesc": "This parameter sets the delay between image integration start and strobe firing", "max": 100.0, "min": 0.0, "name": "CAM_CAP_DELAY", "shortDesc": "Camera strobe delay", "type": "Float", "units": "ms"}, {"category": "Standard", "default": 0, "group": "Camera Control", "name": "CAM_CAP_EDGE", "rebootRequired": true, "shortDesc": "Camera capture edge", "type": "Int32", "values": [{"description": "Falling edge", "value": 0}, {"description": "Rising edge", "value": 1}]}, {"category": "Standard", "default": 0, "group": "Camera Control", "longDesc": "Enables camera capture feedback", "name": "CAM_CAP_FBACK", "rebootRequired": true, "shortDesc": "Camera capture feedback", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "Camera Control", "longDesc": "Change time measurement", "name": "CAM_CAP_MODE", "rebootRequired": true, "shortDesc": "Camera capture timestamping mode", "type": "Int32", "values": [{"description": "Get absolute timestamp", "value": 0}, {"description": "Get timestamp of mid exposure (active high)", "value": 1}, {"description": "Get timestamp of mid exposure (active low)", "value": 2}]}, {"category": "Standard", "decimalPlaces": 1, "default": 40.0, "group": "Camera trigger", "longDesc": "This parameter sets the time the trigger needs to pulled high or low.", "max": 3000.0, "min": 0.1, "name": "TRIG_ACT_TIME", "rebootRequired": true, "shortDesc": "Camera trigger activation time", "type": "Float", "units": "ms"}, {"category": "Standard", "decimalPlaces": 1, "default": 25.0, "group": "Camera trigger", "increment": 1.0, "longDesc": "Sets the distance at which to trigger the camera.", "min": 0.0, "name": "TRIG_DISTANCE", "rebootRequired": true, "shortDesc": "Camera trigger distance", "type": "Float", "units": "m"}, {"category": "Standard", "default": 4, "group": "Camera trigger", "longDesc": "Selects the trigger interface", "name": "TRIG_INTERFACE", "rebootRequired": true, "shortDesc": "Camera trigger Interface", "type": "Int32", "values": [{"description": "GPIO", "value": 1}, {"description": "Seagull MAP2 (over PWM)", "value": 2}, {"description": "MAVLink (forward via MAV_CMD_IMAGE_START_CAPTURE)", "value": 3}, {"description": "Generic PWM (IR trigger, servo)", "value": 4}]}, {"category": "Standard", "decimalPlaces": 1, "default": 40.0, "group": "Camera trigger", "longDesc": "This parameter sets the time between two consecutive trigger events", "max": 10000.0, "min": 4.0, "name": "TRIG_INTERVAL", "rebootRequired": true, "shortDesc": "Camera trigger interval", "type": "Float", "units": "ms"}, {"category": "Standard", "decimalPlaces": 1, "default": 1.0, "group": "Camera trigger", "longDesc": "This parameter sets the minimum time between two consecutive trigger events the specific camera setup is supporting.", "max": 10000.0, "min": 1.0, "name": "TRIG_MIN_INTERVA", "rebootRequired": true, "shortDesc": "Minimum camera trigger interval", "type": "Float", "units": "ms"}, {"category": "Standard", "default": 0, "group": "Camera trigger", "max": 4, "min": 0, "name": "TRIG_MODE", "rebootRequired": true, "shortDesc": "Camera trigger mode", "type": "Int32", "values": [{"description": "Disable", "value": 0}, {"description": "Time based, on command", "value": 1}, {"description": "Time based, always on", "value": 2}, {"description": "Distance based, always on", "value": 3}, {"description": "Distance based, on command (Survey mode)", "value": 4}]}, {"category": "Standard", "default": 0, "group": "Camera trigger", "longDesc": "This parameter sets the polarity of the trigger (0 = active low, 1 = active high )", "max": 1, "min": 0, "name": "TRIG_POLARITY", "rebootRequired": true, "shortDesc": "Camera trigger polarity", "type": "Int32", "values": [{"description": "Active low", "value": 0}, {"description": "Active high", "value": 1}]}, {"category": "Standard", "default": 1500, "group": "Camera trigger", "max": 2000, "min": 1000, "name": "TRIG_PWM_NEUTRAL", "rebootRequired": true, "shortDesc": "PWM neutral output on trigger pin", "type": "Int32", "units": "us"}, {"category": "Standard", "default": 1900, "group": "Camera trigger", "max": 2000, "min": 1000, "name": "TRIG_PWM_SHOOT", "rebootRequired": true, "shortDesc": "PWM output to trigger shot", "type": "Int32", "units": "us"}, {"category": "Developer", "default": 0, "group": "Circuit Breaker", "longDesc": "Setting this parameter to 782097 will disable the buzzer audio notification. Setting this parameter to 782090 will disable the startup tune, while keeping all others enabled.", "max": 782097, "min": 0, "name": "CBRK_BUZZER", "rebootRequired": true, "shortDesc": "Circuit breaker for disabling buzzer", "type": "Int32"}, {"category": "Developer", "default": 121212, "group": "Circuit Breaker", "longDesc": "Setting this parameter to 121212 will disable the flight termination action if triggered by the FailureDetector logic or if FMU is lost. This circuit breaker does not affect the RC loss, data link loss, geofence, and takeoff failure detection safety logic.", "max": 121212, "min": 0, "name": "CBRK_FLIGHTTERM", "rebootRequired": true, "shortDesc": "Circuit breaker for flight termination", "type": "Int32"}, {"category": "Developer", "default": 22027, "group": "Circuit Breaker", "longDesc": "Setting this parameter to 22027 will disable IO safety. WARNING: ENABLING THIS CIRCUIT BREAKER IS AT OWN RISK", "max": 22027, "min": 0, "name": "CBRK_IO_SAFETY", "shortDesc": "Circuit breaker for IO safety", "type": "Int32"}, {"category": "Developer", "default": 0, "group": "Circuit Breaker", "longDesc": "Setting this parameter to 894281 will disable the power valid checks in the commander. WARNING: ENABLING THIS CIRCUIT BREAKER IS AT OWN RISK", "max": 894281, "min": 0, "name": "CBRK_SUPPLY_CHK", "shortDesc": "Circuit breaker for power supply check", "type": "Int32"}, {"category": "Developer", "default": 197848, "group": "Circuit Breaker", "longDesc": "Setting this parameter to 197848 will disable the USB connected checks in the commander, setting it to 0 keeps them enabled (recommended). We are generally recommending to not fly with the USB link connected and production vehicles should set this parameter to zero to prevent users from flying USB powered. However, for R&D purposes it has proven over the years to work just fine.", "max": 197848, "min": 0, "name": "CBRK_USB_CHK", "shortDesc": "Circuit breaker for USB link check", "type": "Int32"}, {"category": "Developer", "default": 0, "group": "Circuit Breaker", "longDesc": "Setting this parameter to 159753 will enable arming in fixed-wing mode for VTOLs. WARNING: ENABLING THIS CIRCUIT BREAKER IS AT OWN RISK", "max": 159753, "min": 0, "name": "CBRK_VTOLARMING", "shortDesc": "Circuit breaker for arming in fixed-wing mode check", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Commander", "longDesc": "Note: actuator failure needs to be enabled and configured via FD_ACT_* parameters.", "max": 3, "min": 0, "name": "COM_ACT_FAIL_ACT", "shortDesc": "Set the actuator failure failsafe mode", "type": "Int32", "values": [{"description": "Warning only", "value": 0}, {"description": "Hold mode", "value": 1}, {"description": "Land mode", "value": 2}, {"description": "Return mode", "value": 3}, {"description": "Terminate", "value": 4}]}, {"category": "Standard", "default": 1, "group": "Commander", "longDesc": "Set 0 to prevent accidental use of the vehicle e.g. for safety or maintenance reasons.", "name": "COM_ARMABLE", "shortDesc": "Flag to allow arming", "type": "Int32", "values": [{"description": "Disallow arming", "value": 0}, {"description": "Allow arming", "value": 1}]}, {"category": "Standard", "default": 10, "group": "Commander", "longDesc": "Used if arm authorization is requested by COM_ARM_AUTH_REQ.", "name": "COM_ARM_AUTH_ID", "shortDesc": "Arm authorizer system id", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Commander", "longDesc": "Methods: - one arm: request authorization and arm when authorization is received - two step arm: 1st arm command request an authorization and 2nd arm command arm the drone if authorized Used if arm authorization is requested by COM_ARM_AUTH_REQ.", "name": "COM_ARM_AUTH_MET", "shortDesc": "Arm authorization method", "type": "Int32", "values": [{"description": "one arm", "value": 0}, {"description": "two step arm", "value": 1}]}, {"category": "Standard", "default": 0, "group": "Commander", "longDesc": "By default off. The default allows to arm the vehicle without a arm authorization.", "name": "COM_ARM_AUTH_REQ", "shortDesc": "Require arm authorization to arm", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 1.0, "group": "Commander", "increment": 0.1, "longDesc": "Timeout for authorizer answer. Used if arm authorization is requested by COM_ARM_AUTH_REQ.", "name": "COM_ARM_AUTH_TO", "shortDesc": "Arm authorization timeout", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Commander", "increment": 0.01, "longDesc": "Additional battery level check that only allows arming if the state of charge of the emptiest connected battery is above this value. A value of 0 disables the check.", "max": 0.9, "min": 0.0, "name": "COM_ARM_BAT_MIN", "shortDesc": "Minimum battery level for arming", "type": "Float", "units": "norm"}, {"category": "Standard", "default": 0, "group": "Commander", "longDesc": "If this parameter is set, the system will check ESC's online status and failures. This param is specific for ESCs reporting status. It shall be used only if ESCs support telemetry.", "name": "COM_ARM_CHK_ESCS", "shortDesc": "Enable checks on ESCs that report telemetry", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "Commander", "increment": 0.05, "max": 1.0, "min": 0.1, "name": "COM_ARM_EKF_HGT", "shortDesc": "Maximum EKF height innovation test ratio that will allow arming", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.5, "group": "Commander", "increment": 0.05, "max": 1.0, "min": 0.1, "name": "COM_ARM_EKF_POS", "shortDesc": "Maximum EKF position innovation test ratio that will allow arming", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.5, "group": "Commander", "increment": 0.05, "max": 1.0, "min": 0.1, "name": "COM_ARM_EKF_VEL", "shortDesc": "Maximum EKF velocity innovation test ratio that will allow arming", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.5, "group": "Commander", "increment": 0.05, "max": 1.0, "min": 0.1, "name": "COM_ARM_EKF_YAW", "shortDesc": "Maximum EKF yaw innovation test ratio that will allow arming", "type": "Float"}, {"category": "Standard", "default": 1, "group": "Commander", "longDesc": "This check detects if there are hardfault files present on the SD card. If so, and the parameter is enabled, arming is prevented.", "name": "COM_ARM_HFLT_CHK", "shortDesc": "Enable FMU SD card hardfault detection check", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.7, "group": "Commander", "increment": 0.05, "max": 1.0, "min": 0.1, "name": "COM_ARM_IMU_ACC", "shortDesc": "Maximum accelerometer inconsistency between IMU units that will allow arming", "type": "Float", "units": "m/s^2"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.25, "group": "Commander", "increment": 0.01, "max": 0.3, "min": 0.02, "name": "COM_ARM_IMU_GYR", "shortDesc": "Maximum rate gyro inconsistency between IMU units that will allow arming", "type": "Float", "units": "rad/s"}, {"category": "Standard", "default": 60, "group": "Commander", "longDesc": "Set -1 to disable the check.", "max": 180, "min": 3, "name": "COM_ARM_MAG_ANG", "shortDesc": "Maximum magnetic field inconsistency between units that will allow arming", "type": "Int32", "units": "deg"}, {"category": "Standard", "default": 2, "group": "Commander", "longDesc": "Check if the estimator detects a strong magnetic disturbance (check enabled by EKF2_MAG_CHECK)", "name": "COM_ARM_MAG_STR", "shortDesc": "Enable mag strength preflight check", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Deny arming", "value": 1}, {"description": "Warning only", "value": 2}]}, {"category": "Standard", "default": 0, "group": "Commander", "longDesc": "The default allows to arm the vehicle without a valid mission.", "name": "COM_ARM_MIS_REQ", "shortDesc": "Require valid mission to arm", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "Commander", "longDesc": "This check detects if the Open Drone ID system is missing. Depending on the value of the parameter, the check can be disabled, warn only or deny arming.", "name": "COM_ARM_ODID", "shortDesc": "Enable Drone ID system detection and health check", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Warning only", "value": 1}, {"description": "Enforce Open Drone ID system presence", "value": 2}]}, {"category": "Standard", "default": 1, "group": "Commander", "longDesc": "This check detects if the FMU SD card is missing. Depending on the value of the parameter, the check can be disabled, warn only or deny arming.", "name": "COM_ARM_SDCARD", "shortDesc": "Enable FMU SD card detection check", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Warning only", "value": 1}, {"description": "Enforce SD card presence", "value": 2}]}, {"category": "Standard", "default": 0, "group": "Commander", "longDesc": "0: Arming/disarming triggers on switch transition. 1: Arming/disarming triggers when holding the momentary button down for COM_RC_ARM_HYST like the stick gesture.", "name": "COM_ARM_SWISBTN", "shortDesc": "Arm switch is a momentary button", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 1, "group": "Commander", "name": "COM_ARM_WO_GPS", "shortDesc": "Allow arming without GPS", "type": "Int32", "values": [{"description": "Require GPS lock to arm", "value": 0}, {"description": "Allow arming without GPS", "value": 1}]}, {"category": "Standard", "default": 95.0, "group": "Commander", "increment": 1.0, "longDesc": "The check fails if the CPU load is above this threshold for 2s. A negative value disables the check.", "max": 100.0, "min": -1.0, "name": "COM_CPU_MAX", "shortDesc": "Maximum allowed CPU load to still arm", "type": "Float", "units": "%"}, {"category": "Standard", "decimalPlaces": 1, "default": 2.0, "group": "Commander", "increment": 0.1, "longDesc": "A non-zero, positive value specifies the time-out period in seconds after which the vehicle will be automatically disarmed in case a landing situation has been detected during this period. A zero or negative value means that automatic disarming triggered by landing detection is disabled.", "name": "COM_DISARM_LAND", "shortDesc": "Time-out for auto disarm after landing", "type": "Float", "units": "s"}, {"category": "Standard", "default": 1, "group": "Commander", "longDesc": "0: Disallow disarming when not landed 1: Allow disarming in multicopter flight in modes where the thrust is directly controlled by thr throttle stick e.g. Stabilized, Acro", "name": "COM_DISARM_MAN", "shortDesc": "Allow disarming via switch/stick/button on multicopters in manual thrust modes", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 10.0, "group": "Commander", "increment": 0.1, "longDesc": "A non-zero, positive value specifies the time in seconds, within which the vehicle is expected to take off after arming. In case the vehicle didn't takeoff within the timeout it disarms again. A negative value disables autmoatic disarming triggered by a pre-takeoff timeout.", "name": "COM_DISARM_PRFLT", "shortDesc": "Time-out for auto disarm if not taking off", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 1, "default": 10, "group": "Commander", "increment": 1, "longDesc": "After this amount of seconds without datalink, the GCS connection lost mode triggers", "max": 300, "min": 5, "name": "COM_DL_LOSS_T", "shortDesc": "GCS connection loss time threshold", "type": "Int32", "units": "s"}, {"category": "Standard", "decimalPlaces": 3, "default": 5.0, "group": "Commander", "longDesc": "Before entering failsafe (RTL, Land, Hold), wait COM_FAIL_ACT_T seconds in Hold mode for the user to realize. During that time the user cannot take over control via the stick override feature (see COM_RC_OVERRIDE). Afterwards the configured failsafe action is triggered and the user may use stick override. A zero value disables the delay and the user cannot take over via stick movements (switching modes is still allowed).", "max": 25.0, "min": 0.0, "name": "COM_FAIL_ACT_T", "shortDesc": "Delay between failsafe condition triggered and failsafe reaction", "type": "Float", "units": "s"}, {"category": "System", "default": 0, "group": "Commander", "longDesc": "This number is incremented automatically after every flight on disarming in order to remember the next flight UUID. The first flight is 0.", "min": 0, "name": "COM_FLIGHT_UUID", "shortDesc": "Next flight UUID", "type": "Int32", "volatile": true}, {"category": "Standard", "default": -1, "group": "Commander", "longDesc": "If the main switch channel is in this range the selected flight mode will be applied.", "name": "COM_FLTMODE1", "shortDesc": "Mode slot 1", "type": "Int32", "values": [{"description": "Unassigned", "value": -1}, {"description": "Manual", "value": 0}, {"description": "Altitude", "value": 1}, {"description": "Position", "value": 2}, {"description": "Mission", "value": 3}, {"description": "Hold", "value": 4}, {"description": "Return", "value": 5}, {"description": "Acro", "value": 6}, {"description": "Offboard", "value": 7}, {"description": "Stabilized", "value": 8}, {"description": "Position Slow", "value": 9}, {"description": "Takeoff", "value": 10}, {"description": "Land", "value": 11}, {"description": "Follow Me", "value": 12}, {"description": "Precision Land", "value": 13}, {"description": "External Mode 1", "value": 100}, {"description": "External Mode 2", "value": 101}, {"description": "External Mode 3", "value": 102}, {"description": "External Mode 4", "value": 103}, {"description": "External Mode 5", "value": 104}, {"description": "External Mode 6", "value": 105}, {"description": "External Mode 7", "value": 106}, {"description": "External Mode 8", "value": 107}]}, {"category": "Standard", "default": -1, "group": "Commander", "longDesc": "If the main switch channel is in this range the selected flight mode will be applied.", "name": "COM_FLTMODE2", "shortDesc": "Mode slot 2", "type": "Int32", "values": [{"description": "Unassigned", "value": -1}, {"description": "Manual", "value": 0}, {"description": "Altitude", "value": 1}, {"description": "Position", "value": 2}, {"description": "Mission", "value": 3}, {"description": "Hold", "value": 4}, {"description": "Return", "value": 5}, {"description": "Acro", "value": 6}, {"description": "Offboard", "value": 7}, {"description": "Stabilized", "value": 8}, {"description": "Position Slow", "value": 9}, {"description": "Takeoff", "value": 10}, {"description": "Land", "value": 11}, {"description": "Follow Me", "value": 12}, {"description": "Precision Land", "value": 13}, {"description": "External Mode 1", "value": 100}, {"description": "External Mode 2", "value": 101}, {"description": "External Mode 3", "value": 102}, {"description": "External Mode 4", "value": 103}, {"description": "External Mode 5", "value": 104}, {"description": "External Mode 6", "value": 105}, {"description": "External Mode 7", "value": 106}, {"description": "External Mode 8", "value": 107}]}, {"category": "Standard", "default": -1, "group": "Commander", "longDesc": "If the main switch channel is in this range the selected flight mode will be applied.", "name": "COM_FLTMODE3", "shortDesc": "Mode slot 3", "type": "Int32", "values": [{"description": "Unassigned", "value": -1}, {"description": "Manual", "value": 0}, {"description": "Altitude", "value": 1}, {"description": "Position", "value": 2}, {"description": "Mission", "value": 3}, {"description": "Hold", "value": 4}, {"description": "Return", "value": 5}, {"description": "Acro", "value": 6}, {"description": "Offboard", "value": 7}, {"description": "Stabilized", "value": 8}, {"description": "Position Slow", "value": 9}, {"description": "Takeoff", "value": 10}, {"description": "Land", "value": 11}, {"description": "Follow Me", "value": 12}, {"description": "Precision Land", "value": 13}, {"description": "External Mode 1", "value": 100}, {"description": "External Mode 2", "value": 101}, {"description": "External Mode 3", "value": 102}, {"description": "External Mode 4", "value": 103}, {"description": "External Mode 5", "value": 104}, {"description": "External Mode 6", "value": 105}, {"description": "External Mode 7", "value": 106}, {"description": "External Mode 8", "value": 107}]}, {"category": "Standard", "default": -1, "group": "Commander", "longDesc": "If the main switch channel is in this range the selected flight mode will be applied.", "name": "COM_FLTMODE4", "shortDesc": "Mode slot 4", "type": "Int32", "values": [{"description": "Unassigned", "value": -1}, {"description": "Manual", "value": 0}, {"description": "Altitude", "value": 1}, {"description": "Position", "value": 2}, {"description": "Mission", "value": 3}, {"description": "Hold", "value": 4}, {"description": "Return", "value": 5}, {"description": "Acro", "value": 6}, {"description": "Offboard", "value": 7}, {"description": "Stabilized", "value": 8}, {"description": "Position Slow", "value": 9}, {"description": "Takeoff", "value": 10}, {"description": "Land", "value": 11}, {"description": "Follow Me", "value": 12}, {"description": "Precision Land", "value": 13}, {"description": "External Mode 1", "value": 100}, {"description": "External Mode 2", "value": 101}, {"description": "External Mode 3", "value": 102}, {"description": "External Mode 4", "value": 103}, {"description": "External Mode 5", "value": 104}, {"description": "External Mode 6", "value": 105}, {"description": "External Mode 7", "value": 106}, {"description": "External Mode 8", "value": 107}]}, {"category": "Standard", "default": -1, "group": "Commander", "longDesc": "If the main switch channel is in this range the selected flight mode will be applied.", "name": "COM_FLTMODE5", "shortDesc": "Mode slot 5", "type": "Int32", "values": [{"description": "Unassigned", "value": -1}, {"description": "Manual", "value": 0}, {"description": "Altitude", "value": 1}, {"description": "Position", "value": 2}, {"description": "Mission", "value": 3}, {"description": "Hold", "value": 4}, {"description": "Return", "value": 5}, {"description": "Acro", "value": 6}, {"description": "Offboard", "value": 7}, {"description": "Stabilized", "value": 8}, {"description": "Position Slow", "value": 9}, {"description": "Takeoff", "value": 10}, {"description": "Land", "value": 11}, {"description": "Follow Me", "value": 12}, {"description": "Precision Land", "value": 13}, {"description": "External Mode 1", "value": 100}, {"description": "External Mode 2", "value": 101}, {"description": "External Mode 3", "value": 102}, {"description": "External Mode 4", "value": 103}, {"description": "External Mode 5", "value": 104}, {"description": "External Mode 6", "value": 105}, {"description": "External Mode 7", "value": 106}, {"description": "External Mode 8", "value": 107}]}, {"category": "Standard", "default": -1, "group": "Commander", "longDesc": "If the main switch channel is in this range the selected flight mode will be applied.", "name": "COM_FLTMODE6", "shortDesc": "Mode slot 6", "type": "Int32", "values": [{"description": "Unassigned", "value": -1}, {"description": "Manual", "value": 0}, {"description": "Altitude", "value": 1}, {"description": "Position", "value": 2}, {"description": "Mission", "value": 3}, {"description": "Hold", "value": 4}, {"description": "Return", "value": 5}, {"description": "Acro", "value": 6}, {"description": "Offboard", "value": 7}, {"description": "Stabilized", "value": 8}, {"description": "Position Slow", "value": 9}, {"description": "Takeoff", "value": 10}, {"description": "Land", "value": 11}, {"description": "Follow Me", "value": 12}, {"description": "Precision Land", "value": 13}, {"description": "External Mode 1", "value": 100}, {"description": "External Mode 2", "value": 101}, {"description": "External Mode 3", "value": 102}, {"description": "External Mode 4", "value": 103}, {"description": "External Mode 5", "value": 104}, {"description": "External Mode 6", "value": 105}, {"description": "External Mode 7", "value": 106}, {"description": "External Mode 8", "value": 107}]}, {"category": "Standard", "default": 3, "group": "Commander", "increment": 1, "longDesc": "Action the system takes when the remaining flight time is below the estimated time it takes to reach the RTL destination.", "name": "COM_FLTT_LOW_ACT", "shortDesc": "Remaining flight time low failsafe", "type": "Int32", "values": [{"description": "None", "value": 0}, {"description": "Warning", "value": 1}, {"description": "Return", "value": 3}]}, {"category": "Standard", "default": 0, "group": "Commander", "longDesc": "Describes the intended use of the vehicle. Can be used by ground control software or log post processing. This param does not influence the behavior within the firmware. This means for example the control logic is independent of the setting of this param (but depends on other params).", "name": "COM_FLT_PROFILE", "shortDesc": "User Flight Profile", "type": "Int32", "values": [{"description": "Default", "value": 0}, {"description": "Pro User", "value": 100}, {"description": "Flight Tester", "value": 200}, {"description": "Developer", "value": 300}]}, {"category": "Standard", "default": -1, "group": "Commander", "longDesc": "The vehicle aborts the current operation and returns to launch when the time since takeoff is above this value. It is not possible to resume the mission or switch to any auto mode other than RTL or Land. Taking over in any manual mode is still possible. Starting from 90% of the maximum flight time, a warning message will be sent every 1 minute with the remaining time until automatic RTL. Set to -1 to disable.", "min": -1, "name": "COM_FLT_TIME_MAX", "shortDesc": "Maximum allowed flight time", "type": "Int32", "units": "s"}, {"category": "Standard", "default": 0, "group": "Commander", "longDesc": "Force safety when the vehicle disarms", "name": "COM_FORCE_SAFETY", "shortDesc": "Enable force safety", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 120, "group": "Commander", "longDesc": "After this amount of seconds without datalink the data link lost mode triggers", "max": 3600, "min": 60, "name": "COM_HLDL_LOSS_T", "shortDesc": "High Latency Datalink loss time threshold", "type": "Int32", "units": "s"}, {"category": "Standard", "default": 0, "group": "Commander", "longDesc": "After a data link loss: after this number of seconds with a healthy datalink the 'datalink loss' flag is set back to false", "max": 60, "min": 0, "name": "COM_HLDL_REG_T", "shortDesc": "High Latency Datalink regain time threshold", "type": "Int32", "units": "s"}, {"category": "Standard", "default": 1, "group": "Commander", "longDesc": "Set home position automatically if possible.", "name": "COM_HOME_EN", "rebootRequired": true, "shortDesc": "Home position enabled", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "Commander", "longDesc": "If set to true, the autopilot is allowed to set its home position after takeoff The true home position is back-computed if a local position is estimate if available. If no local position is available, home is set to the current position.", "name": "COM_HOME_IN_AIR", "shortDesc": "Allows setting the home position after takeoff", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "Commander", "increment": 1, "longDesc": "Action the system takes when an imbalanced propeller is detected by the failure detector. See also FD_IMB_PROP_THR to set the failure threshold.", "name": "COM_IMB_PROP_ACT", "shortDesc": "Imbalanced propeller failsafe mode", "type": "Int32", "values": [{"description": "Disabled", "value": -1}, {"description": "Warning", "value": 0}, {"description": "Return", "value": 1}, {"description": "Land", "value": 2}]}, {"category": "Standard", "default": 5.0, "group": "Commander", "increment": 0.1, "max": 30.0, "min": 0.0, "name": "COM_KILL_DISARM", "shortDesc": "Timeout value for disarming when kill switch is engaged", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 3, "default": 3.0, "group": "Commander", "longDesc": "A non-zero, positive value specifies the timeframe in seconds within failure detector is allowed to disarm the vehicle if attitude exceeds the limits defined in FD_FAIL_P and FD_FAIL_R. The check is not executed for flight modes that do support acrobatic maneuvers, e.g: Acro (MC/FW) and Manual (FW). A zero or negative value means that the check is disabled.", "max": 5.0, "min": -1.0, "name": "COM_LKDOWN_TKO", "shortDesc": "Timeout for detecting a failure after takeoff", "type": "Float", "units": "s"}, {"category": "Standard", "default": 0, "group": "Commander", "longDesc": "Action the system takes at critical battery. See also BAT_CRIT_THR and BAT_EMERGEN_THR for definition of battery states.", "name": "COM_LOW_BAT_ACT", "shortDesc": "Battery failsafe mode", "type": "Int32", "values": [{"description": "Warning", "value": 0}, {"description": "Land mode", "value": 2}, {"description": "Return at critical level, land at emergency level", "value": 3}]}, {"category": "System", "default": 0, "group": "Commander", "longDesc": "This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch.", "name": "COM_MODE0_HASH", "shortDesc": "External mode identifier 0", "type": "Int32", "volatile": true}, {"category": "System", "default": 0, "group": "Commander", "longDesc": "This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch.", "name": "COM_MODE1_HASH", "shortDesc": "External mode identifier 1", "type": "Int32", "volatile": true}, {"category": "System", "default": 0, "group": "Commander", "longDesc": "This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch.", "name": "COM_MODE2_HASH", "shortDesc": "External mode identifier 2", "type": "Int32", "volatile": true}, {"category": "System", "default": 0, "group": "Commander", "longDesc": "This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch.", "name": "COM_MODE3_HASH", "shortDesc": "External mode identifier 3", "type": "Int32", "volatile": true}, {"category": "System", "default": 0, "group": "Commander", "longDesc": "This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch.", "name": "COM_MODE4_HASH", "shortDesc": "External mode identifier 4", "type": "Int32", "volatile": true}, {"category": "System", "default": 0, "group": "Commander", "longDesc": "This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch.", "name": "COM_MODE5_HASH", "shortDesc": "External mode identifier 5", "type": "Int32", "volatile": true}, {"category": "System", "default": 0, "group": "Commander", "longDesc": "This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch.", "name": "COM_MODE6_HASH", "shortDesc": "External mode identifier 6", "type": "Int32", "volatile": true}, {"category": "System", "default": 0, "group": "Commander", "longDesc": "This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch.", "name": "COM_MODE7_HASH", "shortDesc": "External mode identifier 7", "type": "Int32", "volatile": true}, {"category": "Standard", "default": 1, "group": "Commander", "longDesc": "If set, enables the actuator test interface via MAVLink (ACTUATOR_TEST), that allows spinning the motors and moving the servos for testing purposes.", "name": "COM_MOT_TEST_EN", "shortDesc": "Enable Actuator Testing", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 5.0, "group": "Commander", "increment": 0.01, "max": 60.0, "min": 0.0, "name": "COM_OBC_LOSS_T", "shortDesc": "Time-out to wait when onboard computer connection is lost before warning about loss connection", "type": "Float", "units": "s"}, {"category": "Standard", "default": 0, "group": "Commander", "longDesc": "The offboard loss failsafe will only be entered after a timeout, set by COM_OF_LOSS_T in seconds.", "name": "COM_OBL_RC_ACT", "shortDesc": "Set offboard loss failsafe mode", "type": "Int32", "values": [{"description": "Position mode", "value": 0}, {"description": "Altitude mode", "value": 1}, {"description": "Manual", "value": 2}, {"description": "Return mode", "value": 3}, {"description": "Land mode", "value": 4}, {"description": "Hold mode", "value": 5}, {"description": "Terminate", "value": 6}, {"description": "Disarm", "value": 7}]}, {"category": "Standard", "default": 0, "group": "Commander", "name": "COM_OBS_AVOID", "shortDesc": "Flag to enable obstacle avoidance", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 1.0, "group": "Commander", "increment": 0.01, "longDesc": "See COM_OBL_RC_ACT to configure action.", "max": 60.0, "min": 0.0, "name": "COM_OF_LOSS_T", "shortDesc": "Time-out to wait when offboard connection is lost before triggering offboard lost action", "type": "Float", "units": "s"}, {"category": "Standard", "default": 0, "group": "Commander", "name": "COM_PARACHUTE", "shortDesc": "Expect and require a healthy MAVLink parachute system", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "Commander", "longDesc": "This sets the flight mode that will be used if navigation accuracy is no longer adequate for position control. If Altitude/Manual is selected: assume use of remote control after fallback. Switch to Altitude mode if a height estimate is available, else switch to MANUAL. If Land/Descend is selected: assume no use of remote control after fallback. Switch to Land mode if a height estimate is available, else switch to Descend.", "name": "COM_POSCTL_NAVL", "shortDesc": "Position control navigation loss response", "type": "Int32", "values": [{"description": "Altitude/Manual", "value": 0}, {"description": "Land/Descend", "value": 1}]}, {"category": "Standard", "default": 1, "group": "Commander", "longDesc": "This sets number of seconds that the position checks need to be failed before the failsafe will activate. The default value has been optimised for rotary wing applications. For fixed wing applications, a larger value between 5 and 10 should be used.", "max": 100, "min": 1, "name": "COM_POS_FS_DELAY", "shortDesc": "Loss of position failsafe activation delay", "type": "Int32", "units": "s"}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "Commander", "longDesc": "This is the horizontal position error (EPH) threshold that will trigger a failsafe. The default is appropriate for a multicopter. Can be increased for a fixed-wing. If the previous position error was below this threshold, there is an additional factor of 2.5 applied (threshold for invalidation 2.5 times the one for validation). Set to -1 to disable.", "max": 400.0, "min": -1.0, "name": "COM_POS_FS_EPH", "shortDesc": "Horizontal position error threshold", "type": "Float", "units": "m"}, {"category": "Standard", "default": -1.0, "group": "Commander", "longDesc": "Specify the threshold for triggering a warning for low local position accuracy. Additionally triggers a RTL if currently in Mission or Loiter mode. Local position has to be still declared valid, which is most of all depending on COM_POS_FS_EPH. Use this feature on systems with dead-reckoning capabilites (e.g. fixed-wing vehicles with airspeed sensor) to improve the user notification and failure mitigation when flying in GNSS-denied areas. Set to -1 to disable.", "max": 1000.0, "min": -1.0, "name": "COM_POS_LOW_EPH", "shortDesc": "EPH threshold for RTL", "type": "Float", "units": "m"}, {"category": "Standard", "default": 1, "group": "Commander", "longDesc": "This configures a check to verify the expected number of 5V rail power supplies are present. By default only one is expected. Note: CBRK_SUPPLY_CHK disables all power checks including this one.", "max": 4, "min": 0, "name": "COM_POWER_COUNT", "shortDesc": "Required number of redundant power modules", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Commander", "longDesc": "Condition to enter the prearmed state, an intermediate state between disarmed and armed in which non-throttling actuators are active.", "name": "COM_PREARM_MODE", "shortDesc": "Condition to enter prearmed mode", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Safety button", "value": 1}, {"description": "Always", "value": 2}]}, {"category": "Standard", "default": 0, "group": "Commander", "name": "COM_QC_ACT", "shortDesc": "Set command after a quadchute", "type": "Int32", "values": [{"description": "Warning only", "value": -1}, {"description": "Return mode", "value": 0}, {"description": "Land mode", "value": 1}, {"description": "Hold mode", "value": 2}]}, {"bitmask": [{"description": "Mission", "index": 0}, {"description": "Hold", "index": 1}, {"description": "Offboard", "index": 2}], "category": "Standard", "default": 0, "group": "Commander", "longDesc": "Specify modes in which RC loss is ignored and the failsafe action not triggered.", "max": 31, "min": 0, "name": "COM_RCL_EXCEPT", "shortDesc": "RC loss exceptions", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Commander", "longDesc": "The default value of 1000 requires the stick to be held in the arm or disarm position for 1 second.", "max": 1500, "min": 100, "name": "COM_RC_ARM_HYST", "shortDesc": "RC input arm/disarm command duration", "type": "Int32", "units": "ms"}, {"category": "Standard", "default": 3, "group": "Commander", "longDesc": "A value of 0 enables RC transmitter control (only). A valid RC transmitter calibration is required. A value of 1 allows joystick control only. RC input handling and the associated checks are disabled. A value of 2 allows either RC Transmitter or Joystick input. The first valid input is used, will fallback to other sources if the input stream becomes invalid. A value of 3 allows either input from RC or joystick. The first available source is selected and used until reboot. A value of 4 ignores any stick input.", "max": 4, "min": 0, "name": "COM_RC_IN_MODE", "shortDesc": "RC control input mode", "type": "Int32", "values": [{"description": "RC Transmitter only", "value": 0}, {"description": "Joystick only", "value": 1}, {"description": "RC and Joystick with fallback", "value": 2}, {"description": "RC or Joystick keep first", "value": 3}, {"description": "Stick input disabled", "value": 4}]}, {"category": "Standard", "decimalPlaces": 1, "default": 0.5, "group": "Commander", "increment": 0.1, "longDesc": "The time in seconds without a new setpoint from RC or Joystick, after which the connection is considered lost. This must be kept short as the vehicle will use the last supplied setpoint until the timeout triggers.", "max": 35.0, "min": 0.0, "name": "COM_RC_LOSS_T", "shortDesc": "Manual control loss timeout", "type": "Float", "units": "s"}, {"bitmask": [{"description": "Enable override during auto modes (except for in critical battery reaction)", "index": 0}, {"description": "Enable override during offboard mode", "index": 1}], "category": "Standard", "default": 1, "group": "Commander", "longDesc": "When RC stick override is enabled, moving the RC sticks more than COM_RC_STICK_OV immediately gives control back to the pilot by switching to Position mode and if position is unavailable Altitude mode. Note: Only has an effect on multicopters, and VTOLs in multicopter mode.", "max": 3, "min": 0, "name": "COM_RC_OVERRIDE", "shortDesc": "Enable RC stick override of auto and/or offboard modes", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 0, "default": 30.0, "group": "Commander", "increment": 0.05, "longDesc": "If COM_RC_OVERRIDE is enabled and the joystick input is moved more than this threshold the autopilot the pilot takes over control.", "max": 80.0, "min": 5.0, "name": "COM_RC_STICK_OV", "shortDesc": "RC stick override threshold", "type": "Float", "units": "%"}, {"category": "Standard", "decimalPlaces": 1, "default": 1.0, "group": "Commander", "increment": 0.1, "longDesc": "The minimal time from arming the motors until moving the vehicle is possible is COM_SPOOLUP_TIME seconds. Goal: - Motors and propellers spool up to idle speed before getting commanded to spin faster - Timeout for ESCs and smart batteries to successfulyy do failure checks e.g. for stuck rotors before the vehicle is off the ground", "max": 30.0, "min": 0.0, "name": "COM_SPOOLUP_TIME", "shortDesc": "Enforced delay between arming and further navigation", "type": "Float", "units": "s"}, {"category": "Standard", "default": 0, "group": "Commander", "longDesc": "The mode transition after TAKEOFF has completed successfully.", "name": "COM_TAKEOFF_ACT", "shortDesc": "Action after TAKEOFF has been accepted", "type": "Int32", "values": [{"description": "Hold", "value": 0}, {"description": "Mission (if valid)", "value": 1}]}, {"category": "Standard", "default": 0, "group": "Commander", "longDesc": "Allows to start the vehicle by throwing it into the air.", "name": "COM_THROW_EN", "shortDesc": "Enable throw-start", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "Commander", "increment": 0.1, "longDesc": "When the throw launch is enabled, the drone will only arm after this speed is exceeded before detecting the freefall. This is a safety feature to ensure the drone does not turn on after accidental drop or a rapid movement before the throw. Set to 0 to disable.", "min": 0.0, "name": "COM_THROW_SPEED", "shortDesc": "Minimum speed for the throw start", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 1.0, "group": "Commander", "longDesc": "This is the horizontal velocity error (EVH) threshold that will trigger a failsafe. The default is appropriate for a multicopter. Can be increased for a fixed-wing. If the previous velocity error was below this threshold, there is an additional factor of 2.5 applied (threshold for invalidation 2.5 times the one for validation).", "min": 0.0, "name": "COM_VEL_FS_EVH", "shortDesc": "Horizontal velocity error threshold", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": -1.0, "group": "Commander", "increment": 0.1, "longDesc": "Wind speed threshold above which an automatic failsafe action is triggered. Failsafe action can be specified with COM_WIND_MAX_ACT.", "min": -1.0, "name": "COM_WIND_MAX", "shortDesc": "High wind speed failsafe threshold", "type": "Float", "units": "m/s"}, {"category": "Standard", "default": 0, "group": "Commander", "increment": 1, "longDesc": "Action the system takes when a wind speed above the specified threshold is detected. See COM_WIND_MAX to set the failsafe threshold. If enabled, it is not possible to resume the mission or switch to any auto mode other than RTL or Land if this threshold is exceeded. Taking over in any manual mode is still possible.", "name": "COM_WIND_MAX_ACT", "shortDesc": "High wind failsafe mode", "type": "Int32", "values": [{"description": "None", "value": 0}, {"description": "Warning", "value": 1}, {"description": "Hold", "value": 2}, {"description": "Return", "value": 3}, {"description": "Terminate", "value": 4}, {"description": "Land", "value": 5}]}, {"category": "Standard", "decimalPlaces": 1, "default": -1.0, "group": "Commander", "increment": 0.1, "longDesc": "A warning is triggered if the currently estimated wind speed is above this value. Warning is sent periodically (every 1 minute). Set to -1 to disable.", "min": -1.0, "name": "COM_WIND_WARN", "shortDesc": "Wind speed warning threshold", "type": "Float", "units": "m/s"}, {"category": "Standard", "default": 0, "group": "Commander", "longDesc": "The GCS connection loss failsafe will only be entered after a timeout, set by COM_DL_LOSS_T in seconds. Once the timeout occurs the selected action will be executed.", "max": 6, "min": 0, "name": "NAV_DLL_ACT", "shortDesc": "Set GCS connection loss failsafe mode", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Hold mode", "value": 1}, {"description": "Return mode", "value": 2}, {"description": "Land mode", "value": 3}, {"description": "Terminate", "value": 5}, {"description": "Disarm", "value": 6}]}, {"category": "Standard", "default": 2, "group": "Commander", "longDesc": "The RC loss failsafe will only be entered after a timeout, set by COM_RC_LOSS_T in seconds. If RC input checks have been disabled by setting the COM_RC_IN_MODE param it will not be triggered.", "max": 6, "min": 1, "name": "NAV_RCL_ACT", "shortDesc": "Set RC loss failsafe mode", "type": "Int32", "values": [{"description": "Hold mode", "value": 1}, {"description": "Return mode", "value": 2}, {"description": "Land mode", "value": 3}, {"description": "Terminate", "value": 5}, {"description": "Disarm", "value": 6}]}, {"category": "Standard", "default": 1000000, "group": "Cyphal", "max": 1000000, "min": 20000, "name": "CYPHAL_BAUD", "rebootRequired": true, "shortDesc": "UAVCAN/CAN v1 bus bitrate", "type": "Int32", "units": "bit/s"}, {"category": "Standard", "default": 1, "group": "Cyphal", "longDesc": "0 - Cyphal disabled. 1 - Enables Cyphal", "name": "CYPHAL_ENABLE", "rebootRequired": true, "shortDesc": "Cyphal", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 1, "group": "Cyphal", "longDesc": "Read the specs at http://uavcan.org to learn more about Node ID.", "max": 125, "min": -1, "name": "CYPHAL_ID", "rebootRequired": true, "shortDesc": "Cyphal Node ID", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Cyphal", "max": 6143, "min": -1, "name": "UCAN1_ACTR_PUB", "shortDesc": "actuator_outputs uORB over Cyphal publication port ID", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Cyphal", "max": 6143, "min": -1, "name": "UCAN1_BMS_BP_SUB", "shortDesc": "UDRAL battery parameters subscription port ID", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Cyphal", "max": 6143, "min": -1, "name": "UCAN1_BMS_BS_SUB", "shortDesc": "UDRAL battery status subscription port ID", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Cyphal", "max": 6143, "min": -1, "name": "UCAN1_BMS_ES_SUB", "shortDesc": "UDRAL battery energy source subscription port ID", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Cyphal", "max": 6143, "min": -1, "name": "UCAN1_ESC0_SUB", "shortDesc": "ESC 0 subscription port ID", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Cyphal", "max": 6143, "min": -1, "name": "UCAN1_ESC_PUB", "shortDesc": "Cyphal ESC publication port ID", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Cyphal", "max": 6143, "min": -1, "name": "UCAN1_GPS0_SUB", "shortDesc": "GPS 0 subscription port ID", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Cyphal", "max": 6143, "min": -1, "name": "UCAN1_GPS1_SUB", "shortDesc": "GPS 1 subscription port ID", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Cyphal", "max": 6143, "min": -1, "name": "UCAN1_GPS_PUB", "shortDesc": "Cyphal GPS publication port ID", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Cyphal", "max": 6143, "min": -1, "name": "UCAN1_LG_BMS_SUB", "shortDesc": "Cyphal legacy battery port ID", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Cyphal", "max": 6143, "min": -1, "name": "UCAN1_SERVO_PUB", "shortDesc": "Cyphal Servo publication port ID", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Cyphal", "max": 6143, "min": -1, "name": "UCAN1_UORB_GPS", "shortDesc": "sensor_gps uORB over Cyphal subscription port ID", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Cyphal", "max": 6143, "min": -1, "name": "UCAN1_UORB_GPS_P", "shortDesc": "sensor_gps uORB over Cyphal publication port ID", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "DShot", "longDesc": "When the actuator_output is between DSHOT_3D_DEAD_L and DSHOT_3D_DEAD_H, motor will not spin. This value is with respect to the mixer_module range (0-1999), not the DSHOT values.", "max": 1999, "min": 1000, "name": "DSHOT_3D_DEAD_H", "shortDesc": "DSHOT 3D deadband high", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "DShot", "longDesc": "When the actuator_output is between DSHOT_3D_DEAD_L and DSHOT_3D_DEAD_H, motor will not spin. This value is with respect to the mixer_module range (0-1999), not the DSHOT values.", "max": 1000, "min": 0, "name": "DSHOT_3D_DEAD_L", "shortDesc": "DSHOT 3D deadband low", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "DShot", "longDesc": "WARNING: ESC must be configured for 3D mode, and DSHOT_MIN set to 0. This splits the throttle ranges in two. Direction 1) 48 is the slowest, 1047 is the fastest. Direction 2) 1049 is the slowest, 2047 is the fastest. When mixer outputs 1000 or value inside DSHOT 3D deadband, DShot 0 is sent.", "name": "DSHOT_3D_ENABLE", "shortDesc": "Allows for 3d mode when using DShot and suitable mixer", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.055, "group": "DShot", "increment": 0.01, "longDesc": "Minimum Output Value for DShot in percent. The value depends on the ESC. Make sure to set this high enough so that the motors are always spinning while armed.", "max": 1.0, "min": 0.0, "name": "DSHOT_MIN", "shortDesc": "Minimum DShot Motor Output", "type": "Float", "units": "%"}, {"category": "Standard", "default": 0, "group": "DShot", "longDesc": "Configure on which serial port to run DShot Driver.", "name": "DSHOT_TEL_CFG", "rebootRequired": true, "shortDesc": "Serial Configuration for DShot Driver", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "UART 6", "value": 6}, {"description": "TELEM 1", "value": 101}, {"description": "TELEM 2", "value": 102}, {"description": "TELEM 3", "value": 103}, {"description": "TELEM/SERIAL 4", "value": 104}, {"description": "GPS 1", "value": 201}, {"description": "GPS 2", "value": 202}, {"description": "GPS 3", "value": 203}, {"description": "Radio Controller", "value": 300}, {"description": "Wifi Port", "value": 301}, {"description": "EXT2", "value": 401}]}, {"category": "Standard", "default": 14, "group": "DShot", "longDesc": "Specify the number of magnetic poles of the motors. It is required to compute the RPM value from the eRPM returned with the ESC telemetry. Either get the number from the motor spec sheet or count the magnets on the bell of the motor (not the stator magnets). Typical motors for 5 inch props have 14 poles.", "name": "MOT_POLE_COUNT", "shortDesc": "Number of magnetic poles of the motors", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.2, "group": "EKF2", "max": 0.5, "min": 0.0, "name": "EKF2_ABIAS_INIT", "rebootRequired": true, "shortDesc": "1-sigma IMU accelerometer switch-on bias", "type": "Float", "units": "m/s^2"}, {"category": "Standard", "decimalPlaces": 1, "default": 25.0, "group": "EKF2", "longDesc": "If the magnitude of the IMU accelerometer vector exceeds this value, the EKF accel bias state estimation will be inhibited. This reduces the adverse effect of high manoeuvre accelerations and IMU nonlinerity and scale factor errors on the accel bias estimates.", "max": 200.0, "min": 20.0, "name": "EKF2_ABL_ACCLIM", "shortDesc": "Maximum IMU accel magnitude that allows IMU bias learning", "type": "Float", "units": "m/s^2"}, {"category": "Standard", "decimalPlaces": 1, "default": 3.0, "group": "EKF2", "longDesc": "If the magnitude of the IMU angular rate vector exceeds this value, the EKF accel bias state estimation will be inhibited. This reduces the adverse effect of rapid rotation rates and associated errors on the accel bias estimates.", "max": 20.0, "min": 2.0, "name": "EKF2_ABL_GYRLIM", "shortDesc": "Maximum IMU gyro angular rate magnitude that allows IMU bias learning", "type": "Float", "units": "rad/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.4, "group": "EKF2", "longDesc": "The ekf accel bias states will be limited to within a range equivalent to +- of this value.", "max": 0.8, "min": 0.0, "name": "EKF2_ABL_LIM", "shortDesc": "Accelerometer bias learning limit", "type": "Float", "units": "m/s^2"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.5, "group": "EKF2", "longDesc": "The vector magnitude of angular rate and acceleration used to check if learning should be inhibited has a peak hold filter applied to it with an exponential decay. This parameter controls the time constant of the decay.", "max": 1.0, "min": 0.1, "name": "EKF2_ABL_TAU", "shortDesc": "Time constant used by acceleration and angular rate magnitude checks used to inhibit accel bias learning", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 6, "default": 0.003, "group": "EKF2", "max": 0.01, "min": 0.0, "name": "EKF2_ACC_B_NOISE", "shortDesc": "Process noise for IMU accelerometer bias prediction", "type": "Float", "units": "m/s^3"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.35, "group": "EKF2", "max": 1.0, "min": 0.01, "name": "EKF2_ACC_NOISE", "shortDesc": "Accelerometer noise for covariance prediction", "type": "Float", "units": "m/s^2"}, {"bitmask": [{"description": "Horizontal position", "index": 0}, {"description": "Vertical position", "index": 1}], "category": "Standard", "default": 1, "group": "EKF2", "longDesc": "Set bits in the following positions to enable: 0 : Horizontal position fusion 1 : Vertical position fusion", "max": 3, "min": 0, "name": "EKF2_AGP_CTRL", "shortDesc": "Aux global position (AGP) sensor aiding", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 1, "default": 0.0, "group": "EKF2", "max": 300.0, "min": 0.0, "name": "EKF2_AGP_DELAY", "rebootRequired": true, "shortDesc": "Aux global position estimator delay relative to IMU measurements", "type": "Float", "units": "ms"}, {"category": "Standard", "decimalPlaces": 1, "default": 3.0, "group": "EKF2", "longDesc": "Sets the number of standard deviations used by the innovation consistency test.", "min": 1.0, "name": "EKF2_AGP_GATE", "shortDesc": "Gate size for aux global position fusion", "type": "Float", "units": "SD"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.9, "group": "EKF2", "min": 0.01, "name": "EKF2_AGP_NOISE", "shortDesc": "Measurement noise for aux global position observations used to lower bound or replace the uncertainty included in the message", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.1, "group": "EKF2", "max": 0.5, "min": 0.0, "name": "EKF2_ANGERR_INIT", "rebootRequired": true, "shortDesc": "1-sigma tilt angle uncertainty after gravity vector alignment", "type": "Float", "units": "rad"}, {"category": "Standard", "decimalPlaces": 1, "default": 0.0, "group": "EKF2", "longDesc": "Airspeed data is fused for wind estimation if above this threshold. Set to 0 to disable airspeed fusion. For reliable wind estimation both sideslip (see EKF2_FUSE_BETA) and airspeed fusion should be enabled. Only applies to fixed-wing vehicles (or VTOLs in fixed-wing mode).", "min": 0.0, "name": "EKF2_ARSP_THR", "shortDesc": "Airspeed fusion threshold", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 20.0, "group": "EKF2", "max": 50.0, "min": 5.0, "name": "EKF2_ASPD_MAX", "shortDesc": "Upper limit on airspeed along individual axes used to correct baro for position error effects", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 100.0, "group": "EKF2", "max": 300.0, "min": 0.0, "name": "EKF2_ASP_DELAY", "rebootRequired": true, "shortDesc": "Airspeed measurement delay relative to IMU measurements", "type": "Float", "units": "ms"}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "EKF2", "max": 300.0, "min": 0.0, "name": "EKF2_AVEL_DELAY", "rebootRequired": true, "shortDesc": "Auxiliary Velocity Estimate (e.g from a landing target) delay relative to IMU measurements", "type": "Float", "units": "ms"}, {"category": "Standard", "default": 1, "group": "EKF2", "longDesc": "If this parameter is enabled then the estimator will make use of the barometric height measurements to estimate its height in addition to other height sources (if activated).", "name": "EKF2_BARO_CTRL", "shortDesc": "Barometric sensor height aiding", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 0.0, "group": "EKF2", "max": 300.0, "min": 0.0, "name": "EKF2_BARO_DELAY", "rebootRequired": true, "shortDesc": "Barometer measurement delay relative to IMU measurements", "type": "Float", "units": "ms"}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "EKF2", "longDesc": "Sets the number of standard deviations used by the innovation consistency test.", "min": 1.0, "name": "EKF2_BARO_GATE", "shortDesc": "Gate size for barometric and GPS height fusion", "type": "Float", "units": "SD"}, {"category": "Standard", "decimalPlaces": 2, "default": 3.5, "group": "EKF2", "max": 15.0, "min": 0.01, "name": "EKF2_BARO_NOISE", "shortDesc": "Measurement noise for barometric altitude", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 100.0, "group": "EKF2", "longDesc": "This parameter controls the prediction of drag produced by bluff body drag along the forward/reverse axis when flying a multi-copter which enables estimation of wind drift when enabled by the EKF2_DRAG_CTRL parameter. The drag produced by this effect scales with speed squared. The predicted drag from the rotors is specified separately by the EKF2_MCOEF parameter. Set this parameter to zero to turn off the bluff body drag model for this axis.", "max": 200.0, "min": 0.0, "name": "EKF2_BCOEF_X", "shortDesc": "X-axis ballistic coefficient used for multi-rotor wind estimation", "type": "Float", "units": "kg/m^2"}, {"category": "Standard", "decimalPlaces": 1, "default": 100.0, "group": "EKF2", "longDesc": "This parameter controls the prediction of drag produced by bluff body drag along the right/left axis when flying a multi-copter, which enables estimation of wind drift when enabled by the EKF2_DRAG_CTRL parameter. The drag produced by this effect scales with speed squared. The predicted drag from the rotors is specified separately by the EKF2_MCOEF parameter. Set this parameter to zero to turn off the bluff body drag model for this axis.", "max": 200.0, "min": 0.0, "name": "EKF2_BCOEF_Y", "shortDesc": "Y-axis ballistic coefficient used for multi-rotor wind estimation", "type": "Float", "units": "kg/m^2"}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "EKF2", "longDesc": "Sets the number of standard deviations used by the innovation consistency test.", "min": 1.0, "name": "EKF2_BETA_GATE", "shortDesc": "Gate size for synthetic sideslip fusion", "type": "Float", "units": "SD"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.3, "group": "EKF2", "max": 1.0, "min": 0.1, "name": "EKF2_BETA_NOISE", "shortDesc": "Noise for synthetic sideslip fusion", "type": "Float", "units": "m/s"}, {"bitmask": [{"description": "use geo_lookup declination", "index": 0}, {"description": "save EKF2_MAG_DECL on disarm", "index": 1}], "category": "Standard", "default": 3, "group": "EKF2", "longDesc": "Set bits in the following positions to enable functions. 0 : Set to true to use the declination from the geo_lookup library when the GPS position becomes available, set to false to always use the EKF2_MAG_DECL value. 1 : Set to true to save the EKF2_MAG_DECL parameter to the value returned by the EKF when the vehicle disarms.", "max": 3, "min": 0, "name": "EKF2_DECL_TYPE", "rebootRequired": true, "shortDesc": "Integer bitmask controlling handling of magnetic declination", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 1, "default": 200.0, "group": "EKF2", "longDesc": "Defines the delay between the current time and the delayed-time horizon. This value should be at least as large as the largest EKF2_XXX_DELAY parameter.", "max": 1000.0, "min": 0.0, "name": "EKF2_DELAY_MAX", "rebootRequired": true, "shortDesc": "Maximum delay of all the aiding sensors", "type": "Float", "units": "ms"}, {"category": "Standard", "default": 0, "group": "EKF2", "longDesc": "Activate wind speed estimation using specific-force measurements and a drag model defined by EKF2_BCOEF_[XY] and EKF2_MCOEF. Only use on vehicles that have their thrust aligned with the Z axis and no thrust in the XY plane.", "name": "EKF2_DRAG_CTRL", "shortDesc": "Multirotor wind estimation selection", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 2, "default": 2.5, "group": "EKF2", "longDesc": "Increasing this makes the multi-rotor wind estimates adjust more slowly.", "max": 10.0, "min": 0.5, "name": "EKF2_DRAG_NOISE", "shortDesc": "Specific drag force observation noise variance used by the multi-rotor specific drag force model", "type": "Float", "units": "(m/s^2)^2"}, {"category": "Standard", "decimalPlaces": 1, "default": 1.4, "group": "EKF2", "max": 5.0, "min": 0.5, "name": "EKF2_EAS_NOISE", "shortDesc": "Measurement noise for airspeed fusion", "type": "Float", "units": "m/s"}, {"category": "Standard", "default": 1, "group": "EKF2", "name": "EKF2_EN", "shortDesc": "EKF2 enable", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "EKF2", "min": 0.05, "name": "EKF2_EVA_NOISE", "shortDesc": "Measurement noise for vision angle observations used to lower bound or replace the uncertainty included in the message", "type": "Float", "units": "rad"}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "EKF2", "longDesc": "Sets the number of standard deviations used by the innovation consistency test.", "min": 1.0, "name": "EKF2_EVP_GATE", "shortDesc": "Gate size for vision position fusion", "type": "Float", "units": "SD"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "EKF2", "min": 0.01, "name": "EKF2_EVP_NOISE", "shortDesc": "Measurement noise for vision position observations used to lower bound or replace the uncertainty included in the message", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 3.0, "group": "EKF2", "longDesc": "Sets the number of standard deviations used by the innovation consistency test.", "min": 1.0, "name": "EKF2_EVV_GATE", "shortDesc": "Gate size for vision velocity estimate fusion", "type": "Float", "units": "SD"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "EKF2", "min": 0.01, "name": "EKF2_EVV_NOISE", "shortDesc": "Measurement noise for vision velocity observations used to lower bound or replace the uncertainty included in the message", "type": "Float", "units": "m/s"}, {"bitmask": [{"description": "Horizontal position", "index": 0}, {"description": "Vertical position", "index": 1}, {"description": "3D velocity", "index": 2}, {"description": "Yaw", "index": 3}], "category": "Standard", "default": 15, "group": "EKF2", "longDesc": "Set bits in the following positions to enable: 0 : Horizontal position fusion 1 : Vertical position fusion 2 : 3D velocity fusion 3 : Yaw", "max": 15, "min": 0, "name": "EKF2_EV_CTRL", "shortDesc": "External vision (EV) sensor aiding", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 1, "default": 0.0, "group": "EKF2", "max": 300.0, "min": 0.0, "name": "EKF2_EV_DELAY", "rebootRequired": true, "shortDesc": "Vision Position Estimator delay relative to IMU measurements", "type": "Float", "units": "ms"}, {"category": "Standard", "default": 0, "group": "EKF2", "longDesc": "If set to 0 (default) the measurement noise is taken from the vision message and the EV noise parameters are used as a lower bound. If set to 1 the observation noise is set from the parameters directly,", "name": "EKF2_EV_NOISE_MD", "shortDesc": "External vision (EV) noise mode", "type": "Int32", "values": [{"description": "EV reported variance (parameter lower bound)", "value": 0}, {"description": "EV noise parameters", "value": 1}]}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "EKF2", "name": "EKF2_EV_POS_X", "shortDesc": "X position of VI sensor focal point in body frame (forward axis with origin relative to vehicle centre of gravity)", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "EKF2", "name": "EKF2_EV_POS_Y", "shortDesc": "Y position of VI sensor focal point in body frame (right axis with origin relative to vehicle centre of gravity)", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "EKF2", "name": "EKF2_EV_POS_Z", "shortDesc": "Z position of VI sensor focal point in body frame (down axis with origin relative to vehicle centre of gravity)", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 0, "group": "EKF2", "longDesc": "External vision will only be started and fused if the quality metric is above this threshold. The quality metric is a completely optional field provided by some VIO systems.", "max": 100, "min": 0, "name": "EKF2_EV_QMIN", "shortDesc": "External vision (EV) minimum quality (optional)", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "EKF2", "longDesc": "For reliable wind estimation both sideslip and airspeed fusion (see EKF2_ARSP_THR) should be enabled. Only applies to fixed-wing vehicles (or VTOLs in fixed-wing mode). Note: side slip fusion is currently not supported for tailsitters.", "name": "EKF2_FUSE_BETA", "shortDesc": "Enable synthetic sideslip fusion", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "EKF2", "max": 0.2, "min": 0.0, "name": "EKF2_GBIAS_INIT", "rebootRequired": true, "shortDesc": "1-sigma IMU gyro switch-on bias", "type": "Float", "units": "rad/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 4.0, "group": "EKF2", "longDesc": "Sets the value of deadzone applied to negative baro innovations. Deadzone is enabled when EKF2_GND_EFF_DZ > 0.", "max": 10.0, "min": 0.0, "name": "EKF2_GND_EFF_DZ", "shortDesc": "Baro deadzone range for height fusion", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 0.5, "group": "EKF2", "longDesc": "Sets the maximum distance to the ground level where negative baro innovations are expected.", "max": 5.0, "min": 0.0, "name": "EKF2_GND_MAX_HGT", "shortDesc": "Height above ground level for ground effect zone", "type": "Float", "units": "m"}, {"bitmask": [{"description": "Min sat count (EKF2_REQ_NSATS)", "index": 0}, {"description": "Max PDOP (EKF2_REQ_PDOP)", "index": 1}, {"description": "Max horizontal position error (EKF2_REQ_EPH)", "index": 2}, {"description": "Max vertical position error (EKF2_REQ_EPV)", "index": 3}, {"description": "Max speed error (EKF2_REQ_SACC)", "index": 4}, {"description": "Max horizontal position rate (EKF2_REQ_HDRIFT)", "index": 5}, {"description": "Max vertical position rate (EKF2_REQ_VDRIFT)", "index": 6}, {"description": "Max horizontal speed (EKF2_REQ_HDRIFT)", "index": 7}, {"description": "Max vertical velocity discrepancy (EKF2_REQ_VDRIFT)", "index": 8}], "category": "Standard", "default": 245, "group": "EKF2", "longDesc": "Set bits to 1 to enable checks. Checks enabled by the following bit positions 0 : Minimum required sat count set by EKF2_REQ_NSATS 1 : Maximum allowed PDOP set by EKF2_REQ_PDOP 2 : Maximum allowed horizontal position error set by EKF2_REQ_EPH 3 : Maximum allowed vertical position error set by EKF2_REQ_EPV 4 : Maximum allowed speed error set by EKF2_REQ_SACC 5 : Maximum allowed horizontal position rate set by EKF2_REQ_HDRIFT. This check will only run when the vehicle is on ground and stationary. 6 : Maximum allowed vertical position rate set by EKF2_REQ_VDRIFT. This check will only run when the vehicle is on ground and stationary. 7 : Maximum allowed horizontal speed set by EKF2_REQ_HDRIFT. This check will only run when the vehicle is on ground and stationary. 8 : Maximum allowed vertical velocity discrepancy set by EKF2_REQ_VDRIFT", "max": 511, "min": 0, "name": "EKF2_GPS_CHECK", "shortDesc": "Integer bitmask controlling GPS checks", "type": "Int32"}, {"bitmask": [{"description": "Lon/lat", "index": 0}, {"description": "Altitude", "index": 1}, {"description": "3D velocity", "index": 2}, {"description": "Dual antenna heading", "index": 3}], "category": "Standard", "default": 7, "group": "EKF2", "longDesc": "Set bits in the following positions to enable: 0 : Longitude and latitude fusion 1 : Altitude fusion 2 : 3D velocity fusion 3 : Dual antenna heading fusion", "max": 15, "min": 0, "name": "EKF2_GPS_CTRL", "shortDesc": "GNSS sensor aiding", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 1, "default": 110.0, "group": "EKF2", "max": 300.0, "min": 0.0, "name": "EKF2_GPS_DELAY", "rebootRequired": true, "shortDesc": "GPS measurement delay relative to IMU measurements", "type": "Float", "units": "ms"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "EKF2", "name": "EKF2_GPS_POS_X", "shortDesc": "X position of GPS antenna in body frame (forward axis with origin relative to vehicle centre of gravity)", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "EKF2", "name": "EKF2_GPS_POS_Y", "shortDesc": "Y position of GPS antenna in body frame (right axis with origin relative to vehicle centre of gravity)", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "EKF2", "name": "EKF2_GPS_POS_Z", "shortDesc": "Z position of GPS antenna in body frame (down axis with origin relative to vehicle centre of gravity)", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "EKF2", "longDesc": "Sets the number of standard deviations used by the innovation consistency test.", "min": 1.0, "name": "EKF2_GPS_P_GATE", "shortDesc": "Gate size for GNSS position fusion", "type": "Float", "units": "SD"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.5, "group": "EKF2", "max": 10.0, "min": 0.01, "name": "EKF2_GPS_P_NOISE", "shortDesc": "Measurement noise for GNSS position", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "EKF2", "longDesc": "Sets the number of standard deviations used by the innovation consistency test.", "min": 1.0, "name": "EKF2_GPS_V_GATE", "shortDesc": "Gate size for GNSS velocity fusion", "type": "Float", "units": "SD"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.3, "group": "EKF2", "max": 5.0, "min": 0.01, "name": "EKF2_GPS_V_NOISE", "shortDesc": "Measurement noise for GNSS velocity", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "EKF2", "max": 10.0, "min": 0.1, "name": "EKF2_GRAV_NOISE", "shortDesc": "Accelerometer measurement noise for gravity based observations", "type": "Float", "units": "g0"}, {"category": "Standard", "decimalPlaces": 1, "default": 15.0, "group": "EKF2", "longDesc": "If no airspeed measurements are available, the EKF-GSF AHRS calculation will assume this value of true airspeed when compensating for centripetal acceleration during turns. Set to zero to disable centripetal acceleration compensation during fixed wing flight modes.", "max": 100.0, "min": 0.0, "name": "EKF2_GSF_TAS", "shortDesc": "Default value of true airspeed used in EKF-GSF AHRS calculation", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.15, "group": "EKF2", "longDesc": "The ekf gyro bias states will be limited to within a range equivalent to +- of this value.", "max": 0.4, "min": 0.0, "name": "EKF2_GYR_B_LIM", "shortDesc": "Gyro bias learning limit", "type": "Float", "units": "rad/s"}, {"category": "Standard", "decimalPlaces": 6, "default": 0.001, "group": "EKF2", "max": 0.01, "min": 0.0, "name": "EKF2_GYR_B_NOISE", "shortDesc": "Process noise for IMU rate gyro bias prediction", "type": "Float", "units": "rad/s^2"}, {"category": "Standard", "decimalPlaces": 4, "default": 0.015, "group": "EKF2", "max": 0.1, "min": 0.0001, "name": "EKF2_GYR_NOISE", "shortDesc": "Rate gyro noise for covariance prediction", "type": "Float", "units": "rad/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 2.6, "group": "EKF2", "longDesc": "Sets the number of standard deviations used by the innovation consistency test.", "min": 1.0, "name": "EKF2_HDG_GATE", "shortDesc": "Gate size for heading fusion", "type": "Float", "units": "SD"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.3, "group": "EKF2", "max": 1.0, "min": 0.01, "name": "EKF2_HEAD_NOISE", "shortDesc": "Measurement noise for magnetic heading fusion", "type": "Float", "units": "rad"}, {"category": "Standard", "default": 1, "group": "EKF2", "longDesc": "When multiple height sources are enabled at the same time, the height estimate will always converge towards the reference height source selected by this parameter. The range sensor and vision options should only be used when for operation over a flat surface as the local NED origin will move up and down with ground level.", "name": "EKF2_HGT_REF", "rebootRequired": true, "shortDesc": "Determines the reference source of height data used by the EKF", "type": "Int32", "values": [{"description": "Barometric pressure", "value": 0}, {"description": "GPS", "value": 1}, {"description": "Range sensor", "value": 2}, {"description": "Vision", "value": 3}]}, {"bitmask": [{"description": "Gyro Bias", "index": 0}, {"description": "Accel Bias", "index": 1}, {"description": "Gravity vector fusion", "index": 2}], "category": "Standard", "default": 7, "group": "EKF2", "max": 7, "min": 0, "name": "EKF2_IMU_CTRL", "shortDesc": "IMU control", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "EKF2", "name": "EKF2_IMU_POS_X", "shortDesc": "X position of IMU in body frame (forward axis with origin relative to vehicle centre of gravity)", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "EKF2", "name": "EKF2_IMU_POS_Y", "shortDesc": "Y position of IMU in body frame (right axis with origin relative to vehicle centre of gravity)", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "EKF2", "name": "EKF2_IMU_POS_Z", "shortDesc": "Z position of IMU in body frame (down axis with origin relative to vehicle centre of gravity)", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.5, "group": "EKF2", "longDesc": "The heading is assumed to be observable when the body acceleration is greater than this parameter when a global position/velocity aiding source is active.", "max": 5.0, "min": 0.0, "name": "EKF2_MAG_ACCLIM", "shortDesc": "Horizontal acceleration threshold used for heading observability check", "type": "Float", "units": "m/s^2"}, {"category": "Standard", "decimalPlaces": 6, "default": 0.0001, "group": "EKF2", "max": 0.1, "min": 0.0, "name": "EKF2_MAG_B_NOISE", "shortDesc": "Process noise for body magnetic field prediction", "type": "Float", "units": "gauss/s"}, {"bitmask": [{"description": "Strength (EKF2_MAG_CHK_STR)", "index": 0}, {"description": "Inclination (EKF2_MAG_CHK_INC)", "index": 1}, {"description": "Wait for WMM", "index": 2}], "category": "Standard", "default": 1, "group": "EKF2", "longDesc": "Bitmask to set which check is used to decide whether the magnetometer data is valid. If GNSS data is received, the magnetic field is compared to a World Magnetic Model (WMM), otherwise an average value is used. This check is useful to reject occasional hard iron disturbance. Set bits to 1 to enable checks. Checks enabled by the following bit positions 0 : Magnetic field strength. Set tolerance using EKF2_MAG_CHK_STR 1 : Magnetic field inclination. Set tolerance using EKF2_MAG_CHK_INC 2 : Wait for GNSS to find the theoretical strength and inclination using the WMM", "max": 7, "min": 0, "name": "EKF2_MAG_CHECK", "shortDesc": "Magnetic field strength test selection", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 1, "default": 20.0, "group": "EKF2", "longDesc": "Maximum allowed deviation from the expected magnetic field inclination to pass the check.", "max": 90.0, "min": 0.0, "name": "EKF2_MAG_CHK_INC", "shortDesc": "Magnetic field inclination check tolerance", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.2, "group": "EKF2", "longDesc": "Maximum allowed deviation from the expected magnetic field strength to pass the check.", "max": 1.0, "min": 0.0, "name": "EKF2_MAG_CHK_STR", "shortDesc": "Magnetic field strength check tolerance", "type": "Float", "units": "gauss"}, {"category": "System", "decimalPlaces": 1, "default": 0.0, "group": "EKF2", "name": "EKF2_MAG_DECL", "shortDesc": "Magnetic declination", "type": "Float", "units": "deg", "volatile": true}, {"category": "Standard", "decimalPlaces": 1, "default": 0.0, "group": "EKF2", "max": 300.0, "min": 0.0, "name": "EKF2_MAG_DELAY", "rebootRequired": true, "shortDesc": "Magnetometer measurement delay relative to IMU measurements", "type": "Float", "units": "ms"}, {"category": "Standard", "decimalPlaces": 6, "default": 0.001, "group": "EKF2", "max": 0.1, "min": 0.0, "name": "EKF2_MAG_E_NOISE", "shortDesc": "Process noise for earth magnetic field prediction", "type": "Float", "units": "gauss/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 3.0, "group": "EKF2", "longDesc": "Sets the number of standard deviations used by the innovation consistency test.", "min": 1.0, "name": "EKF2_MAG_GATE", "shortDesc": "Gate size for magnetometer XYZ component fusion", "type": "Float", "units": "SD"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.05, "group": "EKF2", "max": 1.0, "min": 0.001, "name": "EKF2_MAG_NOISE", "shortDesc": "Measurement noise for magnetometer 3-axis fusion", "type": "Float", "units": "gauss"}, {"category": "Standard", "default": 0, "group": "EKF2", "longDesc": "Integer controlling the type of magnetometer fusion used - magnetic heading or 3-component vector. The fusion of magnetometer data as a three component vector enables vehicle body fixed hard iron errors to be learned, but requires a stable earth field. If set to 'Automatic' magnetic heading fusion is used when on-ground and 3-axis magnetic field fusion in-flight with fallback to magnetic heading fusion if there is insufficient motion to make yaw or magnetic field states observable. If set to 'Magnetic heading' magnetic heading fusion is used at all times. If set to 'None' the magnetometer will not be used under any circumstance. If no external source of yaw is available, it is possible to use post-takeoff horizontal movement combined with GPS velocity measurements to align the yaw angle with the timer required (depending on the amount of movement and GPS data quality).", "name": "EKF2_MAG_TYPE", "rebootRequired": true, "shortDesc": "Type of magnetometer fusion", "type": "Int32", "values": [{"description": "Automatic", "value": 0}, {"description": "Magnetic heading", "value": 1}, {"description": "None", "value": 5}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.15, "group": "EKF2", "longDesc": "This parameter controls the prediction of drag produced by the propellers when flying a multi-copter, which enables estimation of wind drift when enabled by the EKF2_DRAG_CTRL parameter. The drag produced by this effect scales with speed not speed squared and is produced because some of the air velocity normal to the propeller axis of rotation is lost when passing through the rotor disc. This changes the momentum of the flow which creates a drag reaction force. When comparing un-ducted propellers of the same diameter, the effect is roughly proportional to the area of the propeller blades when viewed side on and changes with propeller selection. Momentum drag is significantly higher for ducted rotors. To account for the drag produced by the body which scales with speed squared, see documentation for the EKF2_BCOEF_X and EKF2_BCOEF_Y parameters. Set this parameter to zero to turn off the momentum drag model for both axis.", "max": 1.0, "min": 0.0, "name": "EKF2_MCOEF", "shortDesc": "Propeller momentum drag coefficient used for multi-rotor wind estimation", "type": "Float", "units": "1/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "EKF2", "longDesc": "If the vehicle is on ground, is not moving as determined by the motion test and the range finder is returning invalid or no data, then an assumed range value of EKF2_MIN_RNG will be used by the terrain estimator so that a terrain height estimate is available at the start of flight in situations where the range finder may be inside its minimum measurements distance when on ground.", "min": 0.01, "name": "EKF2_MIN_RNG", "shortDesc": "Expected range finder reading when on ground", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "EKF2", "longDesc": "Maximum number of IMUs to use for Multi-EKF. Set 0 to disable. Requires SENS_IMU_MODE 0.", "max": 4, "min": 0, "name": "EKF2_MULTI_IMU", "rebootRequired": true, "shortDesc": "Multi-EKF IMUs", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "EKF2", "longDesc": "Maximum number of magnetometers to use for Multi-EKF. Set 0 to disable. Requires SENS_MAG_MODE 0.", "max": 4, "min": 0, "name": "EKF2_MULTI_MAG", "rebootRequired": true, "shortDesc": "Multi-EKF Magnetometers", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 1, "default": 10.0, "group": "EKF2", "max": 50.0, "min": 0.5, "name": "EKF2_NOAID_NOISE", "shortDesc": "Measurement noise for non-aiding position hold", "type": "Float", "units": "m"}, {"category": "Standard", "default": 5000000, "group": "EKF2", "max": 10000000, "min": 500000, "name": "EKF2_NOAID_TOUT", "shortDesc": "Maximum lapsed time from last fusion of measurements that constrain velocity drift before the EKF will report the horizontal nav solution as invalid", "type": "Int32", "units": "us"}, {"category": "Standard", "default": 0, "group": "EKF2", "longDesc": "Enable optical flow fusion.", "name": "EKF2_OF_CTRL", "shortDesc": "Optical flow aiding", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 20.0, "group": "EKF2", "longDesc": "Assumes measurement is timestamped at trailing edge of integration period", "max": 300.0, "min": 0.0, "name": "EKF2_OF_DELAY", "rebootRequired": true, "shortDesc": "Optical flow measurement delay relative to IMU measurements", "type": "Float", "units": "ms"}, {"category": "Standard", "decimalPlaces": 1, "default": 3.0, "group": "EKF2", "longDesc": "Sets the number of standard deviations used by the innovation consistency test.", "min": 1.0, "name": "EKF2_OF_GATE", "shortDesc": "Gate size for optical flow fusion", "type": "Float", "units": "SD"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.5, "group": "EKF2", "longDesc": "(when it's reported quality metric is at the minimum set by EKF2_OF_QMIN). The following condition must be met: EKF2_OF_N_MAXN >= EKF2_OF_N_MIN", "min": 0.05, "name": "EKF2_OF_N_MAX", "shortDesc": "Measurement noise for the optical flow sensor", "type": "Float", "units": "rad/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.15, "group": "EKF2", "min": 0.05, "name": "EKF2_OF_N_MIN", "shortDesc": "Measurement noise for the optical flow sensor when it's reported quality metric is at the maximum", "type": "Float", "units": "rad/s"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "EKF2", "name": "EKF2_OF_POS_X", "shortDesc": "X position of optical flow focal point in body frame (forward axis with origin relative to vehicle centre of gravity)", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "EKF2", "name": "EKF2_OF_POS_Y", "shortDesc": "Y position of optical flow focal point in body frame (right axis with origin relative to vehicle centre of gravity)", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "EKF2", "name": "EKF2_OF_POS_Z", "shortDesc": "Z position of optical flow focal point in body frame (down axis with origin relative to vehicle centre of gravity)", "type": "Float", "units": "m"}, {"category": "Standard", "default": 1, "group": "EKF2", "max": 255, "min": 0, "name": "EKF2_OF_QMIN", "shortDesc": "Optical Flow data will only be used in air if the sensor reports a quality metric >= EKF2_OF_QMIN", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "EKF2", "max": 255, "min": 0, "name": "EKF2_OF_QMIN_GND", "shortDesc": "Optical Flow data will only be used on the ground if the sensor reports a quality metric >= EKF2_OF_QMIN_GND", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "EKF2", "longDesc": "This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the X body axis. If the baro height estimate rises during backwards flight, then this will be a negative number.", "max": 0.5, "min": -0.5, "name": "EKF2_PCOEF_XN", "shortDesc": "Static pressure position error coefficient for the negative X axis", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "EKF2", "longDesc": "This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the X body axis. If the baro height estimate rises during forward flight, then this will be a negative number.", "max": 0.5, "min": -0.5, "name": "EKF2_PCOEF_XP", "shortDesc": "Static pressure position error coefficient for the positive X axis", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "EKF2", "longDesc": "This is the ratio of static pressure error to dynamic pressure generated by a wind relative velocity along the negative Y (LH) body axis. If the baro height estimate rises during sideways flight to the left, then this will be a negative number.", "max": 0.5, "min": -0.5, "name": "EKF2_PCOEF_YN", "shortDesc": "Pressure position error coefficient for the negative Y axis", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "EKF2", "longDesc": "This is the ratio of static pressure error to dynamic pressure generated by a wind relative velocity along the positive Y (RH) body axis. If the baro height estimate rises during sideways flight to the right, then this will be a negative number.", "max": 0.5, "min": -0.5, "name": "EKF2_PCOEF_YP", "shortDesc": "Pressure position error coefficient for the positive Y axis", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "EKF2", "longDesc": "This is the ratio of static pressure error to dynamic pressure generated by a wind relative velocity along the Z body axis.", "max": 0.5, "min": -0.5, "name": "EKF2_PCOEF_Z", "shortDesc": "Static pressure position error coefficient for the Z axis", "type": "Float"}, {"category": "Standard", "default": 10000, "group": "EKF2", "longDesc": "EKF prediction period in microseconds. This should ideally be an integer multiple of the IMU time delta. Actual filter update will be an integer multiple of IMU update.", "max": 20000, "min": 1000, "name": "EKF2_PREDICT_US", "shortDesc": "EKF prediction period", "type": "Int32", "units": "us"}, {"category": "Standard", "decimalPlaces": 1, "default": 3.0, "group": "EKF2", "max": 100.0, "min": 2.0, "name": "EKF2_REQ_EPH", "shortDesc": "Required EPH to use GPS", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "EKF2", "max": 100.0, "min": 2.0, "name": "EKF2_REQ_EPV", "shortDesc": "Required EPV to use GPS", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 10.0, "group": "EKF2", "longDesc": "Minimum continuous period without GPS failure required to mark a healthy GPS status. It can be reduced to speed up initialization, but it's recommended to keep this unchanged for a vehicle.", "min": 0.1, "name": "EKF2_REQ_GPS_H", "rebootRequired": true, "shortDesc": "Required GPS health time on startup", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "EKF2", "max": 1.0, "min": 0.1, "name": "EKF2_REQ_HDRIFT", "shortDesc": "Maximum horizontal drift speed to use GPS", "type": "Float", "units": "m/s"}, {"category": "Standard", "default": 6, "group": "EKF2", "max": 12, "min": 4, "name": "EKF2_REQ_NSATS", "shortDesc": "Required satellite count to use GPS", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 1, "default": 2.5, "group": "EKF2", "max": 5.0, "min": 1.5, "name": "EKF2_REQ_PDOP", "shortDesc": "Maximum PDOP to use GPS", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.5, "group": "EKF2", "max": 5.0, "min": 0.5, "name": "EKF2_REQ_SACC", "shortDesc": "Required speed accuracy to use GPS", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.2, "group": "EKF2", "max": 1.5, "min": 0.1, "name": "EKF2_REQ_VDRIFT", "shortDesc": "Maximum vertical drift speed to use GPS", "type": "Float", "units": "m/s"}, {"category": "Standard", "default": 5.0, "group": "EKF2", "longDesc": "If the vehicle absolute altitude exceeds this value then the estimator will not fuse range measurements to estimate its height. This only applies when conditional range aid mode is activated (EKF2_RNG_CTRL = 1).", "max": 10.0, "min": 1.0, "name": "EKF2_RNG_A_HMAX", "shortDesc": "Maximum absolute altitude (height above ground level) allowed for conditional range aid mode", "type": "Float", "units": "m"}, {"category": "Standard", "default": 1.0, "group": "EKF2", "longDesc": "A lower value means HAGL needs to be more stable in order to use range finder for height estimation in range aid mode", "max": 5.0, "min": 0.1, "name": "EKF2_RNG_A_IGATE", "shortDesc": "Gate size used for innovation consistency checks for range aid fusion", "type": "Float", "units": "SD"}, {"category": "Standard", "default": 1.0, "group": "EKF2", "longDesc": "If the vehicle horizontal speed exceeds this value then the estimator will not fuse range measurements to estimate its height. This only applies when conditional range aid mode is activated (EKF2_RNG_CTRL = 1).", "max": 2.0, "min": 0.1, "name": "EKF2_RNG_A_VMAX", "shortDesc": "Maximum horizontal velocity allowed for conditional range aid mode", "type": "Float", "units": "m/s"}, {"category": "Standard", "default": 1, "group": "EKF2", "longDesc": "WARNING: Range finder measurements are less reliable and can experience unexpected errors. For these reasons, if accurate control of height relative to ground is required, it is recommended to use the MPC_ALT_MODE parameter instead, unless baro errors are severe enough to cause problems with landing and takeoff. To en-/disable range finder for terrain height estimation, use EKF2_TERR_MASK instead. If this parameter is enabled then the estimator will make use of the range finder measurements to estimate its height in addition to other height sources (if activated). Range sensor aiding can be enabled (i.e.: always use) or set in \"conditional\" mode. Conditional mode: This enables the range finder to be used during low speed (< EKF2_RNG_A_VMAX) and low altitude (< EKF2_RNG_A_HMAX) operation, eg takeoff and landing, where baro interference from rotor wash is excessive and can corrupt EKF state estimates. It is intended to be used where a vertical takeoff and landing is performed, and horizontal flight does not occur until above EKF2_RNG_A_HMAX.", "name": "EKF2_RNG_CTRL", "shortDesc": "Range sensor height aiding", "type": "Int32", "values": [{"description": "Disable range fusion", "value": 0}, {"description": "Enabled (conditional mode)", "value": 1}, {"description": "Enabled", "value": 2}]}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "EKF2", "max": 300.0, "min": 0.0, "name": "EKF2_RNG_DELAY", "rebootRequired": true, "shortDesc": "Range finder measurement delay relative to IMU measurements", "type": "Float", "units": "ms"}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "EKF2", "longDesc": "Sets the number of standard deviations used by the innovation consistency test.", "min": 1.0, "name": "EKF2_RNG_GATE", "shortDesc": "Gate size for range finder fusion", "type": "Float", "units": "SD"}, {"category": "Standard", "default": 1.0, "group": "EKF2", "longDesc": "To be used, the time derivative of the distance sensor measurements projected on the vertical axis needs to be statistically consistent with the estimated vertical velocity of the drone. Decrease this value to make the filter more robust against range finder faulty data (stuck, reflections, ...). Note: tune the range finder noise parameters (EKF2_RNG_NOISE and EKF2_RNG_SFE) before tuning this gate.", "max": 5.0, "min": 0.1, "name": "EKF2_RNG_K_GATE", "shortDesc": "Gate size used for range finder kinematic consistency check", "type": "Float", "units": "SD"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "EKF2", "min": 0.01, "name": "EKF2_RNG_NOISE", "shortDesc": "Measurement noise for range finder fusion", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "EKF2", "max": 0.75, "min": -0.75, "name": "EKF2_RNG_PITCH", "shortDesc": "Range sensor pitch offset", "type": "Float", "units": "rad"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "EKF2", "name": "EKF2_RNG_POS_X", "shortDesc": "X position of range finder origin in body frame (forward axis with origin relative to vehicle centre of gravity)", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "EKF2", "name": "EKF2_RNG_POS_Y", "shortDesc": "Y position of range finder origin in body frame (right axis with origin relative to vehicle centre of gravity)", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "EKF2", "name": "EKF2_RNG_POS_Z", "shortDesc": "Z position of range finder origin in body frame (down axis with origin relative to vehicle centre of gravity)", "type": "Float", "units": "m"}, {"category": "Standard", "default": 1.0, "group": "EKF2", "max": 5.0, "min": 0.1, "name": "EKF2_RNG_QLTY_T", "shortDesc": "Minimum duration during which the reported range finder signal quality needs to be non-zero in order to be declared valid (s)", "type": "Float", "units": "s"}, {"category": "Standard", "default": 0.05, "group": "EKF2", "longDesc": "Specifies the increase in range finder noise with range.", "max": 0.2, "min": 0.0, "name": "EKF2_RNG_SFE", "shortDesc": "Range finder range dependent noise scaler", "type": "Float", "units": "m/m"}, {"category": "Standard", "default": 0.2, "group": "EKF2", "longDesc": "EKF2 instances have to be better than the selected by at least this amount before their relative score can be reduced.", "name": "EKF2_SEL_ERR_RED", "shortDesc": "Selector error reduce threshold", "type": "Float"}, {"category": "Standard", "default": 1.0, "group": "EKF2", "longDesc": "EKF2 selector acceleration error threshold for comparing accelerometers. Acceleration vector differences larger than this will result in accumulated velocity error.", "name": "EKF2_SEL_IMU_ACC", "shortDesc": "Selector acceleration threshold", "type": "Float", "units": "m/s^2"}, {"category": "Standard", "default": 15.0, "group": "EKF2", "longDesc": "EKF2 selector maximum accumulated angular error threshold for comparing gyros. Accumulated angular error larger than this will result in the sensor being declared faulty.", "name": "EKF2_SEL_IMU_ANG", "shortDesc": "Selector angular threshold", "type": "Float", "units": "deg"}, {"category": "Standard", "default": 7.0, "group": "EKF2", "longDesc": "EKF2 selector angular rate error threshold for comparing gyros. Angular rate vector differences larger than this will result in accumulated angular error.", "name": "EKF2_SEL_IMU_RAT", "shortDesc": "Selector angular rate threshold", "type": "Float", "units": "deg/s"}, {"category": "Standard", "default": 2.0, "group": "EKF2", "longDesc": "EKF2 selector maximum accumulated velocity threshold for comparing accelerometers. Accumulated velocity error larger than this will result in the sensor being declared faulty.", "name": "EKF2_SEL_IMU_VEL", "shortDesc": "Selector angular threshold", "type": "Float", "units": "m/s"}, {"category": "Standard", "default": 0, "group": "EKF2", "longDesc": "Use for vehicles where the measured body Z magnetic field is subject to strong magnetic interference. For magnetic heading fusion the magnetometer Z measurement will be replaced by a synthetic value calculated using the knowledge of the 3D magnetic field vector at the location of the drone. Therefore, this parameter will only have an effect if the global position of the drone is known. For 3D mag fusion the magnetometer Z measurement will simply be ignored instead of fusing the synthetic value.", "name": "EKF2_SYNT_MAG_Z", "shortDesc": "Enable synthetic magnetometer Z component measurement", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "EKF2", "longDesc": "Sets the number of standard deviations used by the innovation consistency test.", "min": 1.0, "name": "EKF2_TAS_GATE", "shortDesc": "Gate size for TAS fusion", "type": "Float", "units": "SD"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.25, "group": "EKF2", "max": 1.0, "min": 0.1, "name": "EKF2_TAU_POS", "shortDesc": "Time constant of the position output prediction and smoothing filter. Controls how tightly the output track the EKF states", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.25, "group": "EKF2", "max": 1.0, "name": "EKF2_TAU_VEL", "shortDesc": "Time constant of the velocity output prediction and smoothing filter", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.5, "group": "EKF2", "min": 0.0, "name": "EKF2_TERR_GRAD", "shortDesc": "Magnitude of terrain gradient", "type": "Float", "units": "m/m"}, {"bitmask": [{"description": "use range finder", "index": 0}, {"description": "use optical flow", "index": 1}], "category": "Standard", "default": 3, "group": "EKF2", "longDesc": "Set bits in the following positions to enable: 0 : Set to true to use range finder data if available 1 : Set to true to use optical flow data if available", "max": 3, "min": 0, "name": "EKF2_TERR_MASK", "shortDesc": "Integer bitmask controlling fusion sources of the terrain estimator", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "EKF2", "min": 0.5, "name": "EKF2_TERR_NOISE", "shortDesc": "Terrain altitude process noise - accounts for instability in vehicle height estimate", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.05, "group": "EKF2", "longDesc": "When unaided, the wind estimate uncertainty (1-sigma, in m/s) increases by this amount every second.", "max": 1.0, "min": 0.0, "name": "EKF2_WIND_NSD", "shortDesc": "Process noise spectral density for wind velocity prediction", "type": "Float", "units": "m/s^2/sqrt(Hz)"}, {"category": "Standard", "default": 0, "group": "ESC", "max": 65535, "min": 0, "name": "ESC_BL_VER", "shortDesc": "Required esc bootloader version", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "ESC", "max": 65535, "min": 0, "name": "ESC_FW_VER", "shortDesc": "Required esc firmware version", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "ESC", "max": 65535, "min": 0, "name": "ESC_HW_VER", "shortDesc": "Required esc hardware version", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Events", "longDesc": "Enable/disable event task for RC Loss. When enabled, an alarm tune will be played via buzzer or ESCs, if supported. The alarm will sound after a disarm, if the vehicle was previously armed and only if the vehicle had RC signal at some point. Particularly useful for locating crashed drones without a GPS sensor.", "name": "EV_TSK_RC_LOSS", "rebootRequired": true, "shortDesc": "RC Loss Alarm", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "Events", "longDesc": "Enable/disable event task for displaying the vehicle status using arm-mounted LEDs. When enabled and if the vehicle supports it, LEDs will flash indicating various vehicle status changes. Currently PX4 has not implemented any specific status events. -", "name": "EV_TSK_STAT_DIS", "rebootRequired": true, "shortDesc": "Status Display", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 30.0, "group": "FW Attitude Control", "increment": 0.5, "longDesc": "Applies to both directions in all manual modes with attitude stabilization but without altitude control", "max": 90.0, "min": 0.0, "name": "FW_MAN_P_MAX", "shortDesc": "Maximum manual pitch angle", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 1, "default": 45.0, "group": "FW Attitude Control", "increment": 0.5, "longDesc": "Applies to both directions in all manual modes with attitude stabilization", "max": 90.0, "min": 0.0, "name": "FW_MAN_R_MAX", "shortDesc": "Maximum manual roll angle", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 1, "default": 30.0, "group": "FW Attitude Control", "increment": 0.5, "longDesc": "This is the maximally added yaw rate setpoint from the yaw stick in any attitude controlled flight mode. It is added to the yaw rate setpoint generated by the controller for turn coordination.", "min": 0.0, "name": "FW_MAN_YR_MAX", "shortDesc": "Maximum manually added yaw rate", "type": "Float", "units": "deg/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 0.0, "group": "FW Attitude Control", "increment": 0.5, "longDesc": "An airframe specific offset of the pitch setpoint in degrees, the value is added to the pitch setpoint and should correspond to the pitch at typical cruise speed of the airframe.", "max": 90.0, "min": -90.0, "name": "FW_PSP_OFF", "shortDesc": "Pitch setpoint offset (pitch at level flight)", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 1, "default": 60.0, "group": "FW Attitude Control", "increment": 0.5, "max": 180.0, "min": 0.0, "name": "FW_P_RMAX_NEG", "shortDesc": "Maximum negative / down pitch rate setpoint", "type": "Float", "units": "deg/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 60.0, "group": "FW Attitude Control", "increment": 0.5, "max": 180.0, "min": 0.0, "name": "FW_P_RMAX_POS", "shortDesc": "Maximum positive / up pitch rate setpoint", "type": "Float", "units": "deg/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.4, "group": "FW Attitude Control", "increment": 0.05, "longDesc": "This defines the latency between a pitch step input and the achieved setpoint (inverse to a P gain). Smaller systems may require smaller values.", "max": 1.0, "min": 0.2, "name": "FW_P_TC", "shortDesc": "Attitude pitch time constant", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 1, "default": 70.0, "group": "FW Attitude Control", "increment": 0.5, "max": 180.0, "min": 0.0, "name": "FW_R_RMAX", "shortDesc": "Maximum roll rate setpoint", "type": "Float", "units": "deg/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.4, "group": "FW Attitude Control", "increment": 0.05, "longDesc": "This defines the latency between a roll step input and the achieved setpoint (inverse to a P gain). Smaller systems may require smaller values.", "max": 1.0, "min": 0.2, "name": "FW_R_TC", "shortDesc": "Attitude Roll Time Constant", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "FW Attitude Control", "increment": 0.01, "max": 1.0, "min": 0.0, "name": "FW_SPOILERS_DESC", "shortDesc": "Spoiler descend setting", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "FW Attitude Control", "increment": 0.01, "max": 1.0, "min": 0.0, "name": "FW_SPOILERS_LND", "shortDesc": "Spoiler landing setting", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.2, "group": "FW Attitude Control", "increment": 0.05, "max": 10.0, "min": 0.0, "name": "FW_WR_FF", "shortDesc": "Wheel steering rate feed forward", "type": "Float", "units": "%/rad/s"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.1, "group": "FW Attitude Control", "increment": 0.005, "longDesc": "This gain defines how much control response will result out of a steady state error. It trims any constant error.", "max": 10.0, "min": 0.0, "name": "FW_WR_I", "shortDesc": "Wheel steering rate integrator gain", "type": "Float", "units": "%/rad"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.4, "group": "FW Attitude Control", "increment": 0.05, "max": 1.0, "min": 0.0, "name": "FW_WR_IMAX", "shortDesc": "Wheel steering rate integrator limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.5, "group": "FW Attitude Control", "increment": 0.005, "longDesc": "This defines how much the wheel steering input will be commanded depending on the current body angular rate error.", "max": 10.0, "min": 0.0, "name": "FW_WR_P", "shortDesc": "Wheel steering rate proportional gain", "type": "Float", "units": "%/rad/s"}, {"category": "Standard", "default": 0, "group": "FW Attitude Control", "longDesc": "Only enabled during automatic runway takeoff and landing. In all manual modes the wheel is directly controlled with yaw stick.", "name": "FW_W_EN", "shortDesc": "Enable wheel steering controller", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 30.0, "group": "FW Attitude Control", "increment": 0.5, "longDesc": "This limits the maximum wheel steering rate the controller will output (in degrees per second).", "max": 90.0, "min": 0.0, "name": "FW_W_RMAX", "shortDesc": "Maximum wheel steering rate", "type": "Float", "units": "deg/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 50.0, "group": "FW Attitude Control", "increment": 0.5, "max": 180.0, "min": 0.0, "name": "FW_Y_RMAX", "shortDesc": "Maximum yaw rate setpoint", "type": "Float", "units": "deg/s"}, {"bitmask": [{"description": "Abort if terrain is not found (only applies to mission landings)", "index": 0}, {"description": "Abort if terrain times out (after a first successful measurement)", "index": 1}], "category": "Standard", "default": 3, "group": "FW Auto Landing", "longDesc": "Terrain estimation: bit 0: Abort if terrain is not found bit 1: Abort if terrain times out (after a first successful measurement) The last estimate is always used as ground, whether the last valid measurement or the land waypoint, depending on the selected abort criteria, until an abort condition is entered. If FW_LND_USETER == 0, these bits are ignored. TODO: Extend automatic abort conditions e.g. glide slope tracking error (horizontal and vertical)", "max": 3, "min": 0, "name": "FW_LND_ABORT", "shortDesc": "Bit mask to set the automatic landing abort conditions", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 1, "default": -1.0, "group": "FW Auto Landing", "increment": 0.1, "longDesc": "The calibrated airspeed setpoint during landing. If set <= 0.0, landing airspeed = FW_AIRSPD_MIN by default.", "min": -1.0, "name": "FW_LND_AIRSPD", "shortDesc": "Landing airspeed", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "FW Auto Landing", "increment": 0.5, "longDesc": "Typically the desired landing slope angle when landing configuration (flaps, airspeed) is enabled. Set this value within the vehicle's performance limits.", "max": 15.0, "min": 1.0, "name": "FW_LND_ANG", "shortDesc": "Maximum landing slope angle", "type": "Float", "units": "deg"}, {"category": "Standard", "default": 0, "group": "FW Auto Landing", "longDesc": "When disabled, the landing configuration (flaps, landing airspeed, etc.) is only activated on the final approach to landing. When enabled, it is already activated when entering the final loiter-down (loiter-to-alt) waypoint before the landing approach.", "name": "FW_LND_EARLYCFG", "shortDesc": "Early landing configuration deployment", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 0.5, "group": "FW Auto Landing", "increment": 0.5, "longDesc": "NOTE: max(FW_LND_FLALT, FW_LND_FL_TIME * |z-velocity|) is taken as the flare altitude", "min": 0.0, "name": "FW_LND_FLALT", "shortDesc": "Landing flare altitude (relative to landing altitude)", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 15.0, "group": "FW Auto Landing", "increment": 0.5, "longDesc": "Maximum pitch during flare, a positive sign means nose up Applied once flaring is triggered", "max": 45.0, "min": 0.0, "name": "FW_LND_FL_PMAX", "shortDesc": "Flare, maximum pitch", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 1, "default": 2.5, "group": "FW Auto Landing", "increment": 0.5, "longDesc": "Minimum pitch during flare, a positive sign means nose up Applied once flaring is triggered", "max": 15.0, "min": -5.0, "name": "FW_LND_FL_PMIN", "shortDesc": "Flare, minimum pitch", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.25, "group": "FW Auto Landing", "increment": 0.1, "longDesc": "TECS will attempt to control the aircraft to this sink rate via pitch angle (throttle killed during flare)", "max": 2.0, "min": 0.0, "name": "FW_LND_FL_SINK", "shortDesc": "Landing flare sink rate", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 1.0, "group": "FW Auto Landing", "increment": 0.1, "longDesc": "Multiplied by the descent rate to calculate a dynamic altitude at which to trigger the flare. NOTE: max(FW_LND_FLALT, FW_LND_FL_TIME * descent rate) is taken as the flare altitude", "max": 5.0, "min": 0.1, "name": "FW_LND_FL_TIME", "shortDesc": "Landing flare time", "type": "Float", "units": "s"}, {"category": "Standard", "default": 2, "group": "FW Auto Landing", "longDesc": "Approach angle nudging: shifts the touchdown point laterally while keeping the approach entrance point constant Approach path nudging: shifts the touchdown point laterally along with the entire approach path This is useful for manually adjusting the landing point in real time when map or GNSS errors cause an offset from the desired landing vector. Nuding is done with yaw stick, constrained to FW_LND_TD_OFF (in meters) and the direction is relative to the vehicle heading (stick deflection to the right = land point moves to the right as seen by the vehicle).", "max": 2, "min": 0, "name": "FW_LND_NUDGE", "shortDesc": "Landing touchdown nudging option", "type": "Int32", "values": [{"description": "Disable nudging", "value": 0}, {"description": "Nudge approach angle", "value": 1}, {"description": "Nudge approach path", "value": 2}]}, {"category": "Standard", "decimalPlaces": 1, "default": 3.0, "group": "FW Auto Landing", "increment": 1.0, "max": 10.0, "min": 0.0, "name": "FW_LND_TD_OFF", "shortDesc": "Maximum lateral position offset for the touchdown point", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": -1.0, "group": "FW Auto Landing", "increment": 0.1, "longDesc": "This is the time after the start of flaring that we expect the vehicle to touch the runway. At this time, a 0.5s clamp down ramp will engage, constraining the pitch setpoint to RWTO_PSP. If enabled, ensure that RWTO_PSP is configured appropriately for full gear contact on ground roll. Set to -1.0 to disable touchdown clamping. E.g. it may not be desirable to clamp on belly landings. The touchdown time will be constrained to be greater than or equal to the flare time (FW_LND_FL_TIME).", "max": 5.0, "min": -1.0, "name": "FW_LND_TD_TIME", "shortDesc": "Landing touchdown time (since flare start)", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 1, "default": 1.0, "group": "FW Auto Landing", "increment": 0.1, "longDesc": "Set this parameter to less than 1.0 to make TECS react faster to altitude errors during landing than during normal flight. During landing, the TECS altitude time constant (FW_T_ALT_TC) is multiplied by this value.", "max": 1.0, "min": 0.2, "name": "FW_LND_THRTC_SC", "shortDesc": "Altitude time constant factor for landing", "type": "Float", "units": ""}, {"category": "Standard", "default": 1, "group": "FW Auto Landing", "longDesc": "NOTE: terrain estimate is currently solely derived from a distance sensor. If enabled and no measurement is found within a given timeout, the landing waypoint altitude will be used OR the landing will be aborted, depending on the criteria set in FW_LND_ABORT. If disabled, FW_LND_ABORT terrain based criteria are ignored.", "max": 2, "min": 0, "name": "FW_LND_USETER", "shortDesc": "Use terrain estimation during landing. This is critical for detecting when to flare, and should be enabled if possible", "type": "Int32", "values": [{"description": "Disable the terrain estimate", "value": 0}, {"description": "Use the terrain estimate to trigger the flare (only)", "value": 1}, {"description": "Calculate landing glide slope relative to the terrain estimate", "value": 2}]}, {"category": "Standard", "decimalPlaces": 1, "default": 0.5, "group": "FW Geometry", "increment": 1.0, "longDesc": "This is used to constrain a minimum altitude below which we keep wings level to avoid wing tip strike. It's safer to give a slight margin here (> 0m)", "min": 0.0, "name": "FW_WING_HEIGHT", "shortDesc": "Height (AGL) of the wings when the aircraft is on the ground", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 3.0, "group": "FW Geometry", "increment": 0.1, "longDesc": "This is used for limiting the roll setpoint near the ground. (if multiple wings, take the longest span)", "min": 0.1, "name": "FW_WING_SPAN", "shortDesc": "The aircraft's wing span (length from tip to tip)", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.05, "group": "FW Launch detection", "increment": 0.05, "longDesc": "Launch is detected when acceleration in body forward direction is above FW_LAUN_AC_THLD for FW_LAUN_AC_T seconds.", "max": 5.0, "min": 0.0, "name": "FW_LAUN_AC_T", "shortDesc": "Trigger time", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 1, "default": 30.0, "group": "FW Launch detection", "increment": 0.5, "longDesc": "Launch is detected when acceleration in body forward direction is above FW_LAUN_AC_THLD for FW_LAUN_AC_T seconds.", "min": 0.0, "name": "FW_LAUN_AC_THLD", "shortDesc": "Trigger acceleration threshold", "type": "Float", "units": "m/s^2"}, {"category": "Standard", "default": 0, "group": "FW Launch detection", "longDesc": "Enables automatic launch detection based on measured acceleration. Use for hand- or catapult-launched vehicles. Not compatible with runway takeoff.", "name": "FW_LAUN_DETCN_ON", "shortDesc": "Fixed-wing launch detection", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 0.0, "group": "FW Launch detection", "increment": 0.5, "longDesc": "Start the motor(s) this amount of seconds after launch is detected.", "max": 10.0, "min": 0.0, "name": "FW_LAUN_MOT_DEL", "shortDesc": "Motor delay", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.7, "group": "FW NPFG Control", "increment": 0.01, "longDesc": "Damping ratio of the NPFG control law.", "max": 1.0, "min": 0.1, "name": "NPFG_DAMPING", "shortDesc": "NPFG damping ratio", "type": "Float"}, {"category": "Standard", "default": 1, "group": "FW NPFG Control", "name": "NPFG_EN_MIN_GSP", "shortDesc": "Enable minimum forward ground speed maintaining excess wind handling logic", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "FW NPFG Control", "increment": 0.5, "longDesc": "The maximum value of the minimum forward ground speed that may be commanded by the track keeping excess wind handling logic. Commanded in full at the normalized track error fraction of the track error boundary and reduced to zero on track.", "max": 10.0, "min": 0.0, "name": "NPFG_GSP_MAX_TK", "shortDesc": "Maximum, minimum forward ground speed for track keeping in excess wind", "type": "Float", "units": "m/s"}, {"category": "Standard", "default": 1, "group": "FW NPFG Control", "longDesc": "Avoids limit cycling from a too aggressively tuned period/damping combination. If set to false, also disables the upper bound NPFG_PERIOD_UB.", "name": "NPFG_LB_PERIOD", "shortDesc": "Enable automatic lower bound on the NPFG period", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 10.0, "group": "FW NPFG Control", "increment": 0.1, "longDesc": "Period of the NPFG control law.", "max": 100.0, "min": 1.0, "name": "NPFG_PERIOD", "shortDesc": "NPFG period", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 1, "default": 1.5, "group": "FW NPFG Control", "increment": 0.1, "longDesc": "Multiplied by period for conservative minimum period bounding (when period lower bounding is enabled). 1.0 bounds at marginal stability.", "max": 10.0, "min": 1.0, "name": "NPFG_PERIOD_SF", "shortDesc": "Period safety factor", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.5, "group": "FW NPFG Control", "increment": 0.05, "longDesc": "Time constant of roll controller command / response, modeled as first order delay. Used to determine lower period bound. Setting zero disables automatic period bounding.", "max": 2.0, "min": 0.0, "name": "NPFG_ROLL_TC", "shortDesc": "Roll time constant", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.32, "group": "FW NPFG Control", "increment": 0.01, "longDesc": "Multiplied by the track error boundary to determine when the aircraft switches to the next waypoint and/or path segment. Should be less than 1.", "max": 1.0, "min": 0.1, "name": "NPFG_SW_DST_MLT", "shortDesc": "NPFG switch distance multiplier", "type": "Float"}, {"category": "Standard", "default": 1, "group": "FW NPFG Control", "name": "NPFG_TRACK_KEEP", "shortDesc": "Enable track keeping excess wind handling logic", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 1, "group": "FW NPFG Control", "longDesc": "Adapts period to maintain track keeping in variable winds and path curvature.", "name": "NPFG_UB_PERIOD", "shortDesc": "Enable automatic upper bound on the NPFG period", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 1, "group": "FW NPFG Control", "longDesc": "Disabling this parameter further disables all other airspeed incrementation options.", "name": "NPFG_WIND_REG", "shortDesc": "Enable wind excess regulation", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 0, "default": 90.0, "group": "FW Path Control", "increment": 1.0, "longDesc": "The maximum change in roll angle setpoint per second.", "min": 0.0, "name": "FW_PN_R_SLEW_MAX", "shortDesc": "Path navigation roll slew rate limit", "type": "Float", "units": "deg/s"}, {"bitmask": [{"description": "Alternative stick configuration (height rate on throttle stick, airspeed on pitch stick)", "index": 0}, {"description": "Enable airspeed setpoint via sticks in altitude and position flight mode", "index": 1}], "category": "Standard", "default": 2, "group": "FW Path Control", "longDesc": "Set RC/joystick configuration for fixed-wing manual position and altitude controlled flight.", "max": 3, "min": 0, "name": "FW_POS_STK_CONF", "shortDesc": "RC stick configuration fixed-wing", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 1, "default": 50.0, "group": "FW Path Control", "increment": 0.5, "longDesc": "The maximum roll angle setpoint for setpoint for a height-rate or altitude controlled mode.", "max": 65.0, "min": 35.0, "name": "FW_R_LIM", "shortDesc": "Maximum roll angle", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 1, "default": 10.0, "group": "FW Path Control", "increment": 0.5, "max": 30.0, "min": -5.0, "name": "FW_TKO_PITCH_MIN", "shortDesc": "Minimum pitch during takeoff", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 1, "default": 20.0, "group": "FW Performance", "increment": 0.5, "longDesc": "The maximal airspeed (calibrated airspeed) the user is able to command.", "min": 0.5, "name": "FW_AIRSPD_MAX", "shortDesc": "Maximum Airspeed (CAS)", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 10.0, "group": "FW Performance", "increment": 0.5, "longDesc": "The minimal airspeed (calibrated airspeed) the user is able to command. Further, if the airspeed falls below this value, the TECS controller will try to increase airspeed more aggressively. Has to be set according to the vehicle's stall speed (which should be set in FW_AIRSPD_STALL), with some margin between the stall speed and minimum airspeed. This value corresponds to the desired minimum speed with the default load factor (level flight, default weight), and is automatically adpated to the current load factor (calculated from roll setpoint and WEIGHT_GROSS/WEIGHT_BASE).", "min": 0.5, "name": "FW_AIRSPD_MIN", "shortDesc": "Minimum Airspeed (CAS)", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 7.0, "group": "FW Performance", "increment": 0.5, "longDesc": "The stall airspeed (calibrated airspeed) of the vehicle. It is used for airspeed sensor failure detection and for the control surface scaling airspeed limits.", "min": 0.5, "name": "FW_AIRSPD_STALL", "shortDesc": "Stall Airspeed (CAS)", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 15.0, "group": "FW Performance", "increment": 0.5, "longDesc": "The trim CAS (calibrated airspeed) of the vehicle. If an airspeed controller is active, this is the default airspeed setpoint that the controller will try to achieve. This value corresponds to the trim airspeed with the default load factor (level flight, default weight).", "min": 0.5, "name": "FW_AIRSPD_TRIM", "shortDesc": "Trim (Cruise) Airspeed", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 0, "default": -1.0, "group": "FW Performance", "increment": 1.0, "longDesc": "Altitude in standard atmosphere at which the vehicle in normal configuration (WEIGHT_BASE) is still able to achieve a maximum climb rate of 0.5m/s at maximum throttle (FW_THR_MAX). Used to compensate for air density in FW_T_CLMB_MAX. Set negative to disable.", "min": -1.0, "name": "FW_SERVICE_CEIL", "shortDesc": "Service ceiling", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "FW Performance", "increment": 0.01, "longDesc": "Required throttle (at sea level, standard atmosphere) for level flight at maximum airspeed FW_AIRSPD_MAX Set to 0 to disable mapping of airspeed to trim throttle.", "max": 1.0, "min": 0.0, "name": "FW_THR_ASPD_MAX", "shortDesc": "Throttle at max airspeed", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "FW Performance", "increment": 0.01, "longDesc": "Required throttle (at sea level, standard atmosphere) for level flight at minimum airspeed FW_AIRSPD_MIN Set to 0 to disable mapping of airspeed to trim throttle below FW_AIRSPD_TRIM.", "max": 1.0, "min": 0.0, "name": "FW_THR_ASPD_MIN", "shortDesc": "Throttle at min airspeed", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.6, "group": "FW Performance", "increment": 0.01, "longDesc": "Required throttle (at sea level, standard atmosphere) for level flight at FW_AIRSPD_TRIM", "max": 1.0, "min": 0.0, "name": "FW_THR_TRIM", "shortDesc": "Trim throttle", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "FW Performance", "increment": 0.5, "longDesc": "This is the maximum calibrated climb rate that the aircraft can achieve with the throttle set to FW_THR_MAX and the airspeed set to the trim value. For electric aircraft make sure this number can be achieved towards the end of flight when the battery voltage has reduced.", "max": 15.0, "min": 1.0, "name": "FW_T_CLMB_MAX", "shortDesc": "Maximum climb rate", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 2.0, "group": "FW Performance", "increment": 0.5, "longDesc": "This is the minimum calibrated sink rate of the aircraft with the throttle set to THR_MIN and flown at the same airspeed as used to measure FW_T_CLMB_MAX.", "max": 5.0, "min": 1.0, "name": "FW_T_SINK_MIN", "shortDesc": "Minimum descent rate", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": -1.0, "group": "FW Performance", "increment": 0.5, "longDesc": "This is the weight of the vehicle at which it's performance limits were derived. A zero or negative value disables trim throttle and minimum airspeed compensation based on weight.", "name": "WEIGHT_BASE", "shortDesc": "Vehicle base weight", "type": "Float", "units": "kg"}, {"category": "Standard", "decimalPlaces": 1, "default": -1.0, "group": "FW Performance", "increment": 0.1, "longDesc": "This is the actual weight of the vehicle at any time. This value will differ from WEIGHT_BASE in case weight was added or removed from the base weight. Examples are the addition of payloads or larger batteries. A zero or negative value disables trim throttle and minimum airspeed compensation based on weight.", "name": "WEIGHT_GROSS", "shortDesc": "Vehicle gross weight", "type": "Float", "units": "kg"}, {"category": "Standard", "default": 90.0, "group": "FW Rate Control", "max": 720.0, "min": 10.0, "name": "FW_ACRO_X_MAX", "shortDesc": "Acro body roll max rate setpoint", "type": "Float", "units": "deg"}, {"category": "Standard", "default": 0, "group": "FW Rate Control", "longDesc": "If this parameter is set to 1, the yaw rate controller is enabled in Fixed-wing Acro mode. Otherwise the pilot commands directly the yaw actuator. It is disabled by default because an active yaw rate controller will fight against the natural turn coordination of the plane.", "name": "FW_ACRO_YAW_EN", "shortDesc": "Enable yaw rate controller in Acro", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 90.0, "group": "FW Rate Control", "max": 720.0, "min": 10.0, "name": "FW_ACRO_Y_MAX", "shortDesc": "Acro body pitch max rate setpoint", "type": "Float", "units": "deg"}, {"category": "Standard", "default": 45.0, "group": "FW Rate Control", "max": 720.0, "min": 10.0, "name": "FW_ACRO_Z_MAX", "shortDesc": "Acro body yaw max rate setpoint", "type": "Float", "units": "deg"}, {"category": "Standard", "default": 1, "group": "FW Rate Control", "longDesc": "This enables a logic that automatically adjusts the output of the rate controller to take into account the real torque produced by an aerodynamic control surface given the current deviation from the trim airspeed (FW_AIRSPD_TRIM). Enable when using aerodynamic control surfaces (e.g.: plane) Disable when using rotor wings (e.g.: autogyro)", "name": "FW_ARSP_SCALE_EN", "shortDesc": "Enable airspeed scaling", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "FW Rate Control", "longDesc": "This compensates for voltage drop of the battery over time by attempting to normalize performance across the operating range of the battery.", "name": "FW_BAT_SCALE_EN", "shortDesc": "Enable throttle scale by battery level", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "FW Rate Control", "increment": 0.01, "longDesc": "This increment is added to TRIM_PITCH when airspeed is FW_AIRSPD_MAX.", "max": 0.5, "min": -0.5, "name": "FW_DTRIM_P_VMAX", "shortDesc": "Pitch trim increment at maximum airspeed", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "FW Rate Control", "increment": 0.01, "longDesc": "This increment is added to TRIM_PITCH when airspeed is FW_AIRSPD_MIN.", "max": 0.5, "min": -0.5, "name": "FW_DTRIM_P_VMIN", "shortDesc": "Pitch trim increment at minimum airspeed", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "FW Rate Control", "increment": 0.01, "longDesc": "This increment is added to TRIM_ROLL when airspeed is FW_AIRSPD_MAX.", "max": 0.5, "min": -0.5, "name": "FW_DTRIM_R_VMAX", "shortDesc": "Roll trim increment at maximum airspeed", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "FW Rate Control", "increment": 0.01, "longDesc": "This increment is added to TRIM_ROLL when airspeed is FW_AIRSPD_MIN.", "max": 0.5, "min": -0.5, "name": "FW_DTRIM_R_VMIN", "shortDesc": "Roll trim increment at minimum airspeed", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "FW Rate Control", "increment": 0.01, "longDesc": "This increment is added to TRIM_YAW when airspeed is FW_AIRSPD_MAX.", "max": 0.5, "min": -0.5, "name": "FW_DTRIM_Y_VMAX", "shortDesc": "Yaw trim increment at maximum airspeed", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "FW Rate Control", "increment": 0.01, "longDesc": "This increment is added to TRIM_YAW when airspeed is FW_AIRSPD_MIN.", "max": 0.5, "min": -0.5, "name": "FW_DTRIM_Y_VMIN", "shortDesc": "Yaw trim increment at minimum airspeed", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "FW Rate Control", "increment": 0.01, "longDesc": "Sets a fraction of full flaps during landing. Also applies to flaperons if enabled in the mixer/allocation.", "max": 1.0, "min": 0.0, "name": "FW_FLAPS_LND_SCL", "shortDesc": "Flaps setting during landing", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "FW Rate Control", "increment": 0.01, "longDesc": "Sets a fraction of full flaps during take-off. Also applies to flaperons if enabled in the mixer/allocation.", "max": 1.0, "min": 0.0, "name": "FW_FLAPS_TO_SCL", "shortDesc": "Flaps setting during take-off", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "FW Rate Control", "increment": 0.01, "longDesc": "Scale factor applied to the desired pitch actuator command in full manual mode. This parameter allows to adjust the throws of the control surfaces.", "min": 0.0, "name": "FW_MAN_P_SC", "shortDesc": "Manual pitch scale", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "FW Rate Control", "increment": 0.01, "longDesc": "Scale factor applied to the desired roll actuator command in full manual mode. This parameter allows to adjust the throws of the control surfaces.", "max": 1.0, "min": 0.0, "name": "FW_MAN_R_SC", "shortDesc": "Manual roll scale", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "FW Rate Control", "increment": 0.01, "longDesc": "Scale factor applied to the desired yaw actuator command in full manual mode. This parameter allows to adjust the throws of the control surfaces.", "min": 0.0, "name": "FW_MAN_Y_SC", "shortDesc": "Manual yaw scale", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "FW Rate Control", "increment": 0.005, "longDesc": "Pitch rate differential gain.", "max": 10.0, "min": 0.0, "name": "FW_PR_D", "shortDesc": "Pitch rate derivative gain", "type": "Float", "units": "%/rad/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.5, "group": "FW Rate Control", "increment": 0.05, "longDesc": "Direct feed forward from rate setpoint to control surface output", "max": 10.0, "min": 0.0, "name": "FW_PR_FF", "shortDesc": "Pitch rate feed forward", "type": "Float", "units": "%/rad/s"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.1, "group": "FW Rate Control", "increment": 0.005, "max": 10.0, "min": 0.0, "name": "FW_PR_I", "shortDesc": "Pitch rate integrator gain", "type": "Float", "units": "%/rad"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.4, "group": "FW Rate Control", "increment": 0.05, "max": 1.0, "min": 0.0, "name": "FW_PR_IMAX", "shortDesc": "Pitch rate integrator limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.08, "group": "FW Rate Control", "increment": 0.005, "max": 10.0, "min": 0.0, "name": "FW_PR_P", "shortDesc": "Pitch rate proportional gain", "type": "Float", "units": "%/rad/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 0.0, "group": "FW Rate Control", "increment": 0.01, "longDesc": "This gain can be used to counteract the \"adverse yaw\" effect for fixed wings. When the plane enters a roll it will tend to yaw the nose out of the turn. This gain enables the use of a yaw actuator to counteract this effect.", "min": 0.0, "name": "FW_RLL_TO_YAW_FF", "shortDesc": "Roll control to yaw control feedforward gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "FW Rate Control", "increment": 0.005, "max": 10.0, "min": 0.0, "name": "FW_RR_D", "shortDesc": "Roll rate derivative gain", "type": "Float", "units": "%/rad/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.5, "group": "FW Rate Control", "increment": 0.05, "longDesc": "Direct feed forward from rate setpoint to control surface output.", "max": 10.0, "min": 0.0, "name": "FW_RR_FF", "shortDesc": "Roll rate feed forward", "type": "Float", "units": "%/rad/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "FW Rate Control", "increment": 0.01, "max": 10.0, "min": 0.0, "name": "FW_RR_I", "shortDesc": "Roll rate integrator gain", "type": "Float", "units": "%/rad"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.2, "group": "FW Rate Control", "increment": 0.05, "max": 1.0, "min": 0.0, "name": "FW_RR_IMAX", "shortDesc": "Roll integrator limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.05, "group": "FW Rate Control", "increment": 0.005, "max": 10.0, "min": 0.0, "name": "FW_RR_P", "shortDesc": "Roll rate proportional gain", "type": "Float", "units": "%/rad/s"}, {"category": "Standard", "default": 0, "group": "FW Rate Control", "longDesc": "Chose source for manual setting of spoilers in manual flight modes.", "name": "FW_SPOILERS_MAN", "shortDesc": "Spoiler input in manual flight", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Flaps channel", "value": 1}, {"description": "Aux1", "value": 2}]}, {"category": "Standard", "default": 1, "group": "FW Rate Control", "longDesc": "If set to 1, the airspeed measurement data, if valid, is used in the following controllers: - Rate controller: output scaling - Attitude controller: coordinated turn controller - Position controller: airspeed setpoint tracking, takeoff logic - VTOL: transition logic", "name": "FW_USE_AIRSPD", "shortDesc": "Use airspeed for control", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "FW Rate Control", "increment": 0.005, "max": 10.0, "min": 0.0, "name": "FW_YR_D", "shortDesc": "Yaw rate derivative gain", "type": "Float", "units": "%/rad/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.3, "group": "FW Rate Control", "increment": 0.05, "longDesc": "Direct feed forward from rate setpoint to control surface output", "max": 10.0, "min": 0.0, "name": "FW_YR_FF", "shortDesc": "Yaw rate feed forward", "type": "Float", "units": "%/rad/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 0.1, "group": "FW Rate Control", "increment": 0.5, "max": 10.0, "min": 0.0, "name": "FW_YR_I", "shortDesc": "Yaw rate integrator gain", "type": "Float", "units": "%/rad"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.2, "group": "FW Rate Control", "increment": 0.05, "max": 1.0, "min": 0.0, "name": "FW_YR_IMAX", "shortDesc": "Yaw rate integrator limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.05, "group": "FW Rate Control", "increment": 0.005, "max": 10.0, "min": 0.0, "name": "FW_YR_P", "shortDesc": "Yaw rate proportional gain", "type": "Float", "units": "%/rad/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "FW TECS", "increment": 0.5, "longDesc": "The controller will increase the commanded airspeed to maintain this minimum groundspeed to the next waypoint.", "max": 40.0, "min": 0.0, "name": "FW_GND_SPD_MIN", "shortDesc": "Minimum groundspeed", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 30.0, "group": "FW TECS", "increment": 0.5, "longDesc": "The maximum pitch angle setpoint setpoint for a height-rate or altitude controlled mode.", "max": 60.0, "min": 0.0, "name": "FW_P_LIM_MAX", "shortDesc": "Maximum pitch angle", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 1, "default": -30.0, "group": "FW TECS", "increment": 0.5, "longDesc": "The minimum pitch angle setpoint for a height-rate or altitude controlled mode.", "max": 0.0, "min": -60.0, "name": "FW_P_LIM_MIN", "shortDesc": "Minimum pitch angle", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "FW TECS", "increment": 0.01, "longDesc": "This is the minimum throttle while on the ground For aircraft with internal combustion engines, this parameter should be set above the desired idle rpm. For electric motors, idle should typically be set to zero. Note that in automatic modes, \"landed\" conditions will engage idle throttle.", "max": 0.4, "min": 0.0, "name": "FW_THR_IDLE", "shortDesc": "Idle throttle", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "FW TECS", "increment": 0.01, "longDesc": "Maximum throttle limit in altitude controlled modes. Should be set accordingly to achieve FW_T_CLMB_MAX.", "max": 1.0, "min": 0.0, "name": "FW_THR_MAX", "shortDesc": "Throttle limit max", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "FW TECS", "increment": 0.01, "longDesc": "Minimum throttle limit in altitude controlled modes. Usually set to 0 but can be increased to prevent the motor from stopping when descending, which can increase achievable descent rates. For aircraft with internal combustion engine this parameter should be set for desired idle rpm.", "max": 1.0, "min": 0.0, "name": "FW_THR_MIN", "shortDesc": "Throttle limit min", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "FW TECS", "increment": 0.01, "longDesc": "Maximum slew rate for the commanded throttle", "max": 1.0, "min": 0.0, "name": "FW_THR_SLEW_MAX", "shortDesc": "Throttle max slew rate", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": -1.0, "group": "FW TECS", "increment": 0.1, "longDesc": "The calibrated airspeed setpoint TECS will stabilize to during the takeoff climbout. If set <= 0.0, FW_AIRSPD_MIN will be set by default.", "min": -1.0, "name": "FW_TKO_AIRSPD", "shortDesc": "Takeoff Airspeed", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 5.0, "group": "FW TECS", "increment": 0.5, "min": 2.0, "name": "FW_T_ALT_TC", "shortDesc": "Altitude error time constant", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 3.0, "group": "FW TECS", "increment": 0.01, "longDesc": "The default rate at which the vehicle will climb in autonomous modes to achieve altitude setpoints. In manual modes this defines the maximum rate at which the altitude setpoint can be increased.", "max": 15.0, "min": 0.5, "name": "FW_T_CLMB_R_SP", "shortDesc": "Default target climbrate", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.3, "group": "FW TECS", "increment": 0.05, "max": 1.0, "min": 0.0, "name": "FW_T_HRATE_FF", "shortDesc": "Height rate feed forward", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "FW TECS", "increment": 0.05, "longDesc": "Integrator gain on the pitch part of the control loop. Increase it to trim out speed and height offsets faster, with the downside of possible overshoots and oscillations.", "max": 2.0, "min": 0.0, "name": "FW_T_I_GAIN_PIT", "shortDesc": "Integrator gain pitch", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "FW TECS", "increment": 0.1, "longDesc": "This is the damping gain for the pitch demand loop. Increase to add damping to correct for oscillations in height. The default value of 0.0 will work well provided the pitch to servo controller has been tuned properly.", "max": 2.0, "min": 0.0, "name": "FW_T_PTCH_DAMP", "shortDesc": "Pitch damping factor", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 15.0, "group": "FW TECS", "increment": 0.5, "longDesc": "Increasing this gain turn increases the amount of throttle that will be used to compensate for the additional drag created by turning. Ideally this should be set to approximately 10 x the extra sink rate in m/s created by a 45 degree bank turn. Increase this gain if the aircraft initially loses energy in turns and reduce if the aircraft initially gains energy in turns. Efficient high aspect-ratio aircraft (eg powered sailplanes) can use a lower value, whereas inefficient low aspect-ratio models (eg delta wings) can use a higher value.", "max": 20.0, "min": 0.0, "name": "FW_T_RLL2THR", "shortDesc": "Roll -> Throttle feedforward", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "FW TECS", "increment": 0.01, "max": 3.0, "min": 0.5, "name": "FW_T_SEB_R_FF", "shortDesc": "Specific total energy balance rate feedforward gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "FW TECS", "increment": 0.5, "longDesc": "This sets the maximum descent rate that the controller will use. If this value is too large, the aircraft can over-speed on descent. This should be set to a value that can be achieved without exceeding the lower pitch angle limit and without over-speeding the aircraft.", "max": 15.0, "min": 1.0, "name": "FW_T_SINK_MAX", "shortDesc": "Maximum descent rate", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 2.0, "group": "FW TECS", "increment": 0.01, "longDesc": "The default rate at which the vehicle will sink in autonomous modes to achieve altitude setpoints. In manual modes this defines the maximum rate at which the altitude setpoint can be decreased.", "max": 15.0, "min": 0.5, "name": "FW_T_SINK_R_SP", "shortDesc": "Default target sinkrate", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 1.0, "group": "FW TECS", "increment": 1.0, "longDesc": "This parameter adjusts the amount of weighting that the pitch control applies to speed vs height errors. Setting it to 0.0 will cause the pitch control to control height and ignore speed errors. This will normally improve height accuracy but give larger airspeed errors. Setting it to 2.0 will cause the pitch control loop to control speed and ignore height errors. This will normally reduce airspeed errors, but give larger height errors. The default value of 1.0 allows the pitch control to simultaneously control height and speed. Set to 2 for gliders.", "max": 2.0, "min": 0.0, "name": "FW_T_SPDWEIGHT", "shortDesc": "Speed <--> Altitude priority", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.2, "group": "FW TECS", "increment": 0.1, "longDesc": "This is the measurement standard deviation for the airspeed rate used in the airspeed filter in TECS.", "max": 10.0, "min": 0.01, "name": "FW_T_SPD_DEV_STD", "shortDesc": "Airspeed rate measurement standard deviation for airspeed filter", "type": "Float", "units": "m/s^2"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.2, "group": "FW TECS", "increment": 0.1, "longDesc": "This is the process noise standard deviation in the airspeed filter filter defining the noise in the airspeed rate for the constant airspeed rate model. This is used to define how much the airspeed and the airspeed rate are filtered. The smaller the value the more the measurements are smoothed with the drawback for delays.", "max": 10.0, "min": 0.01, "name": "FW_T_SPD_PRC_STD", "shortDesc": "Process noise standard deviation for the airspeed rate in the airspeed filter", "type": "Float", "units": "m/s^2"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.07, "group": "FW TECS", "increment": 0.1, "longDesc": "This is the measurement standard deviation for the airspeed used in the airspeed filter in TECS.", "max": 10.0, "min": 0.01, "name": "FW_T_SPD_STD", "shortDesc": "Airspeed measurement standard deviation for airspeed filter", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.4, "group": "FW TECS", "increment": 0.01, "longDesc": "This filter is applied to the specific total energy rate used for throttle damping.", "max": 2.0, "min": 0.0, "name": "FW_T_STE_R_TC", "shortDesc": "Specific total energy rate first order filter time constant", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 5.0, "group": "FW TECS", "increment": 0.5, "min": 2.0, "name": "FW_T_TAS_TC", "shortDesc": "True airspeed error time constant", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.05, "group": "FW TECS", "increment": 0.01, "longDesc": "This is the damping gain for the throttle demand loop. Increase to add damping to correct for oscillations in speed and height.", "max": 1.0, "min": 0.0, "name": "FW_T_THR_DAMPING", "shortDesc": "Throttle damping factor", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.02, "group": "FW TECS", "increment": 0.005, "longDesc": "Integrator gain on the throttle part of the control loop. Increase it to trim out speed and height offsets faster, with the downside of possible overshoots and oscillations.", "max": 1.0, "min": 0.0, "name": "FW_T_THR_INTEG", "shortDesc": "Integrator gain throttle", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 7.0, "group": "FW TECS", "increment": 0.5, "longDesc": "This is the maximum vertical acceleration (in m/s/s) either up or down that the controller will use to correct speed or height errors. The default value of 7 m/s/s (equivalent to +- 0.7 g) allows for reasonably aggressive pitch changes if required to recover from under-speed conditions.", "max": 10.0, "min": 1.0, "name": "FW_T_VERT_ACC", "shortDesc": "Maximum vertical acceleration", "type": "Float", "units": "m/s^2"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "FW TECS", "increment": 0.01, "longDesc": "Multiplying this factor with the current absolute wind estimate gives the airspeed offset added to the minimum airspeed setpoint limit. This helps to make the system more robust against disturbances (turbulence) in high wind. Only applies to AUTO flight mode.", "min": 0.0, "name": "FW_WIND_ARSP_SC", "shortDesc": "Wind-based airspeed scaling factor", "type": "Float"}, {"category": "Standard", "default": 1, "group": "Failure Detector", "longDesc": "If enabled, failure detector will verify that for motors, a minimum amount of ESC current per throttle level is being consumed. Otherwise this indicates an motor failure.", "name": "FD_ACT_EN", "rebootRequired": true, "shortDesc": "Enable Actuator Failure check", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 2, "default": 2.0, "group": "Failure Detector", "increment": 1.0, "longDesc": "Motor failure triggers only below this current value", "max": 50.0, "min": 0.0, "name": "FD_ACT_MOT_C2T", "shortDesc": "Motor Failure Current/Throttle Threshold", "type": "Float", "units": "A/%"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.2, "group": "Failure Detector", "increment": 0.01, "longDesc": "Motor failure triggers only above this throttle value.", "max": 1.0, "min": 0.0, "name": "FD_ACT_MOT_THR", "shortDesc": "Motor Failure Throttle Threshold", "type": "Float", "units": "norm"}, {"category": "Standard", "default": 100, "group": "Failure Detector", "increment": 100, "longDesc": "Motor failure triggers only if the throttle threshold and the current to throttle threshold are violated for this time.", "max": 10000, "min": 10, "name": "FD_ACT_MOT_TOUT", "shortDesc": "Motor Failure Time Threshold", "type": "Int32", "units": "ms"}, {"category": "Standard", "default": 1, "group": "Failure Detector", "longDesc": "If enabled, failure detector will verify that all the ESCs have successfully armed when the vehicle has transitioned to the armed state. Timeout for receiving an acknowledgement from the ESCs is 0.3s, if no feedback is received the failure detector will auto disarm the vehicle.", "name": "FD_ESCS_EN", "shortDesc": "Enable checks on ESCs that report their arming state", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "Failure Detector", "longDesc": "Enabled on either AUX5 or MAIN5 depending on board. External ATS is required by ASTM F3322-18.", "name": "FD_EXT_ATS_EN", "rebootRequired": true, "shortDesc": "Enable PWM input on for engaging failsafe from an external automatic trigger system (ATS)", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 2, "default": 1900, "group": "Failure Detector", "longDesc": "External ATS is required by ASTM F3322-18.", "name": "FD_EXT_ATS_TRIG", "shortDesc": "The PWM threshold from external automatic trigger system for engaging failsafe", "type": "Int32", "units": "us"}, {"category": "Standard", "default": 60, "group": "Failure Detector", "longDesc": "Maximum pitch angle before FailureDetector triggers the attitude_failure flag. The flag triggers flight termination (if @CBRK_FLIGHTTERM = 0), which sets outputs to their failsafe values. On takeoff the flag triggers lockdown (irrespective of @CBRK_FLIGHTTERM), which disarms motors but does not set outputs to failsafe values. Setting this parameter to 0 disables the check", "max": 180, "min": 0, "name": "FD_FAIL_P", "shortDesc": "FailureDetector Max Pitch", "type": "Int32", "units": "deg"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.3, "group": "Failure Detector", "longDesc": "Seconds (decimal) that pitch has to exceed FD_FAIL_P before being considered as a failure.", "max": 5.0, "min": 0.02, "name": "FD_FAIL_P_TTRI", "shortDesc": "Pitch failure trigger time", "type": "Float", "units": "s"}, {"category": "Standard", "default": 60, "group": "Failure Detector", "longDesc": "Maximum roll angle before FailureDetector triggers the attitude_failure flag. The flag triggers flight termination (if @CBRK_FLIGHTTERM = 0), which sets outputs to their failsafe values. On takeoff the flag triggers lockdown (irrespective of @CBRK_FLIGHTTERM), which disarms motors but does not set outputs to failsafe values. Setting this parameter to 0 disables the check", "max": 180, "min": 0, "name": "FD_FAIL_R", "shortDesc": "FailureDetector Max Roll", "type": "Int32", "units": "deg"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.3, "group": "Failure Detector", "longDesc": "Seconds (decimal) that roll has to exceed FD_FAIL_R before being considered as a failure.", "max": 5.0, "min": 0.02, "name": "FD_FAIL_R_TTRI", "shortDesc": "Roll failure trigger time", "type": "Float", "units": "s"}, {"category": "Standard", "default": 30, "group": "Failure Detector", "increment": 1, "longDesc": "Value at which the imbalanced propeller metric (based on horizontal and vertical acceleration variance) triggers a failure Setting this value to 0 disables the feature.", "max": 1000, "min": 0, "name": "FD_IMB_PROP_THR", "shortDesc": "Imbalanced propeller check threshold", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 1, "default": 1000.0, "group": "FlightTaskOrbit", "increment": 0.5, "max": 10000.0, "min": 1.0, "name": "MC_ORBIT_RAD_MAX", "shortDesc": "Maximum radius of orbit", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "Follow target", "longDesc": "Maintain altitude or track target's altitude. When maintaining the altitude, the drone can crash into terrain when the target moves uphill. When tracking the target's altitude, the follow altitude FLW_TGT_HT should be high enough to prevent terrain collisions due to GPS inaccuracies of the target.", "name": "FLW_TGT_ALT_M", "shortDesc": "Altitude control mode", "type": "Int32", "values": [{"description": "2D Tracking: Maintain constant altitude relative to home and track XY position only", "value": 0}, {"description": "2D + Terrain: Maintain constant altitude relative to terrain below and track XY position", "value": 1}, {"description": "3D Tracking: Track target's altitude (be aware that GPS altitude bias usually makes this useless)", "value": 2}]}, {"category": "Standard", "default": 8.0, "group": "Follow target", "longDesc": "The distance in meters to follow the target at", "min": 1.0, "name": "FLW_TGT_DST", "shortDesc": "Distance to follow target from", "type": "Float", "units": "m"}, {"category": "Standard", "default": 180.0, "group": "Follow target", "longDesc": "Angle to follow the target from. 0.0 Equals straight in front of the target's course (direction of motion) and the angle increases in clockwise direction, meaning Right-side would be 90.0 degrees while Left-side is -90.0 degrees Note: When the user force sets the angle out of the min/max range, it will be wrapped (e.g. 480 -> 120) in the range to gracefully handle the out of range.", "max": 180.0, "min": -180.0, "name": "FLW_TGT_FA", "shortDesc": "Follow Angle setting in degrees", "type": "Float"}, {"category": "Standard", "default": 8.0, "group": "Follow target", "longDesc": "Following height above the target", "min": 8.0, "name": "FLW_TGT_HT", "shortDesc": "Follow target height", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "Follow target", "longDesc": "This is the maximum tangential velocity the drone will circle around the target whenever an orbit angle setpoint changes. Higher value means more aggressive follow behavior.", "max": 20.0, "min": 0.0, "name": "FLW_TGT_MAX_VEL", "shortDesc": "Maximum tangential velocity setting for generating the follow orbit trajectory", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "Follow target", "longDesc": "lower values increase the responsiveness to changing position, but also ignore less noise", "max": 1.0, "min": 0.0, "name": "FLW_TGT_RS", "shortDesc": "Responsiveness to target movement in Target Estimator", "type": "Float"}, {"category": "Standard", "default": 201, "group": "GPS", "longDesc": "Configure on which serial port to run Main GPS.", "name": "GPS_1_CONFIG", "rebootRequired": true, "shortDesc": "Serial Configuration for Main GPS", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "UART 6", "value": 6}, {"description": "TELEM 1", "value": 101}, {"description": "TELEM 2", "value": 102}, {"description": "TELEM 3", "value": 103}, {"description": "TELEM/SERIAL 4", "value": 104}, {"description": "GPS 1", "value": 201}, {"description": "GPS 2", "value": 202}, {"description": "GPS 3", "value": 203}, {"description": "Radio Controller", "value": 300}, {"description": "Wifi Port", "value": 301}, {"description": "EXT2", "value": 401}]}, {"bitmask": [{"description": "GPS (with QZSS)", "index": 0}, {"description": "SBAS", "index": 1}, {"description": "Galileo", "index": 2}, {"description": "BeiDou", "index": 3}, {"description": "GLONASS", "index": 4}, {"description": "NAVIC", "index": 5}], "category": "Standard", "default": 0, "group": "GPS", "longDesc": "This integer bitmask controls the set of GNSS systems used by the receiver. Check your receiver's documentation on how many systems are supported to be used in parallel. Currently this functionality is just implemented for u-blox receivers. When no bits are set, the receiver's default configuration should be used. Set bits true to enable: 0 : Use GPS (with QZSS) 1 : Use SBAS (multiple GPS augmentation systems) 2 : Use Galileo 3 : Use BeiDou 4 : Use GLONASS 5 : Use NAVIC", "max": 63, "min": 0, "name": "GPS_1_GNSS", "rebootRequired": true, "shortDesc": "GNSS Systems for Primary GPS (integer bitmask)", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "GPS", "longDesc": "Select the GPS protocol over serial. Auto-detection will probe all protocols, and thus is a bit slower.", "max": 7, "min": 0, "name": "GPS_1_PROTOCOL", "rebootRequired": true, "shortDesc": "Protocol for Main GPS", "type": "Int32", "values": [{"description": "Auto detect", "value": 0}, {"description": "u-blox", "value": 1}, {"description": "MTK", "value": 2}, {"description": "Ashtech / Trimble", "value": 3}, {"description": "Emlid Reach", "value": 4}, {"description": "Femtomes", "value": 5}, {"description": "NMEA (generic)", "value": 6}]}, {"category": "Standard", "default": 0, "group": "GPS", "longDesc": "Configure on which serial port to run Secondary GPS.", "name": "GPS_2_CONFIG", "rebootRequired": true, "shortDesc": "Serial Configuration for Secondary GPS", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "UART 6", "value": 6}, {"description": "TELEM 1", "value": 101}, {"description": "TELEM 2", "value": 102}, {"description": "TELEM 3", "value": 103}, {"description": "TELEM/SERIAL 4", "value": 104}, {"description": "GPS 1", "value": 201}, {"description": "GPS 2", "value": 202}, {"description": "GPS 3", "value": 203}, {"description": "Radio Controller", "value": 300}, {"description": "Wifi Port", "value": 301}, {"description": "EXT2", "value": 401}]}, {"bitmask": [{"description": "GPS (with QZSS)", "index": 0}, {"description": "SBAS", "index": 1}, {"description": "Galileo", "index": 2}, {"description": "BeiDou", "index": 3}, {"description": "GLONASS", "index": 4}, {"description": "NAVIC", "index": 5}], "category": "Standard", "default": 0, "group": "GPS", "longDesc": "This integer bitmask controls the set of GNSS systems used by the receiver. Check your receiver's documentation on how many systems are supported to be used in parallel. Currently this functionality is just implemented for u-blox receivers. When no bits are set, the receiver's default configuration should be used. Set bits true to enable: 0 : Use GPS (with QZSS) 1 : Use SBAS (multiple GPS augmentation systems) 2 : Use Galileo 3 : Use BeiDou 4 : Use GLONASS 5 : Use NAVIC", "max": 63, "min": 0, "name": "GPS_2_GNSS", "rebootRequired": true, "shortDesc": "GNSS Systems for Secondary GPS (integer bitmask)", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "GPS", "longDesc": "Select the GPS protocol over serial. Auto-detection will probe all protocols, and thus is a bit slower.", "max": 6, "min": 0, "name": "GPS_2_PROTOCOL", "rebootRequired": true, "shortDesc": "Protocol for Secondary GPS", "type": "Int32", "values": [{"description": "Auto detect", "value": 0}, {"description": "u-blox", "value": 1}, {"description": "MTK", "value": 2}, {"description": "Ashtech / Trimble", "value": 3}, {"description": "Emlid Reach", "value": 4}, {"description": "Femtomes", "value": 5}, {"description": "NMEA (generic)", "value": 6}]}, {"category": "Standard", "default": 0, "group": "GPS", "longDesc": "If this is set to 1, all GPS communication data will be published via uORB, and written to the log file as gps_dump message. If this is set to 2, the main GPS is configured to output RTCM data, which is then logged as gps_dump and can be used for PPK.", "max": 2, "min": 0, "name": "GPS_DUMP_COMM", "shortDesc": "Log GPS communication data", "type": "Int32", "values": [{"description": "Disable", "value": 0}, {"description": "Full communication", "value": 1}, {"description": "RTCM output (PPK)", "value": 2}]}, {"category": "Standard", "default": 0, "group": "GPS", "longDesc": "Enable publication of satellite info (ORB_ID(satellite_info)) if possible. Not available on MTK.", "name": "GPS_SAT_INFO", "rebootRequired": true, "shortDesc": "Enable sat info (if available)", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 230400, "group": "GPS", "longDesc": "Select a baudrate for the F9P's UART2 port. In GPS_UBX_MODE 1, 2, and 3, the F9P's UART2 port is configured to send/receive RTCM corrections. Set this to 57600 if you want to attach a telemetry radio on UART2.", "min": 0, "name": "GPS_UBX_BAUD2", "rebootRequired": true, "shortDesc": "u-blox F9P UART2 Baudrate", "type": "Int32", "units": "B/s"}, {"bitmask": [{"description": "Enable I2C input protocol UBX", "index": 0}, {"description": "Enable I2C input protocol NMEA", "index": 1}, {"description": "Enable I2C input protocol RTCM3X", "index": 2}, {"description": "Enable I2C output protocol UBX", "index": 3}, {"description": "Enable I2C output protocol NMEA", "index": 4}, {"description": "Enable I2C output protocol RTCM3X", "index": 5}], "category": "Standard", "default": 0, "group": "GPS", "max": 32, "min": 0, "name": "GPS_UBX_CFG_INTF", "rebootRequired": true, "shortDesc": "u-blox protocol configuration for interfaces", "type": "Int32"}, {"category": "Standard", "default": 7, "group": "GPS", "longDesc": "u-blox receivers support different dynamic platform models to adjust the navigation engine to the expected application environment.", "max": 9, "min": 0, "name": "GPS_UBX_DYNMODEL", "rebootRequired": true, "shortDesc": "u-blox GPS dynamic platform model", "type": "Int32", "values": [{"description": "stationary", "value": 2}, {"description": "automotive", "value": 4}, {"description": "airborne with <1g acceleration", "value": 6}, {"description": "airborne with <2g acceleration", "value": 7}, {"description": "airborne with <4g acceleration", "value": 8}]}, {"category": "Standard", "default": 0, "group": "GPS", "longDesc": "Select the u-blox configuration setup. Most setups will use the default, including RTK and dual GPS without heading. If rover has RTCM corrections from a static base (or other static correction source) coming in on UART2, then select Mode 5. The Heading mode requires 2 F9P devices to be attached. The main GPS will act as rover and output heading information, whereas the secondary will act as moving base. Modes 1 and 2 require each F9P UART1 to be connected to the Autopilot. In addition, UART2 on the F9P units are connected to each other. Modes 3 and 4 only require UART1 on each F9P connected to the Autopilot or Can Node. UART RX DMA is required. RTK is still possible with this setup.", "max": 1, "min": 0, "name": "GPS_UBX_MODE", "rebootRequired": true, "shortDesc": "u-blox GPS Mode", "type": "Int32", "values": [{"description": "Default", "value": 0}, {"description": "Heading (Rover With Moving Base UART1 Connected To Autopilot, UART2 Connected To Moving Base)", "value": 1}, {"description": "Moving Base (UART1 Connected To Autopilot, UART2 Connected To Rover)", "value": 2}, {"description": "Heading (Rover With Moving Base UART1 Connected to Autopilot Or Can Node At 921600)", "value": 3}, {"description": "Moving Base (Moving Base UART1 Connected to Autopilot Or Can Node At 921600)", "value": 4}, {"description": "Rover with Static Base on UART2 (similar to Default, except coming in on UART2)", "value": 5}]}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "GPS", "longDesc": "Heading offset angle for dual antenna GPS setups that support heading estimation. Set this to 0 if the antennas are parallel to the forward-facing direction of the vehicle and the rover (or Unicore primary) antenna is in front. The offset angle increases clockwise. Set this to 90 if the rover (or Unicore primary, or Septentrio Mosaic Aux) antenna is placed on the right side of the vehicle and the moving base antenna is on the left side. (Note: the Unicore primary antenna is the one connected on the right as seen from the top).", "max": 360.0, "min": 0.0, "name": "GPS_YAW_OFFSET", "rebootRequired": true, "shortDesc": "Heading/Yaw offset for dual antenna GPS", "type": "Float", "units": "deg"}, {"category": "Standard", "default": 0, "group": "GPS", "longDesc": "Enables the PPS capture module. This switches mode of FMU channel 7 to be the PPS input channel.", "name": "PPS_CAP_ENABLE", "rebootRequired": true, "shortDesc": "PPS Capture Enable", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 2, "group": "Geofence", "longDesc": "Note: Setting this value to 4 enables flight termination, which will kill the vehicle on violation of the fence.", "max": 5, "min": 0, "name": "GF_ACTION", "shortDesc": "Geofence violation action", "type": "Int32", "values": [{"description": "None", "value": 0}, {"description": "Warning", "value": 1}, {"description": "Hold mode", "value": 2}, {"description": "Return mode", "value": 3}, {"description": "Terminate", "value": 4}, {"description": "Land mode", "value": 5}]}, {"category": "Standard", "default": 0.0, "group": "Geofence", "increment": 1.0, "longDesc": "Maximum horizontal distance in meters the vehicle can be from Home before triggering a geofence action. Disabled if 0.", "max": 10000.0, "min": 0.0, "name": "GF_MAX_HOR_DIST", "shortDesc": "Max horizontal distance from Home", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0.0, "group": "Geofence", "increment": 1.0, "longDesc": "Maximum vertical distance in meters the vehicle can be from Home before triggering a geofence action. Disabled if 0.", "max": 10000.0, "min": 0.0, "name": "GF_MAX_VER_DIST", "shortDesc": "Max vertical distance from Home", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "Geofence", "longDesc": "WARNING: This experimental feature may cause flyaways. Use at your own risk. Predict the motion of the vehicle and trigger the breach if it is determined that the current trajectory would result in a breach happening before the vehicle can make evasive maneuvers. The vehicle is then re-routed to a safe hold position (stop for multirotor, loiter for fixed wing).", "name": "GF_PREDICT", "shortDesc": "[EXPERIMENTAL] Use Pre-emptive geofence triggering", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "Geofence", "longDesc": "Select which position source should be used. Selecting GPS instead of global position makes sure that there is no dependence on the position estimator 0 = global position, 1 = GPS", "max": 1, "min": 0, "name": "GF_SOURCE", "shortDesc": "Geofence source", "type": "Int32", "values": [{"description": "GPOS", "value": 0}, {"description": "GPS", "value": 1}]}, {"category": "Standard", "default": 0, "group": "Geometry", "longDesc": "Defines which mixer implementation to use. Some are generic, while others are specifically fit to a certain vehicle with a fixed set of actuators. 'Custom' should only be used if noting else can be used.", "name": "CA_AIRFRAME", "shortDesc": "Airframe selection", "type": "Int32", "values": [{"description": "Multirotor", "value": 0}, {"description": "Fixed-wing", "value": 1}, {"description": "Standard VTOL", "value": 2}, {"description": "Tiltrotor VTOL", "value": 3}, {"description": "Tailsitter VTOL", "value": 4}, {"description": "Rover (Ackermann)", "value": 5}, {"description": "Rover (Differential)", "value": 6}, {"description": "Motors (6DOF)", "value": 7}, {"description": "Multirotor with Tilt", "value": 8}, {"description": "Custom", "value": 9}, {"description": "Helicopter (tail ESC)", "value": 10}, {"description": "Helicopter (tail Servo)", "value": 11}, {"description": "Helicopter (Coaxial)", "value": 12}]}, {"category": "Standard", "default": 0, "group": "Geometry", "longDesc": "This is used to specify how to handle motor failures reported by failure detector.", "name": "CA_FAILURE_MODE", "shortDesc": "Motor failure handling mode", "type": "Int32", "values": [{"description": "Ignore", "value": 0}, {"description": "Remove first failed motor from effectiveness", "value": 1}]}, {"category": "Standard", "decimalPlaces": 3, "default": -0.05, "group": "Geometry", "increment": 0.1, "longDesc": "Defines the collective pitch at the interval position 0 for a given thrust setpoint. Use negative values if the swash plate needs to move down to provide upwards thrust.", "max": 1.0, "min": -1.0, "name": "CA_HELI_PITCH_C0", "shortDesc": "Collective pitch curve at position 0", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0725, "group": "Geometry", "increment": 0.1, "longDesc": "Defines the collective pitch at the interval position 1 for a given thrust setpoint. Use negative values if the swash plate needs to move down to provide upwards thrust.", "max": 1.0, "min": -1.0, "name": "CA_HELI_PITCH_C1", "shortDesc": "Collective pitch curve at position 1", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.2, "group": "Geometry", "increment": 0.1, "longDesc": "Defines the collective pitch at the interval position 2 for a given thrust setpoint. Use negative values if the swash plate needs to move down to provide upwards thrust.", "max": 1.0, "min": -1.0, "name": "CA_HELI_PITCH_C2", "shortDesc": "Collective pitch curve at position 2", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.325, "group": "Geometry", "increment": 0.1, "longDesc": "Defines the collective pitch at the interval position 3 for a given thrust setpoint. Use negative values if the swash plate needs to move down to provide upwards thrust.", "max": 1.0, "min": -1.0, "name": "CA_HELI_PITCH_C3", "shortDesc": "Collective pitch curve at position 3", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.45, "group": "Geometry", "increment": 0.1, "longDesc": "Defines the collective pitch at the interval position 4 for a given thrust setpoint. Use negative values if the swash plate needs to move down to provide upwards thrust.", "max": 1.0, "min": -1.0, "name": "CA_HELI_PITCH_C4", "shortDesc": "Collective pitch curve at position 4", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 1.0, "group": "Geometry", "increment": 0.1, "longDesc": "Defines the output throttle at the interval position 0.", "max": 1.0, "min": 0.0, "name": "CA_HELI_THR_C0", "shortDesc": "Throttle curve at position 0", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 1.0, "group": "Geometry", "increment": 0.1, "longDesc": "Defines the output throttle at the interval position 1.", "max": 1.0, "min": 0.0, "name": "CA_HELI_THR_C1", "shortDesc": "Throttle curve at position 1", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 1.0, "group": "Geometry", "increment": 0.1, "longDesc": "Defines the output throttle at the interval position 2.", "max": 1.0, "min": 0.0, "name": "CA_HELI_THR_C2", "shortDesc": "Throttle curve at position 2", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 1.0, "group": "Geometry", "increment": 0.1, "longDesc": "Defines the output throttle at the interval position 3.", "max": 1.0, "min": 0.0, "name": "CA_HELI_THR_C3", "shortDesc": "Throttle curve at position 3", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 1.0, "group": "Geometry", "increment": 0.1, "longDesc": "Defines the output throttle at the interval position 4.", "max": 1.0, "min": 0.0, "name": "CA_HELI_THR_C4", "shortDesc": "Throttle curve at position 4", "type": "Float"}, {"category": "Standard", "default": 0, "group": "Geometry", "longDesc": "Default configuration is for a clockwise turning main rotor and positive thrust of the tail rotor is expected to rotate the vehicle clockwise. Set this parameter to true if the tail rotor provides thrust in counter-clockwise direction which is mostly the case when the main rotor turns counter-clockwise.", "name": "CA_HELI_YAW_CCW", "shortDesc": "Main rotor turns counter-clockwise", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "This allows to specify which collective pitch command results in the least amount of rotor drag. This is used to increase the accuracy of the yaw drag torque compensation based on collective pitch by aligning the lowest rotor drag with zero compensation. For symmetric profile blades this is the command that results in exactly 0\u00b0 collective blade angle. For lift profile blades this is typically a command resulting in slightly negative collective blade angle. tail_output += CA_HELI_YAW_CP_S * abs(collective_pitch - CA_HELI_YAW_CP_O)", "max": 2.0, "min": -2.0, "name": "CA_HELI_YAW_CP_O", "shortDesc": "Offset for yaw compensation based on collective pitch", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "This allows to add a proportional factor of the collective pitch command to the yaw command. A negative value is needed when positive thrust of the tail rotor rotates the vehicle opposite to the main rotor turn direction. tail_output += CA_HELI_YAW_CP_S * abs(collective_pitch - CA_HELI_YAW_CP_O)", "max": 2.0, "min": -2.0, "name": "CA_HELI_YAW_CP_S", "shortDesc": "Scale for yaw compensation based on collective pitch", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "This allows to add a proportional factor of the throttle command to the yaw command. A negative value is needed when positive thrust of the tail rotor rotates the vehicle opposite to the main rotor turn direction. tail_output += CA_HELI_YAW_TH_S * throttle", "max": 2.0, "min": -2.0, "name": "CA_HELI_YAW_TH_S", "shortDesc": "Scale for yaw compensation based on throttle", "type": "Float"}, {"category": "Standard", "default": 2, "group": "Geometry", "longDesc": "Selects the algorithm and desaturation method. If set to Automtic, the selection is based on the airframe (CA_AIRFRAME).", "name": "CA_METHOD", "shortDesc": "Control allocation method", "type": "Int32", "values": [{"description": "Pseudo-inverse with output clipping", "value": 0}, {"description": "Pseudo-inverse with sequential desaturation technique", "value": 1}, {"description": "Automatic", "value": 2}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.01, "longDesc": "Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled.", "max": 10.0, "min": 0.0, "name": "CA_R0_SLEW", "shortDesc": "Motor 0 slew rate limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.01, "longDesc": "Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled.", "max": 10.0, "min": 0.0, "name": "CA_R10_SLEW", "shortDesc": "Motor 10 slew rate limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.01, "longDesc": "Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled.", "max": 10.0, "min": 0.0, "name": "CA_R11_SLEW", "shortDesc": "Motor 11 slew rate limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.01, "longDesc": "Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled.", "max": 10.0, "min": 0.0, "name": "CA_R1_SLEW", "shortDesc": "Motor 1 slew rate limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.01, "longDesc": "Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled.", "max": 10.0, "min": 0.0, "name": "CA_R2_SLEW", "shortDesc": "Motor 2 slew rate limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.01, "longDesc": "Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled.", "max": 10.0, "min": 0.0, "name": "CA_R3_SLEW", "shortDesc": "Motor 3 slew rate limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.01, "longDesc": "Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled.", "max": 10.0, "min": 0.0, "name": "CA_R4_SLEW", "shortDesc": "Motor 4 slew rate limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.01, "longDesc": "Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled.", "max": 10.0, "min": 0.0, "name": "CA_R5_SLEW", "shortDesc": "Motor 5 slew rate limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.01, "longDesc": "Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled.", "max": 10.0, "min": 0.0, "name": "CA_R6_SLEW", "shortDesc": "Motor 6 slew rate limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.01, "longDesc": "Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled.", "max": 10.0, "min": 0.0, "name": "CA_R7_SLEW", "shortDesc": "Motor 7 slew rate limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.01, "longDesc": "Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled.", "max": 10.0, "min": 0.0, "name": "CA_R8_SLEW", "shortDesc": "Motor 8 slew rate limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.01, "longDesc": "Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled.", "max": 10.0, "min": 0.0, "name": "CA_R9_SLEW", "shortDesc": "Motor 9 slew rate limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR0_AX", "shortDesc": "Axis of rotor 0 thrust vector, X body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR0_AY", "shortDesc": "Axis of rotor 0 thrust vector, Y body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": -1.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR0_AZ", "shortDesc": "Axis of rotor 0 thrust vector, Z body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 6.5, "group": "Geometry", "increment": 1.0, "longDesc": "The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller.", "max": 100.0, "min": 0.0, "name": "CA_ROTOR0_CT", "shortDesc": "Thrust coefficient of rotor 0", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.05, "group": "Geometry", "increment": 0.01, "longDesc": "The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation.", "max": 1.0, "min": -1.0, "name": "CA_ROTOR0_KM", "shortDesc": "Moment coefficient of rotor 0", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR0_PX", "shortDesc": "Position of rotor 0 along X body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR0_PY", "shortDesc": "Position of rotor 0 along Y body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR0_PZ", "shortDesc": "Position of rotor 0 along Z body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "Geometry", "longDesc": "If not set to None, this motor is tilted by the configured tilt servo.", "name": "CA_ROTOR0_TILT", "shortDesc": "Rotor 0 tilt assignment", "type": "Int32", "values": [{"description": "None", "value": 0}, {"description": "Tilt 1", "value": 1}, {"description": "Tilt 2", "value": 2}, {"description": "Tilt 3", "value": 3}, {"description": "Tilt 4", "value": 4}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR10_AX", "shortDesc": "Axis of rotor 10 thrust vector, X body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR10_AY", "shortDesc": "Axis of rotor 10 thrust vector, Y body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": -1.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR10_AZ", "shortDesc": "Axis of rotor 10 thrust vector, Z body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 6.5, "group": "Geometry", "increment": 1.0, "longDesc": "The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller.", "max": 100.0, "min": 0.0, "name": "CA_ROTOR10_CT", "shortDesc": "Thrust coefficient of rotor 10", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.05, "group": "Geometry", "increment": 0.01, "longDesc": "The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation.", "max": 1.0, "min": -1.0, "name": "CA_ROTOR10_KM", "shortDesc": "Moment coefficient of rotor 10", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR10_PX", "shortDesc": "Position of rotor 10 along X body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR10_PY", "shortDesc": "Position of rotor 10 along Y body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR10_PZ", "shortDesc": "Position of rotor 10 along Z body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "Geometry", "longDesc": "If not set to None, this motor is tilted by the configured tilt servo.", "name": "CA_ROTOR10_TILT", "shortDesc": "Rotor 10 tilt assignment", "type": "Int32", "values": [{"description": "None", "value": 0}, {"description": "Tilt 1", "value": 1}, {"description": "Tilt 2", "value": 2}, {"description": "Tilt 3", "value": 3}, {"description": "Tilt 4", "value": 4}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR11_AX", "shortDesc": "Axis of rotor 11 thrust vector, X body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR11_AY", "shortDesc": "Axis of rotor 11 thrust vector, Y body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": -1.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR11_AZ", "shortDesc": "Axis of rotor 11 thrust vector, Z body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 6.5, "group": "Geometry", "increment": 1.0, "longDesc": "The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller.", "max": 100.0, "min": 0.0, "name": "CA_ROTOR11_CT", "shortDesc": "Thrust coefficient of rotor 11", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.05, "group": "Geometry", "increment": 0.01, "longDesc": "The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation.", "max": 1.0, "min": -1.0, "name": "CA_ROTOR11_KM", "shortDesc": "Moment coefficient of rotor 11", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR11_PX", "shortDesc": "Position of rotor 11 along X body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR11_PY", "shortDesc": "Position of rotor 11 along Y body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR11_PZ", "shortDesc": "Position of rotor 11 along Z body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "Geometry", "longDesc": "If not set to None, this motor is tilted by the configured tilt servo.", "name": "CA_ROTOR11_TILT", "shortDesc": "Rotor 11 tilt assignment", "type": "Int32", "values": [{"description": "None", "value": 0}, {"description": "Tilt 1", "value": 1}, {"description": "Tilt 2", "value": 2}, {"description": "Tilt 3", "value": 3}, {"description": "Tilt 4", "value": 4}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR1_AX", "shortDesc": "Axis of rotor 1 thrust vector, X body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR1_AY", "shortDesc": "Axis of rotor 1 thrust vector, Y body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": -1.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR1_AZ", "shortDesc": "Axis of rotor 1 thrust vector, Z body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 6.5, "group": "Geometry", "increment": 1.0, "longDesc": "The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller.", "max": 100.0, "min": 0.0, "name": "CA_ROTOR1_CT", "shortDesc": "Thrust coefficient of rotor 1", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.05, "group": "Geometry", "increment": 0.01, "longDesc": "The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation.", "max": 1.0, "min": -1.0, "name": "CA_ROTOR1_KM", "shortDesc": "Moment coefficient of rotor 1", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR1_PX", "shortDesc": "Position of rotor 1 along X body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR1_PY", "shortDesc": "Position of rotor 1 along Y body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR1_PZ", "shortDesc": "Position of rotor 1 along Z body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "Geometry", "longDesc": "If not set to None, this motor is tilted by the configured tilt servo.", "name": "CA_ROTOR1_TILT", "shortDesc": "Rotor 1 tilt assignment", "type": "Int32", "values": [{"description": "None", "value": 0}, {"description": "Tilt 1", "value": 1}, {"description": "Tilt 2", "value": 2}, {"description": "Tilt 3", "value": 3}, {"description": "Tilt 4", "value": 4}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR2_AX", "shortDesc": "Axis of rotor 2 thrust vector, X body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR2_AY", "shortDesc": "Axis of rotor 2 thrust vector, Y body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": -1.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR2_AZ", "shortDesc": "Axis of rotor 2 thrust vector, Z body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 6.5, "group": "Geometry", "increment": 1.0, "longDesc": "The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller.", "max": 100.0, "min": 0.0, "name": "CA_ROTOR2_CT", "shortDesc": "Thrust coefficient of rotor 2", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.05, "group": "Geometry", "increment": 0.01, "longDesc": "The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation.", "max": 1.0, "min": -1.0, "name": "CA_ROTOR2_KM", "shortDesc": "Moment coefficient of rotor 2", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR2_PX", "shortDesc": "Position of rotor 2 along X body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR2_PY", "shortDesc": "Position of rotor 2 along Y body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR2_PZ", "shortDesc": "Position of rotor 2 along Z body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "Geometry", "longDesc": "If not set to None, this motor is tilted by the configured tilt servo.", "name": "CA_ROTOR2_TILT", "shortDesc": "Rotor 2 tilt assignment", "type": "Int32", "values": [{"description": "None", "value": 0}, {"description": "Tilt 1", "value": 1}, {"description": "Tilt 2", "value": 2}, {"description": "Tilt 3", "value": 3}, {"description": "Tilt 4", "value": 4}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR3_AX", "shortDesc": "Axis of rotor 3 thrust vector, X body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR3_AY", "shortDesc": "Axis of rotor 3 thrust vector, Y body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": -1.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR3_AZ", "shortDesc": "Axis of rotor 3 thrust vector, Z body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 6.5, "group": "Geometry", "increment": 1.0, "longDesc": "The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller.", "max": 100.0, "min": 0.0, "name": "CA_ROTOR3_CT", "shortDesc": "Thrust coefficient of rotor 3", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.05, "group": "Geometry", "increment": 0.01, "longDesc": "The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation.", "max": 1.0, "min": -1.0, "name": "CA_ROTOR3_KM", "shortDesc": "Moment coefficient of rotor 3", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR3_PX", "shortDesc": "Position of rotor 3 along X body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR3_PY", "shortDesc": "Position of rotor 3 along Y body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR3_PZ", "shortDesc": "Position of rotor 3 along Z body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "Geometry", "longDesc": "If not set to None, this motor is tilted by the configured tilt servo.", "name": "CA_ROTOR3_TILT", "shortDesc": "Rotor 3 tilt assignment", "type": "Int32", "values": [{"description": "None", "value": 0}, {"description": "Tilt 1", "value": 1}, {"description": "Tilt 2", "value": 2}, {"description": "Tilt 3", "value": 3}, {"description": "Tilt 4", "value": 4}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR4_AX", "shortDesc": "Axis of rotor 4 thrust vector, X body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR4_AY", "shortDesc": "Axis of rotor 4 thrust vector, Y body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": -1.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR4_AZ", "shortDesc": "Axis of rotor 4 thrust vector, Z body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 6.5, "group": "Geometry", "increment": 1.0, "longDesc": "The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller.", "max": 100.0, "min": 0.0, "name": "CA_ROTOR4_CT", "shortDesc": "Thrust coefficient of rotor 4", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.05, "group": "Geometry", "increment": 0.01, "longDesc": "The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation.", "max": 1.0, "min": -1.0, "name": "CA_ROTOR4_KM", "shortDesc": "Moment coefficient of rotor 4", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR4_PX", "shortDesc": "Position of rotor 4 along X body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR4_PY", "shortDesc": "Position of rotor 4 along Y body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR4_PZ", "shortDesc": "Position of rotor 4 along Z body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "Geometry", "longDesc": "If not set to None, this motor is tilted by the configured tilt servo.", "name": "CA_ROTOR4_TILT", "shortDesc": "Rotor 4 tilt assignment", "type": "Int32", "values": [{"description": "None", "value": 0}, {"description": "Tilt 1", "value": 1}, {"description": "Tilt 2", "value": 2}, {"description": "Tilt 3", "value": 3}, {"description": "Tilt 4", "value": 4}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR5_AX", "shortDesc": "Axis of rotor 5 thrust vector, X body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR5_AY", "shortDesc": "Axis of rotor 5 thrust vector, Y body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": -1.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR5_AZ", "shortDesc": "Axis of rotor 5 thrust vector, Z body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 6.5, "group": "Geometry", "increment": 1.0, "longDesc": "The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller.", "max": 100.0, "min": 0.0, "name": "CA_ROTOR5_CT", "shortDesc": "Thrust coefficient of rotor 5", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.05, "group": "Geometry", "increment": 0.01, "longDesc": "The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation.", "max": 1.0, "min": -1.0, "name": "CA_ROTOR5_KM", "shortDesc": "Moment coefficient of rotor 5", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR5_PX", "shortDesc": "Position of rotor 5 along X body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR5_PY", "shortDesc": "Position of rotor 5 along Y body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR5_PZ", "shortDesc": "Position of rotor 5 along Z body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "Geometry", "longDesc": "If not set to None, this motor is tilted by the configured tilt servo.", "name": "CA_ROTOR5_TILT", "shortDesc": "Rotor 5 tilt assignment", "type": "Int32", "values": [{"description": "None", "value": 0}, {"description": "Tilt 1", "value": 1}, {"description": "Tilt 2", "value": 2}, {"description": "Tilt 3", "value": 3}, {"description": "Tilt 4", "value": 4}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR6_AX", "shortDesc": "Axis of rotor 6 thrust vector, X body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR6_AY", "shortDesc": "Axis of rotor 6 thrust vector, Y body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": -1.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR6_AZ", "shortDesc": "Axis of rotor 6 thrust vector, Z body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 6.5, "group": "Geometry", "increment": 1.0, "longDesc": "The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller.", "max": 100.0, "min": 0.0, "name": "CA_ROTOR6_CT", "shortDesc": "Thrust coefficient of rotor 6", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.05, "group": "Geometry", "increment": 0.01, "longDesc": "The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation.", "max": 1.0, "min": -1.0, "name": "CA_ROTOR6_KM", "shortDesc": "Moment coefficient of rotor 6", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR6_PX", "shortDesc": "Position of rotor 6 along X body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR6_PY", "shortDesc": "Position of rotor 6 along Y body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR6_PZ", "shortDesc": "Position of rotor 6 along Z body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "Geometry", "longDesc": "If not set to None, this motor is tilted by the configured tilt servo.", "name": "CA_ROTOR6_TILT", "shortDesc": "Rotor 6 tilt assignment", "type": "Int32", "values": [{"description": "None", "value": 0}, {"description": "Tilt 1", "value": 1}, {"description": "Tilt 2", "value": 2}, {"description": "Tilt 3", "value": 3}, {"description": "Tilt 4", "value": 4}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR7_AX", "shortDesc": "Axis of rotor 7 thrust vector, X body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR7_AY", "shortDesc": "Axis of rotor 7 thrust vector, Y body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": -1.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR7_AZ", "shortDesc": "Axis of rotor 7 thrust vector, Z body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 6.5, "group": "Geometry", "increment": 1.0, "longDesc": "The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller.", "max": 100.0, "min": 0.0, "name": "CA_ROTOR7_CT", "shortDesc": "Thrust coefficient of rotor 7", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.05, "group": "Geometry", "increment": 0.01, "longDesc": "The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation.", "max": 1.0, "min": -1.0, "name": "CA_ROTOR7_KM", "shortDesc": "Moment coefficient of rotor 7", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR7_PX", "shortDesc": "Position of rotor 7 along X body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR7_PY", "shortDesc": "Position of rotor 7 along Y body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR7_PZ", "shortDesc": "Position of rotor 7 along Z body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "Geometry", "longDesc": "If not set to None, this motor is tilted by the configured tilt servo.", "name": "CA_ROTOR7_TILT", "shortDesc": "Rotor 7 tilt assignment", "type": "Int32", "values": [{"description": "None", "value": 0}, {"description": "Tilt 1", "value": 1}, {"description": "Tilt 2", "value": 2}, {"description": "Tilt 3", "value": 3}, {"description": "Tilt 4", "value": 4}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR8_AX", "shortDesc": "Axis of rotor 8 thrust vector, X body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR8_AY", "shortDesc": "Axis of rotor 8 thrust vector, Y body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": -1.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR8_AZ", "shortDesc": "Axis of rotor 8 thrust vector, Z body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 6.5, "group": "Geometry", "increment": 1.0, "longDesc": "The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller.", "max": 100.0, "min": 0.0, "name": "CA_ROTOR8_CT", "shortDesc": "Thrust coefficient of rotor 8", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.05, "group": "Geometry", "increment": 0.01, "longDesc": "The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation.", "max": 1.0, "min": -1.0, "name": "CA_ROTOR8_KM", "shortDesc": "Moment coefficient of rotor 8", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR8_PX", "shortDesc": "Position of rotor 8 along X body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR8_PY", "shortDesc": "Position of rotor 8 along Y body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR8_PZ", "shortDesc": "Position of rotor 8 along Z body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "Geometry", "longDesc": "If not set to None, this motor is tilted by the configured tilt servo.", "name": "CA_ROTOR8_TILT", "shortDesc": "Rotor 8 tilt assignment", "type": "Int32", "values": [{"description": "None", "value": 0}, {"description": "Tilt 1", "value": 1}, {"description": "Tilt 2", "value": 2}, {"description": "Tilt 3", "value": 3}, {"description": "Tilt 4", "value": 4}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR9_AX", "shortDesc": "Axis of rotor 9 thrust vector, X body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR9_AY", "shortDesc": "Axis of rotor 9 thrust vector, Y body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": -1.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR9_AZ", "shortDesc": "Axis of rotor 9 thrust vector, Z body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 6.5, "group": "Geometry", "increment": 1.0, "longDesc": "The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller.", "max": 100.0, "min": 0.0, "name": "CA_ROTOR9_CT", "shortDesc": "Thrust coefficient of rotor 9", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.05, "group": "Geometry", "increment": 0.01, "longDesc": "The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation.", "max": 1.0, "min": -1.0, "name": "CA_ROTOR9_KM", "shortDesc": "Moment coefficient of rotor 9", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR9_PX", "shortDesc": "Position of rotor 9 along X body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR9_PY", "shortDesc": "Position of rotor 9 along Y body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR9_PZ", "shortDesc": "Position of rotor 9 along Z body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "Geometry", "longDesc": "If not set to None, this motor is tilted by the configured tilt servo.", "name": "CA_ROTOR9_TILT", "shortDesc": "Rotor 9 tilt assignment", "type": "Int32", "values": [{"description": "None", "value": 0}, {"description": "Tilt 1", "value": 1}, {"description": "Tilt 2", "value": 2}, {"description": "Tilt 3", "value": 3}, {"description": "Tilt 4", "value": 4}]}, {"category": "Standard", "default": 0, "group": "Geometry", "name": "CA_ROTOR_COUNT", "shortDesc": "Total number of rotors", "type": "Int32", "values": [{"description": "0", "value": 0}, {"description": "1", "value": 1}, {"description": "2", "value": 2}, {"description": "3", "value": 3}, {"description": "4", "value": 4}, {"description": "5", "value": 5}, {"description": "6", "value": 6}, {"description": "7", "value": 7}, {"description": "8", "value": 8}, {"description": "9", "value": 9}, {"description": "10", "value": 10}, {"description": "11", "value": 11}, {"description": "12", "value": 12}]}, {"bitmask": [{"description": "Motor 1", "index": 0}, {"description": "Motor 2", "index": 1}, {"description": "Motor 3", "index": 2}, {"description": "Motor 4", "index": 3}, {"description": "Motor 5", "index": 4}, {"description": "Motor 6", "index": 5}, {"description": "Motor 7", "index": 6}, {"description": "Motor 8", "index": 7}, {"description": "Motor 9", "index": 8}, {"description": "Motor 10", "index": 9}, {"description": "Motor 11", "index": 10}, {"description": "Motor 12", "index": 11}], "category": "Standard", "default": 0, "group": "Geometry", "longDesc": "Configure motors to be bidirectional/reversible. Note that the output driver needs to support this as well.", "max": 4095, "min": 0, "name": "CA_R_REV", "shortDesc": "Bidirectional/Reversible motors", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 0, "default": 0.0, "group": "Geometry", "increment": 10.0, "longDesc": "The angle is measured clockwise (as seen from top), with 0 pointing forwards (X axis).", "max": 360.0, "min": 0.0, "name": "CA_SP0_ANG0", "shortDesc": "Angle for swash plate servo 0", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 0, "default": 140.0, "group": "Geometry", "increment": 10.0, "longDesc": "The angle is measured clockwise (as seen from top), with 0 pointing forwards (X axis).", "max": 360.0, "min": 0.0, "name": "CA_SP0_ANG1", "shortDesc": "Angle for swash plate servo 1", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 0, "default": 220.0, "group": "Geometry", "increment": 10.0, "longDesc": "The angle is measured clockwise (as seen from top), with 0 pointing forwards (X axis).", "max": 360.0, "min": 0.0, "name": "CA_SP0_ANG2", "shortDesc": "Angle for swash plate servo 2", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 0, "default": 0.0, "group": "Geometry", "increment": 10.0, "longDesc": "The angle is measured clockwise (as seen from top), with 0 pointing forwards (X axis).", "max": 360.0, "min": 0.0, "name": "CA_SP0_ANG3", "shortDesc": "Angle for swash plate servo 3", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 3, "default": 1.0, "group": "Geometry", "increment": 0.1, "longDesc": "This is relative to the other arm lengths.", "max": 10.0, "min": 0.0, "name": "CA_SP0_ARM_L0", "shortDesc": "Arm length for swash plate servo 0", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 1.0, "group": "Geometry", "increment": 0.1, "longDesc": "This is relative to the other arm lengths.", "max": 10.0, "min": 0.0, "name": "CA_SP0_ARM_L1", "shortDesc": "Arm length for swash plate servo 1", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 1.0, "group": "Geometry", "increment": 0.1, "longDesc": "This is relative to the other arm lengths.", "max": 10.0, "min": 0.0, "name": "CA_SP0_ARM_L2", "shortDesc": "Arm length for swash plate servo 2", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 1.0, "group": "Geometry", "increment": 0.1, "longDesc": "This is relative to the other arm lengths.", "max": 10.0, "min": 0.0, "name": "CA_SP0_ARM_L3", "shortDesc": "Arm length for swash plate servo 3", "type": "Float"}, {"category": "Standard", "default": 3, "group": "Geometry", "name": "CA_SP0_COUNT", "shortDesc": "Number of swash plates servos", "type": "Int32", "values": [{"description": "2", "value": 2}, {"description": "3", "value": 3}, {"description": "4", "value": 4}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.05, "longDesc": "Minimum time allowed for the servo input signal to pass through the full output range. A value x means that the servo signal can only go from -1 to 1 in minimum x seconds. Zero means that slew rate limiting is disabled.", "max": 10.0, "min": 0.0, "name": "CA_SV0_SLEW", "shortDesc": "Servo 0 slew rate limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.05, "longDesc": "Minimum time allowed for the servo input signal to pass through the full output range. A value x means that the servo signal can only go from -1 to 1 in minimum x seconds. Zero means that slew rate limiting is disabled.", "max": 10.0, "min": 0.0, "name": "CA_SV1_SLEW", "shortDesc": "Servo 1 slew rate limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.05, "longDesc": "Minimum time allowed for the servo input signal to pass through the full output range. A value x means that the servo signal can only go from -1 to 1 in minimum x seconds. Zero means that slew rate limiting is disabled.", "max": 10.0, "min": 0.0, "name": "CA_SV2_SLEW", "shortDesc": "Servo 2 slew rate limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.05, "longDesc": "Minimum time allowed for the servo input signal to pass through the full output range. A value x means that the servo signal can only go from -1 to 1 in minimum x seconds. Zero means that slew rate limiting is disabled.", "max": 10.0, "min": 0.0, "name": "CA_SV3_SLEW", "shortDesc": "Servo 3 slew rate limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.05, "longDesc": "Minimum time allowed for the servo input signal to pass through the full output range. A value x means that the servo signal can only go from -1 to 1 in minimum x seconds. Zero means that slew rate limiting is disabled.", "max": 10.0, "min": 0.0, "name": "CA_SV4_SLEW", "shortDesc": "Servo 4 slew rate limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.05, "longDesc": "Minimum time allowed for the servo input signal to pass through the full output range. A value x means that the servo signal can only go from -1 to 1 in minimum x seconds. Zero means that slew rate limiting is disabled.", "max": 10.0, "min": 0.0, "name": "CA_SV5_SLEW", "shortDesc": "Servo 5 slew rate limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.05, "longDesc": "Minimum time allowed for the servo input signal to pass through the full output range. A value x means that the servo signal can only go from -1 to 1 in minimum x seconds. Zero means that slew rate limiting is disabled.", "max": 10.0, "min": 0.0, "name": "CA_SV6_SLEW", "shortDesc": "Servo 6 slew rate limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.05, "longDesc": "Minimum time allowed for the servo input signal to pass through the full output range. A value x means that the servo signal can only go from -1 to 1 in minimum x seconds. Zero means that slew rate limiting is disabled.", "max": 10.0, "min": 0.0, "name": "CA_SV7_SLEW", "shortDesc": "Servo 7 slew rate limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "max": 1.0, "min": -1.0, "name": "CA_SV_CS0_FLAP", "shortDesc": "Control Surface 0 configuration as flap", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "max": 1.0, "min": -1.0, "name": "CA_SV_CS0_SPOIL", "shortDesc": "Control Surface 0 configuration as spoiler", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "longDesc": "Can be used to add an offset to the servo control.", "max": 1.0, "min": -1.0, "name": "CA_SV_CS0_TRIM", "shortDesc": "Control Surface 0 trim", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS0_TRQ_P", "shortDesc": "Control Surface 0 pitch torque scaling", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS0_TRQ_R", "shortDesc": "Control Surface 0 roll torque scaling", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS0_TRQ_Y", "shortDesc": "Control Surface 0 yaw torque scaling", "type": "Float"}, {"category": "Standard", "default": 0, "group": "Geometry", "name": "CA_SV_CS0_TYPE", "shortDesc": "Control Surface 0 type", "type": "Int32", "values": [{"description": "(Not set)", "value": 0}, {"description": "Left Aileron", "value": 1}, {"description": "Right Aileron", "value": 2}, {"description": "Elevator", "value": 3}, {"description": "Rudder", "value": 4}, {"description": "Left Elevon", "value": 5}, {"description": "Right Elevon", "value": 6}, {"description": "Left V-Tail", "value": 7}, {"description": "Right V-Tail", "value": 8}, {"description": "Left Flap", "value": 9}, {"description": "Right Flap", "value": 10}, {"description": "Airbrake", "value": 11}, {"description": "Custom", "value": 12}, {"description": "Left A-tail", "value": 13}, {"description": "Right A-tail", "value": 14}, {"description": "Single Channel Aileron", "value": 15}, {"description": "Steering Wheel", "value": 16}, {"description": "Left Spoiler", "value": 17}, {"description": "Right Spoiler", "value": 18}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "max": 1.0, "min": -1.0, "name": "CA_SV_CS1_FLAP", "shortDesc": "Control Surface 1 configuration as flap", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "max": 1.0, "min": -1.0, "name": "CA_SV_CS1_SPOIL", "shortDesc": "Control Surface 1 configuration as spoiler", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "longDesc": "Can be used to add an offset to the servo control.", "max": 1.0, "min": -1.0, "name": "CA_SV_CS1_TRIM", "shortDesc": "Control Surface 1 trim", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS1_TRQ_P", "shortDesc": "Control Surface 1 pitch torque scaling", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS1_TRQ_R", "shortDesc": "Control Surface 1 roll torque scaling", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS1_TRQ_Y", "shortDesc": "Control Surface 1 yaw torque scaling", "type": "Float"}, {"category": "Standard", "default": 0, "group": "Geometry", "name": "CA_SV_CS1_TYPE", "shortDesc": "Control Surface 1 type", "type": "Int32", "values": [{"description": "(Not set)", "value": 0}, {"description": "Left Aileron", "value": 1}, {"description": "Right Aileron", "value": 2}, {"description": "Elevator", "value": 3}, {"description": "Rudder", "value": 4}, {"description": "Left Elevon", "value": 5}, {"description": "Right Elevon", "value": 6}, {"description": "Left V-Tail", "value": 7}, {"description": "Right V-Tail", "value": 8}, {"description": "Left Flap", "value": 9}, {"description": "Right Flap", "value": 10}, {"description": "Airbrake", "value": 11}, {"description": "Custom", "value": 12}, {"description": "Left A-tail", "value": 13}, {"description": "Right A-tail", "value": 14}, {"description": "Single Channel Aileron", "value": 15}, {"description": "Steering Wheel", "value": 16}, {"description": "Left Spoiler", "value": 17}, {"description": "Right Spoiler", "value": 18}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "max": 1.0, "min": -1.0, "name": "CA_SV_CS2_FLAP", "shortDesc": "Control Surface 2 configuration as flap", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "max": 1.0, "min": -1.0, "name": "CA_SV_CS2_SPOIL", "shortDesc": "Control Surface 2 configuration as spoiler", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "longDesc": "Can be used to add an offset to the servo control.", "max": 1.0, "min": -1.0, "name": "CA_SV_CS2_TRIM", "shortDesc": "Control Surface 2 trim", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS2_TRQ_P", "shortDesc": "Control Surface 2 pitch torque scaling", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS2_TRQ_R", "shortDesc": "Control Surface 2 roll torque scaling", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS2_TRQ_Y", "shortDesc": "Control Surface 2 yaw torque scaling", "type": "Float"}, {"category": "Standard", "default": 0, "group": "Geometry", "name": "CA_SV_CS2_TYPE", "shortDesc": "Control Surface 2 type", "type": "Int32", "values": [{"description": "(Not set)", "value": 0}, {"description": "Left Aileron", "value": 1}, {"description": "Right Aileron", "value": 2}, {"description": "Elevator", "value": 3}, {"description": "Rudder", "value": 4}, {"description": "Left Elevon", "value": 5}, {"description": "Right Elevon", "value": 6}, {"description": "Left V-Tail", "value": 7}, {"description": "Right V-Tail", "value": 8}, {"description": "Left Flap", "value": 9}, {"description": "Right Flap", "value": 10}, {"description": "Airbrake", "value": 11}, {"description": "Custom", "value": 12}, {"description": "Left A-tail", "value": 13}, {"description": "Right A-tail", "value": 14}, {"description": "Single Channel Aileron", "value": 15}, {"description": "Steering Wheel", "value": 16}, {"description": "Left Spoiler", "value": 17}, {"description": "Right Spoiler", "value": 18}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "max": 1.0, "min": -1.0, "name": "CA_SV_CS3_FLAP", "shortDesc": "Control Surface 3 configuration as flap", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "max": 1.0, "min": -1.0, "name": "CA_SV_CS3_SPOIL", "shortDesc": "Control Surface 3 configuration as spoiler", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "longDesc": "Can be used to add an offset to the servo control.", "max": 1.0, "min": -1.0, "name": "CA_SV_CS3_TRIM", "shortDesc": "Control Surface 3 trim", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS3_TRQ_P", "shortDesc": "Control Surface 3 pitch torque scaling", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS3_TRQ_R", "shortDesc": "Control Surface 3 roll torque scaling", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS3_TRQ_Y", "shortDesc": "Control Surface 3 yaw torque scaling", "type": "Float"}, {"category": "Standard", "default": 0, "group": "Geometry", "name": "CA_SV_CS3_TYPE", "shortDesc": "Control Surface 3 type", "type": "Int32", "values": [{"description": "(Not set)", "value": 0}, {"description": "Left Aileron", "value": 1}, {"description": "Right Aileron", "value": 2}, {"description": "Elevator", "value": 3}, {"description": "Rudder", "value": 4}, {"description": "Left Elevon", "value": 5}, {"description": "Right Elevon", "value": 6}, {"description": "Left V-Tail", "value": 7}, {"description": "Right V-Tail", "value": 8}, {"description": "Left Flap", "value": 9}, {"description": "Right Flap", "value": 10}, {"description": "Airbrake", "value": 11}, {"description": "Custom", "value": 12}, {"description": "Left A-tail", "value": 13}, {"description": "Right A-tail", "value": 14}, {"description": "Single Channel Aileron", "value": 15}, {"description": "Steering Wheel", "value": 16}, {"description": "Left Spoiler", "value": 17}, {"description": "Right Spoiler", "value": 18}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "max": 1.0, "min": -1.0, "name": "CA_SV_CS4_FLAP", "shortDesc": "Control Surface 4 configuration as flap", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "max": 1.0, "min": -1.0, "name": "CA_SV_CS4_SPOIL", "shortDesc": "Control Surface 4 configuration as spoiler", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "longDesc": "Can be used to add an offset to the servo control.", "max": 1.0, "min": -1.0, "name": "CA_SV_CS4_TRIM", "shortDesc": "Control Surface 4 trim", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS4_TRQ_P", "shortDesc": "Control Surface 4 pitch torque scaling", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS4_TRQ_R", "shortDesc": "Control Surface 4 roll torque scaling", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS4_TRQ_Y", "shortDesc": "Control Surface 4 yaw torque scaling", "type": "Float"}, {"category": "Standard", "default": 0, "group": "Geometry", "name": "CA_SV_CS4_TYPE", "shortDesc": "Control Surface 4 type", "type": "Int32", "values": [{"description": "(Not set)", "value": 0}, {"description": "Left Aileron", "value": 1}, {"description": "Right Aileron", "value": 2}, {"description": "Elevator", "value": 3}, {"description": "Rudder", "value": 4}, {"description": "Left Elevon", "value": 5}, {"description": "Right Elevon", "value": 6}, {"description": "Left V-Tail", "value": 7}, {"description": "Right V-Tail", "value": 8}, {"description": "Left Flap", "value": 9}, {"description": "Right Flap", "value": 10}, {"description": "Airbrake", "value": 11}, {"description": "Custom", "value": 12}, {"description": "Left A-tail", "value": 13}, {"description": "Right A-tail", "value": 14}, {"description": "Single Channel Aileron", "value": 15}, {"description": "Steering Wheel", "value": 16}, {"description": "Left Spoiler", "value": 17}, {"description": "Right Spoiler", "value": 18}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "max": 1.0, "min": -1.0, "name": "CA_SV_CS5_FLAP", "shortDesc": "Control Surface 5 configuration as flap", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "max": 1.0, "min": -1.0, "name": "CA_SV_CS5_SPOIL", "shortDesc": "Control Surface 5 configuration as spoiler", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "longDesc": "Can be used to add an offset to the servo control.", "max": 1.0, "min": -1.0, "name": "CA_SV_CS5_TRIM", "shortDesc": "Control Surface 5 trim", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS5_TRQ_P", "shortDesc": "Control Surface 5 pitch torque scaling", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS5_TRQ_R", "shortDesc": "Control Surface 5 roll torque scaling", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS5_TRQ_Y", "shortDesc": "Control Surface 5 yaw torque scaling", "type": "Float"}, {"category": "Standard", "default": 0, "group": "Geometry", "name": "CA_SV_CS5_TYPE", "shortDesc": "Control Surface 5 type", "type": "Int32", "values": [{"description": "(Not set)", "value": 0}, {"description": "Left Aileron", "value": 1}, {"description": "Right Aileron", "value": 2}, {"description": "Elevator", "value": 3}, {"description": "Rudder", "value": 4}, {"description": "Left Elevon", "value": 5}, {"description": "Right Elevon", "value": 6}, {"description": "Left V-Tail", "value": 7}, {"description": "Right V-Tail", "value": 8}, {"description": "Left Flap", "value": 9}, {"description": "Right Flap", "value": 10}, {"description": "Airbrake", "value": 11}, {"description": "Custom", "value": 12}, {"description": "Left A-tail", "value": 13}, {"description": "Right A-tail", "value": 14}, {"description": "Single Channel Aileron", "value": 15}, {"description": "Steering Wheel", "value": 16}, {"description": "Left Spoiler", "value": 17}, {"description": "Right Spoiler", "value": 18}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "max": 1.0, "min": -1.0, "name": "CA_SV_CS6_FLAP", "shortDesc": "Control Surface 6 configuration as flap", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "max": 1.0, "min": -1.0, "name": "CA_SV_CS6_SPOIL", "shortDesc": "Control Surface 6 configuration as spoiler", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "longDesc": "Can be used to add an offset to the servo control.", "max": 1.0, "min": -1.0, "name": "CA_SV_CS6_TRIM", "shortDesc": "Control Surface 6 trim", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS6_TRQ_P", "shortDesc": "Control Surface 6 pitch torque scaling", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS6_TRQ_R", "shortDesc": "Control Surface 6 roll torque scaling", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS6_TRQ_Y", "shortDesc": "Control Surface 6 yaw torque scaling", "type": "Float"}, {"category": "Standard", "default": 0, "group": "Geometry", "name": "CA_SV_CS6_TYPE", "shortDesc": "Control Surface 6 type", "type": "Int32", "values": [{"description": "(Not set)", "value": 0}, {"description": "Left Aileron", "value": 1}, {"description": "Right Aileron", "value": 2}, {"description": "Elevator", "value": 3}, {"description": "Rudder", "value": 4}, {"description": "Left Elevon", "value": 5}, {"description": "Right Elevon", "value": 6}, {"description": "Left V-Tail", "value": 7}, {"description": "Right V-Tail", "value": 8}, {"description": "Left Flap", "value": 9}, {"description": "Right Flap", "value": 10}, {"description": "Airbrake", "value": 11}, {"description": "Custom", "value": 12}, {"description": "Left A-tail", "value": 13}, {"description": "Right A-tail", "value": 14}, {"description": "Single Channel Aileron", "value": 15}, {"description": "Steering Wheel", "value": 16}, {"description": "Left Spoiler", "value": 17}, {"description": "Right Spoiler", "value": 18}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "max": 1.0, "min": -1.0, "name": "CA_SV_CS7_FLAP", "shortDesc": "Control Surface 7 configuration as flap", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "max": 1.0, "min": -1.0, "name": "CA_SV_CS7_SPOIL", "shortDesc": "Control Surface 7 configuration as spoiler", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "longDesc": "Can be used to add an offset to the servo control.", "max": 1.0, "min": -1.0, "name": "CA_SV_CS7_TRIM", "shortDesc": "Control Surface 7 trim", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS7_TRQ_P", "shortDesc": "Control Surface 7 pitch torque scaling", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS7_TRQ_R", "shortDesc": "Control Surface 7 roll torque scaling", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS7_TRQ_Y", "shortDesc": "Control Surface 7 yaw torque scaling", "type": "Float"}, {"category": "Standard", "default": 0, "group": "Geometry", "name": "CA_SV_CS7_TYPE", "shortDesc": "Control Surface 7 type", "type": "Int32", "values": [{"description": "(Not set)", "value": 0}, {"description": "Left Aileron", "value": 1}, {"description": "Right Aileron", "value": 2}, {"description": "Elevator", "value": 3}, {"description": "Rudder", "value": 4}, {"description": "Left Elevon", "value": 5}, {"description": "Right Elevon", "value": 6}, {"description": "Left V-Tail", "value": 7}, {"description": "Right V-Tail", "value": 8}, {"description": "Left Flap", "value": 9}, {"description": "Right Flap", "value": 10}, {"description": "Airbrake", "value": 11}, {"description": "Custom", "value": 12}, {"description": "Left A-tail", "value": 13}, {"description": "Right A-tail", "value": 14}, {"description": "Single Channel Aileron", "value": 15}, {"description": "Steering Wheel", "value": 16}, {"description": "Left Spoiler", "value": 17}, {"description": "Right Spoiler", "value": 18}]}, {"category": "Standard", "default": 0, "group": "Geometry", "name": "CA_SV_CS_COUNT", "shortDesc": "Total number of Control Surfaces", "type": "Int32", "values": [{"description": "0", "value": 0}, {"description": "1", "value": 1}, {"description": "2", "value": 2}, {"description": "3", "value": 3}, {"description": "4", "value": 4}, {"description": "5", "value": 5}, {"description": "6", "value": 6}, {"description": "7", "value": 7}, {"description": "8", "value": 8}]}, {"category": "Standard", "default": 1, "group": "Geometry", "longDesc": "Define if this servo is used for additional control.", "name": "CA_SV_TL0_CT", "shortDesc": "Tilt 0 is used for control", "type": "Int32", "values": [{"description": "None", "value": 0}, {"description": "Yaw", "value": 1}, {"description": "Pitch", "value": 2}, {"description": "Yaw and Pitch", "value": 3}]}, {"category": "Standard", "decimalPlaces": 0, "default": 90.0, "group": "Geometry", "longDesc": "Defines the tilt angle when the servo is at the maximum. An angle of zero means upwards.", "max": 90.0, "min": -90.0, "name": "CA_SV_TL0_MAXA", "shortDesc": "Tilt Servo 0 Tilt Angle at Maximum", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 0, "default": 0.0, "group": "Geometry", "longDesc": "Defines the tilt angle when the servo is at the minimum. An angle of zero means upwards.", "max": 90.0, "min": -90.0, "name": "CA_SV_TL0_MINA", "shortDesc": "Tilt Servo 0 Tilt Angle at Minimum", "type": "Float", "units": "deg"}, {"category": "Standard", "default": 0, "group": "Geometry", "longDesc": "Defines the direction the servo tilts towards when moving towards the maximum tilt angle. For example if the minimum tilt angle is -90, the maximum 90, and the direction 'Towards Front', the motor axis aligns with the XZ-plane, points towards -X at the minimum and +X at the maximum tilt.", "max": 359, "min": 0, "name": "CA_SV_TL0_TD", "shortDesc": "Tilt Servo 0 Tilt Direction", "type": "Int32", "values": [{"description": "Towards Front", "value": 0}, {"description": "Towards Right", "value": 90}]}, {"category": "Standard", "default": 1, "group": "Geometry", "longDesc": "Define if this servo is used for additional control.", "name": "CA_SV_TL1_CT", "shortDesc": "Tilt 1 is used for control", "type": "Int32", "values": [{"description": "None", "value": 0}, {"description": "Yaw", "value": 1}, {"description": "Pitch", "value": 2}, {"description": "Yaw and Pitch", "value": 3}]}, {"category": "Standard", "decimalPlaces": 0, "default": 90.0, "group": "Geometry", "longDesc": "Defines the tilt angle when the servo is at the maximum. An angle of zero means upwards.", "max": 90.0, "min": -90.0, "name": "CA_SV_TL1_MAXA", "shortDesc": "Tilt Servo 1 Tilt Angle at Maximum", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 0, "default": 0.0, "group": "Geometry", "longDesc": "Defines the tilt angle when the servo is at the minimum. An angle of zero means upwards.", "max": 90.0, "min": -90.0, "name": "CA_SV_TL1_MINA", "shortDesc": "Tilt Servo 1 Tilt Angle at Minimum", "type": "Float", "units": "deg"}, {"category": "Standard", "default": 0, "group": "Geometry", "longDesc": "Defines the direction the servo tilts towards when moving towards the maximum tilt angle. For example if the minimum tilt angle is -90, the maximum 90, and the direction 'Towards Front', the motor axis aligns with the XZ-plane, points towards -X at the minimum and +X at the maximum tilt.", "max": 359, "min": 0, "name": "CA_SV_TL1_TD", "shortDesc": "Tilt Servo 1 Tilt Direction", "type": "Int32", "values": [{"description": "Towards Front", "value": 0}, {"description": "Towards Right", "value": 90}]}, {"category": "Standard", "default": 1, "group": "Geometry", "longDesc": "Define if this servo is used for additional control.", "name": "CA_SV_TL2_CT", "shortDesc": "Tilt 2 is used for control", "type": "Int32", "values": [{"description": "None", "value": 0}, {"description": "Yaw", "value": 1}, {"description": "Pitch", "value": 2}, {"description": "Yaw and Pitch", "value": 3}]}, {"category": "Standard", "decimalPlaces": 0, "default": 90.0, "group": "Geometry", "longDesc": "Defines the tilt angle when the servo is at the maximum. An angle of zero means upwards.", "max": 90.0, "min": -90.0, "name": "CA_SV_TL2_MAXA", "shortDesc": "Tilt Servo 2 Tilt Angle at Maximum", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 0, "default": 0.0, "group": "Geometry", "longDesc": "Defines the tilt angle when the servo is at the minimum. An angle of zero means upwards.", "max": 90.0, "min": -90.0, "name": "CA_SV_TL2_MINA", "shortDesc": "Tilt Servo 2 Tilt Angle at Minimum", "type": "Float", "units": "deg"}, {"category": "Standard", "default": 0, "group": "Geometry", "longDesc": "Defines the direction the servo tilts towards when moving towards the maximum tilt angle. For example if the minimum tilt angle is -90, the maximum 90, and the direction 'Towards Front', the motor axis aligns with the XZ-plane, points towards -X at the minimum and +X at the maximum tilt.", "max": 359, "min": 0, "name": "CA_SV_TL2_TD", "shortDesc": "Tilt Servo 2 Tilt Direction", "type": "Int32", "values": [{"description": "Towards Front", "value": 0}, {"description": "Towards Right", "value": 90}]}, {"category": "Standard", "default": 1, "group": "Geometry", "longDesc": "Define if this servo is used for additional control.", "name": "CA_SV_TL3_CT", "shortDesc": "Tilt 3 is used for control", "type": "Int32", "values": [{"description": "None", "value": 0}, {"description": "Yaw", "value": 1}, {"description": "Pitch", "value": 2}, {"description": "Yaw and Pitch", "value": 3}]}, {"category": "Standard", "decimalPlaces": 0, "default": 90.0, "group": "Geometry", "longDesc": "Defines the tilt angle when the servo is at the maximum. An angle of zero means upwards.", "max": 90.0, "min": -90.0, "name": "CA_SV_TL3_MAXA", "shortDesc": "Tilt Servo 3 Tilt Angle at Maximum", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 0, "default": 0.0, "group": "Geometry", "longDesc": "Defines the tilt angle when the servo is at the minimum. An angle of zero means upwards.", "max": 90.0, "min": -90.0, "name": "CA_SV_TL3_MINA", "shortDesc": "Tilt Servo 3 Tilt Angle at Minimum", "type": "Float", "units": "deg"}, {"category": "Standard", "default": 0, "group": "Geometry", "longDesc": "Defines the direction the servo tilts towards when moving towards the maximum tilt angle. For example if the minimum tilt angle is -90, the maximum 90, and the direction 'Towards Front', the motor axis aligns with the XZ-plane, points towards -X at the minimum and +X at the maximum tilt.", "max": 359, "min": 0, "name": "CA_SV_TL3_TD", "shortDesc": "Tilt Servo 3 Tilt Direction", "type": "Int32", "values": [{"description": "Towards Front", "value": 0}, {"description": "Towards Right", "value": 90}]}, {"category": "Standard", "default": 0, "group": "Geometry", "name": "CA_SV_TL_COUNT", "shortDesc": "Total number of Tilt Servos", "type": "Int32", "values": [{"description": "0", "value": 0}, {"description": "1", "value": 1}, {"description": "2", "value": 2}, {"description": "3", "value": 3}, {"description": "4", "value": 4}]}, {"category": "Standard", "decimalPlaces": 1, "default": 3.0, "group": "Hover Thrust Estimator", "longDesc": "Sets the number of standard deviations used by the innovation consistency test.", "max": 10.0, "min": 1.0, "name": "HTE_ACC_GATE", "shortDesc": "Gate size for acceleration fusion", "type": "Float", "units": "SD"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.1, "group": "Hover Thrust Estimator", "longDesc": "Sets the number of standard deviations used by the innovation consistency test.", "max": 1.0, "min": 0.0, "name": "HTE_HT_ERR_INIT", "shortDesc": "1-sigma initial hover thrust uncertainty", "type": "Float", "units": "normalized_thrust"}, {"category": "Standard", "decimalPlaces": 4, "default": 0.0036, "group": "Hover Thrust Estimator", "longDesc": "Reduce to make the hover thrust estimate more stable, increase if the real hover thrust is expected to change quickly over time.", "max": 1.0, "min": 0.0001, "name": "HTE_HT_NOISE", "shortDesc": "Hover thrust process noise", "type": "Float", "units": "normalized_thrust/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.2, "group": "Hover Thrust Estimator", "longDesc": "Defines the range of the hover thrust estimate around MPC_THR_HOVER. A value of 0.2 with MPC_THR_HOVER at 0.5 results in a range of [0.3, 0.7]. Set to a large value if the vehicle operates in varying physical conditions that affect the required hover thrust strongly (e.g. differently sized payloads).", "max": 0.4, "min": 0.01, "name": "HTE_THR_RANGE", "shortDesc": "Max deviation from MPC_THR_HOVER", "type": "Float", "units": "normalized_thrust"}, {"category": "Standard", "decimalPlaces": 1, "default": 10.0, "group": "Hover Thrust Estimator", "longDesc": "Above this speed, the measurement noise is linearly increased to reduce the sensitivity of the estimator from biased measurement. Set to a low value on vehicles with large lifting surfaces.", "max": 20.0, "min": 1.0, "name": "HTE_VXY_THR", "shortDesc": "Horizontal velocity threshold for sensitivity reduction", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 2.0, "group": "Hover Thrust Estimator", "longDesc": "Above this speed, the measurement noise is linearly increased to reduce the sensitivity of the estimator from biased measurement. Set to a low value on vehicles affected by air drag when climbing or descending.", "max": 10.0, "min": 1.0, "name": "HTE_VZ_THR", "shortDesc": "Vertical velocity threshold for sensitivity reduction", "type": "Float", "units": "m/s"}, {"category": "Standard", "default": 0, "group": "Iridium SBD", "longDesc": "Configure on which serial port to run Iridium (with MAVLink).", "name": "ISBD_CONFIG", "rebootRequired": true, "shortDesc": "Serial Configuration for Iridium (with MAVLink)", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "UART 6", "value": 6}, {"description": "TELEM 1", "value": 101}, {"description": "TELEM 2", "value": 102}, {"description": "TELEM 3", "value": 103}, {"description": "TELEM/SERIAL 4", "value": 104}, {"description": "GPS 1", "value": 201}, {"description": "GPS 2", "value": 202}, {"description": "GPS 3", "value": 203}, {"description": "Radio Controller", "value": 300}, {"description": "Wifi Port", "value": 301}, {"description": "EXT2", "value": 401}]}, {"category": "Standard", "default": 0, "group": "Iridium SBD", "max": 5000, "min": 0, "name": "ISBD_READ_INT", "shortDesc": "Satellite radio read interval. Only required to be nonzero if data is not sent using a ring call", "type": "Int32", "units": "s"}, {"category": "Standard", "default": 60, "group": "Iridium SBD", "max": 300, "min": 0, "name": "ISBD_SBD_TIMEOUT", "shortDesc": "Iridium SBD session timeout", "type": "Int32", "units": "s"}, {"category": "Standard", "default": 0, "group": "Iridium SBD", "longDesc": "Value 0 turns the functionality off", "max": 500, "min": 0, "name": "ISBD_STACK_TIME", "shortDesc": "Time the Iridium driver will wait for additional mavlink messages to combine them into one SBD message", "type": "Int32", "units": "ms"}, {"category": "Standard", "decimalPlaces": 1, "default": 6.0, "group": "Land Detector", "longDesc": "Maximum airspeed allowed in the landed state", "max": 20.0, "min": 2.0, "name": "LNDFW_AIRSPD_MAX", "shortDesc": "Fixed-wing land detector: Max airspeed", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 2.0, "group": "Land Detector", "longDesc": "Time the land conditions (speeds and acceleration) have to be satisfied to detect a landing.", "min": 0.1, "name": "LNDFW_TRIG_TIME", "rebootRequired": true, "shortDesc": "Fixed-wing land detection trigger time", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "Land Detector", "longDesc": "Maximum horizontal velocity allowed in the landed state. A factor of 0.7 is applied in case of airspeed-less flying (either because no sensor is present or sensor data got invalid in flight).", "max": 10.0, "min": 0.5, "name": "LNDFW_VEL_XY_MAX", "shortDesc": "Fixed-wing land detector: Max horizontal velocity threshold", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 1.0, "group": "Land Detector", "longDesc": "Maximum vertical velocity allowed in the landed state.", "max": 20.0, "min": 0.1, "name": "LNDFW_VEL_Z_MAX", "shortDesc": "Fixed-wing land detector: Max vertiacal velocity threshold", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 8.0, "group": "Land Detector", "longDesc": "Maximum horizontal (x,y body axes) acceleration allowed in the landed state", "max": 15.0, "min": 2.0, "name": "LNDFW_XYACC_MAX", "shortDesc": "Fixed-wing land detector: Max horizontal acceleration", "type": "Float", "units": "m/s^2"}, {"category": "Standard", "decimalPlaces": 2, "default": 2.0, "group": "Land Detector", "longDesc": "The height above ground below which ground effect creates barometric altitude errors. A negative value indicates no ground effect.", "min": -1.0, "name": "LNDMC_ALT_GND", "shortDesc": "Ground effect altitude for multicopters", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 20.0, "group": "Land Detector", "longDesc": "Maximum allowed angular velocity around each axis allowed in the landed state.", "name": "LNDMC_ROT_MAX", "shortDesc": "Multicopter max rotation", "type": "Float", "units": "deg/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 1.0, "group": "Land Detector", "longDesc": "Total time it takes to go through all three land detection stages: ground contact, maybe landed, landed when all necessary conditions are constantly met.", "max": 10.0, "min": 0.1, "name": "LNDMC_TRIG_TIME", "shortDesc": "Multicopter land detection trigger time", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 1, "default": 1.5, "group": "Land Detector", "longDesc": "Maximum horizontal velocity allowed in the landed state", "name": "LNDMC_XY_VEL_MAX", "shortDesc": "Multicopter max horizontal velocity", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.25, "group": "Land Detector", "longDesc": "Vertical velocity threshold to detect landing. Has to be set lower than the expected minimal speed for landing, which is either MPC_LAND_SPEED or MPC_LAND_CRWL. This is enforced by an automatic check.", "min": 0.0, "name": "LNDMC_Z_VEL_MAX", "shortDesc": "Multicopter vertical velocity threshold", "type": "Float", "units": "m/s"}, {"category": "System", "default": 0, "group": "Land Detector", "longDesc": "Total flight time of this autopilot. Higher 32 bits of the value. Flight time in microseconds = (LND_FLIGHT_T_HI << 32) | LND_FLIGHT_T_LO.", "min": 0, "name": "LND_FLIGHT_T_HI", "shortDesc": "Total flight time in microseconds", "type": "Int32", "volatile": true}, {"category": "System", "default": 0, "group": "Land Detector", "longDesc": "Total flight time of this autopilot. Lower 32 bits of the value. Flight time in microseconds = (LND_FLIGHT_T_HI << 32) | LND_FLIGHT_T_LO.", "min": 0, "name": "LND_FLIGHT_T_LO", "shortDesc": "Total flight time in microseconds", "type": "Int32", "volatile": true}, {"category": "Standard", "decimalPlaces": 2, "default": 10.0, "group": "Landing Target Estimator", "longDesc": "Variance of acceleration measurement used for landing target position prediction. Higher values results in tighter following of the measurements and more lenient outlier rejection", "min": 0.01, "name": "LTEST_ACC_UNC", "shortDesc": "Acceleration uncertainty", "type": "Float", "units": "(m/s^2)^2"}, {"category": "Standard", "decimalPlaces": 4, "default": 0.005, "group": "Landing Target Estimator", "longDesc": "Variance of the landing target measurement from the driver. Higher values result in less aggressive following of the measurement and a smoother output as well as fewer rejected measurements.", "name": "LTEST_MEAS_UNC", "shortDesc": "Landing target measurement uncertainty", "type": "Float", "units": "tan(rad)^2"}, {"category": "Standard", "default": 0, "group": "Landing Target Estimator", "longDesc": "Configure the mode of the landing target. Depending on the mode, the landing target observations are used differently to aid position estimation. Mode Moving: The landing target may be moving around while in the field of view of the vehicle. Landing target measurements are not used to aid positioning. Mode Stationary: The landing target is stationary. Measured velocity w.r.t. the landing target is used to aid velocity estimation.", "max": 1, "min": 0, "name": "LTEST_MODE", "shortDesc": "Landing target mode", "type": "Int32", "values": [{"description": "Moving", "value": 0}, {"description": "Stationary", "value": 1}]}, {"category": "Standard", "decimalPlaces": 3, "default": 0.1, "group": "Landing Target Estimator", "longDesc": "Initial variance of the relative landing target position in x and y direction", "min": 0.001, "name": "LTEST_POS_UNC_IN", "shortDesc": "Initial landing target position uncertainty", "type": "Float", "units": "m^2"}, {"category": "Standard", "decimalPlaces": 3, "default": 1.0, "group": "Landing Target Estimator", "longDesc": "Landing target x measurements are scaled by this factor before being used", "min": 0.01, "name": "LTEST_SCALE_X", "shortDesc": "Scale factor for sensor measurements in sensor x axis", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 1.0, "group": "Landing Target Estimator", "longDesc": "Landing target y measurements are scaled by this factor before being used", "min": 0.01, "name": "LTEST_SCALE_Y", "shortDesc": "Scale factor for sensor measurements in sensor y axis", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "Landing Target Estimator", "name": "LTEST_SENS_POS_X", "rebootRequired": true, "shortDesc": "X Position of IRLOCK in body frame (forward)", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "Landing Target Estimator", "name": "LTEST_SENS_POS_Y", "rebootRequired": true, "shortDesc": "Y Position of IRLOCK in body frame (right)", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "Landing Target Estimator", "name": "LTEST_SENS_POS_Z", "rebootRequired": true, "shortDesc": "Z Position of IRLOCK in body frame (downward)", "type": "Float", "units": "m"}, {"category": "Standard", "default": 2, "group": "Landing Target Estimator", "longDesc": "Default orientation of Yaw 90\u00b0", "max": 40, "min": -1, "name": "LTEST_SENS_ROT", "rebootRequired": true, "shortDesc": "Rotation of IRLOCK sensor relative to airframe", "type": "Int32", "values": [{"description": "No rotation", "value": 0}, {"description": "Yaw 45\u00b0", "value": 1}, {"description": "Yaw 90\u00b0", "value": 2}, {"description": "Yaw 135\u00b0", "value": 3}, {"description": "Yaw 180\u00b0", "value": 4}, {"description": "Yaw 225\u00b0", "value": 5}, {"description": "Yaw 270\u00b0", "value": 6}, {"description": "Yaw 315\u00b0", "value": 7}]}, {"category": "Standard", "decimalPlaces": 3, "default": 0.1, "group": "Landing Target Estimator", "longDesc": "Initial variance of the relative landing target velocity in x and y directions", "min": 0.001, "name": "LTEST_VEL_UNC_IN", "shortDesc": "Initial landing target velocity uncertainty", "type": "Float", "units": "(m/s)^2"}, {"category": "Standard", "decimalPlaces": 4, "default": 0.012, "group": "Local Position Estimator", "longDesc": "Data sheet noise density = 150ug/sqrt(Hz) = 0.0015 m/s^2/sqrt(Hz) Larger than data sheet to account for tilt error.", "max": 2.0, "min": 1e-05, "name": "LPE_ACC_XY", "shortDesc": "Accelerometer xy noise density", "type": "Float", "units": "m/s^2/sqrt(Hz)"}, {"category": "Standard", "decimalPlaces": 4, "default": 0.02, "group": "Local Position Estimator", "longDesc": "Data sheet noise density = 150ug/sqrt(Hz) = 0.0015 m/s^2/sqrt(Hz)", "max": 2.0, "min": 1e-05, "name": "LPE_ACC_Z", "shortDesc": "Accelerometer z noise density", "type": "Float", "units": "m/s^2/sqrt(Hz)"}, {"category": "Standard", "decimalPlaces": 2, "default": 3.0, "group": "Local Position Estimator", "max": 100.0, "min": 0.01, "name": "LPE_BAR_Z", "shortDesc": "Barometric presssure altitude z standard deviation", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "Local Position Estimator", "name": "LPE_EN", "shortDesc": "Local position estimator enable (unsupported)", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 3, "default": 3.0, "group": "Local Position Estimator", "max": 5.0, "min": 1.0, "name": "LPE_EPH_MAX", "shortDesc": "Max EPH allowed for GPS initialization", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 5.0, "group": "Local Position Estimator", "max": 5.0, "min": 1.0, "name": "LPE_EPV_MAX", "shortDesc": "Max EPV allowed for GPS initialization", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "Local Position Estimator", "longDesc": "By initializing the estimator to the LPE_LAT/LON parameters when global information is unavailable", "max": 1, "min": 0, "name": "LPE_FAKE_ORIGIN", "shortDesc": "Enable publishing of a fake global position (e.g for AUTO missions using Optical Flow)", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.001, "group": "Local Position Estimator", "max": 2.0, "min": 0.0, "name": "LPE_FGYRO_HP", "shortDesc": "Flow gyro high pass filter cut off frequency", "type": "Float", "units": "Hz"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "Local Position Estimator", "max": 1.0, "min": -1.0, "name": "LPE_FLW_OFF_Z", "shortDesc": "Optical flow z offset from center", "type": "Float", "units": "m"}, {"category": "Standard", "default": 150, "group": "Local Position Estimator", "max": 255, "min": 0, "name": "LPE_FLW_QMIN", "shortDesc": "Optical flow minimum quality threshold", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 3, "default": 7.0, "group": "Local Position Estimator", "max": 10.0, "min": 0.1, "name": "LPE_FLW_R", "shortDesc": "Optical flow rotation (roll/pitch) noise gain", "type": "Float", "units": "m/s/rad"}, {"category": "Standard", "decimalPlaces": 3, "default": 7.0, "group": "Local Position Estimator", "max": 10.0, "min": 0.0, "name": "LPE_FLW_RR", "shortDesc": "Optical flow angular velocity noise gain", "type": "Float", "units": "m/rad"}, {"category": "Standard", "decimalPlaces": 3, "default": 1.3, "group": "Local Position Estimator", "max": 10.0, "min": 0.1, "name": "LPE_FLW_SCALE", "shortDesc": "Optical flow scale", "type": "Float", "units": "m"}, {"bitmask": [{"description": "fuse GPS, requires GPS for alt. init", "index": 0}, {"description": "fuse optical flow", "index": 1}, {"description": "fuse vision position", "index": 2}, {"description": "fuse landing target", "index": 3}, {"description": "fuse land detector", "index": 4}, {"description": "pub agl as lpos down", "index": 5}, {"description": "flow gyro compensation", "index": 6}, {"description": "fuse baro", "index": 7}], "category": "Standard", "default": 145, "group": "Local Position Estimator", "longDesc": "Set bits in the following positions to enable: 0 : Set to true to fuse GPS data if available, also requires GPS for altitude init 1 : Set to true to fuse optical flow data if available 2 : Set to true to fuse vision position 3 : Set to true to enable landing target 4 : Set to true to fuse land detector 5 : Set to true to publish AGL as local position down component 6 : Set to true to enable flow gyro compensation 7 : Set to true to enable baro fusion default (145 - GPS, baro, land detector)", "max": 255, "min": 0, "name": "LPE_FUSION", "shortDesc": "Integer bitmask controlling data fusion", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.29, "group": "Local Position Estimator", "max": 0.4, "min": 0.0, "name": "LPE_GPS_DELAY", "shortDesc": "GPS delay compensaton", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.25, "group": "Local Position Estimator", "longDesc": "EPV used if greater than this value.", "max": 2.0, "min": 0.01, "name": "LPE_GPS_VXY", "shortDesc": "GPS xy velocity standard deviation", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.25, "group": "Local Position Estimator", "max": 2.0, "min": 0.01, "name": "LPE_GPS_VZ", "shortDesc": "GPS z velocity standard deviation", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "Local Position Estimator", "max": 5.0, "min": 0.01, "name": "LPE_GPS_XY", "shortDesc": "Minimum GPS xy standard deviation, uses reported EPH if greater", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 3.0, "group": "Local Position Estimator", "max": 200.0, "min": 0.01, "name": "LPE_GPS_Z", "shortDesc": "Minimum GPS z standard deviation, uses reported EPV if greater", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.05, "group": "Local Position Estimator", "max": 10.0, "min": 0.01, "name": "LPE_LAND_VXY", "shortDesc": "Land detector xy velocity standard deviation", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.03, "group": "Local Position Estimator", "max": 10.0, "min": 0.001, "name": "LPE_LAND_Z", "shortDesc": "Land detector z standard deviation", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 8, "default": 47.397742, "group": "Local Position Estimator", "max": 90.0, "min": -90.0, "name": "LPE_LAT", "shortDesc": "Local origin latitude for nav w/o GPS", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "Local Position Estimator", "max": 1.0, "min": -1.0, "name": "LPE_LDR_OFF_Z", "shortDesc": "Lidar z offset from center of vehicle +down", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.03, "group": "Local Position Estimator", "max": 1.0, "min": 0.01, "name": "LPE_LDR_Z", "shortDesc": "Lidar z standard deviation", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 8, "default": 8.545594, "group": "Local Position Estimator", "max": 180.0, "min": -180.0, "name": "LPE_LON", "shortDesc": "Local origin longitude for nav w/o GPS", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0001, "group": "Local Position Estimator", "max": 10.0, "min": 0.0, "name": "LPE_LT_COV", "shortDesc": "Minimum landing target standard covariance, uses reported covariance if greater", "type": "Float", "units": "m^2"}, {"category": "Standard", "decimalPlaces": 8, "default": 0.001, "group": "Local Position Estimator", "max": 1.0, "min": 0.0, "name": "LPE_PN_B", "shortDesc": "Accel bias propagation noise density", "type": "Float", "units": "m/s^3/sqrt(Hz)"}, {"category": "Standard", "decimalPlaces": 8, "default": 0.1, "group": "Local Position Estimator", "longDesc": "Increase to trust measurements more. Decrease to trust model more.", "max": 1.0, "min": 0.0, "name": "LPE_PN_P", "shortDesc": "Position propagation noise density", "type": "Float", "units": "m/s/sqrt(Hz)"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.001, "group": "Local Position Estimator", "max": 1.0, "min": 0.0, "name": "LPE_PN_T", "shortDesc": "Terrain random walk noise density, hilly/outdoor (0.1), flat/Indoor (0.001)", "type": "Float", "units": "m/s/sqrt(Hz)"}, {"category": "Standard", "decimalPlaces": 8, "default": 0.1, "group": "Local Position Estimator", "longDesc": "Increase to trust measurements more. Decrease to trust model more.", "max": 1.0, "min": 0.0, "name": "LPE_PN_V", "shortDesc": "Velocity propagation noise density", "type": "Float", "units": "m/s^2/sqrt(Hz)"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "Local Position Estimator", "max": 1.0, "min": -1.0, "name": "LPE_SNR_OFF_Z", "shortDesc": "Sonar z offset from center of vehicle +down", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.05, "group": "Local Position Estimator", "max": 1.0, "min": 0.01, "name": "LPE_SNR_Z", "shortDesc": "Sonar z standard deviation", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 1.0, "group": "Local Position Estimator", "longDesc": "Used to calculate increased terrain random walk nosie due to movement.", "max": 100.0, "min": 0.0, "name": "LPE_T_MAX_GRADE", "shortDesc": "Terrain maximum percent grade, hilly/outdoor (100 = 45 deg), flat/Indoor (0 = 0 deg)", "type": "Float", "units": "%"}, {"category": "Standard", "decimalPlaces": 4, "default": 0.001, "group": "Local Position Estimator", "max": 1.0, "min": 0.0001, "name": "LPE_VIC_P", "shortDesc": "Vicon position standard deviation", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "Local Position Estimator", "longDesc": "Set to zero to enable automatic compensation from measurement timestamps", "max": 0.1, "min": 0.0, "name": "LPE_VIS_DELAY", "shortDesc": "Vision delay compensation", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.1, "group": "Local Position Estimator", "max": 1.0, "min": 0.01, "name": "LPE_VIS_XY", "shortDesc": "Vision xy standard deviation", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.5, "group": "Local Position Estimator", "max": 100.0, "min": 0.01, "name": "LPE_VIS_Z", "shortDesc": "Vision z standard deviation", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.3, "group": "Local Position Estimator", "max": 1.0, "min": 0.01, "name": "LPE_VXY_PUB", "shortDesc": "Required velocity xy standard deviation to publish position", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 0, "default": 5.0, "group": "Local Position Estimator", "max": 1000.0, "min": 5.0, "name": "LPE_X_LP", "shortDesc": "Cut frequency for state publication", "type": "Float", "units": "Hz"}, {"category": "Standard", "decimalPlaces": 1, "default": 1.0, "group": "Local Position Estimator", "max": 5.0, "min": 0.3, "name": "LPE_Z_PUB", "shortDesc": "Required z standard deviation to publish altitude/ terrain", "type": "Float", "units": "m"}, {"category": "Standard", "default": 1, "group": "MAVLink", "longDesc": "This allows a ground control station to automatically find the drone on the local network.", "name": "MAV_0_BROADCAST", "shortDesc": "Broadcast heartbeats on local network for MAVLink instance 0", "type": "Int32", "values": [{"description": "Never broadcast", "value": 0}, {"description": "Always broadcast", "value": 1}, {"description": "Only multicast", "value": 2}]}, {"category": "Standard", "default": 101, "group": "MAVLink", "longDesc": "Configure on which serial port to run MAVLink.", "name": "MAV_0_CONFIG", "rebootRequired": true, "shortDesc": "Serial Configuration for MAVLink (instance 0)", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "UART 6", "value": 6}, {"description": "TELEM 1", "value": 101}, {"description": "TELEM 2", "value": 102}, {"description": "TELEM 3", "value": 103}, {"description": "TELEM/SERIAL 4", "value": 104}, {"description": "GPS 1", "value": 201}, {"description": "GPS 2", "value": 202}, {"description": "GPS 3", "value": 203}, {"description": "Radio Controller", "value": 300}, {"description": "Wifi Port", "value": 301}, {"description": "EXT2", "value": 401}, {"description": "Ethernet", "value": 1000}]}, {"category": "Standard", "default": 2, "group": "MAVLink", "longDesc": "This is used to force flow control on or off for the the mavlink instance. By default it is auto detected. Use when auto detection fails.", "name": "MAV_0_FLOW_CTRL", "rebootRequired": true, "shortDesc": "Enable serial flow control for instance 0", "type": "Int32", "values": [{"description": "Force off", "value": 0}, {"description": "Force on", "value": 1}, {"description": "Auto-detected", "value": 2}]}, {"category": "Standard", "default": 1, "group": "MAVLink", "longDesc": "If enabled, forward incoming MAVLink messages to other MAVLink ports if the message is either broadcast or the target is not the autopilot. This allows for example a GCS to talk to a camera that is connected to the autopilot via MAVLink (on a different link than the GCS).", "name": "MAV_0_FORWARD", "rebootRequired": true, "shortDesc": "Enable MAVLink Message forwarding for instance 0", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "MAVLink", "longDesc": "The MAVLink Mode defines the set of streamed messages (for example the vehicle's attitude) and their sending rates.", "name": "MAV_0_MODE", "rebootRequired": true, "shortDesc": "MAVLink Mode for instance 0", "type": "Int32", "values": [{"description": "Normal", "value": 0}, {"description": "Custom", "value": 1}, {"description": "Onboard", "value": 2}, {"description": "OSD", "value": 3}, {"description": "Magic", "value": 4}, {"description": "Config", "value": 5}, {"description": "Minimal", "value": 7}, {"description": "External Vision", "value": 8}, {"description": "Gimbal", "value": 10}, {"description": "Onboard Low Bandwidth", "value": 11}, {"description": "uAvionix", "value": 12}]}, {"category": "Standard", "default": 1, "group": "MAVLink", "longDesc": "If enabled, MAVLink messages will be throttled according to `txbuf` field reported by radio_status. Requires a radio to send the mavlink message RADIO_STATUS.", "name": "MAV_0_RADIO_CTL", "rebootRequired": true, "shortDesc": "Enable software throttling of mavlink on instance 0", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 1200, "group": "MAVLink", "longDesc": "Configure the maximum sending rate for the MAVLink streams in Bytes/sec. If the configured streams exceed the maximum rate, the sending rate of each stream is automatically decreased. If this is set to 0 a value of half of the theoretical maximum bandwidth is used. This corresponds to baudrate/20 Bytes/s (baudrate/10 = maximum data rate on 8N1-configured links).", "min": 0, "name": "MAV_0_RATE", "rebootRequired": true, "shortDesc": "Maximum MAVLink sending rate for instance 0", "type": "Int32", "units": "B/s"}, {"category": "Standard", "default": 14550, "group": "MAVLink", "longDesc": "If ethernet enabled and selected as configuration for MAVLink instance 0, selected remote port will be set and used in MAVLink instance 0.", "name": "MAV_0_REMOTE_PRT", "rebootRequired": true, "shortDesc": "MAVLink Remote Port for instance 0", "type": "Int32"}, {"category": "Standard", "default": 14556, "group": "MAVLink", "longDesc": "If ethernet enabled and selected as configuration for MAVLink instance 0, selected udp port will be set and used in MAVLink instance 0.", "name": "MAV_0_UDP_PRT", "rebootRequired": true, "shortDesc": "MAVLink Network Port for instance 0", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "MAVLink", "longDesc": "This allows a ground control station to automatically find the drone on the local network.", "name": "MAV_1_BROADCAST", "shortDesc": "Broadcast heartbeats on local network for MAVLink instance 1", "type": "Int32", "values": [{"description": "Never broadcast", "value": 0}, {"description": "Always broadcast", "value": 1}, {"description": "Only multicast", "value": 2}]}, {"category": "Standard", "default": 0, "group": "MAVLink", "longDesc": "Configure on which serial port to run MAVLink.", "name": "MAV_1_CONFIG", "rebootRequired": true, "shortDesc": "Serial Configuration for MAVLink (instance 1)", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "UART 6", "value": 6}, {"description": "TELEM 1", "value": 101}, {"description": "TELEM 2", "value": 102}, {"description": "TELEM 3", "value": 103}, {"description": "TELEM/SERIAL 4", "value": 104}, {"description": "GPS 1", "value": 201}, {"description": "GPS 2", "value": 202}, {"description": "GPS 3", "value": 203}, {"description": "Radio Controller", "value": 300}, {"description": "Wifi Port", "value": 301}, {"description": "EXT2", "value": 401}, {"description": "Ethernet", "value": 1000}]}, {"category": "Standard", "default": 2, "group": "MAVLink", "longDesc": "This is used to force flow control on or off for the the mavlink instance. By default it is auto detected. Use when auto detection fails.", "name": "MAV_1_FLOW_CTRL", "rebootRequired": true, "shortDesc": "Enable serial flow control for instance 1", "type": "Int32", "values": [{"description": "Force off", "value": 0}, {"description": "Force on", "value": 1}, {"description": "Auto-detected", "value": 2}]}, {"category": "Standard", "default": 0, "group": "MAVLink", "longDesc": "If enabled, forward incoming MAVLink messages to other MAVLink ports if the message is either broadcast or the target is not the autopilot. This allows for example a GCS to talk to a camera that is connected to the autopilot via MAVLink (on a different link than the GCS).", "name": "MAV_1_FORWARD", "rebootRequired": true, "shortDesc": "Enable MAVLink Message forwarding for instance 1", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 2, "group": "MAVLink", "longDesc": "The MAVLink Mode defines the set of streamed messages (for example the vehicle's attitude) and their sending rates.", "name": "MAV_1_MODE", "rebootRequired": true, "shortDesc": "MAVLink Mode for instance 1", "type": "Int32", "values": [{"description": "Normal", "value": 0}, {"description": "Custom", "value": 1}, {"description": "Onboard", "value": 2}, {"description": "OSD", "value": 3}, {"description": "Magic", "value": 4}, {"description": "Config", "value": 5}, {"description": "Minimal", "value": 7}, {"description": "External Vision", "value": 8}, {"description": "Gimbal", "value": 10}, {"description": "Onboard Low Bandwidth", "value": 11}, {"description": "uAvionix", "value": 12}]}, {"category": "Standard", "default": 1, "group": "MAVLink", "longDesc": "If enabled, MAVLink messages will be throttled according to `txbuf` field reported by radio_status. Requires a radio to send the mavlink message RADIO_STATUS.", "name": "MAV_1_RADIO_CTL", "rebootRequired": true, "shortDesc": "Enable software throttling of mavlink on instance 1", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "MAVLink", "longDesc": "Configure the maximum sending rate for the MAVLink streams in Bytes/sec. If the configured streams exceed the maximum rate, the sending rate of each stream is automatically decreased. If this is set to 0 a value of half of the theoretical maximum bandwidth is used. This corresponds to baudrate/20 Bytes/s (baudrate/10 = maximum data rate on 8N1-configured links).", "min": 0, "name": "MAV_1_RATE", "rebootRequired": true, "shortDesc": "Maximum MAVLink sending rate for instance 1", "type": "Int32", "units": "B/s"}, {"category": "Standard", "default": 0, "group": "MAVLink", "longDesc": "If ethernet enabled and selected as configuration for MAVLink instance 1, selected remote port will be set and used in MAVLink instance 1.", "name": "MAV_1_REMOTE_PRT", "rebootRequired": true, "shortDesc": "MAVLink Remote Port for instance 1", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "MAVLink", "longDesc": "If ethernet enabled and selected as configuration for MAVLink instance 1, selected udp port will be set and used in MAVLink instance 1.", "name": "MAV_1_UDP_PRT", "rebootRequired": true, "shortDesc": "MAVLink Network Port for instance 1", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "MAVLink", "longDesc": "This allows a ground control station to automatically find the drone on the local network.", "name": "MAV_2_BROADCAST", "shortDesc": "Broadcast heartbeats on local network for MAVLink instance 2", "type": "Int32", "values": [{"description": "Never broadcast", "value": 0}, {"description": "Always broadcast", "value": 1}, {"description": "Only multicast", "value": 2}]}, {"category": "Standard", "default": 0, "group": "MAVLink", "longDesc": "Configure on which serial port to run MAVLink.", "name": "MAV_2_CONFIG", "rebootRequired": true, "shortDesc": "Serial Configuration for MAVLink (instance 2)", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "UART 6", "value": 6}, {"description": "TELEM 1", "value": 101}, {"description": "TELEM 2", "value": 102}, {"description": "TELEM 3", "value": 103}, {"description": "TELEM/SERIAL 4", "value": 104}, {"description": "GPS 1", "value": 201}, {"description": "GPS 2", "value": 202}, {"description": "GPS 3", "value": 203}, {"description": "Radio Controller", "value": 300}, {"description": "Wifi Port", "value": 301}, {"description": "EXT2", "value": 401}, {"description": "Ethernet", "value": 1000}]}, {"category": "Standard", "default": 2, "group": "MAVLink", "longDesc": "This is used to force flow control on or off for the the mavlink instance. By default it is auto detected. Use when auto detection fails.", "name": "MAV_2_FLOW_CTRL", "rebootRequired": true, "shortDesc": "Enable serial flow control for instance 2", "type": "Int32", "values": [{"description": "Force off", "value": 0}, {"description": "Force on", "value": 1}, {"description": "Auto-detected", "value": 2}]}, {"category": "Standard", "default": 0, "group": "MAVLink", "longDesc": "If enabled, forward incoming MAVLink messages to other MAVLink ports if the message is either broadcast or the target is not the autopilot. This allows for example a GCS to talk to a camera that is connected to the autopilot via MAVLink (on a different link than the GCS).", "name": "MAV_2_FORWARD", "rebootRequired": true, "shortDesc": "Enable MAVLink Message forwarding for instance 2", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "MAVLink", "longDesc": "The MAVLink Mode defines the set of streamed messages (for example the vehicle's attitude) and their sending rates.", "name": "MAV_2_MODE", "rebootRequired": true, "shortDesc": "MAVLink Mode for instance 2", "type": "Int32", "values": [{"description": "Normal", "value": 0}, {"description": "Custom", "value": 1}, {"description": "Onboard", "value": 2}, {"description": "OSD", "value": 3}, {"description": "Magic", "value": 4}, {"description": "Config", "value": 5}, {"description": "Minimal", "value": 7}, {"description": "External Vision", "value": 8}, {"description": "Gimbal", "value": 10}, {"description": "Onboard Low Bandwidth", "value": 11}, {"description": "uAvionix", "value": 12}]}, {"category": "Standard", "default": 1, "group": "MAVLink", "longDesc": "If enabled, MAVLink messages will be throttled according to `txbuf` field reported by radio_status. Requires a radio to send the mavlink message RADIO_STATUS.", "name": "MAV_2_RADIO_CTL", "rebootRequired": true, "shortDesc": "Enable software throttling of mavlink on instance 2", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "MAVLink", "longDesc": "Configure the maximum sending rate for the MAVLink streams in Bytes/sec. If the configured streams exceed the maximum rate, the sending rate of each stream is automatically decreased. If this is set to 0 a value of half of the theoretical maximum bandwidth is used. This corresponds to baudrate/20 Bytes/s (baudrate/10 = maximum data rate on 8N1-configured links).", "min": 0, "name": "MAV_2_RATE", "rebootRequired": true, "shortDesc": "Maximum MAVLink sending rate for instance 2", "type": "Int32", "units": "B/s"}, {"category": "Standard", "default": 0, "group": "MAVLink", "longDesc": "If ethernet enabled and selected as configuration for MAVLink instance 2, selected remote port will be set and used in MAVLink instance 2.", "name": "MAV_2_REMOTE_PRT", "rebootRequired": true, "shortDesc": "MAVLink Remote Port for instance 2", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "MAVLink", "longDesc": "If ethernet enabled and selected as configuration for MAVLink instance 2, selected udp port will be set and used in MAVLink instance 2.", "name": "MAV_2_UDP_PRT", "rebootRequired": true, "shortDesc": "MAVLink Network Port for instance 2", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "MAVLink", "max": 250, "min": 1, "name": "MAV_COMP_ID", "rebootRequired": true, "shortDesc": "MAVLink component ID", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "MAVLink", "longDesc": "If set to 1 incoming external setpoint messages will be directly forwarded to the controllers if in offboard control mode", "name": "MAV_FWDEXTSP", "shortDesc": "Forward external setpoint messages", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 1, "group": "MAVLink", "longDesc": "Disabling the parameter hash check functionality will make the mavlink instance stream parameters continuously.", "name": "MAV_HASH_CHK_EN", "shortDesc": "Parameter hash check", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 1, "group": "MAVLink", "longDesc": "The mavlink heartbeat message will not be forwarded if this parameter is set to 'disabled'. The main reason for disabling heartbeats to be forwarded is because they confuse dronekit.", "name": "MAV_HB_FORW_EN", "shortDesc": "Heartbeat message forwarding", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "MAVLink", "name": "MAV_PROTO_VER", "shortDesc": "MAVLink protocol version", "type": "Int32", "values": [{"description": "Default to 1, switch to 2 if GCS sends version 2", "value": 0}, {"description": "Always use version 1", "value": 1}, {"description": "Always use version 2", "value": 2}]}, {"category": "Standard", "default": 5, "group": "MAVLink", "longDesc": "If the connected radio stops reporting RADIO_STATUS for a certain time, a warning is triggered and, if MAV_X_RADIO_CTL is enabled, the software-flow control is reset.", "max": 250, "min": 1, "name": "MAV_RADIO_TOUT", "shortDesc": "Timeout in seconds for the RADIO_STATUS reports coming in", "type": "Int32", "units": "s"}, {"category": "Standard", "default": 0, "group": "MAVLink", "longDesc": "When non-zero the MAVLink app will attempt to configure the SiK radio to this ID and re-set the parameter to 0. If the value is negative it will reset the complete radio config to factory defaults. Only applies if this mavlink instance is going through a SiK radio", "max": 240, "min": -1, "name": "MAV_SIK_RADIO_ID", "shortDesc": "MAVLink SiK Radio ID", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "MAVLink", "max": 250, "min": 1, "name": "MAV_SYS_ID", "rebootRequired": true, "shortDesc": "MAVLink system ID", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "MAVLink", "max": 22, "min": 0, "name": "MAV_TYPE", "shortDesc": "MAVLink airframe type", "type": "Int32", "values": [{"description": "Generic micro air vehicle", "value": 0}, {"description": "Fixed wing aircraft", "value": 1}, {"description": "Quadrotor", "value": 2}, {"description": "Coaxial helicopter", "value": 3}, {"description": "Normal helicopter with tail rotor", "value": 4}, {"description": "Airship, controlled", "value": 7}, {"description": "Free balloon, uncontrolled", "value": 8}, {"description": "Ground rover", "value": 10}, {"description": "Surface vessel, boat, ship", "value": 11}, {"description": "Submarine", "value": 12}, {"description": "Hexarotor", "value": 13}, {"description": "Octorotor", "value": 14}, {"description": "Tricopter", "value": 15}, {"description": "VTOL Two-rotor Tailsitter", "value": 19}, {"description": "VTOL Quad-rotor Tailsitter", "value": 20}, {"description": "VTOL Tiltrotor", "value": 21}, {"description": "VTOL Standard (separate fixed rotors for hover and cruise flight)", "value": 22}, {"description": "VTOL Tailsitter", "value": 23}]}, {"category": "Standard", "default": 0, "group": "MAVLink", "longDesc": "If set to 1 incoming HIL GPS messages are parsed.", "name": "MAV_USEHILGPS", "shortDesc": "Use/Accept HIL GPS message even if not in HIL mode", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 1, "group": "Magnetometer Bias Estimator", "longDesc": "This enables continuous calibration of the magnetometers before takeoff using gyro data.", "name": "MBE_ENABLE", "rebootRequired": true, "shortDesc": "Enable online mag bias calibration", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 18.0, "group": "Magnetometer Bias Estimator", "increment": 0.1, "longDesc": "Increase to make the estimator more responsive Decrease to make the estimator more robust to noise", "max": 100.0, "min": 0.1, "name": "MBE_LEARN_GAIN", "shortDesc": "Mag bias estimator learning gain", "type": "Float"}, {"category": "Standard", "default": 1, "group": "Manual Control", "longDesc": "This determines if moving the left stick to the lower right arms and to the lower left disarms the vehicle.", "name": "MAN_ARM_GESTURE", "shortDesc": "Enable arm/disarm stick gesture", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 2, "default": -1.0, "group": "Manual Control", "longDesc": "The timeout for holding the left stick to the lower left and the right stick to the lower right at the same time until the gesture kills the actuators one-way. A negative value disables the feature.", "max": 15.0, "min": -1.0, "name": "MAN_KILL_GEST_T", "shortDesc": "Trigger time for kill stick gesture", "type": "Float", "units": "s"}, {"category": "Standard", "default": 30, "group": "Mission", "longDesc": "The time in seconds the system should do open loop loiter and wait for GPS recovery before it starts descending. Set to 0 to disable. Roll angle is set to FW_GPSF_R. Does only apply for fixed-wing vehicles or VTOLs with NAV_FORCE_VT set to 0.", "max": 3600, "min": 0, "name": "FW_GPSF_LT", "shortDesc": "GPS failure loiter time", "type": "Int32", "units": "s"}, {"category": "Standard", "decimalPlaces": 1, "default": 15.0, "group": "Mission", "increment": 0.5, "longDesc": "Roll in degrees during the loiter after the vehicle has lost GPS in an auto mode (e.g. mission or loiter).", "max": 30.0, "min": 0.0, "name": "FW_GPSF_R", "shortDesc": "GPS failure fixed roll angle", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 1, "default": 900.0, "group": "Mission", "increment": 100.0, "longDesc": "Failsafe check to prevent running mission stored from previous flight at a new takeoff location. Set a value of zero or less to disable. The mission will not be started if the current waypoint is more distant than MIS_DIST_1WP from the current position.", "max": 10000.0, "min": -1.0, "name": "MIS_DIST_1WP", "shortDesc": "Maximal horizontal distance from current position to first waypoint", "type": "Float", "units": "m"}, {"category": "Standard", "default": 30, "group": "Mission", "longDesc": "Minimum altitude above landing point that the vehicle will climb to after an aborted landing. Then vehicle will loiter in this altitude until further command is received. Only applies to fixed-wing vehicles.", "min": 0, "name": "MIS_LND_ABRT_ALT", "shortDesc": "Landing abort min altitude", "type": "Int32", "units": "m"}, {"category": "Standard", "default": 0, "group": "Mission", "longDesc": "If enabled, yaw commands will be sent to the mount and the vehicle will follow its heading towards the flight direction. If disabled, the vehicle will yaw towards the ROI.", "max": 1, "min": 0, "name": "MIS_MNT_YAW_CTL", "shortDesc": "Enable yaw control of the mount. (Only affects multicopters and ROI mission items)", "type": "Int32", "values": [{"description": "Disable", "value": 0}, {"description": "Enable", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "Mission", "increment": 1.0, "min": 0.0, "name": "MIS_PD_TO", "shortDesc": "Timeout for a successful payload deployment acknowledgement", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 1, "default": 2.5, "group": "Mission", "increment": 0.5, "longDesc": "This is the relative altitude the system will take off to if not otherwise specified.", "min": 0.0, "name": "MIS_TAKEOFF_ALT", "shortDesc": "Default take-off altitude", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "Mission", "longDesc": "Specifies if a mission has to contain a takeoff and/or mission landing. Validity of configured takeoffs/landings is checked independently of the setting here.", "name": "MIS_TKO_LAND_REQ", "shortDesc": "Mission takeoff/landing required", "type": "Int32", "values": [{"description": "No requirements", "value": 0}, {"description": "Require a takeoff", "value": 1}, {"description": "Require a landing", "value": 2}, {"description": "Require a takeoff and a landing", "value": 3}, {"description": "Require both a takeoff and a landing, or neither", "value": 4}, {"description": "Same as previous when landed, in-air require landing only if no valid VTOL approach is present", "value": 5}]}, {"category": "Standard", "decimalPlaces": 1, "default": 12.0, "group": "Mission", "increment": 1.0, "max": 90.0, "min": 0.0, "name": "MIS_YAW_ERR", "shortDesc": "Max yaw error in degrees needed for waypoint heading acceptance", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 1, "default": -1.0, "group": "Mission", "increment": 1.0, "longDesc": "If set > 0 it will ignore the target heading for normal waypoint acceptance. If the waypoint forces the heading the timeout will matter. For example on VTOL forwards transition. Mainly useful for VTOLs that have less yaw authority and might not reach target yaw in wind. Disabled by default.", "max": 20.0, "min": -1.0, "name": "MIS_YAW_TMT", "shortDesc": "Time in seconds we wait on reaching target heading at a waypoint if it is forced", "type": "Float", "units": "s"}, {"category": "Standard", "default": 0, "group": "Mission", "max": 4, "min": 0, "name": "MPC_YAW_MODE", "shortDesc": "Heading behavior in autonomous modes", "type": "Int32", "values": [{"description": "towards waypoint", "value": 0}, {"description": "towards home", "value": 1}, {"description": "away from home", "value": 2}, {"description": "along trajectory", "value": 3}, {"description": "towards waypoint (yaw first)", "value": 4}]}, {"category": "Standard", "decimalPlaces": 1, "default": 10.0, "group": "Mission", "increment": 0.5, "longDesc": "Default acceptance radius, overridden by acceptance radius of waypoint if set. For fixed wing the npfg switch distance is used for horizontal acceptance.", "max": 200.0, "min": 0.05, "name": "NAV_ACC_RAD", "shortDesc": "Acceptance Radius", "type": "Float", "units": "m"}, {"category": "Standard", "default": 1, "group": "Mission", "name": "NAV_FORCE_VT", "shortDesc": "Force VTOL mode takeoff and land", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "Mission", "longDesc": "Altitude acceptance used for the last waypoint before a fixed-wing landing. This is usually smaller than the standard vertical acceptance because close to the ground higher accuracy is required.", "max": 200.0, "min": 0.05, "name": "NAV_FW_ALTL_RAD", "shortDesc": "FW Altitude Acceptance Radius before a landing", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 10.0, "group": "Mission", "increment": 0.5, "longDesc": "Acceptance radius for fixedwing altitude.", "max": 200.0, "min": 0.05, "name": "NAV_FW_ALT_RAD", "shortDesc": "FW Altitude Acceptance Radius", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 80.0, "group": "Mission", "increment": 0.5, "longDesc": "Default value of loiter radius in FW mode (e.g. for Loiter mode).", "max": 1000.0, "min": 25.0, "name": "NAV_LOITER_RAD", "shortDesc": "Loiter radius (FW only)", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 0.8, "group": "Mission", "increment": 0.5, "longDesc": "Acceptance radius for multicopter altitude.", "max": 200.0, "min": 0.05, "name": "NAV_MC_ALT_RAD", "shortDesc": "MC Altitude Acceptance Radius", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": -1.0, "group": "Mission", "increment": 0.5, "longDesc": "This is the minimum altitude above Home the system will always obey in Loiter (Hold) mode if switched into this mode without specifying an altitude (e.g. through Loiter switch on RC). Doesn't affect Loiters that are part of Missions or that are entered through a reposition setpoint (\"Go to\"). Set to a negative value to disable.", "min": -1.0, "name": "NAV_MIN_LTR_ALT", "shortDesc": "Minimum Loiter altitude", "type": "Float", "units": "m"}, {"category": "Standard", "default": 1, "group": "Mission", "longDesc": "Enabling this will allow the system to respond to transponder data from e.g. ADSB transponders", "name": "NAV_TRAFF_AVOID", "shortDesc": "Set traffic avoidance mode", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Warn only", "value": 1}, {"description": "Return mode", "value": 2}, {"description": "Land mode", "value": 3}, {"description": "Position Hold mode", "value": 4}]}, {"category": "Standard", "default": 500.0, "group": "Mission", "longDesc": "Defines a crosstrack horizontal distance", "min": 500.0, "name": "NAV_TRAFF_A_HOR", "shortDesc": "Set NAV TRAFFIC AVOID horizontal distance", "type": "Float", "units": "m"}, {"category": "Standard", "default": 500.0, "group": "Mission", "max": 500.0, "min": 10.0, "name": "NAV_TRAFF_A_VER", "shortDesc": "Set NAV TRAFFIC AVOID vertical distance", "type": "Float", "units": "m"}, {"category": "Standard", "default": 60, "group": "Mission", "longDesc": "Minimum acceptable time until collsion. Assumes constant speed over 3d distance.", "max": 900000000, "min": 1, "name": "NAV_TRAFF_COLL_T", "shortDesc": "Estimated time until collision", "type": "Int32", "units": "s"}, {"category": "Standard", "default": 0, "group": "Mixer Output", "longDesc": "The air-mode enables the mixer to increase the total thrust of the multirotor in order to keep attitude and rate control even at low and high throttle. This function should be disabled during tuning as it will help the controller to diverge if the closed-loop is unstable (i.e. the vehicle is not tuned yet). Enabling air-mode for yaw requires the use of an arming switch.", "name": "MC_AIRMODE", "shortDesc": "Multicopter air-mode", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Roll/Pitch", "value": 1}, {"description": "Roll/Pitch/Yaw", "value": 2}]}, {"category": "Standard", "default": 0, "group": "ModalAI Custom Configuration", "longDesc": "This can be set to indicate that drone behavior needs to be changed to match a custom setting", "name": "MODALAI_CONFIG", "rebootRequired": true, "shortDesc": "Custom configuration for ModalAI drones", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Mount", "longDesc": "Set to true for servo gimbal, false for passthrough. This is required for a gimbal which is not capable of stabilizing itself and relies on the IMU's attitude estimation.", "max": 2, "min": 0, "name": "MNT_DO_STAB", "shortDesc": "Stabilize the mount", "type": "Int32", "values": [{"description": "Disable", "value": 0}, {"description": "Stabilize all axis", "value": 1}, {"description": "Stabilize yaw for absolute/lock mode.", "value": 2}]}, {"category": "Standard", "decimalPlaces": 1, "default": 90.0, "group": "Mount", "max": 90.0, "min": -90.0, "name": "MNT_LND_P_MAX", "shortDesc": "Pitch maximum when landed", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 1, "default": -90.0, "group": "Mount", "max": 90.0, "min": -90.0, "name": "MNT_LND_P_MIN", "shortDesc": "Pitch minimum when landed", "type": "Float", "units": "deg"}, {"category": "Standard", "default": 0, "group": "Mount", "max": 6, "min": 0, "name": "MNT_MAN_PITCH", "shortDesc": "Auxiliary channel to control pitch (in AUX input or manual mode)", "type": "Int32", "values": [{"description": "Disable", "value": 0}, {"description": "AUX1", "value": 1}, {"description": "AUX2", "value": 2}, {"description": "AUX3", "value": 3}, {"description": "AUX4", "value": 4}, {"description": "AUX5", "value": 5}, {"description": "AUX6", "value": 6}]}, {"category": "Standard", "default": 0, "group": "Mount", "max": 6, "min": 0, "name": "MNT_MAN_ROLL", "shortDesc": "Auxiliary channel to control roll (in AUX input or manual mode)", "type": "Int32", "values": [{"description": "Disable", "value": 0}, {"description": "AUX1", "value": 1}, {"description": "AUX2", "value": 2}, {"description": "AUX3", "value": 3}, {"description": "AUX4", "value": 4}, {"description": "AUX5", "value": 5}, {"description": "AUX6", "value": 6}]}, {"category": "Standard", "default": 0, "group": "Mount", "max": 6, "min": 0, "name": "MNT_MAN_YAW", "shortDesc": "Auxiliary channel to control yaw (in AUX input or manual mode)", "type": "Int32", "values": [{"description": "Disable", "value": 0}, {"description": "AUX1", "value": 1}, {"description": "AUX2", "value": 2}, {"description": "AUX3", "value": 3}, {"description": "AUX4", "value": 4}, {"description": "AUX5", "value": 5}, {"description": "AUX6", "value": 6}]}, {"category": "Standard", "default": 154, "group": "Mount", "longDesc": "If MNT_MODE_OUT is MAVLink protocol v2, mount configure/control commands will be sent with this component ID.", "name": "MNT_MAV_COMPID", "shortDesc": "Mavlink Component ID of the mount", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "Mount", "longDesc": "If MNT_MODE_OUT is MAVLink gimbal protocol v1, mount configure/control commands will be sent with this target ID.", "name": "MNT_MAV_SYSID", "shortDesc": "Mavlink System ID of the mount", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Mount", "longDesc": "This is the protocol used between the ground station and the autopilot. Recommended is Auto, RC only or MAVLink gimbal protocol v2. The rest will be deprecated.", "max": 4, "min": -1, "name": "MNT_MODE_IN", "rebootRequired": true, "shortDesc": "Mount input mode", "type": "Int32", "values": [{"description": "DISABLED", "value": -1}, {"description": "Auto (RC and MAVLink gimbal protocol v2)", "value": 0}, {"description": "RC", "value": 1}, {"description": "MAVLINK_ROI (protocol v1, to be deprecated)", "value": 2}, {"description": "MAVLINK_DO_MOUNT (protocol v1, to be deprecated)", "value": 3}, {"description": "MAVlink gimbal protocol v2", "value": 4}]}, {"category": "Standard", "default": 0, "group": "Mount", "longDesc": "This is the protocol used between the autopilot and a connected gimbal. Recommended is the MAVLink gimbal protocol v2 if the gimbal supports it.", "max": 2, "min": 0, "name": "MNT_MODE_OUT", "rebootRequired": true, "shortDesc": "Mount output mode", "type": "Int32", "values": [{"description": "AUX", "value": 0}, {"description": "MAVLink gimbal protocol v1", "value": 1}, {"description": "MAVLink gimbal protocol v2", "value": 2}]}, {"category": "Standard", "decimalPlaces": 1, "default": 0.0, "group": "Mount", "max": 360.0, "min": -360.0, "name": "MNT_OFF_PITCH", "shortDesc": "Offset for pitch channel output in degrees", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 1, "default": 0.0, "group": "Mount", "max": 360.0, "min": -360.0, "name": "MNT_OFF_ROLL", "shortDesc": "Offset for roll channel output in degrees", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 1, "default": 0.0, "group": "Mount", "max": 360.0, "min": -360.0, "name": "MNT_OFF_YAW", "shortDesc": "Offset for yaw channel output in degrees", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 1, "default": 90.0, "group": "Mount", "max": 720.0, "min": 1.0, "name": "MNT_RANGE_PITCH", "shortDesc": "Range of pitch channel output in degrees (only in AUX output mode)", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 1, "default": 90.0, "group": "Mount", "max": 720.0, "min": 1.0, "name": "MNT_RANGE_ROLL", "shortDesc": "Range of roll channel output in degrees (only in AUX output mode)", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 1, "default": 360.0, "group": "Mount", "max": 720.0, "min": 1.0, "name": "MNT_RANGE_YAW", "shortDesc": "Range of yaw channel output in degrees (only in AUX output mode)", "type": "Float", "units": "deg"}, {"category": "Standard", "default": 30.0, "group": "Mount", "longDesc": "Full stick input [-1..1] translats to [-pitch rate..pitch rate].", "max": 90.0, "min": 1.0, "name": "MNT_RATE_PITCH", "shortDesc": "Angular pitch rate for manual input in degrees/second", "type": "Float", "units": "deg/s"}, {"category": "Standard", "default": 30.0, "group": "Mount", "longDesc": "Full stick input [-1..1] translats to [-yaw rate..yaw rate].", "max": 90.0, "min": 1.0, "name": "MNT_RATE_YAW", "shortDesc": "Angular yaw rate for manual input in degrees/second", "type": "Float", "units": "deg/s"}, {"category": "Standard", "default": 1, "group": "Mount", "max": 1, "min": 0, "name": "MNT_RC_IN_MODE", "shortDesc": "Input mode for RC gimbal input", "type": "Int32", "values": [{"description": "Angle", "value": 0}, {"description": "Angular rate", "value": 1}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Multicopter Acro Mode", "longDesc": "Exponential factor for tuning the input curve shape. 0 Purely linear input curve 1 Purely cubic input curve", "max": 1.0, "min": 0.0, "name": "MC_ACRO_EXPO", "shortDesc": "Acro mode roll, pitch expo factor", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Multicopter Acro Mode", "longDesc": "Exponential factor for tuning the input curve shape. 0 Purely linear input curve 1 Purely cubic input curve", "max": 1.0, "min": 0.0, "name": "MC_ACRO_EXPO_Y", "shortDesc": "Acro mode yaw expo factor", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 100.0, "group": "Multicopter Acro Mode", "increment": 5.0, "longDesc": "Full stick deflection leads to this rate.", "max": 1800.0, "min": 0.0, "name": "MC_ACRO_P_MAX", "shortDesc": "Acro mode maximum pitch rate", "type": "Float", "units": "deg/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 100.0, "group": "Multicopter Acro Mode", "increment": 5.0, "longDesc": "Full stick deflection leads to this rate.", "max": 1800.0, "min": 0.0, "name": "MC_ACRO_R_MAX", "shortDesc": "Acro mode maximum roll rate", "type": "Float", "units": "deg/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Multicopter Acro Mode", "longDesc": "\"Superexponential\" factor for refining the input curve shape tuned using MC_ACRO_EXPO. 0 Pure Expo function 0.7 reasonable shape enhancement for intuitive stick feel 0.95 very strong bent input curve only near maxima have effect", "max": 0.95, "min": 0.0, "name": "MC_ACRO_SUPEXPO", "shortDesc": "Acro mode roll, pitch super expo factor", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Multicopter Acro Mode", "longDesc": "\"Superexponential\" factor for refining the input curve shape tuned using MC_ACRO_EXPO_Y. 0 Pure Expo function 0.7 reasonable shape enhancement for intuitive stick feel 0.95 very strong bent input curve only near maxima have effect", "max": 0.95, "min": 0.0, "name": "MC_ACRO_SUPEXPOY", "shortDesc": "Acro mode yaw super expo factor", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 100.0, "group": "Multicopter Acro Mode", "increment": 5.0, "longDesc": "Full stick deflection leads to this rate.", "max": 1800.0, "min": 0.0, "name": "MC_ACRO_Y_MAX", "shortDesc": "Acro mode maximum yaw rate", "type": "Float", "units": "deg/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 220.0, "group": "Multicopter Attitude Control", "increment": 5.0, "longDesc": "Limit for pitch rate in manual and auto modes (except acro). Has effect for large rotations in autonomous mode, to avoid large control output and mixer saturation. This is not only limited by the vehicle's properties, but also by the maximum measurement rate of the gyro.", "max": 1800.0, "min": 0.0, "name": "MC_PITCHRATE_MAX", "shortDesc": "Max pitch rate", "type": "Float", "units": "deg/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 6.5, "group": "Multicopter Attitude Control", "increment": 0.1, "longDesc": "Pitch proportional gain, i.e. desired angular speed in rad/s for error 1 rad.", "max": 12.0, "min": 0.0, "name": "MC_PITCH_P", "shortDesc": "Pitch P gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 220.0, "group": "Multicopter Attitude Control", "increment": 5.0, "longDesc": "Limit for roll rate in manual and auto modes (except acro). Has effect for large rotations in autonomous mode, to avoid large control output and mixer saturation. This is not only limited by the vehicle's properties, but also by the maximum measurement rate of the gyro.", "max": 1800.0, "min": 0.0, "name": "MC_ROLLRATE_MAX", "shortDesc": "Max roll rate", "type": "Float", "units": "deg/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 6.5, "group": "Multicopter Attitude Control", "increment": 0.1, "longDesc": "Roll proportional gain, i.e. desired angular speed in rad/s for error 1 rad.", "max": 12.0, "min": 0.0, "name": "MC_ROLL_P", "shortDesc": "Roll P gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 200.0, "group": "Multicopter Attitude Control", "increment": 5.0, "max": 1800.0, "min": 0.0, "name": "MC_YAWRATE_MAX", "shortDesc": "Max yaw rate", "type": "Float", "units": "deg/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 2.8, "group": "Multicopter Attitude Control", "increment": 0.1, "longDesc": "Yaw proportional gain, i.e. desired angular speed in rad/s for error 1 rad.", "max": 5.0, "min": 0.0, "name": "MC_YAW_P", "shortDesc": "Yaw P gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.4, "group": "Multicopter Attitude Control", "increment": 0.1, "longDesc": "A fraction [0,1] deprioritizing yaw compared to roll and pitch in non-linear attitude control. Deprioritizing yaw is necessary because multicopters have much less control authority in yaw compared to the other axes and it makes sense because yaw is not critical for stable hovering or 3D navigation. For yaw control tuning use MC_YAW_P. This ratio has no impact on the yaw gain.", "max": 1.0, "min": 0.0, "name": "MC_YAW_WEIGHT", "shortDesc": "Yaw weight", "type": "Float"}, {"category": "Standard", "decimalPlaces": 0, "default": 60.0, "group": "Multicopter Attitude Control", "increment": 5.0, "longDesc": "Limits the acceleration of the yaw setpoint to avoid large control output and mixer saturation.", "max": 360.0, "min": 5.0, "name": "MPC_YAWRAUTO_ACC", "shortDesc": "Maximum yaw acceleration in autonomous modes", "type": "Float", "units": "deg/s^2"}, {"category": "Standard", "decimalPlaces": 0, "default": 45.0, "group": "Multicopter Attitude Control", "increment": 5.0, "longDesc": "Limits the rate of change of the yaw setpoint to avoid large control output and mixer saturation.", "max": 360.0, "min": 5.0, "name": "MPC_YAWRAUTO_MAX", "shortDesc": "Maximum yaw rate in autonomous modes", "type": "Float", "units": "deg/s"}, {"category": "Standard", "default": 0.4, "group": "Multicopter Position Control", "longDesc": "Only used in Position mode.", "max": 1.0, "min": 0.0, "name": "CP_DELAY", "shortDesc": "Average delay of the range sensor message plus the tracking delay of the position controller in seconds", "type": "Float", "units": "s"}, {"category": "Standard", "default": -1.0, "group": "Multicopter Position Control", "longDesc": "Only used in Position mode. Collision avoidance is disabled by setting this parameter to a negative value", "max": 15.0, "min": -1.0, "name": "CP_DIST", "shortDesc": "Minimum distance the vehicle should keep to all obstacles", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "Multicopter Position Control", "longDesc": "Only used in Position mode.", "name": "CP_GO_NO_DATA", "shortDesc": "Boolean to allow moving into directions where there is no sensor data (outside FOV)", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 30.0, "group": "Multicopter Position Control", "longDesc": "Only used in Position mode.", "max": 90.0, "min": 0.0, "name": "CP_GUIDE_ANG", "shortDesc": "Angle left/right from the commanded setpoint by which the collision prevention algorithm can choose to change the setpoint direction", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Multicopter Position Control", "longDesc": "Setting this parameter to 0 disables the filter", "max": 2.0, "min": 0.0, "name": "MC_MAN_TILT_TAU", "shortDesc": "Manual tilt input filter time constant", "type": "Float", "units": "s"}, {"category": "Standard", "default": 1, "group": "Multicopter Position Control", "longDesc": "Set to decouple tilt from vertical acceleration.", "name": "MPC_ACC_DECOUPLE", "shortDesc": "Acceleration to tilt coupling", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 3.0, "group": "Multicopter Position Control", "increment": 1.0, "max": 15.0, "min": 2.0, "name": "MPC_ACC_DOWN_MAX", "shortDesc": "Maximum downwards acceleration in climb rate controlled modes", "type": "Float", "units": "m/s^2"}, {"category": "Standard", "decimalPlaces": 1, "default": 3.0, "group": "Multicopter Position Control", "increment": 1.0, "longDesc": "When piloting manually, this parameter is only used in MPC_POS_MODE 4.", "max": 15.0, "min": 2.0, "name": "MPC_ACC_HOR", "shortDesc": "Acceleration for autonomous and for manual modes", "type": "Float", "units": "m/s^2"}, {"category": "Standard", "decimalPlaces": 2, "default": 5.0, "group": "Multicopter Position Control", "increment": 1.0, "longDesc": "MPC_POS_MODE 1 just deceleration 3 acceleration and deceleration 4 not used, use MPC_ACC_HOR instead", "max": 15.0, "min": 2.0, "name": "MPC_ACC_HOR_MAX", "shortDesc": "Maximum horizontal acceleration", "type": "Float", "units": "m/s^2"}, {"category": "Standard", "decimalPlaces": 1, "default": 4.0, "group": "Multicopter Position Control", "increment": 1.0, "max": 15.0, "min": 2.0, "name": "MPC_ACC_UP_MAX", "shortDesc": "Maximum upwards acceleration in climb rate controlled modes", "type": "Float", "units": "m/s^2"}, {"category": "Standard", "default": 2, "group": "Multicopter Position Control", "longDesc": "Set to 0 to control height relative to the earth frame origin. This origin may move up and down in flight due to sensor drift. Set to 1 to control height relative to estimated distance to ground. The vehicle will move up and down with terrain height variation. Requires a distance to ground sensor. The height controller will revert to using height above origin if the distance to ground estimate becomes invalid as indicated by the local_position.distance_bottom_valid message being false. Set to 2 to control height relative to ground (requires a distance sensor) when stationary and relative to earth frame origin when moving horizontally. The speed threshold is controlled by the MPC_HOLD_MAX_XY parameter.", "max": 2, "min": 0, "name": "MPC_ALT_MODE", "shortDesc": "Altitude reference mode", "type": "Int32", "values": [{"description": "Altitude following", "value": 0}, {"description": "Terrain following", "value": 1}, {"description": "Terrain hold", "value": 2}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "Multicopter Position Control", "increment": 0.01, "longDesc": "Does not apply to manual throttle and direct attitude piloting by stick.", "max": 1.0, "min": 0.0, "name": "MPC_HOLD_DZ", "shortDesc": "Deadzone for sticks in manual piloted modes", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.8, "group": "Multicopter Position Control", "longDesc": "Only used with MPC_POS_MODE 0 or MPC_ALT_MODE 2", "max": 3.0, "min": 0.0, "name": "MPC_HOLD_MAX_XY", "shortDesc": "Maximum horizontal velocity for which position hold is enabled (use 0 to disable check)", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.6, "group": "Multicopter Position Control", "longDesc": "Only used with MPC_ALT_MODE 1", "max": 3.0, "min": 0.0, "name": "MPC_HOLD_MAX_Z", "shortDesc": "Maximum vertical velocity for which position hold is enabled (use 0 to disable check)", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 4.0, "group": "Multicopter Position Control", "increment": 1.0, "longDesc": "Limit the maximum jerk of the vehicle (how fast the acceleration can change). A lower value leads to smoother vehicle motions but also limited agility.", "max": 80.0, "min": 1.0, "name": "MPC_JERK_AUTO", "shortDesc": "Jerk limit in autonomous modes", "type": "Float", "units": "m/s^3"}, {"category": "Standard", "decimalPlaces": 0, "default": 8.0, "group": "Multicopter Position Control", "increment": 1.0, "longDesc": "Limit the maximum jerk of the vehicle (how fast the acceleration can change). A lower value leads to smoother motions but limits agility (how fast it can change directions or break). Setting this to the maximum value essentially disables the limit. Only used with smooth MPC_POS_MODE 3 and 4.", "max": 500.0, "min": 0.5, "name": "MPC_JERK_MAX", "shortDesc": "Maximum horizontal and vertical jerk in Position/Altitude mode", "type": "Float", "units": "m/s^3"}, {"category": "Standard", "decimalPlaces": 1, "default": 10.0, "group": "Multicopter Position Control", "longDesc": "Below this altitude descending velocity gets limited to a value between \"MPC_Z_VEL_MAX_DN\" (or \"MPC_Z_V_AUTO_DN\") and \"MPC_LAND_SPEED\" Value needs to be higher than \"MPC_LAND_ALT2\"", "max": 122.0, "min": 0.0, "name": "MPC_LAND_ALT1", "shortDesc": "Altitude for 1. step of slow landing (descend)", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "Multicopter Position Control", "longDesc": "Below this altitude descending velocity gets limited to \"MPC_LAND_SPEED\" Value needs to be lower than \"MPC_LAND_ALT1\"", "max": 122.0, "min": 0.0, "name": "MPC_LAND_ALT2", "shortDesc": "Altitude for 2. step of slow landing (landing)", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 1.0, "group": "Multicopter Position Control", "longDesc": "Below this altitude descending velocity gets limited to \"MPC_LAND_CRWL\", if LIDAR available. No effect if LIDAR not available", "max": 122.0, "min": 0.0, "name": "MPC_LAND_ALT3", "shortDesc": "Altitude for 3. step of slow landing", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 0.3, "group": "Multicopter Position Control", "longDesc": "Used below MPC_LAND_ALT3 if distance sensor data is availabe.", "min": 0.1, "name": "MPC_LAND_CRWL", "shortDesc": "Land crawl descend rate", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 0, "default": 1000.0, "group": "Multicopter Position Control", "increment": 1.0, "longDesc": "When nudging is enabled (see MPC_LAND_RC_HELP), this controls the maximum allowed horizontal displacement from the original landing point.", "min": 0.0, "name": "MPC_LAND_RADIUS", "shortDesc": "User assisted landing radius", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "Multicopter Position Control", "longDesc": "Using stick input the vehicle can be moved horizontally and yawed. The descend speed is amended: stick full up - 0 stick centered - MPC_LAND_SPEED stick full down - 2 * MPC_LAND_SPEED Manual override during auto modes has to be disabled to use this feature (see COM_RC_OVERRIDE).", "max": 1, "min": 0, "name": "MPC_LAND_RC_HELP", "shortDesc": "Enable nudging based on user input during autonomous land routine", "type": "Int32", "values": [{"description": "Nudging disabled", "value": 0}, {"description": "Nudging enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 0.7, "group": "Multicopter Position Control", "min": 0.6, "name": "MPC_LAND_SPEED", "shortDesc": "Landing descend rate", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.08, "group": "Multicopter Position Control", "increment": 0.01, "longDesc": "The value is mapped to the lowest throttle stick position in Stabilized mode. Too low collective thrust leads to loss of roll/pitch/yaw torque control authority. Airmode is used to keep torque authority with zero thrust (see MC_AIRMODE).", "max": 1.0, "min": 0.0, "name": "MPC_MANTHR_MIN", "shortDesc": "Minimum collective thrust in Stabilized mode", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 0, "default": 35.0, "group": "Multicopter Position Control", "increment": 1.0, "max": 70.0, "min": 1.0, "name": "MPC_MAN_TILT_MAX", "shortDesc": "Maximal tilt angle in Stabilized or Altitude mode", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 0, "default": 150.0, "group": "Multicopter Position Control", "increment": 10.0, "max": 400.0, "min": 0.0, "name": "MPC_MAN_Y_MAX", "shortDesc": "Max manual yaw rate for Stabilized, Altitude, Position mode", "type": "Float", "units": "deg/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.08, "group": "Multicopter Position Control", "increment": 0.01, "longDesc": "Not used in Stabilized mode Setting this parameter to 0 disables the filter", "max": 5.0, "min": 0.0, "name": "MPC_MAN_Y_TAU", "shortDesc": "Manual yaw rate input filter time constant", "type": "Float", "units": "s"}, {"category": "Standard", "default": 4, "group": "Multicopter Position Control", "longDesc": "The supported sub-modes are: 0 Sticks directly map to velocity setpoints without smoothing. Also applies to vertical direction and Altitude mode. Useful for velocity control tuning. 3 Sticks map to velocity but with maximum acceleration and jerk limits based on jerk optimized trajectory generator (different algorithm than 1). 4 Sticks map to acceleration and there's a virtual brake drag", "name": "MPC_POS_MODE", "shortDesc": "Position/Altitude mode variant", "type": "Int32", "values": [{"description": "Direct velocity", "value": 0}, {"description": "Smoothed velocity", "value": 3}, {"description": "Acceleration based", "value": 4}]}, {"category": "Standard", "default": 0, "group": "Multicopter Position Control", "longDesc": "This parameter defines how the throttle stick input is mapped to collective thrust in Stabilized mode. In case the default is used ('Rescale to hover thrust'), the stick input is linearly rescaled, such that a centered stick corresponds to the hover throttle (see MPC_THR_HOVER). Select 'No Rescale' to directly map the stick 1:1 to the output. This can be useful in case the hover thrust is very low and the default would lead to too much distortion (e.g. if hover thrust is set to 20%, then 80% of the upper thrust range is squeezed into the upper half of the stick range). Note: In case MPC_THR_HOVER is set to 50%, the modes 0 and 1 are the same.", "name": "MPC_THR_CURVE", "shortDesc": "Thrust curve mapping in Stabilized Mode", "type": "Int32", "values": [{"description": "Rescale to hover thrust", "value": 0}, {"description": "No Rescale", "value": 1}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.5, "group": "Multicopter Position Control", "increment": 0.01, "longDesc": "Mapped to center throttle stick in Stabilized mode (see MPC_THR_CURVE). Used for initialization of the hover thrust estimator (see MPC_USE_HTE). The estimated hover thrust is used as base for zero vertical acceleration in altitude control. The hover thrust is important for land detection to work correctly.", "max": 0.8, "min": 0.1, "name": "MPC_THR_HOVER", "shortDesc": "Vertical thrust required to hover", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "Multicopter Position Control", "increment": 0.05, "longDesc": "Limit allowed thrust e.g. for indoor test of overpowered vehicle.", "max": 1.0, "min": 0.0, "name": "MPC_THR_MAX", "shortDesc": "Maximum collective thrust in climb rate controlled modes", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.12, "group": "Multicopter Position Control", "increment": 0.01, "longDesc": "Too low thrust leads to loss of roll/pitch/yaw torque control authority. With airmode enabled this parameters can be set to 0 while still keeping torque authority (see MC_AIRMODE).", "max": 0.5, "min": 0.05, "name": "MPC_THR_MIN", "shortDesc": "Minimum collective thrust in climb rate controlled modes", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.3, "group": "Multicopter Position Control", "increment": 0.01, "longDesc": "Margin that is kept for horizontal control when higher priority vertical thrust is saturated. To avoid completely starving horizontal control with high vertical error.", "max": 0.5, "min": 0.0, "name": "MPC_THR_XY_MARG", "shortDesc": "Horizontal thrust margin", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 0, "default": 45.0, "group": "Multicopter Position Control", "increment": 1.0, "longDesc": "Absolute maximum for all velocity or acceleration controlled modes. Any higher value is truncated.", "max": 89.0, "min": 20.0, "name": "MPC_TILTMAX_AIR", "shortDesc": "Maximum tilt angle in air", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 0, "default": 12.0, "group": "Multicopter Position Control", "increment": 1.0, "longDesc": "Tighter tilt limit during takeoff to avoid tip over.", "max": 89.0, "min": 5.0, "name": "MPC_TILTMAX_LND", "shortDesc": "Maximum tilt during inital takeoff ramp", "type": "Float", "units": "deg"}, {"category": "Standard", "default": 3.0, "group": "Multicopter Position Control", "longDesc": "Increasing this value will make climb rate controlled takeoff slower. If it's too slow the drone might scratch the ground and tip over. A time constant of 0 disables the ramp", "max": 5.0, "min": 0.0, "name": "MPC_TKO_RAMP_T", "shortDesc": "Smooth takeoff ramp time constant", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.5, "group": "Multicopter Position Control", "max": 5.0, "min": 1.0, "name": "MPC_TKO_SPEED", "shortDesc": "Takeoff climb rate", "type": "Float", "units": "m/s"}, {"category": "Standard", "default": 1, "group": "Multicopter Position Control", "longDesc": "Disable to use the fixed parameter MPC_THR_HOVER Enable to use the hover thrust estimator", "name": "MPC_USE_HTE", "shortDesc": "Hover thrust estimator", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "Multicopter Position Control", "increment": 0.5, "max": 10.0, "min": 0.0, "name": "MPC_VELD_LP", "shortDesc": "Numerical velocity derivative low pass cutoff frequency", "type": "Float", "units": "Hz"}, {"category": "Standard", "decimalPlaces": 1, "default": 10.0, "group": "Multicopter Position Control", "increment": 1.0, "longDesc": "Must be smaller than MPC_XY_VEL_MAX. The maximum sideways and backward speed can be set differently using MPC_VEL_MAN_SIDE and MPC_VEL_MAN_BACK, respectively.", "max": 20.0, "min": 3.0, "name": "MPC_VEL_MANUAL", "shortDesc": "Maximum horizontal velocity setpoint in Position mode", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": -1.0, "group": "Multicopter Position Control", "increment": 1.0, "longDesc": "If set to a negative value or larger than MPC_VEL_MANUAL then MPC_VEL_MANUAL is used.", "max": 20.0, "min": -1.0, "name": "MPC_VEL_MAN_BACK", "shortDesc": "Maximum backward velocity in Position mode", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": -1.0, "group": "Multicopter Position Control", "increment": 1.0, "longDesc": "If set to a negative value or larger than MPC_VEL_MANUAL then MPC_VEL_MANUAL is used.", "max": 20.0, "min": -1.0, "name": "MPC_VEL_MAN_SIDE", "shortDesc": "Maximum sideways velocity in Position mode", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 0, "default": 5.0, "group": "Multicopter Position Control", "increment": 1.0, "longDesc": "e.g. in Missions, RTL, Goto if the waypoint does not specify differently", "max": 20.0, "min": 3.0, "name": "MPC_XY_CRUISE", "shortDesc": "Default horizontal velocity in autonomous modes", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 2.0, "group": "Multicopter Position Control", "increment": 1.0, "longDesc": "The integration speed of the trajectory setpoint is linearly reduced with the horizontal position tracking error. When the error is above this parameter, the integration of the trajectory is stopped to wait for the drone. This value can be adjusted depending on the tracking capabilities of the vehicle.", "max": 10.0, "min": 0.1, "name": "MPC_XY_ERR_MAX", "shortDesc": "Maximum horizontal error allowed by the trajectory generator", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.6, "group": "Multicopter Position Control", "increment": 0.01, "longDesc": "The higher the value the less sensitivity the stick has around zero while still reaching the maximum value with full stick deflection. 0 Purely linear input curve 1 Purely cubic input curve", "max": 1.0, "min": 0.0, "name": "MPC_XY_MAN_EXPO", "shortDesc": "Manual position control stick exponential curve sensitivity", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.95, "group": "Multicopter Position Control", "increment": 0.1, "longDesc": "Defined as corrective velocity in m/s per m position error", "max": 2.0, "min": 0.0, "name": "MPC_XY_P", "shortDesc": "Proportional gain for horizontal position error", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 0.5, "group": "Multicopter Position Control", "increment": 0.1, "max": 1.0, "min": 0.1, "name": "MPC_XY_TRAJ_P", "shortDesc": "Proportional gain for horizontal trajectory position error", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": -10.0, "group": "Multicopter Position Control", "increment": 1.0, "longDesc": "If set to a value greater than zero, other parameters are automatically set (such as MPC_XY_VEL_MAX or MPC_VEL_MANUAL). If set to a negative value, the existing individual parameters are used.", "max": 20.0, "min": -20.0, "name": "MPC_XY_VEL_ALL", "shortDesc": "Overall Horizontal Velocity Limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.2, "group": "Multicopter Position Control", "increment": 0.02, "longDesc": "Defined as corrective acceleration in m/s^2 per m/s^2 velocity derivative", "max": 2.0, "min": 0.1, "name": "MPC_XY_VEL_D_ACC", "shortDesc": "Differential gain for horizontal velocity error", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.4, "group": "Multicopter Position Control", "increment": 0.02, "longDesc": "Defined as correction acceleration in m/s^2 per m velocity integral Allows to eliminate steady state errors in disturbances like wind.", "max": 60.0, "min": 0.0, "name": "MPC_XY_VEL_I_ACC", "shortDesc": "Integral gain for horizontal velocity error", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 12.0, "group": "Multicopter Position Control", "increment": 1.0, "longDesc": "Absolute maximum for all velocity controlled modes. Any higher value is truncated.", "max": 20.0, "min": 0.0, "name": "MPC_XY_VEL_MAX", "shortDesc": "Maximum horizontal velocity", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.8, "group": "Multicopter Position Control", "increment": 0.1, "longDesc": "Defined as corrective acceleration in m/s^2 per m/s velocity error", "max": 5.0, "min": 1.2, "name": "MPC_XY_VEL_P_ACC", "shortDesc": "Proportional gain for horizontal velocity error", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.6, "group": "Multicopter Position Control", "increment": 0.01, "longDesc": "The higher the value the less sensitivity the stick has around zero while still reaching the maximum value with full stick deflection. 0 Purely linear input curve 1 Purely cubic input curve", "max": 1.0, "min": 0.0, "name": "MPC_YAW_EXPO", "shortDesc": "Manual control stick yaw rotation exponential curve", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.6, "group": "Multicopter Position Control", "increment": 0.01, "longDesc": "The higher the value the less sensitivity the stick has around zero while still reaching the maximum value with full stick deflection. 0 Purely linear input curve 1 Purely cubic input curve", "max": 1.0, "min": 0.0, "name": "MPC_Z_MAN_EXPO", "shortDesc": "Manual control stick vertical exponential curve", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "Multicopter Position Control", "increment": 0.1, "longDesc": "Defined as corrective velocity in m/s per m position error", "max": 1.5, "min": 0.1, "name": "MPC_Z_P", "shortDesc": "Proportional gain for vertical position error", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": -3.0, "group": "Multicopter Position Control", "increment": 0.5, "longDesc": "If set to a value greater than zero, other parameters are automatically set (such as MPC_Z_VEL_MAX_UP or MPC_LAND_SPEED). If set to a negative value, the existing individual parameters are used.", "max": 8.0, "min": -3.0, "name": "MPC_Z_VEL_ALL", "shortDesc": "Overall Vertical Velocity Limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Multicopter Position Control", "increment": 0.02, "longDesc": "Defined as corrective acceleration in m/s^2 per m/s^2 velocity derivative", "max": 2.0, "min": 0.0, "name": "MPC_Z_VEL_D_ACC", "shortDesc": "Differential gain for vertical velocity error", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 2.0, "group": "Multicopter Position Control", "increment": 0.1, "longDesc": "Defined as corrective acceleration in m/s^2 per m velocity integral", "max": 3.0, "min": 0.2, "name": "MPC_Z_VEL_I_ACC", "shortDesc": "Integral gain for vertical velocity error", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 1.5, "group": "Multicopter Position Control", "increment": 0.1, "longDesc": "Absolute maximum for all climb rate controlled modes. In manually piloted modes full stick deflection commands this velocity. For default autonomous velocity see MPC_Z_V_AUTO_UP", "max": 4.0, "min": 0.5, "name": "MPC_Z_VEL_MAX_DN", "shortDesc": "Maximum descent velocity", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 3.0, "group": "Multicopter Position Control", "increment": 0.1, "longDesc": "Absolute maximum for all climb rate controlled modes. In manually piloted modes full stick deflection commands this velocity. For default autonomous velocity see MPC_Z_V_AUTO_UP", "max": 8.0, "min": 0.5, "name": "MPC_Z_VEL_MAX_UP", "shortDesc": "Maximum ascent velocity", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 4.0, "group": "Multicopter Position Control", "increment": 0.1, "longDesc": "Defined as corrective acceleration in m/s^2 per m/s velocity error", "max": 15.0, "min": 2.0, "name": "MPC_Z_VEL_P_ACC", "shortDesc": "Proportional gain for vertical velocity error", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 1.5, "group": "Multicopter Position Control", "increment": 0.5, "longDesc": "For manual modes and offboard, see MPC_Z_VEL_MAX_DN", "max": 4.0, "min": 0.5, "name": "MPC_Z_V_AUTO_DN", "shortDesc": "Descent velocity in autonomous modes", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 3.0, "group": "Multicopter Position Control", "increment": 0.5, "longDesc": "For manually controlled modes and offboard see MPC_Z_VEL_MAX_UP", "max": 8.0, "min": 0.5, "name": "MPC_Z_V_AUTO_UP", "shortDesc": "Ascent velocity in autonomous modes", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": -0.4, "group": "Multicopter Position Control", "increment": 0.05, "longDesc": "Changes the overall responsiveness of the vehicle. The higher the value, the faster the vehicle will react. If set to a value greater than zero, other parameters are automatically set (such as the acceleration or jerk limits). If set to a negative value, the existing individual parameters are used.", "max": 1.0, "min": -1.0, "name": "SYS_VEHICLE_RESP", "shortDesc": "Responsiveness", "type": "Float"}, {"category": "Standard", "default": 0, "group": "Multicopter Position Control", "name": "WV_EN", "shortDesc": "Enable weathervane", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 1.0, "group": "Multicopter Position Control", "max": 5.0, "min": 0.0, "name": "WV_ROLL_MIN", "shortDesc": "Minimum roll angle setpoint for weathervane controller to demand a yaw-rate", "type": "Float", "units": "deg"}, {"category": "Standard", "default": 90.0, "group": "Multicopter Position Control", "max": 120.0, "min": 0.0, "name": "WV_YRATE_MAX", "shortDesc": "Maximum yawrate the weathervane controller is allowed to demand", "type": "Float", "units": "deg/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 3.0, "group": "Multicopter Position Slow Mode", "increment": 0.1, "longDesc": "This value is used in slow mode if no aux channel is mapped and no limit is commanded through MAVLink.", "min": 0.1, "name": "MC_SLOW_DEF_HVEL", "shortDesc": "Default horizontal velocity limit", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "Multicopter Position Slow Mode", "increment": 0.1, "longDesc": "This value is used in slow mode if no aux channel is mapped and no limit is commanded through MAVLink.", "min": 0.1, "name": "MC_SLOW_DEF_VVEL", "shortDesc": "Default vertical velocity limit", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 0, "default": 45.0, "group": "Multicopter Position Slow Mode", "increment": 0.1, "longDesc": "This value is used in slow mode if no aux channel is mapped and no limit is commanded through MAVLink.", "min": 1.0, "name": "MC_SLOW_DEF_YAWR", "shortDesc": "Default yaw rate limit", "type": "Float", "units": "deg/s"}, {"category": "Standard", "default": 0, "group": "Multicopter Position Slow Mode", "name": "MC_SLOW_MAP_HVEL", "shortDesc": "Manual input mapped to scale horizontal velocity in position slow mode", "type": "Int32", "values": [{"description": "No rescaling", "value": 0}, {"description": "AUX1", "value": 1}, {"description": "AUX2", "value": 2}, {"description": "AUX3", "value": 3}, {"description": "AUX4", "value": 4}, {"description": "AUX5", "value": 5}, {"description": "AUX6", "value": 6}]}, {"category": "Standard", "default": 0, "group": "Multicopter Position Slow Mode", "name": "MC_SLOW_MAP_VVEL", "shortDesc": "Manual input mapped to scale vertical velocity in position slow mode", "type": "Int32", "values": [{"description": "No rescaling", "value": 0}, {"description": "AUX1", "value": 1}, {"description": "AUX2", "value": 2}, {"description": "AUX3", "value": 3}, {"description": "AUX4", "value": 4}, {"description": "AUX5", "value": 5}, {"description": "AUX6", "value": 6}]}, {"category": "Standard", "default": 0, "group": "Multicopter Position Slow Mode", "name": "MC_SLOW_MAP_YAWR", "shortDesc": "Manual input mapped to scale yaw rate in position slow mode", "type": "Int32", "values": [{"description": "No rescaling", "value": 0}, {"description": "AUX1", "value": 1}, {"description": "AUX2", "value": 2}, {"description": "AUX3", "value": 3}, {"description": "AUX4", "value": 4}, {"description": "AUX5", "value": 5}, {"description": "AUX6", "value": 6}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.3, "group": "Multicopter Position Slow Mode", "increment": 0.1, "longDesc": "The lowest input maps and is clamped to this velocity.", "min": 0.1, "name": "MC_SLOW_MIN_HVEL", "shortDesc": "Horizontal velocity lower limit", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.3, "group": "Multicopter Position Slow Mode", "increment": 0.1, "longDesc": "The lowest input maps and is clamped to this velocity.", "min": 0.1, "name": "MC_SLOW_MIN_VVEL", "shortDesc": "Vertical velocity lower limit", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 0, "default": 3.0, "group": "Multicopter Position Slow Mode", "increment": 0.1, "longDesc": "The lowest input maps and is clamped to this rate.", "min": 1.0, "name": "MC_SLOW_MIN_YAWR", "shortDesc": "Yaw rate lower limit", "type": "Float", "units": "deg/s"}, {"category": "Standard", "default": 0, "group": "Multicopter Rate Control", "longDesc": "This compensates for voltage drop of the battery over time by attempting to normalize performance across the operating range of the battery. The copter should constantly behave as if it was fully charged with reduced max acceleration at lower battery percentages. i.e. if hover is at 0.5 throttle at 100% battery, it will still be 0.5 at 60% battery.", "name": "MC_BAT_SCALE_EN", "shortDesc": "Battery power level scaler", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 4, "default": 0.003, "group": "Multicopter Rate Control", "increment": 0.0005, "longDesc": "Pitch rate differential gain. Small values help reduce fast oscillations. If value is too big oscillations will appear again.", "min": 0.0, "name": "MC_PITCHRATE_D", "shortDesc": "Pitch rate D gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 4, "default": 0.0, "group": "Multicopter Rate Control", "longDesc": "Improves tracking performance.", "min": 0.0, "name": "MC_PITCHRATE_FF", "shortDesc": "Pitch rate feedforward", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.2, "group": "Multicopter Rate Control", "increment": 0.01, "longDesc": "Pitch rate integral gain. Can be set to compensate static thrust difference or gravity center offset.", "min": 0.0, "name": "MC_PITCHRATE_I", "shortDesc": "Pitch rate I gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 4, "default": 1.0, "group": "Multicopter Rate Control", "increment": 0.0005, "longDesc": "Global gain of the controller. This gain scales the P, I and D terms of the controller: output = MC_PITCHRATE_K * (MC_PITCHRATE_P * error + MC_PITCHRATE_I * error_integral + MC_PITCHRATE_D * error_derivative) Set MC_PITCHRATE_P=1 to implement a PID in the ideal form. Set MC_PITCHRATE_K=1 to implement a PID in the parallel form.", "max": 5.0, "min": 0.01, "name": "MC_PITCHRATE_K", "shortDesc": "Pitch rate controller gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.15, "group": "Multicopter Rate Control", "increment": 0.01, "longDesc": "Pitch rate proportional gain, i.e. control output for angular speed error 1 rad/s.", "max": 0.6, "min": 0.01, "name": "MC_PITCHRATE_P", "shortDesc": "Pitch rate P gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.3, "group": "Multicopter Rate Control", "increment": 0.01, "longDesc": "Pitch rate integrator limit. Can be set to increase the amount of integrator available to counteract disturbances or reduced to improve settling time after large pitch moment trim changes.", "min": 0.0, "name": "MC_PR_INT_LIM", "shortDesc": "Pitch rate integrator limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 4, "default": 0.003, "group": "Multicopter Rate Control", "increment": 0.0005, "longDesc": "Roll rate differential gain. Small values help reduce fast oscillations. If value is too big oscillations will appear again.", "max": 0.01, "min": 0.0, "name": "MC_ROLLRATE_D", "shortDesc": "Roll rate D gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 4, "default": 0.0, "group": "Multicopter Rate Control", "longDesc": "Improves tracking performance.", "min": 0.0, "name": "MC_ROLLRATE_FF", "shortDesc": "Roll rate feedforward", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.2, "group": "Multicopter Rate Control", "increment": 0.01, "longDesc": "Roll rate integral gain. Can be set to compensate static thrust difference or gravity center offset.", "min": 0.0, "name": "MC_ROLLRATE_I", "shortDesc": "Roll rate I gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 4, "default": 1.0, "group": "Multicopter Rate Control", "increment": 0.0005, "longDesc": "Global gain of the controller. This gain scales the P, I and D terms of the controller: output = MC_ROLLRATE_K * (MC_ROLLRATE_P * error + MC_ROLLRATE_I * error_integral + MC_ROLLRATE_D * error_derivative) Set MC_ROLLRATE_P=1 to implement a PID in the ideal form. Set MC_ROLLRATE_K=1 to implement a PID in the parallel form.", "max": 5.0, "min": 0.01, "name": "MC_ROLLRATE_K", "shortDesc": "Roll rate controller gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.15, "group": "Multicopter Rate Control", "increment": 0.01, "longDesc": "Roll rate proportional gain, i.e. control output for angular speed error 1 rad/s.", "max": 0.5, "min": 0.01, "name": "MC_ROLLRATE_P", "shortDesc": "Roll rate P gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.3, "group": "Multicopter Rate Control", "increment": 0.01, "longDesc": "Roll rate integrator limit. Can be set to increase the amount of integrator available to counteract disturbances or reduced to improve settling time after large roll moment trim changes.", "min": 0.0, "name": "MC_RR_INT_LIM", "shortDesc": "Roll rate integrator limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Multicopter Rate Control", "increment": 0.01, "longDesc": "Yaw rate differential gain. Small values help reduce fast oscillations. If value is too big oscillations will appear again.", "min": 0.0, "name": "MC_YAWRATE_D", "shortDesc": "Yaw rate D gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 4, "default": 0.0, "group": "Multicopter Rate Control", "increment": 0.01, "longDesc": "Improves tracking performance.", "min": 0.0, "name": "MC_YAWRATE_FF", "shortDesc": "Yaw rate feedforward", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "Multicopter Rate Control", "increment": 0.01, "longDesc": "Yaw rate integral gain. Can be set to compensate static thrust difference or gravity center offset.", "min": 0.0, "name": "MC_YAWRATE_I", "shortDesc": "Yaw rate I gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 4, "default": 1.0, "group": "Multicopter Rate Control", "increment": 0.0005, "longDesc": "Global gain of the controller. This gain scales the P, I and D terms of the controller: output = MC_YAWRATE_K * (MC_YAWRATE_P * error + MC_YAWRATE_I * error_integral + MC_YAWRATE_D * error_derivative) Set MC_YAWRATE_P=1 to implement a PID in the ideal form. Set MC_YAWRATE_K=1 to implement a PID in the parallel form.", "max": 5.0, "min": 0.0, "name": "MC_YAWRATE_K", "shortDesc": "Yaw rate controller gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.2, "group": "Multicopter Rate Control", "increment": 0.01, "longDesc": "Yaw rate proportional gain, i.e. control output for angular speed error 1 rad/s.", "max": 0.6, "min": 0.0, "name": "MC_YAWRATE_P", "shortDesc": "Yaw rate P gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.3, "group": "Multicopter Rate Control", "increment": 0.01, "longDesc": "Yaw rate integrator limit. Can be set to increase the amount of integrator available to counteract disturbances or reduced to improve settling time after large yaw moment trim changes.", "min": 0.0, "name": "MC_YR_INT_LIM", "shortDesc": "Yaw rate integrator limit", "type": "Float"}, {"category": "Standard", "default": 0, "group": "OSD", "longDesc": "Configure on which serial port to run MSP OSD.", "name": "MSP_OSD_CONFIG", "rebootRequired": true, "shortDesc": "Serial Configuration for MSP OSD", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "UART 6", "value": 6}, {"description": "TELEM 1", "value": 101}, {"description": "TELEM 2", "value": 102}, {"description": "TELEM 3", "value": 103}, {"description": "TELEM/SERIAL 4", "value": 104}, {"description": "GPS 1", "value": 201}, {"description": "GPS 2", "value": 202}, {"description": "GPS 3", "value": 203}, {"description": "Radio Controller", "value": 300}, {"description": "Wifi Port", "value": 301}, {"description": "EXT2", "value": 401}]}, {"category": "Standard", "default": 0, "group": "OSD", "longDesc": "Configure the ATXXXX OSD Chip (mounted on the OmnibusF4SD board) and select the transmission standard.", "name": "OSD_ATXXXX_CFG", "rebootRequired": true, "shortDesc": "Enable/Disable the ATXXX OSD Chip", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "NTSC", "value": 1}, {"description": "PAL", "value": 2}]}, {"category": "Standard", "default": 0, "group": "OSD", "longDesc": "Controls the vertical position of the crosshair display. Resolution is limited by OSD to 15 discrete values. Negative values will display the crosshairs below the horizon", "max": 8, "min": -8, "name": "OSD_CH_HEIGHT", "shortDesc": "OSD Crosshairs Height", "type": "Int32"}, {"category": "Standard", "default": 500, "group": "OSD", "longDesc": "Amount of time in milliseconds to dwell at the beginning of the display, when scrolling.", "max": 10000, "min": 100, "name": "OSD_DWELL_TIME", "shortDesc": "OSD Dwell Time (ms)", "type": "Int32"}, {"category": "Standard", "default": 3, "group": "OSD", "longDesc": "Minimum security of log level to display on the OSD.", "name": "OSD_LOG_LEVEL", "shortDesc": "OSD Warning Level", "type": "Int32"}, {"category": "Standard", "default": 125, "group": "OSD", "longDesc": "Scroll rate in milliseconds for OSD messages longer than available character width. This is lower-bounded by the nominal loop rate of this module.", "max": 1000, "min": 100, "name": "OSD_SCROLL_RATE", "shortDesc": "OSD Scroll Rate (ms)", "type": "Int32"}, {"bitmask": [{"description": "CRAFT_NAME", "index": 0}, {"description": "DISARMED", "index": 1}, {"description": "GPS_LAT", "index": 2}, {"description": "GPS_LON", "index": 3}, {"description": "GPS_SATS", "index": 4}, {"description": "GPS_SPEED", "index": 5}, {"description": "HOME_DIST", "index": 6}, {"description": "HOME_DIR", "index": 7}, {"description": "MAIN_BATT_VOLTAGE", "index": 8}, {"description": "CURRENT_DRAW", "index": 9}, {"description": "MAH_DRAWN", "index": 10}, {"description": "RSSI_VALUE", "index": 11}, {"description": "ALTITUDE", "index": 12}, {"description": "NUMERICAL_VARIO", "index": 13}, {"description": "(unused) FLYMODE", "index": 14}, {"description": "(unused) ESC_TMP", "index": 15}, {"description": "(unused) PITCH_ANGLE", "index": 16}, {"description": "(unused) ROLL_ANGLE", "index": 17}, {"description": "CROSSHAIRS", "index": 18}, {"description": "AVG_CELL_VOLTAGE", "index": 19}, {"description": "(unused) HORIZON_SIDEBARS", "index": 20}, {"description": "POWER", "index": 21}], "category": "Standard", "default": 16383, "group": "OSD", "longDesc": "Configure / toggle support display options.", "max": 4194303, "min": 0, "name": "OSD_SYMBOLS", "shortDesc": "OSD Symbol Selection", "type": "Int32"}, {"category": "Standard", "default": 0.0, "group": "PWM Outputs", "longDesc": "Minimum time allowed for the motor input signal to pass through a range of 1000 PWM units. A value x means that the motor signal can only go from 1000 to 2000 PWM in minimum x seconds. Zero means that slew rate limiting is disabled.", "min": 0.0, "name": "MOT_SLEW_MAX", "shortDesc": "Minimum motor rise time (slew rate limit)", "type": "Float", "units": "s/(1000*PWM)"}, {"category": "Standard", "default": 0, "group": "PWM Outputs", "longDesc": "Set to 1 to enable S.BUS version 1 output instead of RSSI.", "name": "PWM_SBUS_MODE", "shortDesc": "S.BUS out", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 0.0, "group": "PWM Outputs", "increment": 0.1, "longDesc": "Parameter used to model the nonlinear relationship between motor control signal (e.g. PWM) and static thrust. The model is: rel_thrust = factor * rel_signal^2 + (1-factor) * rel_signal, where rel_thrust is the normalized thrust between 0 and 1, and rel_signal is the relative motor control signal between 0 and 1.", "max": 1.0, "min": 0.0, "name": "THR_MDL_FAC", "shortDesc": "Thrust to motor control signal model parameter", "type": "Float"}, {"category": "Standard", "default": 0, "group": "Payload Deliverer", "name": "PD_GRIPPER_EN", "rebootRequired": true, "shortDesc": "Enable Gripper actuation in Payload Deliverer", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 3.0, "group": "Payload Deliverer", "longDesc": "Maximum time Gripper will wait while the successful griper actuation isn't recognised. If the gripper has no feedback sensor, it will simply wait for this time before considering gripper actuation successful and publish a 'VehicleCommandAck' signaling successful gripper action", "min": 0.0, "name": "PD_GRIPPER_TO", "shortDesc": "Timeout for successful gripper actuation acknowledgement", "type": "Float", "units": "s"}, {"category": "Standard", "default": 0, "group": "Payload Deliverer", "max": 0, "min": -1, "name": "PD_GRIPPER_TYPE", "shortDesc": "Type of Gripper (Servo, etc.)", "type": "Int32", "values": [{"description": "Undefined", "value": -1}, {"description": "Servo", "value": 0}]}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "Precision Land", "increment": 0.5, "longDesc": "Time after which the landing target is considered lost without any new measurements.", "max": 50.0, "min": 0.0, "name": "PLD_BTOUT", "shortDesc": "Landing Target Timeout", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "Precision Land", "increment": 0.1, "longDesc": "Allow final approach (without horizontal positioning) if losing landing target closer than this to the ground.", "max": 10.0, "min": 0.0, "name": "PLD_FAPPR_ALT", "shortDesc": "Final approach altitude", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.2, "group": "Precision Land", "increment": 0.1, "longDesc": "Start descending if closer above landing target than this.", "max": 10.0, "min": 0.0, "name": "PLD_HACC_RAD", "shortDesc": "Horizontal acceptance radius", "type": "Float", "units": "m"}, {"category": "Standard", "default": 3, "group": "Precision Land", "longDesc": "Maximum number of times to search for the landing target if it is lost during the precision landing.", "max": 100, "min": 0, "name": "PLD_MAX_SRCH", "shortDesc": "Maximum number of search attempts", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 1, "default": 10.0, "group": "Precision Land", "increment": 0.1, "longDesc": "Altitude above home to which to climb when searching for the landing target.", "max": 100.0, "min": 0.0, "name": "PLD_SRCH_ALT", "shortDesc": "Search altitude", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 10.0, "group": "Precision Land", "increment": 0.1, "longDesc": "Time allowed to search for the landing target before falling back to normal landing.", "max": 100.0, "min": 0.0, "name": "PLD_SRCH_TOUT", "shortDesc": "Search timeout", "type": "Float", "units": "s"}, {"category": "Standard", "default": 0, "group": "RC", "longDesc": "Crossfire telemetry enable", "name": "RC_CRSF_TEL_EN", "shortDesc": "Crossfire RC telemetry enable", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "System", "default": -1, "group": "RC Input", "longDesc": "Select your RC input protocol or auto to scan.", "max": 7, "min": -1, "name": "RC_INPUT_PROTO", "shortDesc": "RC input protocol", "type": "Int32", "values": [{"description": "Auto", "value": -1}, {"description": "None", "value": 0}, {"description": "PPM", "value": 1}, {"description": "SBUS", "value": 2}, {"description": "DSM", "value": 3}, {"description": "ST24", "value": 4}, {"description": "SUMD", "value": 5}, {"description": "CRSF", "value": 6}, {"description": "GHST", "value": 7}]}, {"category": "Standard", "default": 0.0, "group": "Radio Calibration", "longDesc": "The +- range of this value around the trim value will be considered as zero.", "max": 100.0, "min": 0.0, "name": "RC10_DZ", "shortDesc": "RC channel 10 dead zone", "type": "Float"}, {"category": "Standard", "default": 2000.0, "group": "Radio Calibration", "longDesc": "Maximum value for this channel.", "max": 2200.0, "min": 1500.0, "name": "RC10_MAX", "shortDesc": "RC channel 10 maximum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1000.0, "group": "Radio Calibration", "longDesc": "Minimum value for this channel.", "max": 1500.0, "min": 800.0, "name": "RC10_MIN", "shortDesc": "RC channel 10 minimum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1.0, "group": "Radio Calibration", "longDesc": "Set to -1 to reverse channel.", "max": 1.0, "min": -1.0, "name": "RC10_REV", "shortDesc": "RC channel 10 reverse", "type": "Float", "values": [{"description": "Reverse", "value": -1.0}, {"description": "Normal", "value": 1.0}]}, {"category": "Standard", "default": 1500.0, "group": "Radio Calibration", "longDesc": "Mid point value", "max": 2200.0, "min": 800.0, "name": "RC10_TRIM", "shortDesc": "RC channel 10 trim", "type": "Float", "units": "us"}, {"category": "Standard", "default": 0.0, "group": "Radio Calibration", "longDesc": "The +- range of this value around the trim value will be considered as zero.", "max": 100.0, "min": 0.0, "name": "RC11_DZ", "shortDesc": "RC channel 11 dead zone", "type": "Float"}, {"category": "Standard", "default": 2000.0, "group": "Radio Calibration", "longDesc": "Maximum value for this channel.", "max": 2200.0, "min": 1500.0, "name": "RC11_MAX", "shortDesc": "RC channel 11 maximum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1000.0, "group": "Radio Calibration", "longDesc": "Minimum value for this channel.", "max": 1500.0, "min": 800.0, "name": "RC11_MIN", "shortDesc": "RC channel 11 minimum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1.0, "group": "Radio Calibration", "longDesc": "Set to -1 to reverse channel.", "max": 1.0, "min": -1.0, "name": "RC11_REV", "shortDesc": "RC channel 11 reverse", "type": "Float", "values": [{"description": "Reverse", "value": -1.0}, {"description": "Normal", "value": 1.0}]}, {"category": "Standard", "default": 1500.0, "group": "Radio Calibration", "longDesc": "Mid point value", "max": 2200.0, "min": 800.0, "name": "RC11_TRIM", "shortDesc": "RC channel 11 trim", "type": "Float", "units": "us"}, {"category": "Standard", "default": 0.0, "group": "Radio Calibration", "longDesc": "The +- range of this value around the trim value will be considered as zero.", "max": 100.0, "min": 0.0, "name": "RC12_DZ", "shortDesc": "RC channel 12 dead zone", "type": "Float"}, {"category": "Standard", "default": 2000.0, "group": "Radio Calibration", "longDesc": "Maximum value for this channel.", "max": 2200.0, "min": 1500.0, "name": "RC12_MAX", "shortDesc": "RC channel 12 maximum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1000.0, "group": "Radio Calibration", "longDesc": "Minimum value for this channel.", "max": 1500.0, "min": 800.0, "name": "RC12_MIN", "shortDesc": "RC channel 12 minimum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1.0, "group": "Radio Calibration", "longDesc": "Set to -1 to reverse channel.", "max": 1.0, "min": -1.0, "name": "RC12_REV", "shortDesc": "RC channel 12 reverse", "type": "Float", "values": [{"description": "Reverse", "value": -1.0}, {"description": "Normal", "value": 1.0}]}, {"category": "Standard", "default": 1500.0, "group": "Radio Calibration", "longDesc": "Mid point value", "max": 2200.0, "min": 800.0, "name": "RC12_TRIM", "shortDesc": "RC channel 12 trim", "type": "Float", "units": "us"}, {"category": "Standard", "default": 0.0, "group": "Radio Calibration", "longDesc": "The +- range of this value around the trim value will be considered as zero.", "max": 100.0, "min": 0.0, "name": "RC13_DZ", "shortDesc": "RC channel 13 dead zone", "type": "Float"}, {"category": "Standard", "default": 2000.0, "group": "Radio Calibration", "longDesc": "Maximum value for this channel.", "max": 2200.0, "min": 1500.0, "name": "RC13_MAX", "shortDesc": "RC channel 13 maximum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1000.0, "group": "Radio Calibration", "longDesc": "Minimum value for this channel.", "max": 1500.0, "min": 800.0, "name": "RC13_MIN", "shortDesc": "RC channel 13 minimum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1.0, "group": "Radio Calibration", "longDesc": "Set to -1 to reverse channel.", "max": 1.0, "min": -1.0, "name": "RC13_REV", "shortDesc": "RC channel 13 reverse", "type": "Float", "values": [{"description": "Reverse", "value": -1.0}, {"description": "Normal", "value": 1.0}]}, {"category": "Standard", "default": 1500.0, "group": "Radio Calibration", "longDesc": "Mid point value", "max": 2200.0, "min": 800.0, "name": "RC13_TRIM", "shortDesc": "RC channel 13 trim", "type": "Float", "units": "us"}, {"category": "Standard", "default": 0.0, "group": "Radio Calibration", "longDesc": "The +- range of this value around the trim value will be considered as zero.", "max": 100.0, "min": 0.0, "name": "RC14_DZ", "shortDesc": "RC channel 14 dead zone", "type": "Float"}, {"category": "Standard", "default": 2000.0, "group": "Radio Calibration", "longDesc": "Maximum value for this channel.", "max": 2200.0, "min": 1500.0, "name": "RC14_MAX", "shortDesc": "RC channel 14 maximum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1000.0, "group": "Radio Calibration", "longDesc": "Minimum value for this channel.", "max": 1500.0, "min": 800.0, "name": "RC14_MIN", "shortDesc": "RC channel 14 minimum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1.0, "group": "Radio Calibration", "longDesc": "Set to -1 to reverse channel.", "max": 1.0, "min": -1.0, "name": "RC14_REV", "shortDesc": "RC channel 14 reverse", "type": "Float", "values": [{"description": "Reverse", "value": -1.0}, {"description": "Normal", "value": 1.0}]}, {"category": "Standard", "default": 1500.0, "group": "Radio Calibration", "longDesc": "Mid point value", "max": 2200.0, "min": 800.0, "name": "RC14_TRIM", "shortDesc": "RC channel 14 trim", "type": "Float", "units": "us"}, {"category": "Standard", "default": 0.0, "group": "Radio Calibration", "longDesc": "The +- range of this value around the trim value will be considered as zero.", "max": 100.0, "min": 0.0, "name": "RC15_DZ", "shortDesc": "RC channel 15 dead zone", "type": "Float"}, {"category": "Standard", "default": 2000.0, "group": "Radio Calibration", "longDesc": "Maximum value for this channel.", "max": 2200.0, "min": 1500.0, "name": "RC15_MAX", "shortDesc": "RC channel 15 maximum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1000.0, "group": "Radio Calibration", "longDesc": "Minimum value for this channel.", "max": 1500.0, "min": 800.0, "name": "RC15_MIN", "shortDesc": "RC channel 15 minimum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1.0, "group": "Radio Calibration", "longDesc": "Set to -1 to reverse channel.", "max": 1.0, "min": -1.0, "name": "RC15_REV", "shortDesc": "RC channel 15 reverse", "type": "Float", "values": [{"description": "Reverse", "value": -1.0}, {"description": "Normal", "value": 1.0}]}, {"category": "Standard", "default": 1500.0, "group": "Radio Calibration", "longDesc": "Mid point value", "max": 2200.0, "min": 800.0, "name": "RC15_TRIM", "shortDesc": "RC channel 15 trim", "type": "Float", "units": "us"}, {"category": "Standard", "default": 0.0, "group": "Radio Calibration", "longDesc": "The +- range of this value around the trim value will be considered as zero.", "max": 100.0, "min": 0.0, "name": "RC16_DZ", "shortDesc": "RC channel 16 dead zone", "type": "Float"}, {"category": "Standard", "default": 2000.0, "group": "Radio Calibration", "longDesc": "Maximum value for this channel.", "max": 2200.0, "min": 1500.0, "name": "RC16_MAX", "shortDesc": "RC channel 16 maximum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1000.0, "group": "Radio Calibration", "longDesc": "Minimum value for this channel.", "max": 1500.0, "min": 800.0, "name": "RC16_MIN", "shortDesc": "RC channel 16 minimum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1.0, "group": "Radio Calibration", "longDesc": "Set to -1 to reverse channel.", "max": 1.0, "min": -1.0, "name": "RC16_REV", "shortDesc": "RC channel 16 reverse", "type": "Float", "values": [{"description": "Reverse", "value": -1.0}, {"description": "Normal", "value": 1.0}]}, {"category": "Standard", "default": 1500.0, "group": "Radio Calibration", "longDesc": "Mid point value", "max": 2200.0, "min": 800.0, "name": "RC16_TRIM", "shortDesc": "RC channel 16 trim", "type": "Float", "units": "us"}, {"category": "Standard", "default": 0.0, "group": "Radio Calibration", "longDesc": "The +- range of this value around the trim value will be considered as zero.", "max": 100.0, "min": 0.0, "name": "RC17_DZ", "shortDesc": "RC channel 17 dead zone", "type": "Float"}, {"category": "Standard", "default": 2000.0, "group": "Radio Calibration", "longDesc": "Maximum value for this channel.", "max": 2200.0, "min": 1500.0, "name": "RC17_MAX", "shortDesc": "RC channel 17 maximum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1000.0, "group": "Radio Calibration", "longDesc": "Minimum value for this channel.", "max": 1500.0, "min": 800.0, "name": "RC17_MIN", "shortDesc": "RC channel 17 minimum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1.0, "group": "Radio Calibration", "longDesc": "Set to -1 to reverse channel.", "max": 1.0, "min": -1.0, "name": "RC17_REV", "shortDesc": "RC channel 17 reverse", "type": "Float", "values": [{"description": "Reverse", "value": -1.0}, {"description": "Normal", "value": 1.0}]}, {"category": "Standard", "default": 1500.0, "group": "Radio Calibration", "longDesc": "Mid point value", "max": 2200.0, "min": 800.0, "name": "RC17_TRIM", "shortDesc": "RC channel 17 trim", "type": "Float", "units": "us"}, {"category": "Standard", "default": 0.0, "group": "Radio Calibration", "longDesc": "The +- range of this value around the trim value will be considered as zero.", "max": 100.0, "min": 0.0, "name": "RC18_DZ", "shortDesc": "RC channel 18 dead zone", "type": "Float"}, {"category": "Standard", "default": 2000.0, "group": "Radio Calibration", "longDesc": "Maximum value for this channel.", "max": 2200.0, "min": 1500.0, "name": "RC18_MAX", "shortDesc": "RC channel 18 maximum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1000.0, "group": "Radio Calibration", "longDesc": "Minimum value for this channel.", "max": 1500.0, "min": 800.0, "name": "RC18_MIN", "shortDesc": "RC channel 18 minimum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1.0, "group": "Radio Calibration", "longDesc": "Set to -1 to reverse channel.", "max": 1.0, "min": -1.0, "name": "RC18_REV", "shortDesc": "RC channel 18 reverse", "type": "Float", "values": [{"description": "Reverse", "value": -1.0}, {"description": "Normal", "value": 1.0}]}, {"category": "Standard", "default": 1500.0, "group": "Radio Calibration", "longDesc": "Mid point value", "max": 2200.0, "min": 800.0, "name": "RC18_TRIM", "shortDesc": "RC channel 18 trim", "type": "Float", "units": "us"}, {"category": "Standard", "default": 10.0, "group": "Radio Calibration", "longDesc": "The +- range of this value around the trim value will be considered as zero.", "max": 100.0, "min": 0.0, "name": "RC1_DZ", "shortDesc": "RC channel 1 dead zone", "type": "Float", "units": "us"}, {"category": "Standard", "default": 2000.0, "group": "Radio Calibration", "longDesc": "Maximum value for RC channel 1", "max": 2200.0, "min": 1500.0, "name": "RC1_MAX", "shortDesc": "RC channel 1 maximum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1000.0, "group": "Radio Calibration", "longDesc": "Minimum value for RC channel 1", "max": 1500.0, "min": 800.0, "name": "RC1_MIN", "shortDesc": "RC channel 1 minimum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1.0, "group": "Radio Calibration", "longDesc": "Set to -1 to reverse channel.", "max": 1.0, "min": -1.0, "name": "RC1_REV", "shortDesc": "RC channel 1 reverse", "type": "Float", "values": [{"description": "Reverse", "value": -1.0}, {"description": "Normal", "value": 1.0}]}, {"category": "Standard", "default": 1500.0, "group": "Radio Calibration", "longDesc": "Mid point value", "max": 2200.0, "min": 800.0, "name": "RC1_TRIM", "shortDesc": "RC channel 1 trim", "type": "Float", "units": "us"}, {"category": "Standard", "default": 10.0, "group": "Radio Calibration", "longDesc": "The +- range of this value around the trim value will be considered as zero.", "max": 100.0, "min": 0.0, "name": "RC2_DZ", "shortDesc": "RC channel 2 dead zone", "type": "Float", "units": "us"}, {"category": "Standard", "default": 2000.0, "group": "Radio Calibration", "longDesc": "Maximum value for this channel.", "max": 2200.0, "min": 1500.0, "name": "RC2_MAX", "shortDesc": "RC channel 2 maximum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1000.0, "group": "Radio Calibration", "longDesc": "Minimum value for this channel.", "max": 1500.0, "min": 800.0, "name": "RC2_MIN", "shortDesc": "RC channel 2 minimum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1.0, "group": "Radio Calibration", "longDesc": "Set to -1 to reverse channel.", "max": 1.0, "min": -1.0, "name": "RC2_REV", "shortDesc": "RC channel 2 reverse", "type": "Float", "values": [{"description": "Reverse", "value": -1.0}, {"description": "Normal", "value": 1.0}]}, {"category": "Standard", "default": 1500.0, "group": "Radio Calibration", "longDesc": "Mid point value", "max": 2200.0, "min": 800.0, "name": "RC2_TRIM", "shortDesc": "RC channel 2 trim", "type": "Float", "units": "us"}, {"category": "Standard", "default": 10.0, "group": "Radio Calibration", "longDesc": "The +- range of this value around the trim value will be considered as zero.", "max": 100.0, "min": 0.0, "name": "RC3_DZ", "shortDesc": "RC channel 3 dead zone", "type": "Float", "units": "us"}, {"category": "Standard", "default": 2000.0, "group": "Radio Calibration", "longDesc": "Maximum value for this channel.", "max": 2200.0, "min": 1500.0, "name": "RC3_MAX", "shortDesc": "RC channel 3 maximum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1000.0, "group": "Radio Calibration", "longDesc": "Minimum value for this channel.", "max": 1500.0, "min": 800.0, "name": "RC3_MIN", "shortDesc": "RC channel 3 minimum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1.0, "group": "Radio Calibration", "longDesc": "Set to -1 to reverse channel.", "max": 1.0, "min": -1.0, "name": "RC3_REV", "shortDesc": "RC channel 3 reverse", "type": "Float", "values": [{"description": "Reverse", "value": -1.0}, {"description": "Normal", "value": 1.0}]}, {"category": "Standard", "default": 1500.0, "group": "Radio Calibration", "longDesc": "Mid point value", "max": 2200.0, "min": 800.0, "name": "RC3_TRIM", "shortDesc": "RC channel 3 trim", "type": "Float", "units": "us"}, {"category": "Standard", "default": 10.0, "group": "Radio Calibration", "longDesc": "The +- range of this value around the trim value will be considered as zero.", "max": 100.0, "min": 0.0, "name": "RC4_DZ", "shortDesc": "RC channel 4 dead zone", "type": "Float", "units": "us"}, {"category": "Standard", "default": 2000.0, "group": "Radio Calibration", "longDesc": "Maximum value for this channel.", "max": 2200.0, "min": 1500.0, "name": "RC4_MAX", "shortDesc": "RC channel 4 maximum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1000.0, "group": "Radio Calibration", "longDesc": "Minimum value for this channel.", "max": 1500.0, "min": 800.0, "name": "RC4_MIN", "shortDesc": "RC channel 4 minimum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1.0, "group": "Radio Calibration", "longDesc": "Set to -1 to reverse channel.", "max": 1.0, "min": -1.0, "name": "RC4_REV", "shortDesc": "RC channel 4 reverse", "type": "Float", "values": [{"description": "Reverse", "value": -1.0}, {"description": "Normal", "value": 1.0}]}, {"category": "Standard", "default": 1500.0, "group": "Radio Calibration", "longDesc": "Mid point value", "max": 2200.0, "min": 800.0, "name": "RC4_TRIM", "shortDesc": "RC channel 4 trim", "type": "Float", "units": "us"}, {"category": "Standard", "default": 10.0, "group": "Radio Calibration", "longDesc": "The +- range of this value around the trim value will be considered as zero.", "max": 100.0, "min": 0.0, "name": "RC5_DZ", "shortDesc": "RC channel 5 dead zone", "type": "Float"}, {"category": "Standard", "default": 2000.0, "group": "Radio Calibration", "longDesc": "Maximum value for this channel.", "max": 2200.0, "min": 1500.0, "name": "RC5_MAX", "shortDesc": "RC channel 5 maximum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1000.0, "group": "Radio Calibration", "longDesc": "Minimum value for this channel.", "max": 1500.0, "min": 800.0, "name": "RC5_MIN", "shortDesc": "RC channel 5 minimum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1.0, "group": "Radio Calibration", "longDesc": "Set to -1 to reverse channel.", "max": 1.0, "min": -1.0, "name": "RC5_REV", "shortDesc": "RC channel 5 reverse", "type": "Float", "values": [{"description": "Reverse", "value": -1.0}, {"description": "Normal", "value": 1.0}]}, {"category": "Standard", "default": 1500.0, "group": "Radio Calibration", "longDesc": "Mid point value", "max": 2200.0, "min": 800.0, "name": "RC5_TRIM", "shortDesc": "RC channel 5 trim", "type": "Float", "units": "us"}, {"category": "Standard", "default": 10.0, "group": "Radio Calibration", "longDesc": "The +- range of this value around the trim value will be considered as zero.", "max": 100.0, "min": 0.0, "name": "RC6_DZ", "shortDesc": "RC channel 6 dead zone", "type": "Float"}, {"category": "Standard", "default": 2000.0, "group": "Radio Calibration", "longDesc": "Maximum value for this channel.", "max": 2200.0, "min": 1500.0, "name": "RC6_MAX", "shortDesc": "RC channel 6 maximum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1000.0, "group": "Radio Calibration", "longDesc": "Minimum value for this channel.", "max": 1500.0, "min": 800.0, "name": "RC6_MIN", "shortDesc": "RC channel 6 minimum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1.0, "group": "Radio Calibration", "longDesc": "Set to -1 to reverse channel.", "max": 1.0, "min": -1.0, "name": "RC6_REV", "shortDesc": "RC channel 6 reverse", "type": "Float", "values": [{"description": "Reverse", "value": -1.0}, {"description": "Normal", "value": 1.0}]}, {"category": "Standard", "default": 1500.0, "group": "Radio Calibration", "longDesc": "Mid point value", "max": 2200.0, "min": 800.0, "name": "RC6_TRIM", "shortDesc": "RC channel 6 trim", "type": "Float", "units": "us"}, {"category": "Standard", "default": 10.0, "group": "Radio Calibration", "longDesc": "The +- range of this value around the trim value will be considered as zero.", "max": 100.0, "min": 0.0, "name": "RC7_DZ", "shortDesc": "RC channel 7 dead zone", "type": "Float"}, {"category": "Standard", "default": 2000.0, "group": "Radio Calibration", "longDesc": "Maximum value for this channel.", "max": 2200.0, "min": 1500.0, "name": "RC7_MAX", "shortDesc": "RC channel 7 maximum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1000.0, "group": "Radio Calibration", "longDesc": "Minimum value for this channel.", "max": 1500.0, "min": 800.0, "name": "RC7_MIN", "shortDesc": "RC channel 7 minimum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1.0, "group": "Radio Calibration", "longDesc": "Set to -1 to reverse channel.", "max": 1.0, "min": -1.0, "name": "RC7_REV", "shortDesc": "RC channel 7 reverse", "type": "Float", "values": [{"description": "Reverse", "value": -1.0}, {"description": "Normal", "value": 1.0}]}, {"category": "Standard", "default": 1500.0, "group": "Radio Calibration", "longDesc": "Mid point value", "max": 2200.0, "min": 800.0, "name": "RC7_TRIM", "shortDesc": "RC channel 7 trim", "type": "Float", "units": "us"}, {"category": "Standard", "default": 10.0, "group": "Radio Calibration", "longDesc": "The +- range of this value around the trim value will be considered as zero.", "max": 100.0, "min": 0.0, "name": "RC8_DZ", "shortDesc": "RC channel 8 dead zone", "type": "Float"}, {"category": "Standard", "default": 2000.0, "group": "Radio Calibration", "longDesc": "Maximum value for this channel.", "max": 2200.0, "min": 1500.0, "name": "RC8_MAX", "shortDesc": "RC channel 8 maximum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1000.0, "group": "Radio Calibration", "longDesc": "Minimum value for this channel.", "max": 1500.0, "min": 800.0, "name": "RC8_MIN", "shortDesc": "RC channel 8 minimum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1.0, "group": "Radio Calibration", "longDesc": "Set to -1 to reverse channel.", "max": 1.0, "min": -1.0, "name": "RC8_REV", "shortDesc": "RC channel 8 reverse", "type": "Float", "values": [{"description": "Reverse", "value": -1.0}, {"description": "Normal", "value": 1.0}]}, {"category": "Standard", "default": 1500.0, "group": "Radio Calibration", "longDesc": "Mid point value", "max": 2200.0, "min": 800.0, "name": "RC8_TRIM", "shortDesc": "RC channel 8 trim", "type": "Float", "units": "us"}, {"category": "Standard", "default": 0.0, "group": "Radio Calibration", "longDesc": "The +- range of this value around the trim value will be considered as zero.", "max": 100.0, "min": 0.0, "name": "RC9_DZ", "shortDesc": "RC channel 9 dead zone", "type": "Float"}, {"category": "Standard", "default": 2000.0, "group": "Radio Calibration", "longDesc": "Maximum value for this channel.", "max": 2200.0, "min": 1500.0, "name": "RC9_MAX", "shortDesc": "RC channel 9 maximum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1000.0, "group": "Radio Calibration", "longDesc": "Minimum value for this channel.", "max": 1500.0, "min": 800.0, "name": "RC9_MIN", "shortDesc": "RC channel 9 minimum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1.0, "group": "Radio Calibration", "longDesc": "Set to -1 to reverse channel.", "max": 1.0, "min": -1.0, "name": "RC9_REV", "shortDesc": "RC channel 9 reverse", "type": "Float", "values": [{"description": "Reverse", "value": -1.0}, {"description": "Normal", "value": 1.0}]}, {"category": "Standard", "default": 1500.0, "group": "Radio Calibration", "longDesc": "Mid point value", "max": 2200.0, "min": 800.0, "name": "RC9_TRIM", "shortDesc": "RC channel 9 trim", "type": "Float", "units": "us"}, {"category": "Standard", "default": 0, "group": "Radio Calibration", "longDesc": "This parameter is used by Ground Station software to save the number of channels which were used during RC calibration. It is only meant for ground station use.", "max": 18, "min": 0, "name": "RC_CHAN_CNT", "shortDesc": "RC channel count", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Radio Calibration", "longDesc": "Use RC_MAP_FAILSAFE to specify which channel is used to indicate RC loss via this threshold. By default this is the throttle channel. Set to a PWM value slightly above the PWM value for the channel (e.g. throttle) in a failsafe event, but below the minimum PWM value for the channel during normal operation. Note: The default value of 0 disables the feature (it is below the expected range).", "max": 2200, "min": 0, "name": "RC_FAILS_THR", "shortDesc": "Failsafe channel PWM threshold", "type": "Int32", "units": "us"}, {"category": "Standard", "default": 0, "group": "Radio Calibration", "longDesc": "Default function: Camera pitch", "max": 18, "min": 0, "name": "RC_MAP_AUX1", "shortDesc": "AUX1 Passthrough RC channel", "type": "Int32", "values": [{"description": "Unassigned", "value": 0}, {"description": "Channel 1", "value": 1}, {"description": "Channel 2", "value": 2}, {"description": "Channel 3", "value": 3}, {"description": "Channel 4", "value": 4}, {"description": "Channel 5", "value": 5}, {"description": "Channel 6", "value": 6}, {"description": "Channel 7", "value": 7}, {"description": "Channel 8", "value": 8}, {"description": "Channel 9", "value": 9}, {"description": "Channel 10", "value": 10}, {"description": "Channel 11", "value": 11}, {"description": "Channel 12", "value": 12}, {"description": "Channel 13", "value": 13}, {"description": "Channel 14", "value": 14}, {"description": "Channel 15", "value": 15}, {"description": "Channel 16", "value": 16}, {"description": "Channel 17", "value": 17}, {"description": "Channel 18", "value": 18}]}, {"category": "Standard", "default": 0, "group": "Radio Calibration", "longDesc": "Default function: Camera roll", "max": 18, "min": 0, "name": "RC_MAP_AUX2", "shortDesc": "AUX2 Passthrough RC channel", "type": "Int32", "values": [{"description": "Unassigned", "value": 0}, {"description": "Channel 1", "value": 1}, {"description": "Channel 2", "value": 2}, {"description": "Channel 3", "value": 3}, {"description": "Channel 4", "value": 4}, {"description": "Channel 5", "value": 5}, {"description": "Channel 6", "value": 6}, {"description": "Channel 7", "value": 7}, {"description": "Channel 8", "value": 8}, {"description": "Channel 9", "value": 9}, {"description": "Channel 10", "value": 10}, {"description": "Channel 11", "value": 11}, {"description": "Channel 12", "value": 12}, {"description": "Channel 13", "value": 13}, {"description": "Channel 14", "value": 14}, {"description": "Channel 15", "value": 15}, {"description": "Channel 16", "value": 16}, {"description": "Channel 17", "value": 17}, {"description": "Channel 18", "value": 18}]}, {"category": "Standard", "default": 0, "group": "Radio Calibration", "longDesc": "Default function: Camera azimuth / yaw", "max": 18, "min": 0, "name": "RC_MAP_AUX3", "shortDesc": "AUX3 Passthrough RC channel", "type": "Int32", "values": [{"description": "Unassigned", "value": 0}, {"description": "Channel 1", "value": 1}, {"description": "Channel 2", "value": 2}, {"description": "Channel 3", "value": 3}, {"description": "Channel 4", "value": 4}, {"description": "Channel 5", "value": 5}, {"description": "Channel 6", "value": 6}, {"description": "Channel 7", "value": 7}, {"description": "Channel 8", "value": 8}, {"description": "Channel 9", "value": 9}, {"description": "Channel 10", "value": 10}, {"description": "Channel 11", "value": 11}, {"description": "Channel 12", "value": 12}, {"description": "Channel 13", "value": 13}, {"description": "Channel 14", "value": 14}, {"description": "Channel 15", "value": 15}, {"description": "Channel 16", "value": 16}, {"description": "Channel 17", "value": 17}, {"description": "Channel 18", "value": 18}]}, {"category": "Standard", "default": 0, "group": "Radio Calibration", "max": 18, "min": 0, "name": "RC_MAP_AUX4", "shortDesc": "AUX4 Passthrough RC channel", "type": "Int32", "values": [{"description": "Unassigned", "value": 0}, {"description": "Channel 1", "value": 1}, {"description": "Channel 2", "value": 2}, {"description": "Channel 3", "value": 3}, {"description": "Channel 4", "value": 4}, {"description": "Channel 5", "value": 5}, {"description": "Channel 6", "value": 6}, {"description": "Channel 7", "value": 7}, {"description": "Channel 8", "value": 8}, {"description": "Channel 9", "value": 9}, {"description": "Channel 10", "value": 10}, {"description": "Channel 11", "value": 11}, {"description": "Channel 12", "value": 12}, {"description": "Channel 13", "value": 13}, {"description": "Channel 14", "value": 14}, {"description": "Channel 15", "value": 15}, {"description": "Channel 16", "value": 16}, {"description": "Channel 17", "value": 17}, {"description": "Channel 18", "value": 18}]}, {"category": "Standard", "default": 0, "group": "Radio Calibration", "max": 18, "min": 0, "name": "RC_MAP_AUX5", "shortDesc": "AUX5 Passthrough RC channel", "type": "Int32", "values": [{"description": "Unassigned", "value": 0}, {"description": "Channel 1", "value": 1}, {"description": "Channel 2", "value": 2}, {"description": "Channel 3", "value": 3}, {"description": "Channel 4", "value": 4}, {"description": "Channel 5", "value": 5}, {"description": "Channel 6", "value": 6}, {"description": "Channel 7", "value": 7}, {"description": "Channel 8", "value": 8}, {"description": "Channel 9", "value": 9}, {"description": "Channel 10", "value": 10}, {"description": "Channel 11", "value": 11}, {"description": "Channel 12", "value": 12}, {"description": "Channel 13", "value": 13}, {"description": "Channel 14", "value": 14}, {"description": "Channel 15", "value": 15}, {"description": "Channel 16", "value": 16}, {"description": "Channel 17", "value": 17}, {"description": "Channel 18", "value": 18}]}, {"category": "Standard", "default": 0, "group": "Radio Calibration", "max": 18, "min": 0, "name": "RC_MAP_AUX6", "shortDesc": "AUX6 Passthrough RC channel", "type": "Int32", "values": [{"description": "Unassigned", "value": 0}, {"description": "Channel 1", "value": 1}, {"description": "Channel 2", "value": 2}, {"description": "Channel 3", "value": 3}, {"description": "Channel 4", "value": 4}, {"description": "Channel 5", "value": 5}, {"description": "Channel 6", "value": 6}, {"description": "Channel 7", "value": 7}, {"description": "Channel 8", "value": 8}, {"description": "Channel 9", "value": 9}, {"description": "Channel 10", "value": 10}, {"description": "Channel 11", "value": 11}, {"description": "Channel 12", "value": 12}, {"description": "Channel 13", "value": 13}, {"description": "Channel 14", "value": 14}, {"description": "Channel 15", "value": 15}, {"description": "Channel 16", "value": 16}, {"description": "Channel 17", "value": 17}, {"description": "Channel 18", "value": 18}]}, {"category": "Standard", "default": 0, "group": "Radio Calibration", "max": 18, "min": 0, "name": "RC_MAP_ENG_MOT", "shortDesc": "RC channel to engage the main motor (for helicopters)", "type": "Int32", "values": [{"description": "Unassigned", "value": 0}, {"description": "Channel 1", "value": 1}, {"description": "Channel 2", "value": 2}, {"description": "Channel 3", "value": 3}, {"description": "Channel 4", "value": 4}, {"description": "Channel 5", "value": 5}, {"description": "Channel 6", "value": 6}, {"description": "Channel 7", "value": 7}, {"description": "Channel 8", "value": 8}, {"description": "Channel 9", "value": 9}, {"description": "Channel 10", "value": 10}, {"description": "Channel 11", "value": 11}, {"description": "Channel 12", "value": 12}, {"description": "Channel 13", "value": 13}, {"description": "Channel 14", "value": 14}, {"description": "Channel 15", "value": 15}, {"description": "Channel 16", "value": 16}, {"description": "Channel 17", "value": 17}, {"description": "Channel 18", "value": 18}]}, {"category": "Standard", "default": 0, "group": "Radio Calibration", "longDesc": "Configures which RC channel is used by the receiver to indicate the signal was lost (on receivers that use output a fixed signal value to report lost signal). If set to 0, the channel mapped to throttle is used. Use RC_FAILS_THR to set the threshold indicating lost signal. By default it's below the expected range and hence disabled.", "max": 18, "min": 0, "name": "RC_MAP_FAILSAFE", "shortDesc": "Failsafe channel mapping", "type": "Int32", "values": [{"description": "Unassigned", "value": 0}, {"description": "Channel 1", "value": 1}, {"description": "Channel 2", "value": 2}, {"description": "Channel 3", "value": 3}, {"description": "Channel 4", "value": 4}, {"description": "Channel 5", "value": 5}, {"description": "Channel 6", "value": 6}, {"description": "Channel 7", "value": 7}, {"description": "Channel 8", "value": 8}, {"description": "Channel 9", "value": 9}, {"description": "Channel 10", "value": 10}, {"description": "Channel 11", "value": 11}, {"description": "Channel 12", "value": 12}, {"description": "Channel 13", "value": 13}, {"description": "Channel 14", "value": 14}, {"description": "Channel 15", "value": 15}, {"description": "Channel 16", "value": 16}, {"description": "Channel 17", "value": 17}, {"description": "Channel 18", "value": 18}]}, {"category": "Standard", "default": 0, "group": "Radio Calibration", "longDesc": "Can be used for parameter tuning with the RC. This one is further referenced as the 1st parameter channel. Set to 0 to deactivate *", "max": 18, "min": 0, "name": "RC_MAP_PARAM1", "shortDesc": "PARAM1 tuning channel", "type": "Int32", "values": [{"description": "Unassigned", "value": 0}, {"description": "Channel 1", "value": 1}, {"description": "Channel 2", "value": 2}, {"description": "Channel 3", "value": 3}, {"description": "Channel 4", "value": 4}, {"description": "Channel 5", "value": 5}, {"description": "Channel 6", "value": 6}, {"description": "Channel 7", "value": 7}, {"description": "Channel 8", "value": 8}, {"description": "Channel 9", "value": 9}, {"description": "Channel 10", "value": 10}, {"description": "Channel 11", "value": 11}, {"description": "Channel 12", "value": 12}, {"description": "Channel 13", "value": 13}, {"description": "Channel 14", "value": 14}, {"description": "Channel 15", "value": 15}, {"description": "Channel 16", "value": 16}, {"description": "Channel 17", "value": 17}, {"description": "Channel 18", "value": 18}]}, {"category": "Standard", "default": 0, "group": "Radio Calibration", "longDesc": "Can be used for parameter tuning with the RC. This one is further referenced as the 2nd parameter channel. Set to 0 to deactivate *", "max": 18, "min": 0, "name": "RC_MAP_PARAM2", "shortDesc": "PARAM2 tuning channel", "type": "Int32", "values": [{"description": "Unassigned", "value": 0}, {"description": "Channel 1", "value": 1}, {"description": "Channel 2", "value": 2}, {"description": "Channel 3", "value": 3}, {"description": "Channel 4", "value": 4}, {"description": "Channel 5", "value": 5}, {"description": "Channel 6", "value": 6}, {"description": "Channel 7", "value": 7}, {"description": "Channel 8", "value": 8}, {"description": "Channel 9", "value": 9}, {"description": "Channel 10", "value": 10}, {"description": "Channel 11", "value": 11}, {"description": "Channel 12", "value": 12}, {"description": "Channel 13", "value": 13}, {"description": "Channel 14", "value": 14}, {"description": "Channel 15", "value": 15}, {"description": "Channel 16", "value": 16}, {"description": "Channel 17", "value": 17}, {"description": "Channel 18", "value": 18}]}, {"category": "Standard", "default": 0, "group": "Radio Calibration", "longDesc": "Can be used for parameter tuning with the RC. This one is further referenced as the 3th parameter channel. Set to 0 to deactivate *", "max": 18, "min": 0, "name": "RC_MAP_PARAM3", "shortDesc": "PARAM3 tuning channel", "type": "Int32", "values": [{"description": "Unassigned", "value": 0}, {"description": "Channel 1", "value": 1}, {"description": "Channel 2", "value": 2}, {"description": "Channel 3", "value": 3}, {"description": "Channel 4", "value": 4}, {"description": "Channel 5", "value": 5}, {"description": "Channel 6", "value": 6}, {"description": "Channel 7", "value": 7}, {"description": "Channel 8", "value": 8}, {"description": "Channel 9", "value": 9}, {"description": "Channel 10", "value": 10}, {"description": "Channel 11", "value": 11}, {"description": "Channel 12", "value": 12}, {"description": "Channel 13", "value": 13}, {"description": "Channel 14", "value": 14}, {"description": "Channel 15", "value": 15}, {"description": "Channel 16", "value": 16}, {"description": "Channel 17", "value": 17}, {"description": "Channel 18", "value": 18}]}, {"category": "Standard", "default": 0, "group": "Radio Calibration", "longDesc": "The channel index (starting from 1 for channel 1) indicates which channel should be used for reading pitch inputs from. A value of zero indicates the switch is not assigned.", "max": 18, "min": 0, "name": "RC_MAP_PITCH", "shortDesc": "Pitch control channel mapping", "type": "Int32", "values": [{"description": "Unassigned", "value": 0}, {"description": "Channel 1", "value": 1}, {"description": "Channel 2", "value": 2}, {"description": "Channel 3", "value": 3}, {"description": "Channel 4", "value": 4}, {"description": "Channel 5", "value": 5}, {"description": "Channel 6", "value": 6}, {"description": "Channel 7", "value": 7}, {"description": "Channel 8", "value": 8}, {"description": "Channel 9", "value": 9}, {"description": "Channel 10", "value": 10}, {"description": "Channel 11", "value": 11}, {"description": "Channel 12", "value": 12}, {"description": "Channel 13", "value": 13}, {"description": "Channel 14", "value": 14}, {"description": "Channel 15", "value": 15}, {"description": "Channel 16", "value": 16}, {"description": "Channel 17", "value": 17}, {"description": "Channel 18", "value": 18}]}, {"category": "Standard", "default": 0, "group": "Radio Calibration", "longDesc": "The channel index (starting from 1 for channel 1) indicates which channel should be used for reading roll inputs from. A value of zero indicates the switch is not assigned.", "max": 18, "min": 0, "name": "RC_MAP_ROLL", "shortDesc": "Roll control channel mapping", "type": "Int32", "values": [{"description": "Unassigned", "value": 0}, {"description": "Channel 1", "value": 1}, {"description": "Channel 2", "value": 2}, {"description": "Channel 3", "value": 3}, {"description": "Channel 4", "value": 4}, {"description": "Channel 5", "value": 5}, {"description": "Channel 6", "value": 6}, {"description": "Channel 7", "value": 7}, {"description": "Channel 8", "value": 8}, {"description": "Channel 9", "value": 9}, {"description": "Channel 10", "value": 10}, {"description": "Channel 11", "value": 11}, {"description": "Channel 12", "value": 12}, {"description": "Channel 13", "value": 13}, {"description": "Channel 14", "value": 14}, {"description": "Channel 15", "value": 15}, {"description": "Channel 16", "value": 16}, {"description": "Channel 17", "value": 17}, {"description": "Channel 18", "value": 18}]}, {"category": "Standard", "default": 0, "group": "Radio Calibration", "longDesc": "The channel index (starting from 1 for channel 1) indicates which channel should be used for reading throttle inputs from. A value of zero indicates the switch is not assigned.", "max": 18, "min": 0, "name": "RC_MAP_THROTTLE", "shortDesc": "Throttle control channel mapping", "type": "Int32", "values": [{"description": "Unassigned", "value": 0}, {"description": "Channel 1", "value": 1}, {"description": "Channel 2", "value": 2}, {"description": "Channel 3", "value": 3}, {"description": "Channel 4", "value": 4}, {"description": "Channel 5", "value": 5}, {"description": "Channel 6", "value": 6}, {"description": "Channel 7", "value": 7}, {"description": "Channel 8", "value": 8}, {"description": "Channel 9", "value": 9}, {"description": "Channel 10", "value": 10}, {"description": "Channel 11", "value": 11}, {"description": "Channel 12", "value": 12}, {"description": "Channel 13", "value": 13}, {"description": "Channel 14", "value": 14}, {"description": "Channel 15", "value": 15}, {"description": "Channel 16", "value": 16}, {"description": "Channel 17", "value": 17}, {"description": "Channel 18", "value": 18}]}, {"category": "Standard", "default": 0, "group": "Radio Calibration", "longDesc": "The channel index (starting from 1 for channel 1) indicates which channel should be used for reading yaw inputs from. A value of zero indicates the switch is not assigned.", "max": 18, "min": 0, "name": "RC_MAP_YAW", "shortDesc": "Yaw control channel mapping", "type": "Int32", "values": [{"description": "Unassigned", "value": 0}, {"description": "Channel 1", "value": 1}, {"description": "Channel 2", "value": 2}, {"description": "Channel 3", "value": 3}, {"description": "Channel 4", "value": 4}, {"description": "Channel 5", "value": 5}, {"description": "Channel 6", "value": 6}, {"description": "Channel 7", "value": 7}, {"description": "Channel 8", "value": 8}, {"description": "Channel 9", "value": 9}, {"description": "Channel 10", "value": 10}, {"description": "Channel 11", "value": 11}, {"description": "Channel 12", "value": 12}, {"description": "Channel 13", "value": 13}, {"description": "Channel 14", "value": 14}, {"description": "Channel 15", "value": 15}, {"description": "Channel 16", "value": 16}, {"description": "Channel 17", "value": 17}, {"description": "Channel 18", "value": 18}]}, {"category": "Standard", "default": 0, "group": "Radio Calibration", "longDesc": "0: do not read RSSI from input channel 1-18: read RSSI from specified input channel Specify the range for RSSI input with RC_RSSI_PWM_MIN and RC_RSSI_PWM_MAX parameters.", "max": 18, "min": 0, "name": "RC_RSSI_PWM_CHAN", "shortDesc": "PWM input channel that provides RSSI", "type": "Int32", "values": [{"description": "Unassigned", "value": 0}, {"description": "Channel 1", "value": 1}, {"description": "Channel 2", "value": 2}, {"description": "Channel 3", "value": 3}, {"description": "Channel 4", "value": 4}, {"description": "Channel 5", "value": 5}, {"description": "Channel 6", "value": 6}, {"description": "Channel 7", "value": 7}, {"description": "Channel 8", "value": 8}, {"description": "Channel 9", "value": 9}, {"description": "Channel 10", "value": 10}, {"description": "Channel 11", "value": 11}, {"description": "Channel 12", "value": 12}, {"description": "Channel 13", "value": 13}, {"description": "Channel 14", "value": 14}, {"description": "Channel 15", "value": 15}, {"description": "Channel 16", "value": 16}, {"description": "Channel 17", "value": 17}, {"description": "Channel 18", "value": 18}]}, {"category": "Standard", "default": 2000, "group": "Radio Calibration", "longDesc": "Only used if RC_RSSI_PWM_CHAN > 0", "max": 2000, "min": 0, "name": "RC_RSSI_PWM_MAX", "shortDesc": "Max input value for RSSI reading", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Radio Calibration", "longDesc": "Only used if RC_RSSI_PWM_CHAN > 0", "max": 2000, "min": 0, "name": "RC_RSSI_PWM_MIN", "shortDesc": "Min input value for RSSI reading", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Radio Calibration", "increment": 0.01, "longDesc": "The trim value is the actuator control value the system needs for straight and level flight.", "max": 0.5, "min": -0.5, "name": "TRIM_PITCH", "shortDesc": "Pitch trim", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Radio Calibration", "increment": 0.01, "longDesc": "The trim value is the actuator control value the system needs for straight and level flight.", "max": 0.5, "min": -0.5, "name": "TRIM_ROLL", "shortDesc": "Roll trim", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Radio Calibration", "increment": 0.01, "longDesc": "The trim value is the actuator control value the system needs for straight and level flight.", "max": 0.5, "min": -0.5, "name": "TRIM_YAW", "shortDesc": "Yaw trim", "type": "Float"}, {"category": "Standard", "default": 0.75, "group": "Radio Switches", "longDesc": "0-1 indicate where in the full channel range the threshold sits 0 : min 1 : max sign indicates polarity of comparison positive : true when channel>th negative : true when channelth negative : true when channelth negative : true when channelth negative : true when channelth negative : true when channelth negative : true when channelth negative : true when channelth negative : true when channel= 0 the distance sensor measures will be overridden by this value", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.025, "group": "Simulation In Hardware", "increment": 0.005, "longDesc": "The inertia is a 3 by 3 symmetric matrix. It represents the difficulty of the vehicle to modify its angular rate.", "min": 0.0, "name": "SIH_IXX", "shortDesc": "Vehicle inertia about X axis", "type": "Float", "units": "kg m^2"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "Simulation In Hardware", "increment": 0.005, "longDesc": "The inertia is a 3 by 3 symmetric matrix. This value can be set to 0 for a quad symmetric about its center of mass.", "name": "SIH_IXY", "shortDesc": "Vehicle cross term inertia xy", "type": "Float", "units": "kg m^2"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "Simulation In Hardware", "increment": 0.005, "longDesc": "The inertia is a 3 by 3 symmetric matrix. This value can be set to 0 for a quad symmetric about its center of mass.", "name": "SIH_IXZ", "shortDesc": "Vehicle cross term inertia xz", "type": "Float", "units": "kg m^2"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.025, "group": "Simulation In Hardware", "increment": 0.005, "longDesc": "The inertia is a 3 by 3 symmetric matrix. It represents the difficulty of the vehicle to modify its angular rate.", "min": 0.0, "name": "SIH_IYY", "shortDesc": "Vehicle inertia about Y axis", "type": "Float", "units": "kg m^2"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "Simulation In Hardware", "increment": 0.005, "longDesc": "The inertia is a 3 by 3 symmetric matrix. This value can be set to 0 for a quad symmetric about its center of mass.", "name": "SIH_IYZ", "shortDesc": "Vehicle cross term inertia yz", "type": "Float", "units": "kg m^2"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.03, "group": "Simulation In Hardware", "increment": 0.005, "longDesc": "The inertia is a 3 by 3 symmetric matrix. It represents the difficulty of the vehicle to modify its angular rate.", "min": 0.0, "name": "SIH_IZZ", "shortDesc": "Vehicle inertia about Z axis", "type": "Float", "units": "kg m^2"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "Simulation In Hardware", "increment": 0.05, "longDesc": "Physical coefficient representing the friction with air particules. The greater this value, the slower the quad will move. Drag force function of velocity: D=-KDV*V. The maximum freefall velocity can be computed as V=10*MASS/KDV [m/s]", "min": 0.0, "name": "SIH_KDV", "shortDesc": "First order drag coefficient", "type": "Float", "units": "N/(m/s)"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.025, "group": "Simulation In Hardware", "increment": 0.005, "longDesc": "Physical coefficient representing the friction with air particules during rotations. The greater this value, the slower the quad will rotate. Aerodynamic moment function of body rate: Ma=-KDW*W_B. This value can be set to 0 if unknown.", "min": 0.0, "name": "SIH_KDW", "shortDesc": "First order angular damper coefficient", "type": "Float", "units": "Nm/(rad/s)"}, {"category": "Standard", "decimalPlaces": 2, "default": 32.34, "group": "Simulation In Hardware", "increment": 0.01, "longDesc": "This value represents the Above Mean Sea Level (AMSL) altitude where the simulation begins. If using FlightGear as a visual animation, this value can be tweaked such that the vehicle lies on the ground at takeoff. LAT0, LON0, H0, MU_X, MU_Y, and MU_Z should ideally be consistent among each others to represent a physical ground location on Earth.", "max": 8848.0, "min": -420.0, "name": "SIH_LOC_H0", "shortDesc": "Initial AMSL ground altitude", "type": "Float", "units": "m"}, {"category": "Standard", "default": 454671160, "group": "Simulation In Hardware", "longDesc": "This value represents the North-South location on Earth where the simulation begins. A value of 45 deg should be written 450000000. LAT0, LON0, H0, MU_X, MU_Y, and MU_Z should ideally be consistent among each others to represent a physical ground location on Earth.", "max": 850000000, "min": -850000000, "name": "SIH_LOC_LAT0", "shortDesc": "Initial geodetic latitude", "type": "Int32", "units": "deg*1e7"}, {"category": "Standard", "default": -737578370, "group": "Simulation In Hardware", "longDesc": "This value represents the East-West location on Earth where the simulation begins. A value of 45 deg should be written 450000000. LAT0, LON0, H0, MU_X, MU_Y, and MU_Z should ideally be consistent among each others to represent a physical ground location on Earth.", "max": 1800000000, "min": -1800000000, "name": "SIH_LOC_LON0", "shortDesc": "Initial geodetic longitude", "type": "Int32", "units": "deg*1e7"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.2, "group": "Simulation In Hardware", "increment": 0.05, "longDesc": "This is the arm length generating the pitching moment This value can be measured with a ruler. This corresponds to half the distance between the front and rear motors.", "min": 0.0, "name": "SIH_L_PITCH", "shortDesc": "Pitch arm length", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.2, "group": "Simulation In Hardware", "increment": 0.05, "longDesc": "This is the arm length generating the rolling moment This value can be measured with a ruler. This corresponds to half the distance between the left and right motors.", "min": 0.0, "name": "SIH_L_ROLL", "shortDesc": "Roll arm length", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "Simulation In Hardware", "increment": 0.1, "longDesc": "This value can be measured by weighting the quad on a scale.", "min": 0.0, "name": "SIH_MASS", "shortDesc": "Vehicle mass", "type": "Float", "units": "kg"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.1, "group": "Simulation In Hardware", "increment": 0.05, "longDesc": "This is the maximum torque delivered by one propeller when the motor is running at full speed. This value is usually about few percent of the maximum thrust force.", "min": 0.0, "name": "SIH_Q_MAX", "shortDesc": "Max propeller torque", "type": "Float", "units": "Nm"}, {"category": "Standard", "decimalPlaces": 2, "default": 5.0, "group": "Simulation In Hardware", "increment": 0.5, "longDesc": "This is the maximum force delivered by one propeller when the motor is running at full speed. This value is usually about 5 times the mass of the quadrotor.", "min": 0.0, "name": "SIH_T_MAX", "shortDesc": "Max propeller thrust force", "type": "Float", "units": "N"}, {"category": "Standard", "default": 0.05, "group": "Simulation In Hardware", "longDesc": "the time taken for the thruster to step from 0 to 100% should be about 4 times tau", "name": "SIH_T_TAU", "shortDesc": "thruster time constant tau", "type": "Float", "units": "s"}, {"category": "Standard", "default": 0, "group": "Simulation In Hardware", "name": "SIH_VEHICLE_TYPE", "rebootRequired": true, "shortDesc": "Vehicle type", "type": "Int32", "values": [{"description": "Multicopter", "value": 0}, {"description": "Fixed-Wing", "value": 1}, {"description": "Tailsitter", "value": 2}]}, {"category": "Standard", "default": 0.0, "group": "Simulator", "name": "SIM_BARO_OFF_P", "shortDesc": "simulated barometer pressure offset", "type": "Float"}, {"category": "Standard", "default": 0.0, "group": "Simulator", "name": "SIM_BARO_OFF_T", "shortDesc": "simulated barometer temperature offset", "type": "Float", "units": "celcius"}, {"category": "Standard", "default": 10, "group": "Simulator", "max": 50, "min": 0, "name": "SIM_GPS_USED", "shortDesc": "simulated GPS number of satellites used", "type": "Int32"}, {"category": "Standard", "default": 0.0, "group": "Simulator", "name": "SIM_MAG_OFFSET_X", "shortDesc": "simulated magnetometer X offset", "type": "Float", "units": "gauss"}, {"category": "Standard", "default": 0.0, "group": "Simulator", "name": "SIM_MAG_OFFSET_Y", "shortDesc": "simulated magnetometer Y offset", "type": "Float", "units": "gauss"}, {"category": "Standard", "default": 0.0, "group": "Simulator", "name": "SIM_MAG_OFFSET_Z", "shortDesc": "simulated magnetometer Z offset", "type": "Float", "units": "gauss"}, {"category": "Standard", "default": 0, "group": "System", "longDesc": "Set to 1 to reset parameters on next system startup (setting defaults). Platform-specific values are used if available. RC* parameters are preserved.", "name": "SYS_AUTOCONFIG", "shortDesc": "Automatically configure default values", "type": "Int32", "values": [{"description": "Keep parameters", "value": 0}, {"description": "Reset parameters to airframe defaults", "value": 1}]}, {"category": "Standard", "default": 0, "group": "System", "longDesc": "CHANGING THIS VALUE REQUIRES A RESTART. Defines the auto-start script used to bootstrap the system.", "max": 9999999, "min": 0, "name": "SYS_AUTOSTART", "rebootRequired": true, "shortDesc": "Auto-start script index", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "System", "longDesc": "If enabled, update the bootloader on the next boot. WARNING: do not cut the power during an update process, otherwise you will have to recover using some alternative method (e.g. JTAG). Instructions: - Insert an SD card - Enable this parameter - Reboot the board (plug the power or send a reboot command) - Wait until the board comes back up (or at least 2 minutes) - If it does not come back, check the file bootlog.txt on the SD card", "name": "SYS_BL_UPDATE", "rebootRequired": true, "shortDesc": "Bootloader update", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "System", "longDesc": "0 : Set to 0 to do nothing 1 : Set to 1 to start a calibration at next boot This parameter is reset to zero when the temperature calibration starts. default (0, no calibration)", "max": 1, "min": 0, "name": "SYS_CAL_ACCEL", "shortDesc": "Enable auto start of accelerometer thermal calibration at the next power up", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "System", "longDesc": "0 : Set to 0 to do nothing 1 : Set to 1 to start a calibration at next boot This parameter is reset to zero when the temperature calibration starts. default (0, no calibration)", "max": 1, "min": 0, "name": "SYS_CAL_BARO", "shortDesc": "Enable auto start of barometer thermal calibration at the next power up", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "System", "longDesc": "0 : Set to 0 to do nothing 1 : Set to 1 to start a calibration at next boot This parameter is reset to zero when the temperature calibration starts. default (0, no calibration)", "max": 1, "min": 0, "name": "SYS_CAL_GYRO", "shortDesc": "Enable auto start of rate gyro thermal calibration at the next power up", "type": "Int32"}, {"category": "Standard", "default": 24, "group": "System", "longDesc": "A temperature increase greater than this value is required during calibration. Calibration will complete for each sensor when the temperature increase above the starting temperature exceeds the value set by SYS_CAL_TDEL. If the temperature rise is insufficient, the calibration will continue indefinitely and the board will need to be repowered to exit.", "min": 10, "name": "SYS_CAL_TDEL", "shortDesc": "Required temperature rise during thermal calibration", "type": "Int32", "units": "celcius"}, {"category": "Standard", "default": 10, "group": "System", "longDesc": "Temperature calibration will not start if the temperature of any sensor is higher than the value set by SYS_CAL_TMAX.", "name": "SYS_CAL_TMAX", "shortDesc": "Maximum starting temperature for thermal calibration", "type": "Int32", "units": "celcius"}, {"category": "Standard", "default": 5, "group": "System", "longDesc": "Temperature calibration for each sensor will ignore data if the temperature is lower than the value set by SYS_CAL_TMIN.", "name": "SYS_CAL_TMIN", "shortDesc": "Minimum starting temperature for thermal calibration", "type": "Int32", "units": "celcius"}, {"category": "Standard", "default": 0, "group": "System", "name": "SYS_DM_BACKEND", "rebootRequired": true, "shortDesc": "Dataman storage backend", "type": "Int32", "values": [{"description": "Disabled", "value": -1}, {"description": "default (SD card)", "value": 0}, {"description": "RAM (not persistent)", "value": 1}]}, {"category": "Standard", "default": 0, "group": "System", "longDesc": "If enabled, future sensor calibrations will be stored to /fs/mtd_caldata. Note: this is only supported on boards with a separate calibration storage /fs/mtd_caldata.", "name": "SYS_FAC_CAL_MODE", "shortDesc": "Enable factory calibration mode", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "All sensors", "value": 1}, {"description": "All sensors except mag", "value": 2}]}, {"category": "Standard", "default": 0, "group": "System", "longDesc": "If enabled allows MAVLink INJECT_FAILURE commands. WARNING: the failures can easily cause crashes and are to be used with caution!", "name": "SYS_FAILURE_EN", "shortDesc": "Enable failure injection", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 1, "group": "System", "longDesc": "Disable this if the board has no barometer, such as some of the Omnibus F4 SD variants. If disabled, the preflight checks will not check for the presence of a barometer.", "name": "SYS_HAS_BARO", "rebootRequired": true, "shortDesc": "Control if the vehicle has a barometer", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 1, "group": "System", "longDesc": "Disable this if the system has no GPS. If disabled, the sensors hub will not process sensor_gps, and GPS will not be available for the rest of the system.", "name": "SYS_HAS_GPS", "rebootRequired": true, "shortDesc": "Control if the vehicle has a GPS", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 1, "group": "System", "longDesc": "Set this to 0 if the board has no magnetometer. If set to 0, the preflight checks will not check for the presence of a magnetometer, otherwise N sensors are required.", "name": "SYS_HAS_MAG", "rebootRequired": true, "shortDesc": "Control if the vehicle has a magnetometer", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "System", "longDesc": "Set this to 0 if the board has no airspeed sensor. If set to 0, the preflight checks will not check for the presence of an airspeed sensor.", "max": 1, "min": 0, "name": "SYS_HAS_NUM_ASPD", "shortDesc": "Control if the vehicle has an airspeed sensor", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "System", "longDesc": "The preflight check will fail if fewer than this number of distance sensors with valid data is present. Disable the check with 0.", "max": 4, "min": 0, "name": "SYS_HAS_NUM_DIST", "shortDesc": "Number of distance sensors to check being available", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "System", "longDesc": "While enabled the system will boot in Hardware-In-The-Loop (HITL) or Simulation-In-Hardware (SIH) mode and not enable all sensors and checks. When disabled the same vehicle can be flown normally. Set to 'external HITL', if the system should perform as if it were a real vehicle (the only difference to a real system is then only the parameter value, which can be used for log analysis).", "name": "SYS_HITL", "rebootRequired": true, "shortDesc": "Enable HITL/SIH mode on next boot", "type": "Int32", "values": [{"description": "external HITL", "value": -1}, {"description": "HITL and SIH disabled", "value": 0}, {"description": "HITL enabled", "value": 1}, {"description": "SIH enabled", "value": 2}]}, {"category": "Standard", "default": 1.0, "group": "System", "longDesc": "Set to 0 to disable, 1 for maximum brightness", "name": "SYS_RGB_MAXBRT", "shortDesc": "RGB Led brightness limit", "type": "Float", "units": "%"}, {"category": "Standard", "default": 1, "group": "System", "name": "SYS_STCK_EN", "shortDesc": "Enable stack checking", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "Telemetry", "longDesc": "If true, the FMU will try to connect to Blacksheep telemetry on start up", "name": "TEL_BST_EN", "rebootRequired": true, "shortDesc": "Blacksheep telemetry Enable", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "Telemetry", "longDesc": "Configure on which serial port to run FrSky Telemetry.", "name": "TEL_FRSKY_CONFIG", "rebootRequired": true, "shortDesc": "Serial Configuration for FrSky Telemetry", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "UART 6", "value": 6}, {"description": "TELEM 1", "value": 101}, {"description": "TELEM 2", "value": 102}, {"description": "TELEM 3", "value": 103}, {"description": "TELEM/SERIAL 4", "value": 104}, {"description": "GPS 1", "value": 201}, {"description": "GPS 2", "value": 202}, {"description": "GPS 3", "value": 203}, {"description": "Radio Controller", "value": 300}, {"description": "Wifi Port", "value": 301}, {"description": "EXT2", "value": 401}]}, {"category": "Standard", "default": 0, "group": "Telemetry", "longDesc": "Configure on which serial port to run HoTT Telemetry.", "name": "TEL_HOTT_CONFIG", "rebootRequired": true, "shortDesc": "Serial Configuration for HoTT Telemetry", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "UART 6", "value": 6}, {"description": "TELEM 1", "value": 101}, {"description": "TELEM 2", "value": 102}, {"description": "TELEM 3", "value": 103}, {"description": "TELEM/SERIAL 4", "value": 104}, {"description": "GPS 1", "value": 201}, {"description": "GPS 2", "value": 202}, {"description": "GPS 3", "value": 203}, {"description": "Radio Controller", "value": 300}, {"description": "Wifi Port", "value": 301}, {"description": "EXT2", "value": 401}]}, {"category": "Standard", "default": 2, "group": "Testing", "name": "TEST_1", "shortDesc": "TEST_1", "type": "Int32"}, {"category": "Standard", "default": 4, "group": "Testing", "name": "TEST_2", "shortDesc": "TEST_2", "type": "Int32"}, {"category": "Standard", "default": 5.0, "group": "Testing", "name": "TEST_3", "shortDesc": "TEST_3", "type": "Float"}, {"category": "Standard", "default": 0.01, "group": "Testing", "name": "TEST_D", "shortDesc": "TEST_D", "type": "Float"}, {"category": "Standard", "default": 2.0, "group": "Testing", "name": "TEST_DEV", "shortDesc": "TEST_DEV", "type": "Float"}, {"category": "Standard", "default": 10.0, "group": "Testing", "name": "TEST_D_LP", "shortDesc": "TEST_D_LP", "type": "Float"}, {"category": "Standard", "default": 10.0, "group": "Testing", "name": "TEST_HP", "shortDesc": "TEST_HP", "type": "Float"}, {"category": "Standard", "default": 0.1, "group": "Testing", "name": "TEST_I", "shortDesc": "TEST_I", "type": "Float"}, {"category": "Standard", "default": 1.0, "group": "Testing", "name": "TEST_I_MAX", "shortDesc": "TEST_I_MAX", "type": "Float"}, {"category": "Standard", "default": 10.0, "group": "Testing", "name": "TEST_LP", "shortDesc": "TEST_LP", "type": "Float"}, {"category": "Standard", "default": 1.0, "group": "Testing", "name": "TEST_MAX", "shortDesc": "TEST_MAX", "type": "Float"}, {"category": "Standard", "default": 1.0, "group": "Testing", "name": "TEST_MEAN", "shortDesc": "TEST_MEAN", "type": "Float"}, {"category": "Standard", "default": -1.0, "group": "Testing", "name": "TEST_MIN", "shortDesc": "TEST_MIN", "type": "Float"}, {"category": "Standard", "default": 0.2, "group": "Testing", "name": "TEST_P", "shortDesc": "TEST_P", "type": "Float"}, {"category": "Standard", "default": 12345678, "group": "Testing", "name": "TEST_PARAMS", "shortDesc": "TEST_PARAMS", "type": "Int32"}, {"category": "Standard", "default": 16, "group": "Testing", "name": "TEST_RC2_X", "shortDesc": "TEST_RC2_X", "type": "Int32"}, {"category": "Standard", "default": 8, "group": "Testing", "name": "TEST_RC_X", "shortDesc": "TEST_RC_X", "type": "Int32"}, {"category": "Standard", "default": 0.5, "group": "Testing", "name": "TEST_TRIM", "shortDesc": "TEST_TRIM", "type": "Float"}, {"category": "System", "default": 0, "group": "Thermal Compensation", "name": "TC_A0_ID", "shortDesc": "ID of Accelerometer that the calibration is for", "type": "Int32"}, {"category": "System", "default": 100.0, "group": "Thermal Compensation", "name": "TC_A0_TMAX", "shortDesc": "Accelerometer calibration maximum temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A0_TMIN", "shortDesc": "Accelerometer calibration minimum temperature", "type": "Float"}, {"category": "System", "default": 25.0, "group": "Thermal Compensation", "name": "TC_A0_TREF", "shortDesc": "Accelerometer calibration reference temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A0_X0_0", "shortDesc": "Accelerometer offset temperature ^0 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A0_X0_1", "shortDesc": "Accelerometer offset temperature ^0 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A0_X0_2", "shortDesc": "Accelerometer offset temperature ^0 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A0_X1_0", "shortDesc": "Accelerometer offset temperature ^1 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A0_X1_1", "shortDesc": "Accelerometer offset temperature ^1 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A0_X1_2", "shortDesc": "Accelerometer offset temperature ^1 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A0_X2_0", "shortDesc": "Accelerometer offset temperature ^2 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A0_X2_1", "shortDesc": "Accelerometer offset temperature ^2 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A0_X2_2", "shortDesc": "Accelerometer offset temperature ^2 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A0_X3_0", "shortDesc": "Accelerometer offset temperature ^3 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A0_X3_1", "shortDesc": "Accelerometer offset temperature ^3 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A0_X3_2", "shortDesc": "Accelerometer offset temperature ^3 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0, "group": "Thermal Compensation", "name": "TC_A1_ID", "shortDesc": "ID of Accelerometer that the calibration is for", "type": "Int32"}, {"category": "System", "default": 100.0, "group": "Thermal Compensation", "name": "TC_A1_TMAX", "shortDesc": "Accelerometer calibration maximum temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A1_TMIN", "shortDesc": "Accelerometer calibration minimum temperature", "type": "Float"}, {"category": "System", "default": 25.0, "group": "Thermal Compensation", "name": "TC_A1_TREF", "shortDesc": "Accelerometer calibration reference temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A1_X0_0", "shortDesc": "Accelerometer offset temperature ^0 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A1_X0_1", "shortDesc": "Accelerometer offset temperature ^0 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A1_X0_2", "shortDesc": "Accelerometer offset temperature ^0 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A1_X1_0", "shortDesc": "Accelerometer offset temperature ^1 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A1_X1_1", "shortDesc": "Accelerometer offset temperature ^1 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A1_X1_2", "shortDesc": "Accelerometer offset temperature ^1 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A1_X2_0", "shortDesc": "Accelerometer offset temperature ^2 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A1_X2_1", "shortDesc": "Accelerometer offset temperature ^2 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A1_X2_2", "shortDesc": "Accelerometer offset temperature ^2 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A1_X3_0", "shortDesc": "Accelerometer offset temperature ^3 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A1_X3_1", "shortDesc": "Accelerometer offset temperature ^3 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A1_X3_2", "shortDesc": "Accelerometer offset temperature ^3 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0, "group": "Thermal Compensation", "name": "TC_A2_ID", "shortDesc": "ID of Accelerometer that the calibration is for", "type": "Int32"}, {"category": "System", "default": 100.0, "group": "Thermal Compensation", "name": "TC_A2_TMAX", "shortDesc": "Accelerometer calibration maximum temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A2_TMIN", "shortDesc": "Accelerometer calibration minimum temperature", "type": "Float"}, {"category": "System", "default": 25.0, "group": "Thermal Compensation", "name": "TC_A2_TREF", "shortDesc": "Accelerometer calibration reference temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A2_X0_0", "shortDesc": "Accelerometer offset temperature ^0 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A2_X0_1", "shortDesc": "Accelerometer offset temperature ^0 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A2_X0_2", "shortDesc": "Accelerometer offset temperature ^0 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A2_X1_0", "shortDesc": "Accelerometer offset temperature ^1 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A2_X1_1", "shortDesc": "Accelerometer offset temperature ^1 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A2_X1_2", "shortDesc": "Accelerometer offset temperature ^1 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A2_X2_0", "shortDesc": "Accelerometer offset temperature ^2 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A2_X2_1", "shortDesc": "Accelerometer offset temperature ^2 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A2_X2_2", "shortDesc": "Accelerometer offset temperature ^2 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A2_X3_0", "shortDesc": "Accelerometer offset temperature ^3 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A2_X3_1", "shortDesc": "Accelerometer offset temperature ^3 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A2_X3_2", "shortDesc": "Accelerometer offset temperature ^3 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0, "group": "Thermal Compensation", "name": "TC_A3_ID", "shortDesc": "ID of Accelerometer that the calibration is for", "type": "Int32"}, {"category": "System", "default": 100.0, "group": "Thermal Compensation", "name": "TC_A3_TMAX", "shortDesc": "Accelerometer calibration maximum temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A3_TMIN", "shortDesc": "Accelerometer calibration minimum temperature", "type": "Float"}, {"category": "System", "default": 25.0, "group": "Thermal Compensation", "name": "TC_A3_TREF", "shortDesc": "Accelerometer calibration reference temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A3_X0_0", "shortDesc": "Accelerometer offset temperature ^0 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A3_X0_1", "shortDesc": "Accelerometer offset temperature ^0 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A3_X0_2", "shortDesc": "Accelerometer offset temperature ^0 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A3_X1_0", "shortDesc": "Accelerometer offset temperature ^1 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A3_X1_1", "shortDesc": "Accelerometer offset temperature ^1 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A3_X1_2", "shortDesc": "Accelerometer offset temperature ^1 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A3_X2_0", "shortDesc": "Accelerometer offset temperature ^2 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A3_X2_1", "shortDesc": "Accelerometer offset temperature ^2 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A3_X2_2", "shortDesc": "Accelerometer offset temperature ^2 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A3_X3_0", "shortDesc": "Accelerometer offset temperature ^3 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A3_X3_1", "shortDesc": "Accelerometer offset temperature ^3 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A3_X3_2", "shortDesc": "Accelerometer offset temperature ^3 polynomial coefficient - Z axis", "type": "Float"}, {"category": "Standard", "default": 0, "group": "Thermal Compensation", "name": "TC_A_ENABLE", "rebootRequired": true, "shortDesc": "Thermal compensation for accelerometer sensors", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "System", "default": 0, "group": "Thermal Compensation", "name": "TC_B0_ID", "shortDesc": "ID of Barometer that the calibration is for", "type": "Int32"}, {"category": "System", "default": 75.0, "group": "Thermal Compensation", "name": "TC_B0_TMAX", "shortDesc": "Barometer calibration maximum temperature", "type": "Float"}, {"category": "System", "default": 5.0, "group": "Thermal Compensation", "name": "TC_B0_TMIN", "shortDesc": "Barometer calibration minimum temperature", "type": "Float"}, {"category": "System", "default": 40.0, "group": "Thermal Compensation", "name": "TC_B0_TREF", "shortDesc": "Barometer calibration reference temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B0_X0", "shortDesc": "Barometer offset temperature ^0 polynomial coefficient", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B0_X1", "shortDesc": "Barometer offset temperature ^1 polynomial coefficients", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B0_X2", "shortDesc": "Barometer offset temperature ^2 polynomial coefficient", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B0_X3", "shortDesc": "Barometer offset temperature ^3 polynomial coefficient", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B0_X4", "shortDesc": "Barometer offset temperature ^4 polynomial coefficient", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B0_X5", "shortDesc": "Barometer offset temperature ^5 polynomial coefficient", "type": "Float"}, {"category": "System", "default": 0, "group": "Thermal Compensation", "name": "TC_B1_ID", "shortDesc": "ID of Barometer that the calibration is for", "type": "Int32"}, {"category": "System", "default": 75.0, "group": "Thermal Compensation", "name": "TC_B1_TMAX", "shortDesc": "Barometer calibration maximum temperature", "type": "Float"}, {"category": "System", "default": 5.0, "group": "Thermal Compensation", "name": "TC_B1_TMIN", "shortDesc": "Barometer calibration minimum temperature", "type": "Float"}, {"category": "System", "default": 40.0, "group": "Thermal Compensation", "name": "TC_B1_TREF", "shortDesc": "Barometer calibration reference temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B1_X0", "shortDesc": "Barometer offset temperature ^0 polynomial coefficient", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B1_X1", "shortDesc": "Barometer offset temperature ^1 polynomial coefficients", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B1_X2", "shortDesc": "Barometer offset temperature ^2 polynomial coefficient", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B1_X3", "shortDesc": "Barometer offset temperature ^3 polynomial coefficient", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B1_X4", "shortDesc": "Barometer offset temperature ^4 polynomial coefficient", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B1_X5", "shortDesc": "Barometer offset temperature ^5 polynomial coefficient", "type": "Float"}, {"category": "System", "default": 0, "group": "Thermal Compensation", "name": "TC_B2_ID", "shortDesc": "ID of Barometer that the calibration is for", "type": "Int32"}, {"category": "System", "default": 75.0, "group": "Thermal Compensation", "name": "TC_B2_TMAX", "shortDesc": "Barometer calibration maximum temperature", "type": "Float"}, {"category": "System", "default": 5.0, "group": "Thermal Compensation", "name": "TC_B2_TMIN", "shortDesc": "Barometer calibration minimum temperature", "type": "Float"}, {"category": "System", "default": 40.0, "group": "Thermal Compensation", "name": "TC_B2_TREF", "shortDesc": "Barometer calibration reference temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B2_X0", "shortDesc": "Barometer offset temperature ^0 polynomial coefficient", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B2_X1", "shortDesc": "Barometer offset temperature ^1 polynomial coefficients", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B2_X2", "shortDesc": "Barometer offset temperature ^2 polynomial coefficient", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B2_X3", "shortDesc": "Barometer offset temperature ^3 polynomial coefficient", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B2_X4", "shortDesc": "Barometer offset temperature ^4 polynomial coefficient", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B2_X5", "shortDesc": "Barometer offset temperature ^5 polynomial coefficient", "type": "Float"}, {"category": "System", "default": 0, "group": "Thermal Compensation", "name": "TC_B3_ID", "shortDesc": "ID of Barometer that the calibration is for", "type": "Int32"}, {"category": "System", "default": 75.0, "group": "Thermal Compensation", "name": "TC_B3_TMAX", "shortDesc": "Barometer calibration maximum temperature", "type": "Float"}, {"category": "System", "default": 5.0, "group": "Thermal Compensation", "name": "TC_B3_TMIN", "shortDesc": "Barometer calibration minimum temperature", "type": "Float"}, {"category": "System", "default": 40.0, "group": "Thermal Compensation", "name": "TC_B3_TREF", "shortDesc": "Barometer calibration reference temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B3_X0", "shortDesc": "Barometer offset temperature ^0 polynomial coefficient", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B3_X1", "shortDesc": "Barometer offset temperature ^1 polynomial coefficients", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B3_X2", "shortDesc": "Barometer offset temperature ^2 polynomial coefficient", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B3_X3", "shortDesc": "Barometer offset temperature ^3 polynomial coefficient", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B3_X4", "shortDesc": "Barometer offset temperature ^4 polynomial coefficient", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B3_X5", "shortDesc": "Barometer offset temperature ^5 polynomial coefficient", "type": "Float"}, {"category": "Standard", "default": 0, "group": "Thermal Compensation", "name": "TC_B_ENABLE", "rebootRequired": true, "shortDesc": "Thermal compensation for barometric pressure sensors", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "System", "default": 0, "group": "Thermal Compensation", "name": "TC_G0_ID", "shortDesc": "ID of Gyro that the calibration is for", "type": "Int32"}, {"category": "System", "default": 100.0, "group": "Thermal Compensation", "name": "TC_G0_TMAX", "shortDesc": "Gyro calibration maximum temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G0_TMIN", "shortDesc": "Gyro calibration minimum temperature", "type": "Float"}, {"category": "System", "default": 25.0, "group": "Thermal Compensation", "name": "TC_G0_TREF", "shortDesc": "Gyro calibration reference temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G0_X0_0", "shortDesc": "Gyro rate offset temperature ^0 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G0_X0_1", "shortDesc": "Gyro rate offset temperature ^0 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G0_X0_2", "shortDesc": "Gyro rate offset temperature ^0 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G0_X1_0", "shortDesc": "Gyro rate offset temperature ^1 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G0_X1_1", "shortDesc": "Gyro rate offset temperature ^1 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G0_X1_2", "shortDesc": "Gyro rate offset temperature ^1 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G0_X2_0", "shortDesc": "Gyro rate offset temperature ^2 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G0_X2_1", "shortDesc": "Gyro rate offset temperature ^2 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G0_X2_2", "shortDesc": "Gyro rate offset temperature ^2 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G0_X3_0", "shortDesc": "Gyro rate offset temperature ^3 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G0_X3_1", "shortDesc": "Gyro rate offset temperature ^3 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G0_X3_2", "shortDesc": "Gyro rate offset temperature ^3 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0, "group": "Thermal Compensation", "name": "TC_G1_ID", "shortDesc": "ID of Gyro that the calibration is for", "type": "Int32"}, {"category": "System", "default": 100.0, "group": "Thermal Compensation", "name": "TC_G1_TMAX", "shortDesc": "Gyro calibration maximum temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G1_TMIN", "shortDesc": "Gyro calibration minimum temperature", "type": "Float"}, {"category": "System", "default": 25.0, "group": "Thermal Compensation", "name": "TC_G1_TREF", "shortDesc": "Gyro calibration reference temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G1_X0_0", "shortDesc": "Gyro rate offset temperature ^0 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G1_X0_1", "shortDesc": "Gyro rate offset temperature ^0 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G1_X0_2", "shortDesc": "Gyro rate offset temperature ^0 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G1_X1_0", "shortDesc": "Gyro rate offset temperature ^1 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G1_X1_1", "shortDesc": "Gyro rate offset temperature ^1 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G1_X1_2", "shortDesc": "Gyro rate offset temperature ^1 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G1_X2_0", "shortDesc": "Gyro rate offset temperature ^2 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G1_X2_1", "shortDesc": "Gyro rate offset temperature ^2 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G1_X2_2", "shortDesc": "Gyro rate offset temperature ^2 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G1_X3_0", "shortDesc": "Gyro rate offset temperature ^3 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G1_X3_1", "shortDesc": "Gyro rate offset temperature ^3 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G1_X3_2", "shortDesc": "Gyro rate offset temperature ^3 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0, "group": "Thermal Compensation", "name": "TC_G2_ID", "shortDesc": "ID of Gyro that the calibration is for", "type": "Int32"}, {"category": "System", "default": 100.0, "group": "Thermal Compensation", "name": "TC_G2_TMAX", "shortDesc": "Gyro calibration maximum temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G2_TMIN", "shortDesc": "Gyro calibration minimum temperature", "type": "Float"}, {"category": "System", "default": 25.0, "group": "Thermal Compensation", "name": "TC_G2_TREF", "shortDesc": "Gyro calibration reference temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G2_X0_0", "shortDesc": "Gyro rate offset temperature ^0 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G2_X0_1", "shortDesc": "Gyro rate offset temperature ^0 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G2_X0_2", "shortDesc": "Gyro rate offset temperature ^0 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G2_X1_0", "shortDesc": "Gyro rate offset temperature ^1 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G2_X1_1", "shortDesc": "Gyro rate offset temperature ^1 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G2_X1_2", "shortDesc": "Gyro rate offset temperature ^1 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G2_X2_0", "shortDesc": "Gyro rate offset temperature ^2 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G2_X2_1", "shortDesc": "Gyro rate offset temperature ^2 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G2_X2_2", "shortDesc": "Gyro rate offset temperature ^2 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G2_X3_0", "shortDesc": "Gyro rate offset temperature ^3 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G2_X3_1", "shortDesc": "Gyro rate offset temperature ^3 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G2_X3_2", "shortDesc": "Gyro rate offset temperature ^3 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0, "group": "Thermal Compensation", "name": "TC_G3_ID", "shortDesc": "ID of Gyro that the calibration is for", "type": "Int32"}, {"category": "System", "default": 100.0, "group": "Thermal Compensation", "name": "TC_G3_TMAX", "shortDesc": "Gyro calibration maximum temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G3_TMIN", "shortDesc": "Gyro calibration minimum temperature", "type": "Float"}, {"category": "System", "default": 25.0, "group": "Thermal Compensation", "name": "TC_G3_TREF", "shortDesc": "Gyro calibration reference temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G3_X0_0", "shortDesc": "Gyro rate offset temperature ^0 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G3_X0_1", "shortDesc": "Gyro rate offset temperature ^0 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G3_X0_2", "shortDesc": "Gyro rate offset temperature ^0 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G3_X1_0", "shortDesc": "Gyro rate offset temperature ^1 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G3_X1_1", "shortDesc": "Gyro rate offset temperature ^1 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G3_X1_2", "shortDesc": "Gyro rate offset temperature ^1 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G3_X2_0", "shortDesc": "Gyro rate offset temperature ^2 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G3_X2_1", "shortDesc": "Gyro rate offset temperature ^2 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G3_X2_2", "shortDesc": "Gyro rate offset temperature ^2 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G3_X3_0", "shortDesc": "Gyro rate offset temperature ^3 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G3_X3_1", "shortDesc": "Gyro rate offset temperature ^3 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G3_X3_2", "shortDesc": "Gyro rate offset temperature ^3 polynomial coefficient - Z axis", "type": "Float"}, {"category": "Standard", "default": 0, "group": "Thermal Compensation", "name": "TC_G_ENABLE", "rebootRequired": true, "shortDesc": "Thermal compensation for rate gyro sensors", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "System", "default": 0, "group": "Thermal Compensation", "name": "TC_M0_ID", "shortDesc": "ID of Magnetometer that the calibration is for", "type": "Int32"}, {"category": "System", "default": 100.0, "group": "Thermal Compensation", "name": "TC_M0_TMAX", "shortDesc": "Magnetometer calibration maximum temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M0_TMIN", "shortDesc": "Magnetometer calibration minimum temperature", "type": "Float"}, {"category": "System", "default": 25.0, "group": "Thermal Compensation", "name": "TC_M0_TREF", "shortDesc": "Magnetometer calibration reference temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M0_X0_0", "shortDesc": "Magnetometer offset temperature ^0 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M0_X0_1", "shortDesc": "Magnetometer offset temperature ^0 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M0_X0_2", "shortDesc": "Magnetometer offset temperature ^0 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M0_X1_0", "shortDesc": "Magnetometer offset temperature ^1 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M0_X1_1", "shortDesc": "Magnetometer offset temperature ^1 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M0_X1_2", "shortDesc": "Magnetometer offset temperature ^1 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M0_X2_0", "shortDesc": "Magnetometer offset temperature ^2 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M0_X2_1", "shortDesc": "Magnetometer offset temperature ^2 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M0_X2_2", "shortDesc": "Magnetometer offset temperature ^2 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M0_X3_0", "shortDesc": "Magnetometer offset temperature ^3 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M0_X3_1", "shortDesc": "Magnetometer offset temperature ^3 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M0_X3_2", "shortDesc": "Magnetometer offset temperature ^3 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0, "group": "Thermal Compensation", "name": "TC_M1_ID", "shortDesc": "ID of Magnetometer that the calibration is for", "type": "Int32"}, {"category": "System", "default": 100.0, "group": "Thermal Compensation", "name": "TC_M1_TMAX", "shortDesc": "Magnetometer calibration maximum temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M1_TMIN", "shortDesc": "Magnetometer calibration minimum temperature", "type": "Float"}, {"category": "System", "default": 25.0, "group": "Thermal Compensation", "name": "TC_M1_TREF", "shortDesc": "Magnetometer calibration reference temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M1_X0_0", "shortDesc": "Magnetometer offset temperature ^0 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M1_X0_1", "shortDesc": "Magnetometer offset temperature ^0 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M1_X0_2", "shortDesc": "Magnetometer offset temperature ^0 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M1_X1_0", "shortDesc": "Magnetometer offset temperature ^1 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M1_X1_1", "shortDesc": "Magnetometer offset temperature ^1 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M1_X1_2", "shortDesc": "Magnetometer offset temperature ^1 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M1_X2_0", "shortDesc": "Magnetometer offset temperature ^2 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M1_X2_1", "shortDesc": "Magnetometer offset temperature ^2 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M1_X2_2", "shortDesc": "Magnetometer offset temperature ^2 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M1_X3_0", "shortDesc": "Magnetometer offset temperature ^3 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M1_X3_1", "shortDesc": "Magnetometer offset temperature ^3 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M1_X3_2", "shortDesc": "Magnetometer offset temperature ^3 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0, "group": "Thermal Compensation", "name": "TC_M2_ID", "shortDesc": "ID of Magnetometer that the calibration is for", "type": "Int32"}, {"category": "System", "default": 100.0, "group": "Thermal Compensation", "name": "TC_M2_TMAX", "shortDesc": "Magnetometer calibration maximum temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M2_TMIN", "shortDesc": "Magnetometer calibration minimum temperature", "type": "Float"}, {"category": "System", "default": 25.0, "group": "Thermal Compensation", "name": "TC_M2_TREF", "shortDesc": "Magnetometer calibration reference temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M2_X0_0", "shortDesc": "Magnetometer offset temperature ^0 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M2_X0_1", "shortDesc": "Magnetometer offset temperature ^0 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M2_X0_2", "shortDesc": "Magnetometer offset temperature ^0 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M2_X1_0", "shortDesc": "Magnetometer offset temperature ^1 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M2_X1_1", "shortDesc": "Magnetometer offset temperature ^1 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M2_X1_2", "shortDesc": "Magnetometer offset temperature ^1 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M2_X2_0", "shortDesc": "Magnetometer offset temperature ^2 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M2_X2_1", "shortDesc": "Magnetometer offset temperature ^2 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M2_X2_2", "shortDesc": "Magnetometer offset temperature ^2 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M2_X3_0", "shortDesc": "Magnetometer offset temperature ^3 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M2_X3_1", "shortDesc": "Magnetometer offset temperature ^3 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M2_X3_2", "shortDesc": "Magnetometer offset temperature ^3 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0, "group": "Thermal Compensation", "name": "TC_M3_ID", "shortDesc": "ID of Magnetometer that the calibration is for", "type": "Int32"}, {"category": "System", "default": 100.0, "group": "Thermal Compensation", "name": "TC_M3_TMAX", "shortDesc": "Magnetometer calibration maximum temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M3_TMIN", "shortDesc": "Magnetometer calibration minimum temperature", "type": "Float"}, {"category": "System", "default": 25.0, "group": "Thermal Compensation", "name": "TC_M3_TREF", "shortDesc": "Magnetometer calibration reference temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M3_X0_0", "shortDesc": "Magnetometer offset temperature ^0 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M3_X0_1", "shortDesc": "Magnetometer offset temperature ^0 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M3_X0_2", "shortDesc": "Magnetometer offset temperature ^0 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M3_X1_0", "shortDesc": "Magnetometer offset temperature ^1 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M3_X1_1", "shortDesc": "Magnetometer offset temperature ^1 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M3_X1_2", "shortDesc": "Magnetometer offset temperature ^1 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M3_X2_0", "shortDesc": "Magnetometer offset temperature ^2 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M3_X2_1", "shortDesc": "Magnetometer offset temperature ^2 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M3_X2_2", "shortDesc": "Magnetometer offset temperature ^2 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M3_X3_0", "shortDesc": "Magnetometer offset temperature ^3 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M3_X3_1", "shortDesc": "Magnetometer offset temperature ^3 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M3_X3_2", "shortDesc": "Magnetometer offset temperature ^3 polynomial coefficient - Z axis", "type": "Float"}, {"category": "Standard", "default": 0, "group": "Thermal Compensation", "name": "TC_M_ENABLE", "rebootRequired": true, "shortDesc": "Thermal compensation for magnetometer sensors", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "Transponder", "longDesc": "Disables auto-configuration mode enabling MXS config through external software.", "name": "MXS_EXT_CFG", "rebootRequired": true, "shortDesc": "Sagetech External Configuration Mode", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "Transponder", "longDesc": "This parameter defines the operating mode of the MXS", "max": 3, "min": 0, "name": "MXS_OP_MODE", "rebootRequired": true, "shortDesc": "Sagetech MXS mode configuration", "type": "Int32", "values": [{"description": "Off", "value": 0}, {"description": "On", "value": 1}, {"description": "Standby", "value": 2}, {"description": "Alt", "value": 3}]}, {"category": "Standard", "default": 0, "group": "Transponder", "longDesc": "Configure on which serial port to run Sagetech MXS Serial Port.", "name": "MXS_SER_CFG", "rebootRequired": true, "shortDesc": "Serial Configuration for Sagetech MXS Serial Port", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "UART 6", "value": 6}, {"description": "TELEM 1", "value": 101}, {"description": "TELEM 2", "value": 102}, {"description": "TELEM 3", "value": 103}, {"description": "TELEM/SERIAL 4", "value": 104}, {"description": "GPS 1", "value": 201}, {"description": "GPS 2", "value": 202}, {"description": "GPS 3", "value": 203}, {"description": "Radio Controller", "value": 300}, {"description": "Wifi Port", "value": 301}, {"description": "EXT2", "value": 401}]}, {"category": "Standard", "default": 1, "group": "Transponder", "longDesc": "The MXS communication port to receive Target data from", "max": 2, "min": 0, "name": "MXS_TARG_PORT", "rebootRequired": true, "shortDesc": "Sagetech MXS Participant Configuration", "type": "Int32", "values": [{"description": "Auto", "value": 0}, {"description": "COM0", "value": 1}, {"description": "COM1", "value": 2}]}, {"category": "Standard", "default": 1000000, "group": "UAVCAN", "max": 1000000, "min": 20000, "name": "CANNODE_BITRATE", "shortDesc": "UAVCAN CAN bus bitrate", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "UAVCAN", "name": "CANNODE_PUB_MBD", "rebootRequired": true, "shortDesc": "Enable MovingBaselineData publication", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "UAVCAN", "max": 1, "name": "CANNODE_SUB_MBD", "rebootRequired": true, "shortDesc": "Enable MovingBaselineData subscription", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "UAVCAN", "name": "CANNODE_SUB_RTCM", "rebootRequired": true, "shortDesc": "Enable RTCM subscription", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "UAVCAN", "max": 1, "name": "CANNODE_TERM", "shortDesc": "CAN built-in bus termination", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "UAVCAN", "name": "SIM_GZ_EN", "rebootRequired": true, "shortDesc": "Simulator Gazebo bridge enable", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 1000000, "group": "UAVCAN", "max": 1000000, "min": 20000, "name": "UAVCAN_BITRATE", "rebootRequired": true, "shortDesc": "UAVCAN CAN bus bitrate", "type": "Int32", "units": "bit/s"}, {"category": "Standard", "default": 0, "group": "UAVCAN", "longDesc": "0 - UAVCAN disabled. 1 - Enables support for UAVCAN sensors without dynamic node ID allocation and firmware update. 2 - Enables support for UAVCAN sensors with dynamic node ID allocation and firmware update. 3 - Enables support for UAVCAN sensors and actuators with dynamic node ID allocation and firmware update. Also sets the motor control outputs to UAVCAN.", "max": 3, "min": 0, "name": "UAVCAN_ENABLE", "rebootRequired": true, "shortDesc": "UAVCAN mode", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Sensors Manual Config", "value": 1}, {"description": "Sensors Automatic Config", "value": 2}, {"description": "Sensors and Actuators (ESCs) Automatic Config", "value": 3}]}, {"category": "Standard", "default": 2, "group": "UAVCAN", "longDesc": "This parameter defines the minimum condition under which the system will command the ANTI_COLLISION lights on 0 - Always off 1 - When autopilot is armed 2 - When autopilot is prearmed 3 - Always on", "max": 3, "min": 0, "name": "UAVCAN_LGT_ANTCL", "rebootRequired": true, "shortDesc": "UAVCAN ANTI_COLLISION light operating mode", "type": "Int32", "values": [{"description": "Always off", "value": 0}, {"description": "When autopilot is armed", "value": 1}, {"description": "When autopilot is prearmed", "value": 2}, {"description": "Always on", "value": 3}]}, {"category": "Standard", "default": 0, "group": "UAVCAN", "longDesc": "This parameter defines the minimum condition under which the system will command the LIGHT_ID_LANDING lights on 0 - Always off 1 - When autopilot is armed 2 - When autopilot is prearmed 3 - Always on", "max": 3, "min": 0, "name": "UAVCAN_LGT_LAND", "rebootRequired": true, "shortDesc": "UAVCAN LIGHT_ID_LANDING light operating mode", "type": "Int32", "values": [{"description": "Always off", "value": 0}, {"description": "When autopilot is armed", "value": 1}, {"description": "When autopilot is prearmed", "value": 2}, {"description": "Always on", "value": 3}]}, {"category": "Standard", "default": 3, "group": "UAVCAN", "longDesc": "This parameter defines the minimum condition under which the system will command the RIGHT_OF_WAY lights on 0 - Always off 1 - When autopilot is armed 2 - When autopilot is prearmed 3 - Always on", "max": 3, "min": 0, "name": "UAVCAN_LGT_NAV", "rebootRequired": true, "shortDesc": "UAVCAN RIGHT_OF_WAY light operating mode", "type": "Int32", "values": [{"description": "Always off", "value": 0}, {"description": "When autopilot is armed", "value": 1}, {"description": "When autopilot is prearmed", "value": 2}, {"description": "Always on", "value": 3}]}, {"category": "Standard", "default": 1, "group": "UAVCAN", "longDesc": "This parameter defines the minimum condition under which the system will command the STROBE lights on 0 - Always off 1 - When autopilot is armed 2 - When autopilot is prearmed 3 - Always on", "max": 3, "min": 0, "name": "UAVCAN_LGT_STROB", "rebootRequired": true, "shortDesc": "UAVCAN STROBE light operating mode", "type": "Int32", "values": [{"description": "Always off", "value": 0}, {"description": "When autopilot is armed", "value": 1}, {"description": "When autopilot is prearmed", "value": 2}, {"description": "Always on", "value": 3}]}, {"category": "Standard", "default": 1, "group": "UAVCAN", "longDesc": "Read the specs at http://uavcan.org to learn more about Node ID.", "max": 125, "min": 1, "name": "UAVCAN_NODE_ID", "rebootRequired": true, "shortDesc": "UAVCAN Node ID", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "UAVCAN", "longDesc": "Enable UAVCAN Arming Status stream publication uavcan::equipment::safety::ArmingStatus", "name": "UAVCAN_PUB_ARM", "rebootRequired": true, "shortDesc": "publish Arming Status stream", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "UAVCAN", "longDesc": "Enable UAVCAN RTCM stream publication ardupilot::gnss::MovingBaselineData", "name": "UAVCAN_PUB_MBD", "rebootRequired": true, "shortDesc": "publish moving baseline data RTCM stream", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "UAVCAN", "longDesc": "Enable UAVCAN RTCM stream publication uavcan::equipment::gnss::RTCMStream", "name": "UAVCAN_PUB_RTCM", "rebootRequired": true, "shortDesc": "publish RTCM stream", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 200.0, "group": "UAVCAN", "longDesc": "This parameter defines the maximum valid range for a rangefinder connected via UAVCAN.", "name": "UAVCAN_RNG_MAX", "shortDesc": "UAVCAN rangefinder maximum range", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0.3, "group": "UAVCAN", "longDesc": "This parameter defines the minimum valid range for a rangefinder connected via UAVCAN.", "name": "UAVCAN_RNG_MIN", "shortDesc": "UAVCAN rangefinder minimum range", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "UAVCAN", "longDesc": "Enable UAVCAN airspeed subscriptions. uavcan::equipment::air_data::IndicatedAirspeed uavcan::equipment::air_data::TrueAirspeed uavcan::equipment::air_data::StaticTemperature", "name": "UAVCAN_SUB_ASPD", "rebootRequired": true, "shortDesc": "subscription airspeed", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "UAVCAN", "longDesc": "Enable UAVCAN barometer subscription. uavcan::equipment::air_data::StaticPressure uavcan::equipment::air_data::StaticTemperature", "name": "UAVCAN_SUB_BARO", "rebootRequired": true, "shortDesc": "subscription barometer", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "UAVCAN", "longDesc": "Enable UAVCAN battery subscription. uavcan::equipment::power::BatteryInfo ardupilot::equipment::power::BatteryInfoAux 0 - Disable 1 - Use raw data. Recommended for Smart battery 2 - Filter the data with internal battery library", "max": 2, "min": 0, "name": "UAVCAN_SUB_BAT", "rebootRequired": true, "shortDesc": "subscription battery", "type": "Int32", "values": [{"description": "Disable", "value": 0}, {"description": "Raw data", "value": 1}, {"description": "Filter data", "value": 2}]}, {"category": "Standard", "default": 0, "group": "UAVCAN", "longDesc": "Enable UAVCAN button subscription. ardupilot::indication::Button", "name": "UAVCAN_SUB_BTN", "rebootRequired": true, "shortDesc": "subscription button", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "UAVCAN", "longDesc": "Enable UAVCAN differential pressure subscription. uavcan::equipment::air_data::RawAirData", "name": "UAVCAN_SUB_DPRES", "rebootRequired": true, "shortDesc": "subscription differential pressure", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "UAVCAN", "longDesc": "Enable UAVCAN optical flow subscription.", "name": "UAVCAN_SUB_FLOW", "rebootRequired": true, "shortDesc": "subscription flow", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 1, "group": "UAVCAN", "longDesc": "Enable UAVCAN GPS subscriptions. uavcan::equipment::gnss::Fix uavcan::equipment::gnss::Fix2 uavcan::equipment::gnss::Auxiliary", "name": "UAVCAN_SUB_GPS", "rebootRequired": true, "shortDesc": "subscription GPS", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 1, "group": "UAVCAN", "longDesc": "Enable UAVCAN GPS Relative subscription. ardupilot::gnss::RelPosHeading", "name": "UAVCAN_SUB_GPS_R", "rebootRequired": true, "shortDesc": "subscription GPS Relative", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "UAVCAN", "longDesc": "Enable UAVCAN hygrometer subscriptions. dronecan::sensors::hygrometer::Hygrometer", "name": "UAVCAN_SUB_HYGRO", "rebootRequired": true, "shortDesc": "subscription hygrometer", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "UAVCAN", "longDesc": "Enable UAVCAN internal combustion engine (ICE) subscription. uavcan::equipment::ice::reciprocating::Status", "name": "UAVCAN_SUB_ICE", "rebootRequired": true, "shortDesc": "subscription ICE", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "UAVCAN", "longDesc": "Enable UAVCAN IMU subscription. uavcan::equipment::ahrs::RawIMU", "name": "UAVCAN_SUB_IMU", "rebootRequired": true, "shortDesc": "subscription IMU", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 1, "group": "UAVCAN", "longDesc": "Enable UAVCAN mag subscription. uavcan::equipment::ahrs::MagneticFieldStrength uavcan::equipment::ahrs::MagneticFieldStrength2", "name": "UAVCAN_SUB_MAG", "rebootRequired": true, "shortDesc": "subscription magnetometer", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "UAVCAN", "longDesc": "Enable UAVCAN range finder subscription. uavcan::equipment::range_sensor::Measurement", "name": "UAVCAN_SUB_RNG", "rebootRequired": true, "shortDesc": "subscription range finder", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0.0, "group": "UUV Attitude Control", "name": "UUV_DIRCT_PITCH", "shortDesc": "Direct pitch input", "type": "Float"}, {"category": "Standard", "default": 0.0, "group": "UUV Attitude Control", "name": "UUV_DIRCT_ROLL", "shortDesc": "Direct roll input", "type": "Float"}, {"category": "Standard", "default": 0.0, "group": "UUV Attitude Control", "name": "UUV_DIRCT_THRUST", "shortDesc": "Direct thrust input", "type": "Float"}, {"category": "Standard", "default": 0.0, "group": "UUV Attitude Control", "name": "UUV_DIRCT_YAW", "shortDesc": "Direct yaw input", "type": "Float"}, {"category": "Standard", "default": 0, "group": "UUV Attitude Control", "name": "UUV_INPUT_MODE", "shortDesc": "Select Input Mode", "type": "Int32", "values": [{"description": "use Attitude Setpoints", "value": 0}, {"description": "Direct Feedthrough", "value": 1}]}, {"category": "Standard", "decimalPlaces": 2, "default": 2.0, "group": "UUV Attitude Control", "name": "UUV_PITCH_D", "shortDesc": "Pitch differential gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 4.0, "group": "UUV Attitude Control", "name": "UUV_PITCH_P", "shortDesc": "Pitch proportional gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.5, "group": "UUV Attitude Control", "name": "UUV_ROLL_D", "shortDesc": "Roll differential gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 4.0, "group": "UUV Attitude Control", "name": "UUV_ROLL_P", "shortDesc": "Roll proportional gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 2.0, "group": "UUV Attitude Control", "name": "UUV_YAW_D", "shortDesc": "Yaw differential gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 4.0, "group": "UUV Attitude Control", "name": "UUV_YAW_P", "shortDesc": "Yawh proportional gain", "type": "Float"}, {"category": "Standard", "default": 0.2, "group": "UUV Position Control", "name": "UUV_GAIN_X_D", "shortDesc": "Gain of D controller X", "type": "Float"}, {"category": "Standard", "default": 1.0, "group": "UUV Position Control", "name": "UUV_GAIN_X_P", "shortDesc": "Gain of P controller X", "type": "Float"}, {"category": "Standard", "default": 0.2, "group": "UUV Position Control", "name": "UUV_GAIN_Y_D", "shortDesc": "Gain of D controller Y", "type": "Float"}, {"category": "Standard", "default": 1.0, "group": "UUV Position Control", "name": "UUV_GAIN_Y_P", "shortDesc": "Gain of P controller Y", "type": "Float"}, {"category": "Standard", "default": 0.2, "group": "UUV Position Control", "name": "UUV_GAIN_Z_D", "shortDesc": "Gain of D controller Z", "type": "Float"}, {"category": "Standard", "default": 1.0, "group": "UUV Position Control", "name": "UUV_GAIN_Z_P", "shortDesc": "Gain of P controller Z", "type": "Float"}, {"category": "Standard", "default": 1, "group": "UUV Position Control", "name": "UUV_STAB_MODE", "shortDesc": "Stabilization mode(1) or Position Control(0)", "type": "Int32", "values": [{"description": "Position Control", "value": 0}, {"description": "Stabilization Mode", "value": 1}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "UWB", "increment": 0.01, "longDesc": "UWB sensor positioning in relation to Drone in NED. X offset. A Positive offset results in a Position o", "name": "UWB_INIT_OFF_X", "shortDesc": "UWB sensor X offset in body frame", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "UWB", "increment": 0.01, "longDesc": "UWB sensor positioning in relation to Drone in NED. Y offset.", "name": "UWB_INIT_OFF_Y", "shortDesc": "UWB sensor Y offset in body frame", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "UWB", "increment": 0.01, "longDesc": "UWB sensor positioning in relation to Drone in NED. Z offset.", "name": "UWB_INIT_OFF_Z", "shortDesc": "UWB sensor Z offset in body frame", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "UWB", "longDesc": "Configure on which serial port to run Ultrawideband position sensor driver.", "name": "UWB_PORT_CFG", "rebootRequired": true, "shortDesc": "Serial Configuration for Ultrawideband position sensor driver", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "UART 6", "value": 6}, {"description": "TELEM 1", "value": 101}, {"description": "TELEM 2", "value": 102}, {"description": "TELEM 3", "value": 103}, {"description": "TELEM/SERIAL 4", "value": 104}, {"description": "GPS 1", "value": 201}, {"description": "GPS 2", "value": 202}, {"description": "GPS 3", "value": 203}, {"description": "Radio Controller", "value": 300}, {"description": "Wifi Port", "value": 301}, {"description": "EXT2", "value": 401}]}, {"category": "Standard", "default": 0, "group": "UWB", "longDesc": "The orientation of the sensor relative to the forward direction of the body frame. Look up table in src/lib/conversion/rotation.h Default position is the antannaes downward facing, UWB board parallel with body frame.", "name": "UWB_SENS_ROT", "shortDesc": "UWB sensor orientation", "type": "Int32", "values": [{"description": "ROTATION_NONE", "value": 0}, {"description": "ROTATION_YAW_45", "value": 1}, {"description": "ROTATION_YAW_90", "value": 2}, {"description": "ROTATION_YAW_135", "value": 3}, {"description": "ROTATION_YAW_180", "value": 4}, {"description": "ROTATION_YAW_225", "value": 5}, {"description": "ROTATION_YAW_270", "value": 6}, {"description": "ROTATION_YAW_315", "value": 7}, {"description": "ROTATION_ROLL_180", "value": 8}, {"description": "ROTATION_ROLL_180_YAW_45", "value": 9}, {"description": "ROTATION_ROLL_180_YAW_90", "value": 10}, {"description": "ROTATION_ROLL_180_YAW_135", "value": 11}, {"description": "ROTATION_PITCH_180", "value": 12}, {"description": "ROTATION_ROLL_180_YAW_225", "value": 13}, {"description": "ROTATION_ROLL_180_YAW_270", "value": 14}, {"description": "ROTATION_ROLL_180_YAW_315", "value": 15}, {"description": "ROTATION_ROLL_90", "value": 16}, {"description": "ROTATION_ROLL_90_YAW_45", "value": 17}, {"description": "ROTATION_ROLL_90_YAW_90", "value": 18}, {"description": "ROTATION_ROLL_90_YAW_135", "value": 19}, {"description": "ROTATION_ROLL_270", "value": 20}, {"description": "ROTATION_ROLL_270_YAW_45", "value": 21}, {"description": "ROTATION_ROLL_270_YAW_90", "value": 22}, {"description": "ROTATION_ROLL_270_YAW_135", "value": 23}, {"description": "ROTATION_PITCH_90", "value": 24}, {"description": "ROTATION_PITCH_270", "value": 25}, {"description": "ROTATION_PITCH_180_YAW_90", "value": 26}, {"description": "ROTATION_PITCH_180_YAW_270", "value": 27}, {"description": "ROTATION_ROLL_90_PITCH_90", "value": 28}, {"description": "ROTATION_ROLL_180_PITCH_90", "value": 29}, {"description": "ROTATION_ROLL_270_PITCH_90", "value": 30}, {"description": "ROTATION_ROLL_90_PITCH_180", "value": 31}, {"description": "ROTATION_ROLL_270_PITCH_180", "value": 32}, {"description": "ROTATION_ROLL_90_PITCH_270", "value": 33}, {"description": "ROTATION_ROLL_180_PITCH_270", "value": 34}, {"description": "ROTATION_ROLL_270_PITCH_270", "value": 35}, {"description": "ROTATION_ROLL_90_PITCH_180_YAW_90", "value": 36}, {"description": "ROTATION_ROLL_90_YAW_270", "value": 37}, {"description": "ROTATION_ROLL_90_PITCH_68_YAW_293", "value": 38}, {"description": "ROTATION_PITCH_315", "value": 39}, {"description": "ROTATION_ROLL_90_PITCH_315", "value": 40}]}, {"category": "Standard", "default": 2130706433, "group": "UXRCE-DDS Client", "longDesc": "If ethernet is enabled and is the selected configuration for uXRCE-DDS, the selected Agent IP address will be set and used. Decimal dot notation is not supported. IP address must be provided in int32 format. For example, 192.168.1.2 is mapped to -1062731518; 127.0.0.1 is mapped to 2130706433.", "name": "UXRCE_DDS_AG_IP", "rebootRequired": true, "shortDesc": "uXRCE-DDS Agent IP address", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "UXRCE-DDS Client", "longDesc": "Configure on which serial port to run UXRCE-DDS Client.", "name": "UXRCE_DDS_CFG", "rebootRequired": true, "shortDesc": "Serial Configuration for UXRCE-DDS Client", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "UART 6", "value": 6}, {"description": "TELEM 1", "value": 101}, {"description": "TELEM 2", "value": 102}, {"description": "TELEM 3", "value": 103}, {"description": "TELEM/SERIAL 4", "value": 104}, {"description": "GPS 1", "value": 201}, {"description": "GPS 2", "value": 202}, {"description": "GPS 3", "value": 203}, {"description": "Radio Controller", "value": 300}, {"description": "Wifi Port", "value": 301}, {"description": "EXT2", "value": 401}, {"description": "Ethernet", "value": 1000}]}, {"category": "System", "default": 0, "group": "UXRCE-DDS Client", "longDesc": "uXRCE-DDS domain ID", "name": "UXRCE_DDS_DOM_ID", "rebootRequired": true, "shortDesc": "uXRCE-DDS domain ID", "type": "Int32"}, {"category": "System", "default": 1, "group": "UXRCE-DDS Client", "longDesc": "uXRCE-DDS key, must be different from zero. In a single agent - multi client configuration, each client must have a unique session key.", "name": "UXRCE_DDS_KEY", "rebootRequired": true, "shortDesc": "uXRCE-DDS session key", "type": "Int32"}, {"category": "Standard", "default": 8888, "group": "UXRCE-DDS Client", "longDesc": "If ethernet is enabled and is the selected configuration for uXRCE-DDS, the selected UDP port will be set and used.", "max": 65535, "min": 0, "name": "UXRCE_DDS_PRT", "rebootRequired": true, "shortDesc": "uXRCE-DDS UDP port", "type": "Int32"}, {"category": "System", "default": 0, "group": "UXRCE-DDS Client", "longDesc": "Set the participant configuration on the Agent's system. 0: Use the default configuration. 1: Restrict messages to localhost (use in combination with ROS_LOCALHOST_ONLY=1). 2: Use a custom participant with the profile name \"px4_participant\".", "max": 2, "min": 0, "name": "UXRCE_DDS_PTCFG", "rebootRequired": true, "shortDesc": "uXRCE-DDS participant configuration", "type": "Int32", "values": [{"description": "Default", "value": 0}, {"description": "Localhost-only", "value": 1}, {"description": "Custom participant", "value": 2}]}, {"category": "System", "default": 0, "group": "UXRCE-DDS Client", "longDesc": "When enabled along with UXRCE_DDS_SYNCT, uxrce_dds_client will set the system clock using the agents UTC timestamp.", "name": "UXRCE_DDS_SYNCC", "rebootRequired": true, "shortDesc": "Enable uXRCE-DDS system clock synchronization", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "System", "default": 1, "group": "UXRCE-DDS Client", "longDesc": "When enabled, uxrce_dds_client will synchronize the timestamps of the incoming and outgoing messages measuring the offset between the Agent OS time and the PX4 time.", "name": "UXRCE_DDS_SYNCT", "rebootRequired": true, "shortDesc": "Enable uXRCE-DDS timestamp synchronization", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 250000, "group": "VOXL ESC", "longDesc": "Default rate is 250Kbps, which is used in off-the-shelf MoadalAI ESC products.", "name": "VOXL_ESC_BAUD", "shortDesc": "UART ESC baud rate", "type": "Int32", "units": "bit/s"}, {"category": "Standard", "default": 0, "group": "VOXL ESC", "longDesc": "Selects what type of UART ESC, if any, is being used.", "max": 1, "min": 0, "name": "VOXL_ESC_CONFIG", "rebootRequired": true, "shortDesc": "UART ESC configuration", "type": "Int32", "values": [{"description": "- Disabled", "value": 0}, {"description": "- VOXL ESC", "value": 1}]}, {"category": "Standard", "default": 0, "group": "VOXL ESC", "longDesc": "Selects what type of mode is enabled, if any", "max": 2, "min": 0, "name": "VOXL_ESC_MODE", "rebootRequired": true, "shortDesc": "UART ESC Mode", "type": "Int32", "values": [{"description": "- None", "value": 0}, {"description": "- Turtle Mode enabled via AUX1", "value": 1}, {"description": "- Turtle Mode enabled via AUX2", "value": 2}, {"description": "- UART Passthrough Mode", "value": 3}]}, {"category": "Standard", "default": 1, "group": "VOXL ESC", "longDesc": "Only applicable to ESCs that report total battery voltage and current", "max": 1, "min": 0, "name": "VOXL_ESC_PUB_BST", "rebootRequired": true, "shortDesc": "UART ESC Enable publishing of battery status", "type": "Int32", "values": [{"description": "- Disabled", "value": 0}, {"description": "- Enabled", "value": 1}]}, {"category": "Standard", "default": 15000, "group": "VOXL ESC", "longDesc": "Maximum RPM for ESC", "name": "VOXL_ESC_RPM_MAX", "shortDesc": "UART ESC RPM Max", "type": "Int32", "units": "rpm"}, {"category": "Standard", "default": 5500, "group": "VOXL ESC", "longDesc": "Minimum RPM for ESC", "name": "VOXL_ESC_RPM_MIN", "shortDesc": "UART ESC RPM Min", "type": "Int32", "units": "rpm"}, {"category": "Standard", "default": 0, "group": "VOXL ESC", "name": "VOXL_ESC_SDIR1", "shortDesc": "UART ESC ID 1 Spin Direction Flag", "type": "Int32", "values": [{"description": "- Default", "value": 0}, {"description": "- Reverse", "value": 1}]}, {"category": "Standard", "default": 0, "group": "VOXL ESC", "name": "VOXL_ESC_SDIR2", "shortDesc": "UART ESC ID 2 Spin Direction Flag", "type": "Int32", "values": [{"description": "- Default", "value": 0}, {"description": "- Reverse", "value": 1}]}, {"category": "Standard", "default": 0, "group": "VOXL ESC", "name": "VOXL_ESC_SDIR3", "shortDesc": "UART ESC ID 3 Spin Direction Flag", "type": "Int32", "values": [{"description": "- Default", "value": 0}, {"description": "- Reverse", "value": 1}]}, {"category": "Standard", "default": 0, "group": "VOXL ESC", "name": "VOXL_ESC_SDIR4", "shortDesc": "UART ESC ID 4 Spin Direction Flag", "type": "Int32", "values": [{"description": "- Default", "value": 0}, {"description": "- Reverse", "value": 1}]}, {"category": "Standard", "decimalPlaces": 10, "default": 0.99, "group": "VOXL ESC", "increment": 0.001, "max": 1.0, "min": 0.0, "name": "VOXL_ESC_T_COSP", "shortDesc": "UART ESC Turtle Mode Cosphi", "type": "Float"}, {"category": "Standard", "decimalPlaces": 10, "default": 20, "group": "VOXL ESC", "increment": 1, "max": 100, "min": 0, "name": "VOXL_ESC_T_DEAD", "shortDesc": "UART ESC Turtle Mode Crash Flip Motor Deadband", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 10, "default": 35, "group": "VOXL ESC", "increment": 1, "max": 100, "min": 0, "name": "VOXL_ESC_T_EXPO", "shortDesc": "UART ESC Turtle Mode Crash Flip Motor expo", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 10, "default": 0.15, "group": "VOXL ESC", "increment": 1.0, "max": 100.0, "min": 0.0, "name": "VOXL_ESC_T_MINF", "shortDesc": "UART ESC Turtle Mode Crash Flip Motor STICK_MINF", "type": "Float"}, {"category": "Standard", "default": 0, "group": "VOXL ESC", "longDesc": "Only applicable to ESCs that report temperature", "max": 200, "min": 0, "name": "VOXL_ESC_T_OVER", "rebootRequired": true, "shortDesc": "UART ESC Over-Temperature Threshold (Degrees C)", "type": "Int32", "values": [{"description": "- Disabled", "value": 0}]}, {"category": "Standard", "decimalPlaces": 10, "default": 90, "group": "VOXL ESC", "increment": 1, "max": 100, "min": 1, "name": "VOXL_ESC_T_PERC", "shortDesc": "UART ESC Turtle Mode Crash Flip Motor Percent", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "VOXL ESC", "longDesc": "Only applicable to ESCs that report temperature", "max": 200, "min": 0, "name": "VOXL_ESC_T_WARN", "rebootRequired": true, "shortDesc": "UART ESC Temperature Warning Threshold (Degrees C)", "type": "Int32", "values": [{"description": "- Disabled", "value": 0}]}, {"category": "Standard", "default": 0, "group": "VOXL ESC", "max": 1, "min": 0, "name": "VOXL_ESC_VLOG", "rebootRequired": true, "shortDesc": "UART ESC verbose logging", "type": "Int32", "values": [{"description": "- Disabled", "value": 0}, {"description": "- Enabled", "value": 1}]}, {"category": "Standard", "default": 921600, "group": "VOXL2 IO", "longDesc": "Default rate is 921600, which is used for communicating with M0065.", "name": "VOXL2_IO_BAUD", "shortDesc": "UART M0065 baud rate", "type": "Int32", "units": "bit/s"}, {"category": "Standard", "default": 2000, "group": "VOXL2 IO", "longDesc": "Maximum duration (microseconds) for M0065 PWM", "max": 2000, "min": 0, "name": "VOXL2_IO_MAX", "shortDesc": "M0065 PWM Max", "type": "Int32", "units": "us"}, {"category": "Standard", "default": 1000, "group": "VOXL2 IO", "longDesc": "Minimum duration (microseconds) for M0065 PWM", "max": 2000, "min": 0, "name": "VOXL2_IO_MIN", "shortDesc": "M0065 PWM Min", "type": "Int32", "units": "us"}, {"category": "Standard", "decimalPlaces": 2, "default": 8.0, "group": "VTOL Attitude Control", "increment": 1.0, "longDesc": "Airspeed at which we can start blending both fw and mc controls. Set to 0 to disable.", "max": 30.0, "min": 0.0, "name": "VT_ARSP_BLEND", "shortDesc": "Transition blending airspeed", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 10.0, "group": "VTOL Attitude Control", "increment": 1.0, "longDesc": "Airspeed at which we can switch to fw mode", "max": 30.0, "min": 0.0, "name": "VT_ARSP_TRANS", "shortDesc": "Transition airspeed", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 1.0, "group": "VTOL Attitude Control", "increment": 0.1, "longDesc": "Time in seconds it takes to tilt form VT_TILT_FW to VT_TILT_MC.", "max": 10.0, "min": 0.1, "name": "VT_BT_TILT_DUR", "shortDesc": "Duration motor tilt up in backtransition", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "VTOL Attitude Control", "increment": 0.05, "max": 0.3, "min": 0.0, "name": "VT_B_DEC_I", "shortDesc": "Backtransition deceleration setpoint to pitch I gain", "type": "Float", "units": "rad s/m"}, {"category": "Standard", "decimalPlaces": 2, "default": 2.0, "group": "VTOL Attitude Control", "increment": 0.1, "longDesc": "Used to calculate back transition distance in an auto mode. For standard vtol and tiltrotors a controller is used to track this value during the transition.", "max": 10.0, "min": 0.5, "name": "VT_B_DEC_MSS", "shortDesc": "Approximate deceleration during back transition", "type": "Float", "units": "m/s^2"}, {"category": "Standard", "decimalPlaces": 2, "default": 10.0, "group": "VTOL Attitude Control", "increment": 1.0, "longDesc": "Transition is also declared over if the groundspeed drops below MPC_XY_CRUISE.", "max": 20.0, "min": 0.1, "name": "VT_B_TRANS_DUR", "shortDesc": "Maximum duration of a back transition", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 1, "default": 3.0, "group": "VTOL Attitude Control", "increment": 0.1, "longDesc": "This sets the duration during which the MC motors ramp up to the commanded thrust during the back transition stage.", "max": 20.0, "min": 0.0, "name": "VT_B_TRANS_RAMP", "shortDesc": "Back transition MC motor ramp up time", "type": "Float", "units": "s"}, {"category": "Standard", "default": 1, "group": "VTOL Attitude Control", "longDesc": "If set to 1 the control surfaces are locked at the disarmed value in multicopter mode.", "name": "VT_ELEV_MC_LOCK", "shortDesc": "Lock control surfaces in hover", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "VTOL Attitude Control", "longDesc": "This feature can be used to avoid the plane having to pitch nose down in order to move forward. Prevents large, negative lift from pitching nose down into wind. Fixed-wing forward actuators refers to puller/pusher (standard VTOL), or forward-tilt (tiltrotor VTOL). Only active if demanded down pitch is below VT_PITCH_MIN. Use VT_FWD_THRUST_SC to tune it. Descend mode is treated as Landing too. Only active (if enabled) in Altitude, Position and Auto modes, not in Stabilized.", "name": "VT_FWD_THRUST_EN", "shortDesc": "Use fixed-wing actuation in hover to accelerate forward", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled (except LANDING)", "value": 1}, {"description": "Enabled if distance to ground above MPC_LAND_ALT1", "value": 2}, {"description": "Enabled if distance to ground above MPC_LAND_ALT2", "value": 3}, {"description": "Enabled constantly", "value": 4}, {"description": "Enabled if distance to ground above MPC_LAND_ALT1 (except LANDING)", "value": 5}, {"description": "Enabled if distance to ground above MPC_LAND_ALT2 (except LANDING)", "value": 6}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.7, "group": "VTOL Attitude Control", "increment": 0.01, "longDesc": "Scale applied to the demanded down-pitch to get the fixed-wing forward actuation in hover mode. Enabled via VT_FWD_THRUST_EN.", "max": 2.0, "min": 0.0, "name": "VT_FWD_THRUST_SC", "shortDesc": "Fixed-wing actuation thrust scale for hover forward flight", "type": "Float"}, {"bitmask": [{"description": "Yaw", "index": 0}, {"description": "Roll", "index": 1}, {"description": "Pitch", "index": 2}], "category": "Standard", "default": 0, "group": "VTOL Attitude Control", "longDesc": "Enable differential thrust seperately for roll, pitch, yaw in forward (fixed-wing) mode. The effectiveness of differential thrust around the corresponding axis can be tuned by setting VT_FW_DIFTHR_S_R / VT_FW_DIFTHR_S_P / VT_FW_DIFTHR_S_Y.", "max": 7, "min": 0, "name": "VT_FW_DIFTHR_EN", "shortDesc": "Differential thrust in forwards flight", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "VTOL Attitude Control", "increment": 0.1, "longDesc": "Differential thrust in forward flight is enabled via VT_FW_DIFTHR_EN.", "max": 2.0, "min": 0.0, "name": "VT_FW_DIFTHR_S_P", "shortDesc": "Pitch differential thrust factor in forward flight", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "VTOL Attitude Control", "increment": 0.1, "longDesc": "Differential thrust in forward flight is enabled via VT_FW_DIFTHR_EN.", "max": 2.0, "min": 0.0, "name": "VT_FW_DIFTHR_S_R", "shortDesc": "Roll differential thrust factor in forward flight", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "VTOL Attitude Control", "increment": 0.1, "longDesc": "Differential thrust in forward flight is enabled via VT_FW_DIFTHR_EN.", "max": 2.0, "min": 0.0, "name": "VT_FW_DIFTHR_S_Y", "shortDesc": "Yaw differential thrust factor in forward flight", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 0.0, "group": "VTOL Attitude Control", "increment": 1.0, "longDesc": "Minimum altitude for fixed-wing flight. When the vehicle is in fixed-wing mode and the altitude drops below this altitude (relative altitude above local origin), it will instantly switch back to MC mode and execute behavior defined in COM_QC_ACT.", "max": 200.0, "min": 0.0, "name": "VT_FW_MIN_ALT", "shortDesc": "Quad-chute altitude", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "VTOL Attitude Control", "increment": 1, "longDesc": "Maximum height above the ground (if available, otherwise above Home if available, otherwise above the local origin) where triggering a quad-chute is possible. At high altitudes there is a big risk to deplete the battery and therefore crash if quad-chuting there.", "min": 0, "name": "VT_FW_QC_HMAX", "shortDesc": "Quad-chute maximum height", "type": "Int32", "units": "m"}, {"category": "Standard", "default": 0, "group": "VTOL Attitude Control", "longDesc": "Absolute pitch threshold for quad-chute triggering in FW mode. Above this the vehicle will transition back to MC mode and execute behavior defined in COM_QC_ACT. Set to 0 do disable this threshold.", "max": 180, "min": 0, "name": "VT_FW_QC_P", "shortDesc": "Quad-chute max pitch threshold", "type": "Int32", "units": "deg"}, {"category": "Standard", "default": 0, "group": "VTOL Attitude Control", "longDesc": "Absolute roll threshold for quad-chute triggering in FW mode. Above this the vehicle will transition back to MC mode and execute behavior defined in COM_QC_ACT. Set to 0 do disable this threshold.", "max": 180, "min": 0, "name": "VT_FW_QC_R", "shortDesc": "Quad-chute max roll threshold", "type": "Int32", "units": "deg"}, {"category": "Standard", "decimalPlaces": 2, "default": 5.0, "group": "VTOL Attitude Control", "increment": 1.0, "longDesc": "Time in seconds used for a transition", "max": 20.0, "min": 0.1, "name": "VT_F_TRANS_DUR", "shortDesc": "Duration of a front transition", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 3, "default": 1.0, "group": "VTOL Attitude Control", "increment": 0.01, "max": 1.0, "min": 0.0, "name": "VT_F_TRANS_THR", "shortDesc": "Target throttle value for the transition to fixed-wing flight", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 6.0, "group": "VTOL Attitude Control", "increment": 0.5, "longDesc": "The duration of the front transition when there is no airspeed feedback available.", "max": 30.0, "min": 1.0, "name": "VT_F_TR_OL_TM", "shortDesc": "Airspeed-less front transition time (open loop)", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 1, "default": -5.0, "group": "VTOL Attitude Control", "increment": 0.1, "longDesc": "Overrides VT_PITCH_MIN when the vehicle is in LAND mode (hovering). During landing it can be beneficial to reduce the pitch angle to reduce the generated lift in head wind.", "max": 45.0, "min": -10.0, "name": "VT_LND_PITCH_MIN", "shortDesc": "Minimum pitch angle during hover landing", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 1, "default": -5.0, "group": "VTOL Attitude Control", "increment": 0.1, "longDesc": "Any pitch setpoint below this value is translated to a forward force by the fixed-wing forward actuation if VT_FW_TRHUST_EN is set to 1.", "max": 45.0, "min": -10.0, "name": "VT_PITCH_MIN", "shortDesc": "Minimum pitch angle during hover", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.33, "group": "VTOL Attitude Control", "increment": 0.01, "longDesc": "Defines the slew rate of the puller/pusher throttle during transitions. Zero will deactivate the slew rate limiting and thus produce an instant throttle rise to the transition throttle VT_F_TRANS_THR.", "min": 0.0, "name": "VT_PSHER_SLEW", "shortDesc": "Pusher throttle ramp up slew rate", "type": "Float", "units": "1/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 0.0, "group": "VTOL Attitude Control", "increment": 1.0, "longDesc": "Altitude error threshold for quad-chute triggering during fixed-wing flight. The check is only active if altitude is controlled and the vehicle is below the current altitude reference. The altitude error is relative to the highest altitude the vehicle has achieved since it has flown below the current altitude reference. Set to 0 do disable.", "max": 200.0, "min": 0.0, "name": "VT_QC_ALT_LOSS", "shortDesc": "Quad-chute uncommanded descent threshold", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 20.0, "group": "VTOL Attitude Control", "increment": 1.0, "longDesc": "Altitude loss threshold for quad-chute triggering during VTOL transition to fixed-wing flight in altitude-controlled flight modes. Active until 5s after completing transition to fixed-wing. If the current altitude is more than this value below the altitude at the beginning of the transition, it will instantly switch back to MC mode and execute behavior defined in COM_QC_ACT. Set to 0 do disable this threshold.", "max": 50.0, "min": 0.0, "name": "VT_QC_T_ALT_LOSS", "shortDesc": "Quad-chute transition altitude loss threshold", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 0.0, "group": "VTOL Attitude Control", "increment": 0.1, "max": 1.0, "min": -1.0, "name": "VT_SPOILER_MC_LD", "shortDesc": "Spoiler setting while landing (hover)", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 3, "default": 1.0, "group": "VTOL Attitude Control", "increment": 0.01, "max": 1.0, "min": 0.0, "name": "VT_TILT_FW", "shortDesc": "Normalized tilt in FW", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "VTOL Attitude Control", "increment": 0.01, "max": 1.0, "min": 0.0, "name": "VT_TILT_MC", "shortDesc": "Normalized tilt in Hover", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.4, "group": "VTOL Attitude Control", "increment": 0.01, "max": 1.0, "min": 0.0, "name": "VT_TILT_TRANS", "shortDesc": "Normalized tilt in transition to FW", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 2.0, "group": "VTOL Attitude Control", "increment": 0.1, "longDesc": "Minimum time in seconds for front transition.", "max": 20.0, "min": 0.0, "name": "VT_TRANS_MIN_TM", "shortDesc": "Front transition minimum time", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.5, "group": "VTOL Attitude Control", "increment": 0.01, "longDesc": "Time in seconds it takes to tilt form VT_TILT_TRANS to VT_TILT_FW.", "max": 5.0, "min": 0.1, "name": "VT_TRANS_P2_DUR", "shortDesc": "Duration of front transition phase 2", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 2, "default": 15.0, "group": "VTOL Attitude Control", "increment": 1.0, "longDesc": "Time in seconds after which transition will be cancelled. Disabled if set to 0.", "max": 30.0, "min": 0.1, "name": "VT_TRANS_TIMEOUT", "shortDesc": "Front transition timeout", "type": "Float", "units": "s"}, {"category": "Standard", "default": 0, "group": "VTOL Attitude Control", "max": 2, "min": 0, "name": "VT_TYPE", "rebootRequired": true, "shortDesc": "VTOL Type (Tailsitter=0, Tiltrotor=1, Standard=2)", "type": "Int32", "values": [{"description": "Tailsitter", "value": 0}, {"description": "Tiltrotor", "value": 1}, {"description": "Standard", "value": 2}]}, {"category": "Standard", "decimalPlaces": 3, "default": 1.0, "group": "VTOL Attitude Control", "increment": 0.01, "longDesc": "The desired gain to convert roll sp into yaw rate sp.", "max": 3.0, "min": 0.0, "name": "WV_GAIN", "shortDesc": "Weather-vane roll angle to yawrate", "type": "Float", "units": "Hz"}, {"category": "Standard", "decimalPlaces": 1, "default": 80.0, "group": "VTOL Takeoff", "increment": 1.0, "longDesc": "Altitude relative to home at which vehicle will loiter after front transition.", "max": 300.0, "min": 20.0, "name": "VTO_LOITER_ALT", "shortDesc": "VTOL Takeoff relative loiter altitude", "type": "Float", "units": "m"}, {"category": "System", "default": 0, "group": "Zenoh", "longDesc": "Zenoh", "name": "ZENOH_ENABLE", "rebootRequired": true, "shortDesc": "Zenoh Enable", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "Miscellaneous", "max": 2, "min": 0, "name": "SF1XX_MODE", "shortDesc": "Lightware SF1xx/SF20/LW20 Operation Mode", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}, {"description": "Disabled during VTOL fast forward flight", "value": 2}]}, {"category": "Standard", "default": 0, "group": "Miscellaneous", "name": "UUV_SKIP_CTRL", "shortDesc": "Skip the controller", "type": "Int32", "values": [{"description": "use the module's controller", "value": 0}, {"description": "skip the controller and feedthrough the setpoints", "value": 1}]}], "translation": {"items": {"parameters": {"list": {"items": {"bitmask": {"list": {"key": "index", "translate": ["description"]}}, "values": {"list": {"key": "value", "translate": ["description"]}}}, "key": "name", "translate": ["shortDesc", "longDesc"], "translate-global": ["category", "group"]}}}}, "version": 1} \ No newline at end of file +{"parameters": [{"category": "Standard", "default": 75, "group": "UAVCAN Motor Parameters", "longDesc": "Speed controller bandwidth, in Hz. Higher values result in faster speed and current rise times, but may result in overshoot and higher current consumption. For fixed-wing aircraft, this value should be less than 50 Hz; for multirotors, values up to 100 Hz may provide improvements in responsiveness.", "max": 250, "min": 10, "name": "ctl_bw", "shortDesc": "Speed controller bandwidth", "type": "Int32", "units": "Hz"}, {"category": "Standard", "default": 1, "group": "UAVCAN Motor Parameters", "longDesc": "Motor spin direction as detected during initial enumeration. Use 0 or 1 to reverse direction.", "max": 1, "min": 0, "name": "ctl_dir", "shortDesc": "Reverse direction", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 3, "default": 1.0, "group": "UAVCAN Motor Parameters", "longDesc": "Speed (RPM) controller gain. Determines controller\n aggressiveness; units are amp-seconds per radian. Systems with\n higher rotational inertia (large props) will need gain increased;\n systems with low rotational inertia (small props) may need gain\n decreased. Higher values result in faster response, but may result\n in oscillation and excessive overshoot. Lower values result in a\n slower, smoother response.", "max": 1.0, "min": 0.0, "name": "ctl_gain", "shortDesc": "Speed (RPM) controller gain", "type": "Float", "units": "C/rad"}, {"category": "Standard", "decimalPlaces": 3, "default": 3.5, "group": "UAVCAN Motor Parameters", "longDesc": "Idle speed (e Hz)", "max": 100.0, "min": 0.0, "name": "ctl_hz_idle", "shortDesc": "Idle speed (e Hz)", "type": "Float", "units": "Hz"}, {"category": "Standard", "default": 25, "group": "UAVCAN Motor Parameters", "longDesc": "Spin-up rate (e Hz/s)", "max": 1000, "min": 5, "name": "ctl_start_rate", "shortDesc": "Spin-up rate (e Hz/s)", "type": "Int32", "units": "1/s^2"}, {"category": "Standard", "default": 0, "group": "UAVCAN Motor Parameters", "longDesc": "Index of this ESC in throttle command messages.", "max": 15, "min": 0, "name": "esc_index", "shortDesc": "Index of this ESC in throttle command messages.", "type": "Int32"}, {"category": "Standard", "default": 20034, "group": "UAVCAN Motor Parameters", "longDesc": "Extended status ID", "max": 1000000, "min": 1, "name": "id_ext_status", "shortDesc": "Extended status ID", "type": "Int32"}, {"category": "Standard", "default": 50000, "group": "UAVCAN Motor Parameters", "longDesc": "Extended status interval (\u00b5s)", "max": 1000000, "min": 0, "name": "int_ext_status", "shortDesc": "Extended status interval (\u00b5s)", "type": "Int32", "units": "us"}, {"category": "Standard", "default": 50000, "group": "UAVCAN Motor Parameters", "longDesc": "ESC status interval (\u00b5s)", "max": 1000000, "name": "int_status", "shortDesc": "ESC status interval (\u00b5s)", "type": "Int32", "units": "us"}, {"category": "Standard", "decimalPlaces": 3, "default": 12.0, "group": "UAVCAN Motor Parameters", "longDesc": "Motor current limit in amps. This determines the maximum\n current controller setpoint, as well as the maximum allowable\n current setpoint slew rate. This value should generally be set to\n the continuous current rating listed in the motor\u2019s specification\n sheet, or set equal to the motor\u2019s specified continuous power\n divided by the motor voltage limit.", "max": 80.0, "min": 1.0, "name": "mot_i_max", "shortDesc": "Motor current limit in amps", "type": "Float", "units": "A"}, {"category": "Standard", "default": 2300, "group": "UAVCAN Motor Parameters", "longDesc": "Motor Kv in RPM per volt. This can be taken from the motor\u2019s\n specification sheet; accuracy will help control performance but\n some deviation from the specified value is acceptable.", "max": 4000, "min": 0, "name": "mot_kv", "shortDesc": "Motor Kv in RPM per volt", "type": "Int32", "units": "rpm/V"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "UAVCAN Motor Parameters", "longDesc": "READ ONLY: Motor inductance in henries. This is measured on start-up.", "name": "mot_ls", "shortDesc": "READ ONLY: Motor inductance in henries.", "type": "Float", "units": "H"}, {"category": "Standard", "default": 14, "group": "UAVCAN Motor Parameters", "longDesc": "Number of motor poles. Used to convert mechanical speeds to\n electrical speeds. This number should be taken from the motor\u2019s\n specification sheet.", "max": 40, "min": 2, "name": "mot_num_poles", "shortDesc": "Number of motor poles.", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "UAVCAN Motor Parameters", "longDesc": "READ ONLY: Motor resistance in ohms. This is measured on start-up. When\n tuning a new motor, check that this value is approximately equal\n to the value shown in the motor\u2019s specification sheet.", "name": "mot_rs", "shortDesc": "READ ONLY: Motor resistance in ohms", "type": "Float", "units": "Ohm"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.5, "group": "UAVCAN Motor Parameters", "longDesc": "Acceleration limit (V)", "max": 1.0, "min": 0.01, "name": "mot_v_accel", "shortDesc": "Acceleration limit (V)", "type": "Float", "units": "V"}, {"category": "Standard", "decimalPlaces": 3, "default": 14.8, "group": "UAVCAN Motor Parameters", "longDesc": "Motor voltage limit in volts. The current controller\u2019s\n commanded voltage will never exceed this value. Note that this may\n safely be above the nominal voltage of the motor; to determine the\n actual motor voltage limit, divide the motor\u2019s rated power by the\n motor current limit.", "min": 0.0, "name": "mot_v_max", "shortDesc": "Motor voltage limit in volts", "type": "Float", "units": "V"}, {"category": "Standard", "default": 2, "group": "UAVCAN GNSS", "longDesc": "Dynamic model used in the GNSS positioning engine. 0 \u2013\n Automotive, 1 \u2013 Sea, 2 \u2013 Airborne.\n ", "max": 2, "min": 0, "name": "gnss.dyn_model", "shortDesc": "GNSS dynamic model", "type": "Int32", "values": [{"description": "Automotive", "value": 0}, {"description": "Sea", "value": 1}, {"description": "Airborne", "value": 2}]}, {"category": "Standard", "default": 1, "group": "UAVCAN GNSS", "longDesc": "Broadcast the old (deprecated) GNSS fix message\n uavcan.equipment.gnss.Fix alongside the new alternative\n uavcan.equipment.gnss.Fix2. It is recommended to\n disable this feature to reduce the CAN bus traffic.\n ", "max": 1, "min": 0, "name": "gnss.old_fix_msg", "shortDesc": "Broadcast old GNSS fix message", "type": "Int32", "values": [{"description": "Fix2", "value": 0}, {"description": "Fix and Fix2", "value": 1}]}, {"category": "Standard", "default": 0, "group": "UAVCAN GNSS", "longDesc": "Set the device health to Warning if the dimensionality of\n the GNSS solution is less than this value. 3 for the full (3D)\n solution, 2 for planar (2D) solution, 1 for time-only solution,\n 0 disables the feature.\n ", "max": 3, "min": 0, "name": "gnss.warn_dimens", "shortDesc": "device health warning", "type": "Int32", "values": [{"description": "disables the feature", "value": 0}, {"description": "time-only solution", "value": 1}, {"description": "planar (2D) solution", "value": 2}, {"description": "full (3D) solution", "value": 3}]}, {"category": "Standard", "default": 0, "group": "UAVCAN GNSS", "longDesc": "Set the device health to Warning if the number of satellites\n used in the GNSS solution is below this threshold. Zero\n disables the feature\n ", "name": "gnss.warn_sats", "shortDesc": "", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "UAVCAN GNSS", "longDesc": "Set the device health to Warning if the number of satellites\n used in the GNSS solution is below this threshold. Zero\n disables the feature\n ", "max": 1000000, "min": 0, "name": "uavcan.pubp-pres", "shortDesc": "", "type": "Int32", "units": "us"}, {"category": "Standard", "default": 0, "group": "ADSB", "longDesc": "Sets first 4 characters of a total of 8. Valid characters are A-Z, 0-9, \" \". Example \"PX4 \" -> 1347957792 For CALLSIGN shorter than 8 characters use the null terminator at the end '\\0'.", "name": "ADSB_CALLSIGN_1", "rebootRequired": true, "shortDesc": "First 4 characters of CALLSIGN", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "ADSB", "longDesc": "Sets second 4 characters of a total of 8. Valid characters are A-Z, 0-9, \" \" only. Example \"TEST\" -> 1413829460 For CALLSIGN shorter than 8 characters use the null terminator at the end '\\0'.", "name": "ADSB_CALLSIGN_2", "rebootRequired": true, "shortDesc": "Second 4 characters of CALLSIGN", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "ADSB", "longDesc": "Sets the vehicle emergency state", "max": 6, "min": 0, "name": "ADSB_EMERGC", "rebootRequired": true, "shortDesc": "ADSB-Out Emergency State", "type": "Int32", "values": [{"description": "NoEmergency", "value": 0}, {"description": "General", "value": 1}, {"description": "Medical", "value": 2}, {"description": "LowFuel", "value": 3}, {"description": "NoCommunications", "value": 4}, {"description": "Interference", "value": 5}, {"description": "Downed", "value": 6}]}, {"category": "Standard", "default": 14, "group": "ADSB", "longDesc": "Configure the emitter type of the vehicle.", "max": 15, "min": 0, "name": "ADSB_EMIT_TYPE", "rebootRequired": true, "shortDesc": "ADSB-Out Vehicle Emitter Type", "type": "Int32", "values": [{"description": "Unknown", "value": 0}, {"description": "Light", "value": 1}, {"description": "Small", "value": 2}, {"description": "Large", "value": 3}, {"description": "HighVortex", "value": 4}, {"description": "Heavy", "value": 5}, {"description": "Performance", "value": 6}, {"description": "Rotorcraft", "value": 7}, {"description": "RESERVED", "value": 8}, {"description": "Glider", "value": 9}, {"description": "LightAir", "value": 10}, {"description": "Parachute", "value": 11}, {"description": "UltraLight", "value": 12}, {"description": "RESERVED", "value": 13}, {"description": "UAV", "value": 14}, {"description": "Space", "value": 15}, {"description": "RESERVED", "value": 16}, {"description": "EmergencySurf", "value": 17}, {"description": "ServiceSurf", "value": 18}, {"description": "PointObstacle", "value": 19}]}, {"category": "Standard", "default": 0, "group": "ADSB", "longDesc": "Sets GPS lataral offset encoding", "max": 7, "min": 0, "name": "ADSB_GPS_OFF_LAT", "rebootRequired": true, "shortDesc": "ADSB-Out GPS Offset lat", "type": "Int32", "values": [{"description": "NoData", "value": 0}, {"description": "LatLeft2M", "value": 1}, {"description": "LatLeft4M", "value": 2}, {"description": "LatLeft6M", "value": 3}, {"description": "LatRight0M", "value": 4}, {"description": "LatRight2M", "value": 5}, {"description": "LatRight4M", "value": 6}, {"description": "LatRight6M", "value": 7}]}, {"category": "Standard", "default": 0, "group": "ADSB", "longDesc": "Sets GPS longitudinal offset encoding", "max": 1, "min": 0, "name": "ADSB_GPS_OFF_LON", "rebootRequired": true, "shortDesc": "ADSB-Out GPS Offset lon", "type": "Int32", "values": [{"description": "NoData", "value": 0}, {"description": "AppliedBySensor", "value": 1}]}, {"category": "Standard", "default": 1194684, "group": "ADSB", "longDesc": "Defines the ICAO ID of the vehicle", "max": 16777215, "min": -1, "name": "ADSB_ICAO_ID", "rebootRequired": true, "shortDesc": "ADSB-Out ICAO configuration", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "ADSB", "longDesc": "This vehicle is always tracked. Use 0 to disable.", "max": 16777215, "min": 0, "name": "ADSB_ICAO_SPECL", "rebootRequired": true, "shortDesc": "ADSB-In Special ICAO configuration", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "ADSB", "longDesc": "Enable Identification of Position feature", "name": "ADSB_IDENT", "rebootRequired": true, "shortDesc": "ADSB-Out Ident Configuration", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 1, "group": "ADSB", "longDesc": "Report the length and width of the vehicle in meters. In most cases, use '1' for the smallest vehicle size.", "max": 15, "min": 0, "name": "ADSB_LEN_WIDTH", "rebootRequired": true, "shortDesc": "ADSB-Out Vehicle Size Configuration", "type": "Int32", "values": [{"description": "SizeUnknown", "value": 0}, {"description": "Len15_Wid23", "value": 1}, {"description": "Len25_Wid28", "value": 2}, {"description": "Len25_Wid34", "value": 3}, {"description": "Len35_Wid33", "value": 4}, {"description": "Len35_Wid38", "value": 5}, {"description": "Len45_Wid39", "value": 6}, {"description": "Len45_Wid45", "value": 7}, {"description": "Len55_Wid45", "value": 8}, {"description": "Len55_Wid52", "value": 9}, {"description": "Len65_Wid59", "value": 10}, {"description": "Len65_Wid67", "value": 11}, {"description": "Len75_Wid72", "value": 12}, {"description": "Len75_Wid80", "value": 13}, {"description": "Len85_Wid80", "value": 14}, {"description": "Len85_Wid90", "value": 15}]}, {"category": "Standard", "default": 25, "group": "ADSB", "longDesc": "Change number of targets to track", "max": 50, "min": 0, "name": "ADSB_LIST_MAX", "rebootRequired": true, "shortDesc": "ADSB-In Vehicle List Size", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "ADSB", "longDesc": "Informs ADSB vehicles of this vehicle's max speed capability", "max": 6, "min": 0, "name": "ADSB_MAX_SPEED", "rebootRequired": true, "shortDesc": "ADSB-Out Vehicle Max Speed", "type": "Int32", "values": [{"description": "UnknownMaxSpeed", "value": 0}, {"description": "75Kts", "value": 1}, {"description": "150Kts", "value": 2}, {"description": "300Kts", "value": 3}, {"description": "600Kts", "value": 4}, {"description": "1200Kts", "value": 5}, {"description": "Over1200Kts", "value": 6}]}, {"category": "Standard", "default": 1200, "group": "ADSB", "longDesc": "This parameter defines the squawk code. Value should be between 0000 and 7777.", "max": 7777, "min": 0, "name": "ADSB_SQUAWK", "rebootRequired": true, "shortDesc": "ADSB-Out squawk code configuration", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on SIM Channel 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PWM_MAIN_FUNC1", "shortDesc": "SIM Channel 1 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on SIM Channel 10. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PWM_MAIN_FUNC10", "shortDesc": "SIM Channel 10 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on SIM Channel 11. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PWM_MAIN_FUNC11", "shortDesc": "SIM Channel 11 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on SIM Channel 12. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PWM_MAIN_FUNC12", "shortDesc": "SIM Channel 12 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on SIM Channel 13. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PWM_MAIN_FUNC13", "shortDesc": "SIM Channel 13 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on SIM Channel 14. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PWM_MAIN_FUNC14", "shortDesc": "SIM Channel 14 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on SIM Channel 15. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PWM_MAIN_FUNC15", "shortDesc": "SIM Channel 15 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on SIM Channel 16. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PWM_MAIN_FUNC16", "shortDesc": "SIM Channel 16 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on SIM Channel 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PWM_MAIN_FUNC2", "shortDesc": "SIM Channel 2 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on SIM Channel 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PWM_MAIN_FUNC3", "shortDesc": "SIM Channel 3 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on SIM Channel 4. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PWM_MAIN_FUNC4", "shortDesc": "SIM Channel 4 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on SIM Channel 5. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PWM_MAIN_FUNC5", "shortDesc": "SIM Channel 5 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on SIM Channel 6. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PWM_MAIN_FUNC6", "shortDesc": "SIM Channel 6 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on SIM Channel 7. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PWM_MAIN_FUNC7", "shortDesc": "SIM Channel 7 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on SIM Channel 8. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PWM_MAIN_FUNC8", "shortDesc": "SIM Channel 8 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Select what should be output on SIM Channel 9. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest", "name": "PWM_MAIN_FUNC9", "shortDesc": "SIM Channel 9 Output Function", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Constant Min", "value": 1}, {"description": "Constant Max", "value": 2}, {"description": "Motor 1", "value": 101}, {"description": "Motor 2", "value": 102}, {"description": "Motor 3", "value": 103}, {"description": "Motor 4", "value": 104}, {"description": "Motor 5", "value": 105}, {"description": "Motor 6", "value": 106}, {"description": "Motor 7", "value": 107}, {"description": "Motor 8", "value": 108}, {"description": "Motor 9", "value": 109}, {"description": "Motor 10", "value": 110}, {"description": "Motor 11", "value": 111}, {"description": "Motor 12", "value": 112}, {"description": "Servo 1", "value": 201}, {"description": "Servo 2", "value": 202}, {"description": "Servo 3", "value": 203}, {"description": "Servo 4", "value": 204}, {"description": "Servo 5", "value": 205}, {"description": "Servo 6", "value": 206}, {"description": "Servo 7", "value": 207}, {"description": "Servo 8", "value": 208}, {"description": "Peripheral via Actuator Set 1", "value": 301}, {"description": "Peripheral via Actuator Set 2", "value": 302}, {"description": "Peripheral via Actuator Set 3", "value": 303}, {"description": "Peripheral via Actuator Set 4", "value": 304}, {"description": "Peripheral via Actuator Set 5", "value": 305}, {"description": "Peripheral via Actuator Set 6", "value": 306}, {"description": "Landing Gear", "value": 400}, {"description": "Parachute", "value": 401}, {"description": "RC Roll", "value": 402}, {"description": "RC Pitch", "value": 403}, {"description": "RC Throttle", "value": 404}, {"description": "RC Yaw", "value": 405}, {"description": "RC Flaps", "value": 406}, {"description": "RC AUX 1", "value": 407}, {"description": "RC AUX 2", "value": 408}, {"description": "RC AUX 3", "value": 409}, {"description": "RC AUX 4", "value": 410}, {"description": "RC AUX 5", "value": 411}, {"description": "RC AUX 6", "value": 412}, {"description": "Gimbal Roll", "value": 420}, {"description": "Gimbal Pitch", "value": 421}, {"description": "Gimbal Yaw", "value": 422}, {"description": "Gripper", "value": 430}, {"description": "Landing Gear Wheel", "value": 440}]}, {"bitmask": [{"description": "SIM Channel 1", "index": 0}, {"description": "SIM Channel 2", "index": 1}, {"description": "SIM Channel 3", "index": 2}, {"description": "SIM Channel 4", "index": 3}, {"description": "SIM Channel 5", "index": 4}, {"description": "SIM Channel 6", "index": 5}, {"description": "SIM Channel 7", "index": 6}, {"description": "SIM Channel 8", "index": 7}, {"description": "SIM Channel 9", "index": 8}, {"description": "SIM Channel 10", "index": 9}, {"description": "SIM Channel 11", "index": 10}, {"description": "SIM Channel 12", "index": 11}, {"description": "SIM Channel 13", "index": 12}, {"description": "SIM Channel 14", "index": 13}, {"description": "SIM Channel 15", "index": 14}, {"description": "SIM Channel 16", "index": 15}], "category": "Standard", "default": 0, "group": "Actuator Outputs", "longDesc": "Allows to reverse the output range for each channel. Note: this is only useful for servos.", "max": 65535, "min": 0, "name": "PWM_MAIN_REV", "shortDesc": "Reverse Output Range for SIM", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "Airspeed Validator", "longDesc": "Sets the number of standard deviations used by the innovation consistency test.", "max": 5, "min": 1, "name": "ASPD_BETA_GATE", "shortDesc": "Gate size for sideslip angle fusion", "type": "Int32", "units": "SD"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.15, "group": "Airspeed Validator", "longDesc": "Sideslip measurement noise of the internal wind estimator(s) of the airspeed selector.", "max": 1.0, "min": 0.0, "name": "ASPD_BETA_NOISE", "shortDesc": "Wind estimator sideslip measurement noise", "type": "Float", "units": "rad"}, {"bitmask": [{"description": "Only data missing check (triggers if more than 1s no data)", "index": 0}, {"description": "Data stuck (triggers if data is exactly constant for 2s in FW mode)", "index": 1}, {"description": "Innovation check (see ASPD_FS_INNOV)", "index": 2}, {"description": "Load factor check (triggers if measurement is below stall speed)", "index": 3}, {"description": "First principle check (airspeed change vs. throttle and pitch)", "index": 4}], "category": "Standard", "default": 7, "group": "Airspeed Validator", "longDesc": "Controls which checks are run to check airspeed data for validity. Only applied if ASPD_PRIMARY > 0.", "max": 31, "min": 0, "name": "ASPD_DO_CHECKS", "shortDesc": "Enable checks on airspeed sensors", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Airspeed Validator", "longDesc": "If set to true and airspeed checks are enabled, it will use a sensor-less airspeed estimation based on groundspeed minus windspeed if no other airspeed sensor available to fall back to.", "name": "ASPD_FALLBACK_GW", "shortDesc": "Enable fallback to sensor-less airspeed estimation", "type": "Int32", "values": [{"description": "Disable fallback to sensor-less estimation", "value": 0}, {"description": "Enable fallback to sensor-less estimation", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 2.0, "group": "Airspeed Validator", "longDesc": "Window for comparing airspeed change to throttle and pitch change. Triggers when the airspeed change within this window is negative while throttle increases and the vehicle pitches down. Is meant to catch degrading airspeed blockages as can happen when flying through icing conditions. Relies on FW_THR_TRIM being set accurately.", "min": 0.0, "name": "ASPD_FP_T_WINDOW", "shortDesc": "First principle airspeed check time window", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "Airspeed Validator", "longDesc": "This specifies the minimum airspeed innovation required to trigger a failsafe. Larger values make the check less sensitive, smaller values make it more sensitive. Large innovations indicate an inconsistency between predicted (groundspeed - windspeeed) and measured airspeed. The time required to detect a fault when the threshold is exceeded depends on the size of the exceedance and is controlled by the ASPD_FS_INTEG parameter.", "max": 10.0, "min": 0.5, "name": "ASPD_FS_INNOV", "shortDesc": "Airspeed failure innovation threshold", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 10.0, "group": "Airspeed Validator", "longDesc": "This sets the time integral of airspeed innovation exceedance above ASPD_FS_INNOV required to trigger a failsafe. Larger values make the check less sensitive, smaller positive values make it more sensitive.", "max": 50.0, "min": 0.0, "name": "ASPD_FS_INTEG", "shortDesc": "Airspeed failure innovation integral threshold", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": -1.0, "group": "Airspeed Validator", "longDesc": "Delay before switching back to using airspeed sensor if checks indicate sensor is good. Set to a negative value to disable the re-enabling in flight.", "min": -1.0, "name": "ASPD_FS_T_START", "shortDesc": "Airspeed failsafe start delay", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 1, "default": 1.0, "group": "Airspeed Validator", "longDesc": "Delay before stopping use of airspeed sensor if checks indicate sensor is bad.", "min": 0.0, "name": "ASPD_FS_T_STOP", "shortDesc": "Airspeed failsafe stop delay", "type": "Float", "units": "s"}, {"category": "Standard", "default": 1, "group": "Airspeed Validator", "name": "ASPD_PRIMARY", "rebootRequired": true, "shortDesc": "Index or primary airspeed measurement source", "type": "Int32", "values": [{"description": "Groundspeed minus windspeed", "value": 0}, {"description": "First airspeed sensor", "value": 1}, {"description": "Second airspeed sensor", "value": 2}, {"description": "Third airspeed sensor", "value": 3}]}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "Airspeed Validator", "longDesc": "This is the scale IAS --> CAS of the first airspeed sensor instance", "max": 2.0, "min": 0.5, "name": "ASPD_SCALE_1", "rebootRequired": true, "shortDesc": "Scale of airspeed sensor 1", "type": "Float", "volatile": true}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "Airspeed Validator", "longDesc": "This is the scale IAS --> CAS of the second airspeed sensor instance", "max": 2.0, "min": 0.5, "name": "ASPD_SCALE_2", "rebootRequired": true, "shortDesc": "Scale of airspeed sensor 2", "type": "Float", "volatile": true}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "Airspeed Validator", "longDesc": "This is the scale IAS --> CAS of the third airspeed sensor instance", "max": 2.0, "min": 0.5, "name": "ASPD_SCALE_3", "rebootRequired": true, "shortDesc": "Scale of airspeed sensor 3", "type": "Float", "volatile": true}, {"category": "Standard", "default": 2, "group": "Airspeed Validator", "name": "ASPD_SCALE_APPLY", "shortDesc": "Controls when to apply the new estimated airspeed scale(s)", "type": "Int32", "values": [{"description": "Do not automatically apply the estimated scale", "value": 0}, {"description": "Apply the estimated scale after disarm", "value": 1}, {"description": "Apply the estimated scale in air", "value": 2}]}, {"category": "Standard", "decimalPlaces": 5, "default": 0.0001, "group": "Airspeed Validator", "longDesc": "Airspeed scale process noise of the internal wind estimator(s) of the airspeed selector. When unaided, the scale uncertainty (1-sigma, unitless) increases by this amount every second.", "max": 0.1, "min": 0.0, "name": "ASPD_SCALE_NSD", "shortDesc": "Wind estimator true airspeed scale process noise spectral density", "type": "Float", "units": "1/s/sqrt(Hz)"}, {"category": "Standard", "default": 4, "group": "Airspeed Validator", "longDesc": "Sets the number of standard deviations used by the innovation consistency test.", "max": 5, "min": 1, "name": "ASPD_TAS_GATE", "shortDesc": "Gate size for true airspeed fusion", "type": "Int32", "units": "SD"}, {"category": "Standard", "decimalPlaces": 1, "default": 1.4, "group": "Airspeed Validator", "longDesc": "True airspeed measurement noise of the internal wind estimator(s) of the airspeed selector.", "max": 4.0, "min": 0.0, "name": "ASPD_TAS_NOISE", "shortDesc": "Wind estimator true airspeed measurement noise", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.55, "group": "Airspeed Validator", "longDesc": "The synthetic airspeed estimate (from groundspeed and heading) will be declared valid as soon and as long the horizontal wind uncertainty is below this value.", "max": 5.0, "min": 0.001, "name": "ASPD_WERR_THR", "shortDesc": "Horizontal wind uncertainty threshold for synthetic airspeed", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "Airspeed Validator", "longDesc": "Wind process noise of the internal wind estimator(s) of the airspeed selector. When unaided, the wind estimate uncertainty (1-sigma, in m/s) increases by this amount every second.", "max": 1.0, "min": 0.0, "name": "ASPD_WIND_NSD", "shortDesc": "Wind estimator wind process noise spectral density", "type": "Float", "units": "m/s^2/sqrt(Hz)"}, {"category": "Standard", "default": 0, "group": "Attitude Q estimator", "name": "ATT_ACC_COMP", "shortDesc": "Acceleration compensation based on GPS velocity", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 3, "default": 0.05, "group": "Attitude Q estimator", "max": 2.0, "min": 0.0, "name": "ATT_BIAS_MAX", "shortDesc": "Gyro bias limit", "type": "Float", "units": "rad/s"}, {"category": "Standard", "default": 0, "group": "Attitude Q estimator", "longDesc": "Enable standalone quaternion based attitude estimator.", "name": "ATT_EN", "shortDesc": "standalone attitude estimator enable (unsupported)", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "Attitude Q estimator", "longDesc": "Set to 1 to use heading estimate from vision. Set to 2 to use heading from motion capture.", "max": 2, "min": 0, "name": "ATT_EXT_HDG_M", "shortDesc": "External heading usage mode (from Motion capture/Vision)", "type": "Int32", "values": [{"description": "None", "value": 0}, {"description": "Vision", "value": 1}, {"description": "Motion Capture", "value": 2}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Attitude Q estimator", "longDesc": "This parameter is not used in normal operation, as the declination is looked up based on the GPS coordinates of the vehicle.", "name": "ATT_MAG_DECL", "shortDesc": "Magnetic declination, in degrees", "type": "Float", "units": "deg"}, {"category": "Standard", "default": 1, "group": "Attitude Q estimator", "name": "ATT_MAG_DECL_A", "shortDesc": "Automatic GPS based declination compensation", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.2, "group": "Attitude Q estimator", "max": 1.0, "min": 0.0, "name": "ATT_W_ACC", "shortDesc": "Complimentary filter accelerometer weight", "type": "Float"}, {"category": "Standard", "default": 0.1, "group": "Attitude Q estimator", "max": 1.0, "min": 0.0, "name": "ATT_W_EXT_HDG", "shortDesc": "Complimentary filter external heading weight", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "Attitude Q estimator", "max": 1.0, "min": 0.0, "name": "ATT_W_GYRO_BIAS", "shortDesc": "Complimentary filter gyroscope bias weight", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "Attitude Q estimator", "longDesc": "Set to 0 to avoid using the magnetometer.", "max": 1.0, "min": 0.0, "name": "ATT_W_MAG", "shortDesc": "Complimentary filter magnetometer weight", "type": "Float"}, {"category": "Standard", "default": 2, "group": "Autotune", "longDesc": "After the auto-tuning sequence is completed, a new set of gains is available and can be applied immediately or after landing.", "name": "FW_AT_APPLY", "shortDesc": "Controls when to apply the new gains", "type": "Int32", "values": [{"description": "Do not apply the new gains (logging only)", "value": 0}, {"description": "Apply the new gains after disarm", "value": 1}, {"description": "Apply the new gains in air", "value": 2}]}, {"bitmask": [{"description": "roll", "index": 0}, {"description": "pitch", "index": 1}, {"description": "yaw", "index": 2}], "category": "Standard", "default": 3, "group": "Autotune", "longDesc": "Defines which axes will be tuned during the auto-tuning sequence Set bits in the following positions to enable: 0 : Roll 1 : Pitch 2 : Yaw", "max": 7, "min": 1, "name": "FW_AT_AXES", "shortDesc": "Tuning axes selection", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Autotune", "longDesc": "Defines which RC_MAP_AUXn parameter maps the RC channel used to enable/disable auto tuning.", "max": 6, "min": 0, "name": "FW_AT_MAN_AUX", "shortDesc": "Enable/disable auto tuning using an RC AUX input", "type": "Int32", "values": [{"description": "Disable", "value": 0}, {"description": "Aux1", "value": 1}, {"description": "Aux2", "value": 2}, {"description": "Aux3", "value": 3}, {"description": "Aux4", "value": 4}, {"description": "Aux5", "value": 5}, {"description": "Aux6", "value": 6}]}, {"category": "Standard", "default": 0, "group": "Autotune", "longDesc": "WARNING: this will inject steps to the rate controller and can be dangerous. Only activate if you know what you are doing, and in a safe environment. Any motion of the remote stick will abort the signal injection and reset this parameter Best is to perform the identification in position or hold mode. Increase the amplitude of the injected signal using FW_AT_SYSID_AMP for more signal/noise ratio", "name": "FW_AT_START", "shortDesc": "Start the autotuning sequence", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 1.0, "group": "Autotune", "longDesc": "This parameter scales the signal sent to the rate controller during system identification.", "max": 6.0, "min": 0.1, "name": "FW_AT_SYSID_AMP", "shortDesc": "Amplitude of the injected signal", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 1.0, "group": "Autotune", "longDesc": "Can be set lower or higher than the end frequency", "max": 30.0, "min": 0.1, "name": "FW_AT_SYSID_F0", "shortDesc": "Start frequency of the injected signal", "type": "Float", "units": "Hz"}, {"category": "Standard", "decimalPlaces": 1, "default": 20.0, "group": "Autotune", "longDesc": "Can be set lower or higher than the start frequency", "max": 30.0, "min": 0.1, "name": "FW_AT_SYSID_F1", "shortDesc": "End frequency of the injected signal", "type": "Float", "units": "Hz"}, {"category": "Standard", "decimalPlaces": 0, "default": 10.0, "group": "Autotune", "longDesc": "Duration of the input signal sent on each axis during system identification", "max": 120.0, "min": 5.0, "name": "FW_AT_SYSID_TIME", "shortDesc": "Maneuver time for each axis", "type": "Float", "units": "s"}, {"category": "Standard", "default": 0, "group": "Autotune", "longDesc": "Type of signal used during system identification to excite the system.", "name": "FW_AT_SYSID_TYPE", "shortDesc": "Input signal type", "type": "Int32", "values": [{"description": "Step", "value": 0}, {"description": "Linear sine sweep", "value": 1}, {"description": "Logarithmic sine sweep", "value": 2}]}, {"category": "Standard", "default": 1, "group": "Autotune", "longDesc": "After the auto-tuning sequence is completed, a new set of gains is available and can be applied immediately or after landing. WARNING Applying the gains in air is dangerous as there is no guarantee that those new gains will be able to stabilize the drone properly.", "name": "MC_AT_APPLY", "shortDesc": "Controls when to apply the new gains", "type": "Int32", "values": [{"description": "Do not apply the new gains (logging only)", "value": 0}, {"description": "Apply the new gains after disarm", "value": 1}, {"description": "WARNING Apply the new gains in air", "value": 2}]}, {"category": "Standard", "default": 0, "group": "Autotune", "name": "MC_AT_EN", "shortDesc": "Multicopter autotune module enable", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.14, "group": "Autotune", "max": 0.5, "min": 0.01, "name": "MC_AT_RISE_TIME", "shortDesc": "Desired angular rate closed-loop rise time", "type": "Float", "units": "s"}, {"category": "Standard", "default": 0, "group": "Autotune", "longDesc": "WARNING: this will inject steps to the rate controller and can be dangerous. Only activate if you know what you are doing, and in a safe environment. Any motion of the remote stick will abort the signal injection and reset this parameter Best is to perform the identification in position or hold mode. Increase the amplitude of the injected signal using MC_AT_SYSID_AMP for more signal/noise ratio", "name": "MC_AT_START", "shortDesc": "Start the autotuning sequence", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 0.7, "group": "Autotune", "max": 6.0, "min": 0.1, "name": "MC_AT_SYSID_AMP", "shortDesc": "Amplitude of the injected signal", "type": "Float"}, {"category": "Standard", "decimalPlaces": 0, "default": -1.0, "group": "Battery Calibration", "increment": 50.0, "longDesc": "Defines the capacity of battery 1 in mAh.", "max": 100000.0, "min": -1.0, "name": "BAT1_CAPACITY", "rebootRequired": true, "shortDesc": "Battery 1 capacity", "type": "Float", "units": "mAh"}, {"category": "Standard", "default": 0, "group": "Battery Calibration", "longDesc": "Defines the number of cells the attached battery consists of.", "name": "BAT1_N_CELLS", "shortDesc": "Number of cells for battery 1", "type": "Int32", "values": [{"description": "Unknown", "value": 0}, {"description": "1S Battery", "value": 1}, {"description": "2S Battery", "value": 2}, {"description": "3S Battery", "value": 3}, {"description": "4S Battery", "value": 4}, {"description": "5S Battery", "value": 5}, {"description": "6S Battery", "value": 6}, {"description": "7S Battery", "value": 7}, {"description": "8S Battery", "value": 8}, {"description": "9S Battery", "value": 9}, {"description": "10S Battery", "value": 10}, {"description": "11S Battery", "value": 11}, {"description": "12S Battery", "value": 12}, {"description": "13S Battery", "value": 13}, {"description": "14S Battery", "value": 14}, {"description": "15S Battery", "value": 15}, {"description": "16S Battery", "value": 16}]}, {"category": "Standard", "decimalPlaces": 4, "default": -1.0, "group": "Battery Calibration", "increment": 0.0005, "longDesc": "If non-negative, then this will be used instead of the online estimated internal resistance.", "max": 0.2, "min": -1.0, "name": "BAT1_R_INTERNAL", "rebootRequired": true, "shortDesc": "Explicitly defines the per cell internal resistance for battery 1", "type": "Float", "units": "Ohm"}, {"category": "Standard", "default": 0, "group": "Battery Calibration", "longDesc": "This parameter controls the source of battery data. The value 'Power Module' means that measurements are expected to come from a power module. If the value is set to 'External' then the system expects to receive mavlink battery status messages. If the value is set to 'ESCs', the battery information are taken from the esc_status message. This requires the ESC to provide both voltage as well as current.", "name": "BAT1_SOURCE", "rebootRequired": true, "shortDesc": "Battery 1 monitoring source", "type": "Int32", "values": [{"description": "Disabled", "value": -1}, {"description": "Power Module", "value": 0}, {"description": "External", "value": 1}, {"description": "ESCs", "value": 2}]}, {"category": "Standard", "decimalPlaces": 2, "default": 4.05, "group": "Battery Calibration", "increment": 0.01, "longDesc": "Defines the voltage where a single cell of the battery is considered full. For a more accurate estimate set this below the nominal voltage of e.g. 4.2V", "name": "BAT1_V_CHARGED", "rebootRequired": true, "shortDesc": "Full cell voltage", "type": "Float", "units": "V"}, {"category": "Standard", "decimalPlaces": 2, "default": 3.6, "group": "Battery Calibration", "increment": 0.01, "longDesc": "Defines the voltage where a single cell of the battery is considered empty. The voltage should be chosen above the steep dropoff at 3.5V. A typical lithium battery can only be discharged under high load down to 10% before it drops off to a voltage level damaging the cells.", "name": "BAT1_V_EMPTY", "rebootRequired": true, "shortDesc": "Empty cell voltage", "type": "Float", "units": "V"}, {"category": "Standard", "decimalPlaces": 0, "default": -1.0, "group": "Battery Calibration", "increment": 50.0, "longDesc": "Defines the capacity of battery 2 in mAh.", "max": 100000.0, "min": -1.0, "name": "BAT2_CAPACITY", "rebootRequired": true, "shortDesc": "Battery 2 capacity", "type": "Float", "units": "mAh"}, {"category": "Standard", "default": 0, "group": "Battery Calibration", "longDesc": "Defines the number of cells the attached battery consists of.", "name": "BAT2_N_CELLS", "shortDesc": "Number of cells for battery 2", "type": "Int32", "values": [{"description": "Unknown", "value": 0}, {"description": "1S Battery", "value": 1}, {"description": "2S Battery", "value": 2}, {"description": "3S Battery", "value": 3}, {"description": "4S Battery", "value": 4}, {"description": "5S Battery", "value": 5}, {"description": "6S Battery", "value": 6}, {"description": "7S Battery", "value": 7}, {"description": "8S Battery", "value": 8}, {"description": "9S Battery", "value": 9}, {"description": "10S Battery", "value": 10}, {"description": "11S Battery", "value": 11}, {"description": "12S Battery", "value": 12}, {"description": "13S Battery", "value": 13}, {"description": "14S Battery", "value": 14}, {"description": "15S Battery", "value": 15}, {"description": "16S Battery", "value": 16}]}, {"category": "Standard", "decimalPlaces": 4, "default": -1.0, "group": "Battery Calibration", "increment": 0.0005, "longDesc": "If non-negative, then this will be used instead of the online estimated internal resistance.", "max": 0.2, "min": -1.0, "name": "BAT2_R_INTERNAL", "rebootRequired": true, "shortDesc": "Explicitly defines the per cell internal resistance for battery 2", "type": "Float", "units": "Ohm"}, {"category": "Standard", "default": -1, "group": "Battery Calibration", "longDesc": "This parameter controls the source of battery data. The value 'Power Module' means that measurements are expected to come from a power module. If the value is set to 'External' then the system expects to receive mavlink battery status messages. If the value is set to 'ESCs', the battery information are taken from the esc_status message. This requires the ESC to provide both voltage as well as current.", "name": "BAT2_SOURCE", "rebootRequired": true, "shortDesc": "Battery 2 monitoring source", "type": "Int32", "values": [{"description": "Disabled", "value": -1}, {"description": "Power Module", "value": 0}, {"description": "External", "value": 1}, {"description": "ESCs", "value": 2}]}, {"category": "Standard", "decimalPlaces": 2, "default": 4.05, "group": "Battery Calibration", "increment": 0.01, "longDesc": "Defines the voltage where a single cell of the battery is considered full. For a more accurate estimate set this below the nominal voltage of e.g. 4.2V", "name": "BAT2_V_CHARGED", "rebootRequired": true, "shortDesc": "Full cell voltage", "type": "Float", "units": "V"}, {"category": "Standard", "decimalPlaces": 2, "default": 3.6, "group": "Battery Calibration", "increment": 0.01, "longDesc": "Defines the voltage where a single cell of the battery is considered empty. The voltage should be chosen above the steep dropoff at 3.5V. A typical lithium battery can only be discharged under high load down to 10% before it drops off to a voltage level damaging the cells.", "name": "BAT2_V_EMPTY", "rebootRequired": true, "shortDesc": "Empty cell voltage", "type": "Float", "units": "V"}, {"category": "Standard", "decimalPlaces": 0, "default": -1.0, "group": "Battery Calibration", "increment": 50.0, "longDesc": "Defines the capacity of battery 3 in mAh.", "max": 100000.0, "min": -1.0, "name": "BAT3_CAPACITY", "rebootRequired": true, "shortDesc": "Battery 3 capacity", "type": "Float", "units": "mAh"}, {"category": "Standard", "default": 0, "group": "Battery Calibration", "longDesc": "Defines the number of cells the attached battery consists of.", "name": "BAT3_N_CELLS", "shortDesc": "Number of cells for battery 3", "type": "Int32", "values": [{"description": "Unknown", "value": 0}, {"description": "1S Battery", "value": 1}, {"description": "2S Battery", "value": 2}, {"description": "3S Battery", "value": 3}, {"description": "4S Battery", "value": 4}, {"description": "5S Battery", "value": 5}, {"description": "6S Battery", "value": 6}, {"description": "7S Battery", "value": 7}, {"description": "8S Battery", "value": 8}, {"description": "9S Battery", "value": 9}, {"description": "10S Battery", "value": 10}, {"description": "11S Battery", "value": 11}, {"description": "12S Battery", "value": 12}, {"description": "13S Battery", "value": 13}, {"description": "14S Battery", "value": 14}, {"description": "15S Battery", "value": 15}, {"description": "16S Battery", "value": 16}]}, {"category": "Standard", "decimalPlaces": 4, "default": -1.0, "group": "Battery Calibration", "increment": 0.0005, "longDesc": "If non-negative, then this will be used instead of the online estimated internal resistance.", "max": 0.2, "min": -1.0, "name": "BAT3_R_INTERNAL", "rebootRequired": true, "shortDesc": "Explicitly defines the per cell internal resistance for battery 3", "type": "Float", "units": "Ohm"}, {"category": "Standard", "default": -1, "group": "Battery Calibration", "longDesc": "This parameter controls the source of battery data. The value 'Power Module' means that measurements are expected to come from a power module. If the value is set to 'External' then the system expects to receive mavlink battery status messages. If the value is set to 'ESCs', the battery information are taken from the esc_status message. This requires the ESC to provide both voltage as well as current.", "name": "BAT3_SOURCE", "rebootRequired": true, "shortDesc": "Battery 3 monitoring source", "type": "Int32", "values": [{"description": "Disabled", "value": -1}, {"description": "Power Module", "value": 0}, {"description": "External", "value": 1}, {"description": "ESCs", "value": 2}]}, {"category": "Standard", "decimalPlaces": 2, "default": 4.05, "group": "Battery Calibration", "increment": 0.01, "longDesc": "Defines the voltage where a single cell of the battery is considered full. For a more accurate estimate set this below the nominal voltage of e.g. 4.2V", "name": "BAT3_V_CHARGED", "rebootRequired": true, "shortDesc": "Full cell voltage", "type": "Float", "units": "V"}, {"category": "Standard", "decimalPlaces": 2, "default": 3.6, "group": "Battery Calibration", "increment": 0.01, "longDesc": "Defines the voltage where a single cell of the battery is considered empty. The voltage should be chosen above the steep dropoff at 3.5V. A typical lithium battery can only be discharged under high load down to 10% before it drops off to a voltage level damaging the cells.", "name": "BAT3_V_EMPTY", "rebootRequired": true, "shortDesc": "Empty cell voltage", "type": "Float", "units": "V"}, {"category": "Standard", "decimalPlaces": 2, "default": 15.0, "group": "Battery Calibration", "increment": 0.1, "longDesc": "This value is used to initialize the in-flight average current estimation, which in turn is used for estimating remaining flight time and RTL triggering.", "max": 500.0, "min": 0.0, "name": "BAT_AVRG_CURRENT", "shortDesc": "Expected battery current in flight", "type": "Float", "units": "A"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.07, "group": "Battery Calibration", "increment": 0.01, "longDesc": "Sets the threshold when the battery will be reported as critically low. This has to be lower than the low threshold. This threshold commonly will trigger RTL.", "max": 0.5, "min": 0.05, "name": "BAT_CRIT_THR", "shortDesc": "Critical threshold", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.05, "group": "Battery Calibration", "increment": 0.01, "longDesc": "Sets the threshold when the battery will be reported as dangerously low. This has to be lower than the critical threshold. This threshold commonly will trigger landing.", "max": 0.5, "min": 0.03, "name": "BAT_EMERGEN_THR", "shortDesc": "Emergency threshold", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.15, "group": "Battery Calibration", "increment": 0.01, "longDesc": "Sets the threshold when the battery will be reported as low. This has to be higher than the critical threshold.", "max": 0.5, "min": 0.12, "name": "BAT_LOW_THR", "shortDesc": "Low threshold", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 1, "default": 40.0, "group": "Camera trigger", "longDesc": "This parameter sets the time the trigger needs to pulled high or low.", "max": 3000.0, "min": 0.1, "name": "TRIG_ACT_TIME", "rebootRequired": true, "shortDesc": "Camera trigger activation time", "type": "Float", "units": "ms"}, {"category": "Standard", "decimalPlaces": 1, "default": 25.0, "group": "Camera trigger", "increment": 1.0, "longDesc": "Sets the distance at which to trigger the camera.", "min": 0.0, "name": "TRIG_DISTANCE", "rebootRequired": true, "shortDesc": "Camera trigger distance", "type": "Float", "units": "m"}, {"category": "Standard", "default": 4, "group": "Camera trigger", "longDesc": "Selects the trigger interface", "name": "TRIG_INTERFACE", "rebootRequired": true, "shortDesc": "Camera trigger Interface", "type": "Int32", "values": [{"description": "GPIO", "value": 1}, {"description": "Seagull MAP2 (over PWM)", "value": 2}, {"description": "MAVLink (Camera Protocol v1)", "value": 3}, {"description": "Generic PWM (IR trigger, servo)", "value": 4}]}, {"category": "Standard", "decimalPlaces": 1, "default": 40.0, "group": "Camera trigger", "longDesc": "This parameter sets the time between two consecutive trigger events", "max": 10000.0, "min": 4.0, "name": "TRIG_INTERVAL", "rebootRequired": true, "shortDesc": "Camera trigger interval", "type": "Float", "units": "ms"}, {"category": "Standard", "decimalPlaces": 1, "default": 1.0, "group": "Camera trigger", "longDesc": "This parameter sets the minimum time between two consecutive trigger events the specific camera setup is supporting.", "max": 10000.0, "min": 1.0, "name": "TRIG_MIN_INTERVA", "rebootRequired": true, "shortDesc": "Minimum camera trigger interval", "type": "Float", "units": "ms"}, {"category": "Standard", "default": 0, "group": "Camera trigger", "max": 4, "min": 0, "name": "TRIG_MODE", "rebootRequired": true, "shortDesc": "Camera trigger mode", "type": "Int32", "values": [{"description": "Disable", "value": 0}, {"description": "Time based, on command", "value": 1}, {"description": "Time based, always on", "value": 2}, {"description": "Distance based, always on", "value": 3}, {"description": "Distance based, on command (Survey mode)", "value": 4}]}, {"category": "Standard", "default": 0, "group": "Camera trigger", "longDesc": "This parameter sets the polarity of the trigger (0 = active low, 1 = active high )", "max": 1, "min": 0, "name": "TRIG_POLARITY", "rebootRequired": true, "shortDesc": "Camera trigger polarity", "type": "Int32", "values": [{"description": "Active low", "value": 0}, {"description": "Active high", "value": 1}]}, {"category": "Standard", "default": 1500, "group": "Camera trigger", "max": 2000, "min": 1000, "name": "TRIG_PWM_NEUTRAL", "rebootRequired": true, "shortDesc": "PWM neutral output on trigger pin", "type": "Int32", "units": "us"}, {"category": "Standard", "default": 1900, "group": "Camera trigger", "max": 2000, "min": 1000, "name": "TRIG_PWM_SHOOT", "rebootRequired": true, "shortDesc": "PWM output to trigger shot", "type": "Int32", "units": "us"}, {"category": "Developer", "default": 0, "group": "Circuit Breaker", "longDesc": "Setting this parameter to 782097 will disable the buzzer audio notification. Setting this parameter to 782090 will disable the startup tune, while keeping all others enabled.", "max": 782097, "min": 0, "name": "CBRK_BUZZER", "rebootRequired": true, "shortDesc": "Circuit breaker for disabling buzzer", "type": "Int32"}, {"category": "Developer", "default": 121212, "group": "Circuit Breaker", "longDesc": "Setting this parameter to 121212 will disable the flight termination action if triggered by the FailureDetector logic or if FMU is lost. This circuit breaker does not affect the RC loss, data link loss, geofence, and takeoff failure detection safety logic.", "max": 121212, "min": 0, "name": "CBRK_FLIGHTTERM", "rebootRequired": true, "shortDesc": "Circuit breaker for flight termination", "type": "Int32"}, {"category": "Developer", "default": 22027, "group": "Circuit Breaker", "longDesc": "Setting this parameter to 22027 will disable IO safety. WARNING: ENABLING THIS CIRCUIT BREAKER IS AT OWN RISK", "max": 22027, "min": 0, "name": "CBRK_IO_SAFETY", "shortDesc": "Circuit breaker for IO safety", "type": "Int32"}, {"category": "Developer", "default": 0, "group": "Circuit Breaker", "longDesc": "Setting this parameter to 894281 will disable the power valid checks in the commander. WARNING: ENABLING THIS CIRCUIT BREAKER IS AT OWN RISK", "max": 894281, "min": 0, "name": "CBRK_SUPPLY_CHK", "shortDesc": "Circuit breaker for power supply check", "type": "Int32"}, {"category": "Developer", "default": 197848, "group": "Circuit Breaker", "longDesc": "Setting this parameter to 197848 will disable the USB connected checks in the commander, setting it to 0 keeps them enabled (recommended). We are generally recommending to not fly with the USB link connected and production vehicles should set this parameter to zero to prevent users from flying USB powered. However, for R&D purposes it has proven over the years to work just fine.", "max": 197848, "min": 0, "name": "CBRK_USB_CHK", "shortDesc": "Circuit breaker for USB link check", "type": "Int32"}, {"category": "Developer", "default": 0, "group": "Circuit Breaker", "longDesc": "Setting this parameter to 159753 will enable arming in fixed-wing mode for VTOLs. WARNING: ENABLING THIS CIRCUIT BREAKER IS AT OWN RISK", "max": 159753, "min": 0, "name": "CBRK_VTOLARMING", "shortDesc": "Circuit breaker for arming in fixed-wing mode check", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Commander", "longDesc": "Note: actuator failure needs to be enabled and configured via FD_ACT_* parameters.", "max": 3, "min": 0, "name": "COM_ACT_FAIL_ACT", "shortDesc": "Set the actuator failure failsafe mode", "type": "Int32", "values": [{"description": "Warning only", "value": 0}, {"description": "Hold mode", "value": 1}, {"description": "Land mode", "value": 2}, {"description": "Return mode", "value": 3}, {"description": "Terminate", "value": 4}]}, {"category": "Standard", "default": 1, "group": "Commander", "longDesc": "Set 0 to prevent accidental use of the vehicle e.g. for safety or maintenance reasons.", "name": "COM_ARMABLE", "shortDesc": "Flag to allow arming", "type": "Int32", "values": [{"description": "Disallow arming", "value": 0}, {"description": "Allow arming", "value": 1}]}, {"category": "Standard", "default": 10, "group": "Commander", "longDesc": "Used if arm authorization is requested by COM_ARM_AUTH_REQ.", "name": "COM_ARM_AUTH_ID", "shortDesc": "Arm authorizer system id", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Commander", "longDesc": "Methods: - one arm: request authorization and arm when authorization is received - two step arm: 1st arm command request an authorization and 2nd arm command arm the drone if authorized Used if arm authorization is requested by COM_ARM_AUTH_REQ.", "name": "COM_ARM_AUTH_MET", "shortDesc": "Arm authorization method", "type": "Int32", "values": [{"description": "one arm", "value": 0}, {"description": "two step arm", "value": 1}]}, {"category": "Standard", "default": 0, "group": "Commander", "longDesc": "By default off. The default allows to arm the vehicle without a arm authorization.", "name": "COM_ARM_AUTH_REQ", "shortDesc": "Require arm authorization to arm", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 1.0, "group": "Commander", "increment": 0.1, "longDesc": "Timeout for authorizer answer. Used if arm authorization is requested by COM_ARM_AUTH_REQ.", "name": "COM_ARM_AUTH_TO", "shortDesc": "Arm authorization timeout", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 2, "default": -1.0, "group": "Commander", "increment": 0.01, "longDesc": "Threshold for battery percentage below arming is prohibited. A negative value means BAT_CRIT_THR is the threshold.", "max": 0.9, "min": -1.0, "name": "COM_ARM_BAT_MIN", "shortDesc": "Minimum battery level for arming", "type": "Float", "units": "norm"}, {"category": "Standard", "default": 0, "group": "Commander", "longDesc": "If this parameter is set, the system will check ESC's online status and failures. This param is specific for ESCs reporting status. It shall be used only if ESCs support telemetry.", "name": "COM_ARM_CHK_ESCS", "shortDesc": "Enable checks on ESCs that report telemetry", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 1, "group": "Commander", "longDesc": "This check detects if there are hardfault files present on the SD card. If so, and the parameter is enabled, arming is prevented.", "name": "COM_ARM_HFLT_CHK", "shortDesc": "Enable FMU SD card hardfault detection check", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.7, "group": "Commander", "increment": 0.05, "max": 1.0, "min": 0.1, "name": "COM_ARM_IMU_ACC", "shortDesc": "Maximum accelerometer inconsistency between IMU units that will allow arming", "type": "Float", "units": "m/s^2"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.25, "group": "Commander", "increment": 0.01, "max": 0.3, "min": 0.02, "name": "COM_ARM_IMU_GYR", "shortDesc": "Maximum rate gyro inconsistency between IMU units that will allow arming", "type": "Float", "units": "rad/s"}, {"category": "Standard", "default": 60, "group": "Commander", "longDesc": "Set -1 to disable the check.", "max": 180, "min": 3, "name": "COM_ARM_MAG_ANG", "shortDesc": "Maximum magnetic field inconsistency between units that will allow arming", "type": "Int32", "units": "deg"}, {"category": "Standard", "default": 2, "group": "Commander", "longDesc": "Check if the estimator detects a strong magnetic disturbance (check enabled by EKF2_MAG_CHECK)", "name": "COM_ARM_MAG_STR", "shortDesc": "Enable mag strength preflight check", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Deny arming", "value": 1}, {"description": "Warning only", "value": 2}]}, {"category": "Standard", "default": 0, "group": "Commander", "longDesc": "The default allows to arm the vehicle without a valid mission.", "name": "COM_ARM_MIS_REQ", "shortDesc": "Require valid mission to arm", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "Commander", "longDesc": "This check detects if the Open Drone ID system is missing. Depending on the value of the parameter, the check can be disabled, warn only or deny arming.", "name": "COM_ARM_ODID", "shortDesc": "Enable Drone ID system detection and health check", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Warning only", "value": 1}, {"description": "Enforce Open Drone ID system presence", "value": 2}]}, {"category": "Standard", "default": 1, "group": "Commander", "longDesc": "This check detects if the FMU SD card is missing. Depending on the value of the parameter, the check can be disabled, warn only or deny arming.", "name": "COM_ARM_SDCARD", "shortDesc": "Enable FMU SD card detection check", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Warning only", "value": 1}, {"description": "Enforce SD card presence", "value": 2}]}, {"category": "Standard", "default": 0, "group": "Commander", "longDesc": "0: Arming/disarming triggers on switch transition. 1: Arming/disarming triggers when holding the momentary button down for COM_RC_ARM_HYST like the stick gesture.", "name": "COM_ARM_SWISBTN", "shortDesc": "Arm switch is a momentary button", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 1, "group": "Commander", "longDesc": "Measures taken when a check defined by EKF2_GPS_CHECK is failing.", "name": "COM_ARM_WO_GPS", "shortDesc": "GPS preflight check", "type": "Int32", "values": [{"description": "Deny arming", "value": 0}, {"description": "Warning only", "value": 1}, {"description": "Disabled", "value": 2}]}, {"category": "Standard", "default": 95.0, "group": "Commander", "increment": 1.0, "longDesc": "The check fails if the CPU load is above this threshold for 2s. A negative value disables the check.", "max": 100.0, "min": -1.0, "name": "COM_CPU_MAX", "shortDesc": "Maximum allowed CPU load to still arm", "type": "Float", "units": "%"}, {"category": "Standard", "decimalPlaces": 1, "default": 2.0, "group": "Commander", "increment": 0.1, "longDesc": "A non-zero, positive value specifies the time-out period in seconds after which the vehicle will be automatically disarmed in case a landing situation has been detected during this period. A zero or negative value means that automatic disarming triggered by landing detection is disabled.", "name": "COM_DISARM_LAND", "shortDesc": "Time-out for auto disarm after landing", "type": "Float", "units": "s"}, {"category": "Standard", "default": 1, "group": "Commander", "longDesc": "0: Disallow disarming when not landed 1: Allow disarming in multicopter flight in modes where the thrust is directly controlled by thr throttle stick e.g. Stabilized, Acro", "name": "COM_DISARM_MAN", "shortDesc": "Allow disarming via switch/stick/button on multicopters in manual thrust modes", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 10.0, "group": "Commander", "increment": 0.1, "longDesc": "A non-zero, positive value specifies the time in seconds, within which the vehicle is expected to take off after arming. In case the vehicle didn't takeoff within the timeout it disarms again. A negative value disables autmoatic disarming triggered by a pre-takeoff timeout.", "name": "COM_DISARM_PRFLT", "shortDesc": "Time-out for auto disarm if not taking off", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 1, "default": 10, "group": "Commander", "increment": 1, "longDesc": "After this amount of seconds without datalink, the GCS connection lost mode triggers", "max": 300, "min": 5, "name": "COM_DL_LOSS_T", "shortDesc": "GCS connection loss time threshold", "type": "Int32", "units": "s"}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "Commander", "longDesc": "Before entering failsafe (RTL, Land, Hold), wait COM_FAIL_ACT_T seconds in Hold mode for the user to realize. During that time the user cannot take over control via the stick override feature (see COM_RC_OVERRIDE). Afterwards the configured failsafe action is triggered and the user may use stick override. A zero value disables the delay and the user cannot take over via stick movements (switching modes is still allowed).", "max": 25.0, "min": 0.0, "name": "COM_FAIL_ACT_T", "shortDesc": "Delay between failsafe condition triggered and failsafe reaction", "type": "Float", "units": "s"}, {"category": "System", "default": 0, "group": "Commander", "longDesc": "This number is incremented automatically after every flight on disarming in order to remember the next flight UUID. The first flight is 0.", "min": 0, "name": "COM_FLIGHT_UUID", "shortDesc": "Next flight UUID", "type": "Int32", "volatile": true}, {"category": "Standard", "default": -1, "group": "Commander", "longDesc": "If the main switch channel is in this range the selected flight mode will be applied.", "name": "COM_FLTMODE1", "shortDesc": "Mode slot 1", "type": "Int32", "values": [{"description": "Unassigned", "value": -1}, {"description": "Manual", "value": 0}, {"description": "Altitude", "value": 1}, {"description": "Position", "value": 2}, {"description": "Mission", "value": 3}, {"description": "Hold", "value": 4}, {"description": "Return", "value": 5}, {"description": "Acro", "value": 6}, {"description": "Offboard", "value": 7}, {"description": "Stabilized", "value": 8}, {"description": "Position Slow", "value": 9}, {"description": "Takeoff", "value": 10}, {"description": "Land", "value": 11}, {"description": "Follow Me", "value": 12}, {"description": "Precision Land", "value": 13}, {"description": "External Mode 1", "value": 100}, {"description": "External Mode 2", "value": 101}, {"description": "External Mode 3", "value": 102}, {"description": "External Mode 4", "value": 103}, {"description": "External Mode 5", "value": 104}, {"description": "External Mode 6", "value": 105}, {"description": "External Mode 7", "value": 106}, {"description": "External Mode 8", "value": 107}]}, {"category": "Standard", "default": -1, "group": "Commander", "longDesc": "If the main switch channel is in this range the selected flight mode will be applied.", "name": "COM_FLTMODE2", "shortDesc": "Mode slot 2", "type": "Int32", "values": [{"description": "Unassigned", "value": -1}, {"description": "Manual", "value": 0}, {"description": "Altitude", "value": 1}, {"description": "Position", "value": 2}, {"description": "Mission", "value": 3}, {"description": "Hold", "value": 4}, {"description": "Return", "value": 5}, {"description": "Acro", "value": 6}, {"description": "Offboard", "value": 7}, {"description": "Stabilized", "value": 8}, {"description": "Position Slow", "value": 9}, {"description": "Takeoff", "value": 10}, {"description": "Land", "value": 11}, {"description": "Follow Me", "value": 12}, {"description": "Precision Land", "value": 13}, {"description": "External Mode 1", "value": 100}, {"description": "External Mode 2", "value": 101}, {"description": "External Mode 3", "value": 102}, {"description": "External Mode 4", "value": 103}, {"description": "External Mode 5", "value": 104}, {"description": "External Mode 6", "value": 105}, {"description": "External Mode 7", "value": 106}, {"description": "External Mode 8", "value": 107}]}, {"category": "Standard", "default": -1, "group": "Commander", "longDesc": "If the main switch channel is in this range the selected flight mode will be applied.", "name": "COM_FLTMODE3", "shortDesc": "Mode slot 3", "type": "Int32", "values": [{"description": "Unassigned", "value": -1}, {"description": "Manual", "value": 0}, {"description": "Altitude", "value": 1}, {"description": "Position", "value": 2}, {"description": "Mission", "value": 3}, {"description": "Hold", "value": 4}, {"description": "Return", "value": 5}, {"description": "Acro", "value": 6}, {"description": "Offboard", "value": 7}, {"description": "Stabilized", "value": 8}, {"description": "Position Slow", "value": 9}, {"description": "Takeoff", "value": 10}, {"description": "Land", "value": 11}, {"description": "Follow Me", "value": 12}, {"description": "Precision Land", "value": 13}, {"description": "External Mode 1", "value": 100}, {"description": "External Mode 2", "value": 101}, {"description": "External Mode 3", "value": 102}, {"description": "External Mode 4", "value": 103}, {"description": "External Mode 5", "value": 104}, {"description": "External Mode 6", "value": 105}, {"description": "External Mode 7", "value": 106}, {"description": "External Mode 8", "value": 107}]}, {"category": "Standard", "default": -1, "group": "Commander", "longDesc": "If the main switch channel is in this range the selected flight mode will be applied.", "name": "COM_FLTMODE4", "shortDesc": "Mode slot 4", "type": "Int32", "values": [{"description": "Unassigned", "value": -1}, {"description": "Manual", "value": 0}, {"description": "Altitude", "value": 1}, {"description": "Position", "value": 2}, {"description": "Mission", "value": 3}, {"description": "Hold", "value": 4}, {"description": "Return", "value": 5}, {"description": "Acro", "value": 6}, {"description": "Offboard", "value": 7}, {"description": "Stabilized", "value": 8}, {"description": "Position Slow", "value": 9}, {"description": "Takeoff", "value": 10}, {"description": "Land", "value": 11}, {"description": "Follow Me", "value": 12}, {"description": "Precision Land", "value": 13}, {"description": "External Mode 1", "value": 100}, {"description": "External Mode 2", "value": 101}, {"description": "External Mode 3", "value": 102}, {"description": "External Mode 4", "value": 103}, {"description": "External Mode 5", "value": 104}, {"description": "External Mode 6", "value": 105}, {"description": "External Mode 7", "value": 106}, {"description": "External Mode 8", "value": 107}]}, {"category": "Standard", "default": -1, "group": "Commander", "longDesc": "If the main switch channel is in this range the selected flight mode will be applied.", "name": "COM_FLTMODE5", "shortDesc": "Mode slot 5", "type": "Int32", "values": [{"description": "Unassigned", "value": -1}, {"description": "Manual", "value": 0}, {"description": "Altitude", "value": 1}, {"description": "Position", "value": 2}, {"description": "Mission", "value": 3}, {"description": "Hold", "value": 4}, {"description": "Return", "value": 5}, {"description": "Acro", "value": 6}, {"description": "Offboard", "value": 7}, {"description": "Stabilized", "value": 8}, {"description": "Position Slow", "value": 9}, {"description": "Takeoff", "value": 10}, {"description": "Land", "value": 11}, {"description": "Follow Me", "value": 12}, {"description": "Precision Land", "value": 13}, {"description": "External Mode 1", "value": 100}, {"description": "External Mode 2", "value": 101}, {"description": "External Mode 3", "value": 102}, {"description": "External Mode 4", "value": 103}, {"description": "External Mode 5", "value": 104}, {"description": "External Mode 6", "value": 105}, {"description": "External Mode 7", "value": 106}, {"description": "External Mode 8", "value": 107}]}, {"category": "Standard", "default": -1, "group": "Commander", "longDesc": "If the main switch channel is in this range the selected flight mode will be applied.", "name": "COM_FLTMODE6", "shortDesc": "Mode slot 6", "type": "Int32", "values": [{"description": "Unassigned", "value": -1}, {"description": "Manual", "value": 0}, {"description": "Altitude", "value": 1}, {"description": "Position", "value": 2}, {"description": "Mission", "value": 3}, {"description": "Hold", "value": 4}, {"description": "Return", "value": 5}, {"description": "Acro", "value": 6}, {"description": "Offboard", "value": 7}, {"description": "Stabilized", "value": 8}, {"description": "Position Slow", "value": 9}, {"description": "Takeoff", "value": 10}, {"description": "Land", "value": 11}, {"description": "Follow Me", "value": 12}, {"description": "Precision Land", "value": 13}, {"description": "External Mode 1", "value": 100}, {"description": "External Mode 2", "value": 101}, {"description": "External Mode 3", "value": 102}, {"description": "External Mode 4", "value": 103}, {"description": "External Mode 5", "value": 104}, {"description": "External Mode 6", "value": 105}, {"description": "External Mode 7", "value": 106}, {"description": "External Mode 8", "value": 107}]}, {"category": "Standard", "default": 3, "group": "Commander", "increment": 1, "longDesc": "Action the system takes when the remaining flight time is below the estimated time it takes to reach the RTL destination.", "name": "COM_FLTT_LOW_ACT", "shortDesc": "Remaining flight time low failsafe", "type": "Int32", "values": [{"description": "None", "value": 0}, {"description": "Warning", "value": 1}, {"description": "Return", "value": 3}]}, {"category": "Standard", "default": 0, "group": "Commander", "longDesc": "Describes the intended use of the vehicle. Can be used by ground control software or log post processing. This param does not influence the behavior within the firmware. This means for example the control logic is independent of the setting of this param (but depends on other params).", "name": "COM_FLT_PROFILE", "shortDesc": "User Flight Profile", "type": "Int32", "values": [{"description": "Default", "value": 0}, {"description": "Pro User", "value": 100}, {"description": "Flight Tester", "value": 200}, {"description": "Developer", "value": 300}]}, {"category": "Standard", "default": -1, "group": "Commander", "longDesc": "The vehicle aborts the current operation and returns to launch when the time since takeoff is above this value. It is not possible to resume the mission or switch to any auto mode other than RTL or Land. Taking over in any manual mode is still possible. Starting from 90% of the maximum flight time, a warning message will be sent every 1 minute with the remaining time until automatic RTL. Set to -1 to disable.", "min": -1, "name": "COM_FLT_TIME_MAX", "shortDesc": "Maximum allowed flight time", "type": "Int32", "units": "s"}, {"category": "Standard", "default": 0, "group": "Commander", "longDesc": "Force safety when the vehicle disarms", "name": "COM_FORCE_SAFETY", "shortDesc": "Enable force safety", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 120, "group": "Commander", "longDesc": "After this amount of seconds without datalink the data link lost mode triggers", "max": 3600, "min": 60, "name": "COM_HLDL_LOSS_T", "shortDesc": "High Latency Datalink loss time threshold", "type": "Int32", "units": "s"}, {"category": "Standard", "default": 0, "group": "Commander", "longDesc": "After a data link loss: after this number of seconds with a healthy datalink the 'datalink loss' flag is set back to false", "max": 60, "min": 0, "name": "COM_HLDL_REG_T", "shortDesc": "High Latency Datalink regain time threshold", "type": "Int32", "units": "s"}, {"category": "Standard", "default": 1, "group": "Commander", "longDesc": "Set home position automatically if possible.", "name": "COM_HOME_EN", "rebootRequired": true, "shortDesc": "Home position enabled", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "Commander", "longDesc": "If set to true, the autopilot is allowed to set its home position after takeoff The true home position is back-computed if a local position is estimate if available. If no local position is available, home is set to the current position.", "name": "COM_HOME_IN_AIR", "shortDesc": "Allows setting the home position after takeoff", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "Commander", "increment": 1, "longDesc": "Action the system takes when an imbalanced propeller is detected by the failure detector. See also FD_IMB_PROP_THR to set the failure threshold.", "name": "COM_IMB_PROP_ACT", "shortDesc": "Imbalanced propeller failsafe mode", "type": "Int32", "values": [{"description": "Disabled", "value": -1}, {"description": "Warning", "value": 0}, {"description": "Return", "value": 1}, {"description": "Land", "value": 2}]}, {"category": "Standard", "default": 5.0, "group": "Commander", "increment": 0.1, "max": 30.0, "min": 0.0, "name": "COM_KILL_DISARM", "shortDesc": "Timeout value for disarming when kill switch is engaged", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 3, "default": 3.0, "group": "Commander", "longDesc": "A non-zero, positive value specifies the timeframe in seconds within failure detector is allowed to disarm the vehicle if attitude exceeds the limits defined in FD_FAIL_P and FD_FAIL_R. The check is not executed for flight modes that do support acrobatic maneuvers, e.g: Acro (MC/FW) and Manual (FW). A zero or negative value means that the check is disabled.", "max": 5.0, "min": -1.0, "name": "COM_LKDOWN_TKO", "shortDesc": "Timeout for detecting a failure after takeoff", "type": "Float", "units": "s"}, {"category": "Standard", "default": 0, "group": "Commander", "longDesc": "Action the system takes at critical battery. See also BAT_CRIT_THR and BAT_EMERGEN_THR for definition of battery states.", "name": "COM_LOW_BAT_ACT", "shortDesc": "Battery failsafe mode", "type": "Int32", "values": [{"description": "Warning", "value": 0}, {"description": "Land mode", "value": 2}, {"description": "Return at critical level, land at emergency level", "value": 3}]}, {"category": "System", "default": 0, "group": "Commander", "longDesc": "This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch.", "name": "COM_MODE0_HASH", "shortDesc": "External mode identifier 0", "type": "Int32", "volatile": true}, {"category": "System", "default": 0, "group": "Commander", "longDesc": "This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch.", "name": "COM_MODE1_HASH", "shortDesc": "External mode identifier 1", "type": "Int32", "volatile": true}, {"category": "System", "default": 0, "group": "Commander", "longDesc": "This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch.", "name": "COM_MODE2_HASH", "shortDesc": "External mode identifier 2", "type": "Int32", "volatile": true}, {"category": "System", "default": 0, "group": "Commander", "longDesc": "This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch.", "name": "COM_MODE3_HASH", "shortDesc": "External mode identifier 3", "type": "Int32", "volatile": true}, {"category": "System", "default": 0, "group": "Commander", "longDesc": "This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch.", "name": "COM_MODE4_HASH", "shortDesc": "External mode identifier 4", "type": "Int32", "volatile": true}, {"category": "System", "default": 0, "group": "Commander", "longDesc": "This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch.", "name": "COM_MODE5_HASH", "shortDesc": "External mode identifier 5", "type": "Int32", "volatile": true}, {"category": "System", "default": 0, "group": "Commander", "longDesc": "This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch.", "name": "COM_MODE6_HASH", "shortDesc": "External mode identifier 6", "type": "Int32", "volatile": true}, {"category": "System", "default": 0, "group": "Commander", "longDesc": "This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch.", "name": "COM_MODE7_HASH", "shortDesc": "External mode identifier 7", "type": "Int32", "volatile": true}, {"category": "Standard", "default": 1, "group": "Commander", "longDesc": "If set, enables the actuator test interface via MAVLink (ACTUATOR_TEST), that allows spinning the motors and moving the servos for testing purposes.", "name": "COM_MOT_TEST_EN", "shortDesc": "Enable Actuator Testing", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 5.0, "group": "Commander", "increment": 0.01, "max": 60.0, "min": 0.0, "name": "COM_OBC_LOSS_T", "shortDesc": "Time-out to wait when onboard computer connection is lost before warning about loss connection", "type": "Float", "units": "s"}, {"category": "Standard", "default": 0, "group": "Commander", "longDesc": "The offboard loss failsafe will only be entered after a timeout, set by COM_OF_LOSS_T in seconds.", "name": "COM_OBL_RC_ACT", "shortDesc": "Set offboard loss failsafe mode", "type": "Int32", "values": [{"description": "Position mode", "value": 0}, {"description": "Altitude mode", "value": 1}, {"description": "Stabilized", "value": 2}, {"description": "Return mode", "value": 3}, {"description": "Land mode", "value": 4}, {"description": "Hold mode", "value": 5}, {"description": "Terminate", "value": 6}, {"description": "Disarm", "value": 7}]}, {"category": "Standard", "default": 0, "group": "Commander", "name": "COM_OBS_AVOID", "shortDesc": "Flag to enable obstacle avoidance", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 1.0, "group": "Commander", "increment": 0.01, "longDesc": "See COM_OBL_RC_ACT to configure action.", "max": 60.0, "min": 0.0, "name": "COM_OF_LOSS_T", "shortDesc": "Time-out to wait when offboard connection is lost before triggering offboard lost action", "type": "Float", "units": "s"}, {"category": "Standard", "default": 0, "group": "Commander", "name": "COM_PARACHUTE", "shortDesc": "Expect and require a healthy MAVLink parachute system", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "Commander", "longDesc": "This sets the flight mode that will be used if navigation accuracy is no longer adequate for position control in manual Position mode.", "name": "COM_POSCTL_NAVL", "shortDesc": "Position mode navigation loss response", "type": "Int32", "values": [{"description": "Altitude mode", "value": 0}, {"description": "Land mode (descend)", "value": 1}]}, {"category": "Standard", "default": 1, "group": "Commander", "longDesc": "This sets number of seconds that the position checks need to be failed before the failsafe will activate. The default value has been optimised for rotary wing applications. For fixed wing applications, a larger value between 5 and 10 should be used.", "max": 100, "min": 1, "name": "COM_POS_FS_DELAY", "shortDesc": "Loss of position failsafe activation delay", "type": "Int32", "units": "s"}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "Commander", "longDesc": "This is the horizontal position error (EPH) threshold that will trigger a failsafe. The default is appropriate for a multicopter. Can be increased for a fixed-wing. If the previous position error was below this threshold, there is an additional factor of 2.5 applied (threshold for invalidation 2.5 times the one for validation). Set to -1 to disable.", "max": 400.0, "min": -1.0, "name": "COM_POS_FS_EPH", "shortDesc": "Horizontal position error threshold", "type": "Float", "units": "m"}, {"category": "Standard", "default": -1.0, "group": "Commander", "longDesc": "Specify the threshold for triggering a warning for low local position accuracy. Additionally triggers a RTL if currently in Mission or Loiter mode. Local position has to be still declared valid, which is most of all depending on COM_POS_FS_EPH. Use this feature on systems with dead-reckoning capabilites (e.g. fixed-wing vehicles with airspeed sensor) to improve the user notification and failure mitigation when flying in GNSS-denied areas. Set to -1 to disable.", "max": 1000.0, "min": -1.0, "name": "COM_POS_LOW_EPH", "shortDesc": "EPH threshold for RTL", "type": "Float", "units": "m"}, {"category": "Standard", "default": 1, "group": "Commander", "longDesc": "This configures a check to verify the expected number of 5V rail power supplies are present. By default only one is expected. Note: CBRK_SUPPLY_CHK disables all power checks including this one.", "max": 4, "min": 0, "name": "COM_POWER_COUNT", "shortDesc": "Required number of redundant power modules", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Commander", "longDesc": "Condition to enter the prearmed state, an intermediate state between disarmed and armed in which non-throttling actuators are active.", "name": "COM_PREARM_MODE", "shortDesc": "Condition to enter prearmed mode", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Safety button", "value": 1}, {"description": "Always", "value": 2}]}, {"category": "Standard", "default": 0, "group": "Commander", "name": "COM_QC_ACT", "shortDesc": "Set command after a quadchute", "type": "Int32", "values": [{"description": "Warning only", "value": -1}, {"description": "Return mode", "value": 0}, {"description": "Land mode", "value": 1}, {"description": "Hold mode", "value": 2}]}, {"category": "Standard", "default": 95.0, "group": "Commander", "increment": 1.0, "longDesc": "The check fails if the RAM usage is above this threshold. A negative value disables the check.", "max": 100.0, "min": -1.0, "name": "COM_RAM_MAX", "shortDesc": "Maximum allowed RAM usage to pass checks", "type": "Float", "units": "%"}, {"bitmask": [{"description": "Mission", "index": 0}, {"description": "Hold", "index": 1}, {"description": "Offboard", "index": 2}], "category": "Standard", "default": 0, "group": "Commander", "longDesc": "Specify modes in which RC loss is ignored and the failsafe action not triggered.", "max": 31, "min": 0, "name": "COM_RCL_EXCEPT", "shortDesc": "RC loss exceptions", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Commander", "longDesc": "The default value of 1000 requires the stick to be held in the arm or disarm position for 1 second.", "max": 1500, "min": 100, "name": "COM_RC_ARM_HYST", "shortDesc": "RC input arm/disarm command duration", "type": "Int32", "units": "ms"}, {"category": "Standard", "default": 3, "group": "Commander", "longDesc": "A value of 0 enables RC transmitter control (only). A valid RC transmitter calibration is required. A value of 1 allows joystick control only. RC input handling and the associated checks are disabled. A value of 2 allows either RC Transmitter or Joystick input. The first valid input is used, will fallback to other sources if the input stream becomes invalid. A value of 3 allows either input from RC or joystick. The first available source is selected and used until reboot. A value of 4 ignores any stick input.", "max": 4, "min": 0, "name": "COM_RC_IN_MODE", "shortDesc": "RC control input mode", "type": "Int32", "values": [{"description": "RC Transmitter only", "value": 0}, {"description": "Joystick only", "value": 1}, {"description": "RC and Joystick with fallback", "value": 2}, {"description": "RC or Joystick keep first", "value": 3}, {"description": "Stick input disabled", "value": 4}]}, {"category": "Standard", "decimalPlaces": 1, "default": 0.5, "group": "Commander", "increment": 0.1, "longDesc": "The time in seconds without a new setpoint from RC or Joystick, after which the connection is considered lost. This must be kept short as the vehicle will use the last supplied setpoint until the timeout triggers.", "max": 35.0, "min": 0.0, "name": "COM_RC_LOSS_T", "shortDesc": "Manual control loss timeout", "type": "Float", "units": "s"}, {"bitmask": [{"description": "Enable override during auto modes (except for in critical battery reaction)", "index": 0}, {"description": "Enable override during offboard mode", "index": 1}], "category": "Standard", "default": 1, "group": "Commander", "longDesc": "When RC stick override is enabled, moving the RC sticks more than COM_RC_STICK_OV immediately gives control back to the pilot by switching to Position mode and if position is unavailable Altitude mode. Note: Only has an effect on multicopters, and VTOLs in multicopter mode.", "max": 3, "min": 0, "name": "COM_RC_OVERRIDE", "shortDesc": "Enable RC stick override of auto and/or offboard modes", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 0, "default": 30.0, "group": "Commander", "increment": 0.05, "longDesc": "If COM_RC_OVERRIDE is enabled and the joystick input is moved more than this threshold the autopilot the pilot takes over control.", "max": 80.0, "min": 5.0, "name": "COM_RC_STICK_OV", "shortDesc": "RC stick override threshold", "type": "Float", "units": "%"}, {"category": "Standard", "decimalPlaces": 1, "default": 1.0, "group": "Commander", "increment": 0.1, "longDesc": "The minimal time from arming the motors until moving the vehicle is possible is COM_SPOOLUP_TIME seconds. Goal: - Motors and propellers spool up to idle speed before getting commanded to spin faster - Timeout for ESCs and smart batteries to successfulyy do failure checks e.g. for stuck rotors before the vehicle is off the ground", "max": 30.0, "min": 0.0, "name": "COM_SPOOLUP_TIME", "shortDesc": "Enforced delay between arming and further navigation", "type": "Float", "units": "s"}, {"category": "Standard", "default": 0, "group": "Commander", "longDesc": "The mode transition after TAKEOFF has completed successfully.", "name": "COM_TAKEOFF_ACT", "shortDesc": "Action after TAKEOFF has been accepted", "type": "Int32", "values": [{"description": "Hold", "value": 0}, {"description": "Mission (if valid)", "value": 1}]}, {"category": "Standard", "default": 0, "group": "Commander", "longDesc": "Allows to start the vehicle by throwing it into the air.", "name": "COM_THROW_EN", "shortDesc": "Enable throw-start", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "Commander", "increment": 0.1, "longDesc": "When the throw launch is enabled, the drone will only allow motors to spin after this speed is exceeded before detecting the freefall. This is a safety feature to ensure the drone does not turn on after accidental drop or a rapid movement before the throw. Set to 0 to disable.", "min": 0.0, "name": "COM_THROW_SPEED", "shortDesc": "Minimum speed for the throw start", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 1.0, "group": "Commander", "longDesc": "This is the horizontal velocity error (EVH) threshold that will trigger a failsafe. The default is appropriate for a multicopter. Can be increased for a fixed-wing. If the previous velocity error was below this threshold, there is an additional factor of 2.5 applied (threshold for invalidation 2.5 times the one for validation).", "min": 0.0, "name": "COM_VEL_FS_EVH", "shortDesc": "Horizontal velocity error threshold", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": -1.0, "group": "Commander", "increment": 0.1, "longDesc": "Wind speed threshold above which an automatic failsafe action is triggered. Failsafe action can be specified with COM_WIND_MAX_ACT.", "min": -1.0, "name": "COM_WIND_MAX", "shortDesc": "High wind speed failsafe threshold", "type": "Float", "units": "m/s"}, {"category": "Standard", "default": 0, "group": "Commander", "increment": 1, "longDesc": "Action the system takes when a wind speed above the specified threshold is detected. See COM_WIND_MAX to set the failsafe threshold. If enabled, it is not possible to resume the mission or switch to any auto mode other than RTL or Land if this threshold is exceeded. Taking over in any manual mode is still possible.", "name": "COM_WIND_MAX_ACT", "shortDesc": "High wind failsafe mode", "type": "Int32", "values": [{"description": "None", "value": 0}, {"description": "Warning", "value": 1}, {"description": "Hold", "value": 2}, {"description": "Return", "value": 3}, {"description": "Terminate", "value": 4}, {"description": "Land", "value": 5}]}, {"category": "Standard", "decimalPlaces": 1, "default": -1.0, "group": "Commander", "increment": 0.1, "longDesc": "A warning is triggered if the currently estimated wind speed is above this value. Warning is sent periodically (every 1 minute). Set to -1 to disable.", "min": -1.0, "name": "COM_WIND_WARN", "shortDesc": "Wind speed warning threshold", "type": "Float", "units": "m/s"}, {"category": "Standard", "default": 0, "group": "Commander", "longDesc": "The GCS connection loss failsafe will only be entered after a timeout, set by COM_DL_LOSS_T in seconds. Once the timeout occurs the selected action will be executed.", "max": 6, "min": 0, "name": "NAV_DLL_ACT", "shortDesc": "Set GCS connection loss failsafe mode", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Hold mode", "value": 1}, {"description": "Return mode", "value": 2}, {"description": "Land mode", "value": 3}, {"description": "Terminate", "value": 5}, {"description": "Disarm", "value": 6}]}, {"category": "Standard", "default": 2, "group": "Commander", "longDesc": "The RC loss failsafe will only be entered after a timeout, set by COM_RC_LOSS_T in seconds. If RC input checks have been disabled by setting the COM_RC_IN_MODE param it will not be triggered.", "max": 6, "min": 1, "name": "NAV_RCL_ACT", "shortDesc": "Set RC loss failsafe mode", "type": "Int32", "values": [{"description": "Hold mode", "value": 1}, {"description": "Return mode", "value": 2}, {"description": "Land mode", "value": 3}, {"description": "Terminate", "value": 5}, {"description": "Disarm", "value": 6}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.2, "group": "EKF2", "max": 0.5, "min": 0.0, "name": "EKF2_ABIAS_INIT", "rebootRequired": true, "shortDesc": "1-sigma IMU accelerometer switch-on bias", "type": "Float", "units": "m/s^2"}, {"category": "Standard", "decimalPlaces": 1, "default": 25.0, "group": "EKF2", "longDesc": "If the magnitude of the IMU accelerometer vector exceeds this value, the EKF accel bias state estimation will be inhibited. This reduces the adverse effect of high manoeuvre accelerations and IMU nonlinerity and scale factor errors on the accel bias estimates.", "max": 200.0, "min": 20.0, "name": "EKF2_ABL_ACCLIM", "shortDesc": "Maximum IMU accel magnitude that allows IMU bias learning", "type": "Float", "units": "m/s^2"}, {"category": "Standard", "decimalPlaces": 1, "default": 3.0, "group": "EKF2", "longDesc": "If the magnitude of the IMU angular rate vector exceeds this value, the EKF accel bias state estimation will be inhibited. This reduces the adverse effect of rapid rotation rates and associated errors on the accel bias estimates.", "max": 20.0, "min": 2.0, "name": "EKF2_ABL_GYRLIM", "shortDesc": "Maximum IMU gyro angular rate magnitude that allows IMU bias learning", "type": "Float", "units": "rad/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.4, "group": "EKF2", "longDesc": "The ekf accel bias states will be limited to within a range equivalent to +- of this value.", "max": 0.8, "min": 0.0, "name": "EKF2_ABL_LIM", "shortDesc": "Accelerometer bias learning limit", "type": "Float", "units": "m/s^2"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.5, "group": "EKF2", "longDesc": "The vector magnitude of angular rate and acceleration used to check if learning should be inhibited has a peak hold filter applied to it with an exponential decay. This parameter controls the time constant of the decay.", "max": 1.0, "min": 0.1, "name": "EKF2_ABL_TAU", "shortDesc": "Accel bias learning inhibit time constant", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 6, "default": 0.003, "group": "EKF2", "max": 0.01, "min": 0.0, "name": "EKF2_ACC_B_NOISE", "shortDesc": "Process noise for IMU accelerometer bias prediction", "type": "Float", "units": "m/s^3"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.35, "group": "EKF2", "max": 1.0, "min": 0.01, "name": "EKF2_ACC_NOISE", "shortDesc": "Accelerometer noise for covariance prediction", "type": "Float", "units": "m/s^2"}, {"bitmask": [{"description": "Horizontal position", "index": 0}, {"description": "Vertical position", "index": 1}], "category": "Standard", "default": 0, "group": "EKF2", "longDesc": "Set bits in the following positions to enable: 0 : Horizontal position fusion 1 : Vertical position fusion", "max": 3, "min": 0, "name": "EKF2_AGP_CTRL", "shortDesc": "Aux global position (AGP) sensor aiding", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 1, "default": 0.0, "group": "EKF2", "max": 300.0, "min": 0.0, "name": "EKF2_AGP_DELAY", "rebootRequired": true, "shortDesc": "Aux global position estimator delay relative to IMU measurements", "type": "Float", "units": "ms"}, {"category": "Standard", "decimalPlaces": 1, "default": 3.0, "group": "EKF2", "longDesc": "Sets the number of standard deviations used by the innovation consistency test.", "min": 1.0, "name": "EKF2_AGP_GATE", "shortDesc": "Gate size for aux global position fusion", "type": "Float", "units": "SD"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.9, "group": "EKF2", "longDesc": "Used to lower bound or replace the uncertainty included in the message", "min": 0.01, "name": "EKF2_AGP_NOISE", "shortDesc": "Measurement noise for aux global position measurements", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.1, "group": "EKF2", "max": 0.5, "min": 0.0, "name": "EKF2_ANGERR_INIT", "rebootRequired": true, "shortDesc": "1-sigma tilt angle uncertainty after gravity vector alignment", "type": "Float", "units": "rad"}, {"category": "Standard", "decimalPlaces": 1, "default": 0.0, "group": "EKF2", "longDesc": "Airspeed data is fused for wind estimation if above this threshold. Set to 0 to disable airspeed fusion. For reliable wind estimation both sideslip (see EKF2_FUSE_BETA) and airspeed fusion should be enabled. Only applies to fixed-wing vehicles (or VTOLs in fixed-wing mode).", "min": 0.0, "name": "EKF2_ARSP_THR", "shortDesc": "Airspeed fusion threshold", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 20.0, "group": "EKF2", "max": 50.0, "min": 5.0, "name": "EKF2_ASPD_MAX", "shortDesc": "Maximum airspeed used for baro static pressure compensation", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 100.0, "group": "EKF2", "max": 300.0, "min": 0.0, "name": "EKF2_ASP_DELAY", "rebootRequired": true, "shortDesc": "Airspeed measurement delay relative to IMU measurements", "type": "Float", "units": "ms"}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "EKF2", "max": 300.0, "min": 0.0, "name": "EKF2_AVEL_DELAY", "rebootRequired": true, "shortDesc": "Auxiliary Velocity Estimate delay relative to IMU measurements", "type": "Float", "units": "ms"}, {"category": "Standard", "default": 1, "group": "EKF2", "longDesc": "If this parameter is enabled then the estimator will make use of the barometric height measurements to estimate its height in addition to other height sources (if activated).", "name": "EKF2_BARO_CTRL", "shortDesc": "Barometric sensor height aiding", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 0.0, "group": "EKF2", "max": 300.0, "min": 0.0, "name": "EKF2_BARO_DELAY", "rebootRequired": true, "shortDesc": "Barometer measurement delay relative to IMU measurements", "type": "Float", "units": "ms"}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "EKF2", "longDesc": "Sets the number of standard deviations used by the innovation consistency test.", "min": 1.0, "name": "EKF2_BARO_GATE", "shortDesc": "Gate size for barometric and GPS height fusion", "type": "Float", "units": "SD"}, {"category": "Standard", "decimalPlaces": 2, "default": 3.5, "group": "EKF2", "max": 15.0, "min": 0.01, "name": "EKF2_BARO_NOISE", "shortDesc": "Measurement noise for barometric altitude", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 100.0, "group": "EKF2", "longDesc": "This parameter controls the prediction of drag produced by bluff body drag along the forward/reverse axis when flying a multi-copter which enables estimation of wind drift when enabled by the EKF2_DRAG_CTRL parameter. The drag produced by this effect scales with speed squared. The predicted drag from the rotors is specified separately by the EKF2_MCOEF parameter. Set this parameter to zero to turn off the bluff body drag model for this axis.", "max": 200.0, "min": 0.0, "name": "EKF2_BCOEF_X", "shortDesc": "X-axis ballistic coefficient used for multi-rotor wind estimation", "type": "Float", "units": "kg/m^2"}, {"category": "Standard", "decimalPlaces": 1, "default": 100.0, "group": "EKF2", "longDesc": "This parameter controls the prediction of drag produced by bluff body drag along the right/left axis when flying a multi-copter, which enables estimation of wind drift when enabled by the EKF2_DRAG_CTRL parameter. The drag produced by this effect scales with speed squared. The predicted drag from the rotors is specified separately by the EKF2_MCOEF parameter. Set this parameter to zero to turn off the bluff body drag model for this axis.", "max": 200.0, "min": 0.0, "name": "EKF2_BCOEF_Y", "shortDesc": "Y-axis ballistic coefficient used for multi-rotor wind estimation", "type": "Float", "units": "kg/m^2"}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "EKF2", "longDesc": "Sets the number of standard deviations used by the innovation consistency test.", "min": 1.0, "name": "EKF2_BETA_GATE", "shortDesc": "Gate size for synthetic sideslip fusion", "type": "Float", "units": "SD"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.3, "group": "EKF2", "max": 1.0, "min": 0.1, "name": "EKF2_BETA_NOISE", "shortDesc": "Noise for synthetic sideslip fusion", "type": "Float", "units": "m/s"}, {"bitmask": [{"description": "use geo_lookup declination", "index": 0}, {"description": "save EKF2_MAG_DECL on disarm", "index": 1}], "category": "Standard", "default": 3, "group": "EKF2", "longDesc": "Set bits in the following positions to enable functions. 0 : Set to true to use the declination from the geo_lookup library when the GPS position becomes available, set to false to always use the EKF2_MAG_DECL value. 1 : Set to true to save the EKF2_MAG_DECL parameter to the value returned by the EKF when the vehicle disarms.", "max": 3, "min": 0, "name": "EKF2_DECL_TYPE", "rebootRequired": true, "shortDesc": "Integer bitmask controlling handling of magnetic declination", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 1, "default": 200.0, "group": "EKF2", "longDesc": "Defines the delay between the current time and the delayed-time horizon. This value should be at least as large as the largest EKF2_XXX_DELAY parameter.", "max": 1000.0, "min": 0.0, "name": "EKF2_DELAY_MAX", "rebootRequired": true, "shortDesc": "Maximum delay of all the aiding sensors", "type": "Float", "units": "ms"}, {"category": "Standard", "default": 0, "group": "EKF2", "longDesc": "Activate wind speed estimation using specific-force measurements and a drag model defined by EKF2_BCOEF_[XY] and EKF2_MCOEF. Only use on vehicles that have their thrust aligned with the Z axis and no thrust in the XY plane.", "name": "EKF2_DRAG_CTRL", "shortDesc": "Multirotor wind estimation selection", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 2, "default": 2.5, "group": "EKF2", "longDesc": "Used by the multi-rotor specific drag force model. Increasing this makes the multi-rotor wind estimates adjust more slowly.", "max": 10.0, "min": 0.5, "name": "EKF2_DRAG_NOISE", "shortDesc": "Specific drag force observation noise variance", "type": "Float", "units": "(m/s^2)^2"}, {"category": "Standard", "decimalPlaces": 1, "default": 1.4, "group": "EKF2", "max": 5.0, "min": 0.5, "name": "EKF2_EAS_NOISE", "shortDesc": "Measurement noise for airspeed fusion", "type": "Float", "units": "m/s"}, {"category": "Standard", "default": 1, "group": "EKF2", "name": "EKF2_EN", "shortDesc": "EKF2 enable", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "EKF2", "longDesc": "Used to lower bound or replace the uncertainty included in the message", "min": 0.05, "name": "EKF2_EVA_NOISE", "shortDesc": "Measurement noise for vision angle measurements", "type": "Float", "units": "rad"}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "EKF2", "longDesc": "Sets the number of standard deviations used by the innovation consistency test.", "min": 1.0, "name": "EKF2_EVP_GATE", "shortDesc": "Gate size for vision position fusion", "type": "Float", "units": "SD"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "EKF2", "longDesc": "Used to lower bound or replace the uncertainty included in the message", "min": 0.01, "name": "EKF2_EVP_NOISE", "shortDesc": "Measurement noise for vision position measurements", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 3.0, "group": "EKF2", "longDesc": "Sets the number of standard deviations used by the innovation consistency test.", "min": 1.0, "name": "EKF2_EVV_GATE", "shortDesc": "Gate size for vision velocity estimate fusion", "type": "Float", "units": "SD"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "EKF2", "longDesc": "Used to lower bound or replace the uncertainty included in the message", "min": 0.01, "name": "EKF2_EVV_NOISE", "shortDesc": "Measurement noise for vision velocity measurements", "type": "Float", "units": "m/s"}, {"bitmask": [{"description": "Horizontal position", "index": 0}, {"description": "Vertical position", "index": 1}, {"description": "3D velocity", "index": 2}, {"description": "Yaw", "index": 3}], "category": "Standard", "default": 0, "group": "EKF2", "longDesc": "Set bits in the following positions to enable: 0 : Horizontal position fusion 1 : Vertical position fusion 2 : 3D velocity fusion 3 : Yaw", "max": 15, "min": 0, "name": "EKF2_EV_CTRL", "shortDesc": "External vision (EV) sensor aiding", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 1, "default": 0.0, "group": "EKF2", "max": 300.0, "min": 0.0, "name": "EKF2_EV_DELAY", "rebootRequired": true, "shortDesc": "Vision Position Estimator delay relative to IMU measurements", "type": "Float", "units": "ms"}, {"category": "Standard", "default": 0, "group": "EKF2", "longDesc": "If set to 0 (default) the measurement noise is taken from the vision message and the EV noise parameters are used as a lower bound. If set to 1 the observation noise is set from the parameters directly,", "name": "EKF2_EV_NOISE_MD", "shortDesc": "External vision (EV) noise mode", "type": "Int32", "values": [{"description": "EV reported variance (parameter lower bound)", "value": 0}, {"description": "EV noise parameters", "value": 1}]}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "EKF2", "longDesc": "Forward axis with origin relative to vehicle centre of gravity", "name": "EKF2_EV_POS_X", "shortDesc": "X position of VI sensor focal point in body frame", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "EKF2", "longDesc": "Forward axis with origin relative to vehicle centre of gravity", "name": "EKF2_EV_POS_Y", "shortDesc": "Y position of VI sensor focal point in body frame", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "EKF2", "longDesc": "Forward axis with origin relative to vehicle centre of gravity", "name": "EKF2_EV_POS_Z", "shortDesc": "Z position of VI sensor focal point in body frame", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 0, "group": "EKF2", "longDesc": "External vision will only be started and fused if the quality metric is above this threshold. The quality metric is a completely optional field provided by some VIO systems.", "max": 100, "min": 0, "name": "EKF2_EV_QMIN", "shortDesc": "External vision (EV) minimum quality (optional)", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "EKF2", "longDesc": "For reliable wind estimation both sideslip and airspeed fusion (see EKF2_ARSP_THR) should be enabled. Only applies to fixed-wing vehicles (or VTOLs in fixed-wing mode). Note: side slip fusion is currently not supported for tailsitters.", "name": "EKF2_FUSE_BETA", "shortDesc": "Enable synthetic sideslip fusion", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "EKF2", "max": 0.2, "min": 0.0, "name": "EKF2_GBIAS_INIT", "rebootRequired": true, "shortDesc": "1-sigma IMU gyro switch-on bias", "type": "Float", "units": "rad/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 4.0, "group": "EKF2", "longDesc": "Sets the value of deadzone applied to negative baro innovations. Deadzone is enabled when EKF2_GND_EFF_DZ > 0.", "max": 10.0, "min": 0.0, "name": "EKF2_GND_EFF_DZ", "shortDesc": "Baro deadzone range for height fusion", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 0.5, "group": "EKF2", "longDesc": "Sets the maximum distance to the ground level where negative baro innovations are expected.", "max": 5.0, "min": 0.0, "name": "EKF2_GND_MAX_HGT", "shortDesc": "Height above ground level for ground effect zone", "type": "Float", "units": "m"}, {"bitmask": [{"description": "Sat count (EKF2_REQ_NSATS)", "index": 0}, {"description": "PDOP (EKF2_REQ_PDOP)", "index": 1}, {"description": "EPH (EKF2_REQ_EPH)", "index": 2}, {"description": "EPV (EKF2_REQ_EPV)", "index": 3}, {"description": "Speed accuracy (EKF2_REQ_SACC)", "index": 4}, {"description": "Horizontal position drift (EKF2_REQ_HDRIFT)", "index": 5}, {"description": "Vertical position drift (EKF2_REQ_VDRIFT)", "index": 6}, {"description": "Horizontal speed offset (EKF2_REQ_HDRIFT)", "index": 7}, {"description": "Vertical speed offset (EKF2_REQ_VDRIFT)", "index": 8}, {"description": "Spoofing", "index": 9}], "category": "Standard", "default": 1023, "group": "EKF2", "longDesc": "Each threshold value is defined by the parameter indicated next to the check. Drift and offset checks only run when the vehicle is on ground and stationary.", "max": 1023, "min": 0, "name": "EKF2_GPS_CHECK", "shortDesc": "Integer bitmask controlling GPS checks", "type": "Int32"}, {"bitmask": [{"description": "Lon/lat", "index": 0}, {"description": "Altitude", "index": 1}, {"description": "3D velocity", "index": 2}, {"description": "Dual antenna heading", "index": 3}], "category": "Standard", "default": 7, "group": "EKF2", "longDesc": "Set bits in the following positions to enable: 0 : Longitude and latitude fusion 1 : Altitude fusion 2 : 3D velocity fusion 3 : Dual antenna heading fusion", "max": 15, "min": 0, "name": "EKF2_GPS_CTRL", "shortDesc": "GNSS sensor aiding", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 1, "default": 110.0, "group": "EKF2", "max": 300.0, "min": 0.0, "name": "EKF2_GPS_DELAY", "rebootRequired": true, "shortDesc": "GPS measurement delay relative to IMU measurements", "type": "Float", "units": "ms"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "EKF2", "longDesc": "Forward axis with origin relative to vehicle centre of gravity", "name": "EKF2_GPS_POS_X", "shortDesc": "X position of GPS antenna in body frame", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "EKF2", "longDesc": "Forward axis with origin relative to vehicle centre of gravity", "name": "EKF2_GPS_POS_Y", "shortDesc": "Y position of GPS antenna in body frame", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "EKF2", "longDesc": "Forward axis with origin relative to vehicle centre of gravity", "name": "EKF2_GPS_POS_Z", "shortDesc": "Z position of GPS antenna in body frame", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "EKF2", "longDesc": "Sets the number of standard deviations used by the innovation consistency test.", "min": 1.0, "name": "EKF2_GPS_P_GATE", "shortDesc": "Gate size for GNSS position fusion", "type": "Float", "units": "SD"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.5, "group": "EKF2", "max": 10.0, "min": 0.01, "name": "EKF2_GPS_P_NOISE", "shortDesc": "Measurement noise for GNSS position", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "EKF2", "longDesc": "Sets the number of standard deviations used by the innovation consistency test.", "min": 1.0, "name": "EKF2_GPS_V_GATE", "shortDesc": "Gate size for GNSS velocity fusion", "type": "Float", "units": "SD"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.3, "group": "EKF2", "max": 5.0, "min": 0.01, "name": "EKF2_GPS_V_NOISE", "shortDesc": "Measurement noise for GNSS velocity", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 0.0, "group": "EKF2", "max": 360.0, "min": 0.0, "name": "EKF2_GPS_YAW_OFF", "shortDesc": "Heading/Yaw offset for dual antenna GPS", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "EKF2", "max": 10.0, "min": 0.1, "name": "EKF2_GRAV_NOISE", "shortDesc": "Accelerometer measurement noise for gravity based observations", "type": "Float", "units": "g0"}, {"category": "Standard", "decimalPlaces": 1, "default": 15.0, "group": "EKF2", "longDesc": "If no airspeed measurements are available, the EKF-GSF AHRS calculation will assume this value of true airspeed when compensating for centripetal acceleration during turns. Set to zero to disable centripetal acceleration compensation during fixed wing flight modes.", "max": 100.0, "min": 0.0, "name": "EKF2_GSF_TAS", "shortDesc": "Default value of true airspeed used in EKF-GSF AHRS calculation", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.15, "group": "EKF2", "longDesc": "The ekf gyro bias states will be limited to within a range equivalent to +- of this value.", "max": 0.4, "min": 0.0, "name": "EKF2_GYR_B_LIM", "shortDesc": "Gyro bias learning limit", "type": "Float", "units": "rad/s"}, {"category": "Standard", "decimalPlaces": 6, "default": 0.001, "group": "EKF2", "max": 0.01, "min": 0.0, "name": "EKF2_GYR_B_NOISE", "shortDesc": "Process noise for IMU rate gyro bias prediction", "type": "Float", "units": "rad/s^2"}, {"category": "Standard", "decimalPlaces": 4, "default": 0.015, "group": "EKF2", "max": 0.1, "min": 0.0001, "name": "EKF2_GYR_NOISE", "shortDesc": "Rate gyro noise for covariance prediction", "type": "Float", "units": "rad/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 2.6, "group": "EKF2", "longDesc": "Sets the number of standard deviations used by the innovation consistency test.", "min": 1.0, "name": "EKF2_HDG_GATE", "shortDesc": "Gate size for heading fusion", "type": "Float", "units": "SD"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.3, "group": "EKF2", "max": 1.0, "min": 0.01, "name": "EKF2_HEAD_NOISE", "shortDesc": "Measurement noise for magnetic heading fusion", "type": "Float", "units": "rad"}, {"category": "Standard", "default": 1, "group": "EKF2", "longDesc": "When multiple height sources are enabled at the same time, the height estimate will always converge towards the reference height source selected by this parameter. The range sensor and vision options should only be used when for operation over a flat surface as the local NED origin will move up and down with ground level.", "name": "EKF2_HGT_REF", "rebootRequired": true, "shortDesc": "Determines the reference source of height data used by the EKF", "type": "Int32", "values": [{"description": "Barometric pressure", "value": 0}, {"description": "GPS", "value": 1}, {"description": "Range sensor", "value": 2}, {"description": "Vision", "value": 3}]}, {"bitmask": [{"description": "Gyro Bias", "index": 0}, {"description": "Accel Bias", "index": 1}, {"description": "Gravity vector fusion", "index": 2}], "category": "Standard", "default": 7, "group": "EKF2", "max": 7, "min": 0, "name": "EKF2_IMU_CTRL", "shortDesc": "IMU control", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "EKF2", "longDesc": "Forward axis with origin relative to vehicle centre of gravity", "name": "EKF2_IMU_POS_X", "shortDesc": "X position of IMU in body frame", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "EKF2", "longDesc": "Forward axis with origin relative to vehicle centre of gravity", "name": "EKF2_IMU_POS_Y", "shortDesc": "Y position of IMU in body frame", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "EKF2", "longDesc": "Forward axis with origin relative to vehicle centre of gravity", "name": "EKF2_IMU_POS_Z", "shortDesc": "Z position of IMU in body frame", "type": "Float", "units": "m"}, {"category": "Standard", "default": 1, "group": "EKF2", "name": "EKF2_LOG_VERBOSE", "shortDesc": "Verbose logging", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.5, "group": "EKF2", "longDesc": "The heading is assumed to be observable when the body acceleration is greater than this parameter when a global position/velocity aiding source is active.", "max": 5.0, "min": 0.0, "name": "EKF2_MAG_ACCLIM", "shortDesc": "Horizontal acceleration threshold used for heading observability check", "type": "Float", "units": "m/s^2"}, {"category": "Standard", "decimalPlaces": 6, "default": 0.0001, "group": "EKF2", "max": 0.1, "min": 0.0, "name": "EKF2_MAG_B_NOISE", "shortDesc": "Process noise for body magnetic field prediction", "type": "Float", "units": "gauss/s"}, {"bitmask": [{"description": "Strength (EKF2_MAG_CHK_STR)", "index": 0}, {"description": "Inclination (EKF2_MAG_CHK_INC)", "index": 1}, {"description": "Wait for WMM", "index": 2}], "category": "Standard", "default": 1, "group": "EKF2", "longDesc": "Bitmask to set which check is used to decide whether the magnetometer data is valid. If GNSS data is received, the magnetic field is compared to a World Magnetic Model (WMM), otherwise an average value is used. This check is useful to reject occasional hard iron disturbance. Set bits to 1 to enable checks. Checks enabled by the following bit positions 0 : Magnetic field strength. Set tolerance using EKF2_MAG_CHK_STR 1 : Magnetic field inclination. Set tolerance using EKF2_MAG_CHK_INC 2 : Wait for GNSS to find the theoretical strength and inclination using the WMM", "max": 7, "min": 0, "name": "EKF2_MAG_CHECK", "shortDesc": "Magnetic field strength test selection", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 1, "default": 20.0, "group": "EKF2", "longDesc": "Maximum allowed deviation from the expected magnetic field inclination to pass the check.", "max": 90.0, "min": 0.0, "name": "EKF2_MAG_CHK_INC", "shortDesc": "Magnetic field inclination check tolerance", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.2, "group": "EKF2", "longDesc": "Maximum allowed deviation from the expected magnetic field strength to pass the check.", "max": 1.0, "min": 0.0, "name": "EKF2_MAG_CHK_STR", "shortDesc": "Magnetic field strength check tolerance", "type": "Float", "units": "gauss"}, {"category": "System", "decimalPlaces": 1, "default": 0.0, "group": "EKF2", "name": "EKF2_MAG_DECL", "shortDesc": "Magnetic declination", "type": "Float", "units": "deg", "volatile": true}, {"category": "Standard", "decimalPlaces": 1, "default": 0.0, "group": "EKF2", "max": 300.0, "min": 0.0, "name": "EKF2_MAG_DELAY", "rebootRequired": true, "shortDesc": "Magnetometer measurement delay relative to IMU measurements", "type": "Float", "units": "ms"}, {"category": "Standard", "decimalPlaces": 6, "default": 0.001, "group": "EKF2", "max": 0.1, "min": 0.0, "name": "EKF2_MAG_E_NOISE", "shortDesc": "Process noise for earth magnetic field prediction", "type": "Float", "units": "gauss/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 3.0, "group": "EKF2", "longDesc": "Sets the number of standard deviations used by the innovation consistency test.", "min": 1.0, "name": "EKF2_MAG_GATE", "shortDesc": "Gate size for magnetometer XYZ component fusion", "type": "Float", "units": "SD"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.05, "group": "EKF2", "max": 1.0, "min": 0.001, "name": "EKF2_MAG_NOISE", "shortDesc": "Measurement noise for magnetometer 3-axis fusion", "type": "Float", "units": "gauss"}, {"category": "Standard", "default": 0, "group": "EKF2", "longDesc": "Integer controlling the type of magnetometer fusion used - magnetic heading or 3-component vector. The fusion of magnetometer data as a three component vector enables vehicle body fixed hard iron errors to be learned, but requires a stable earth field. If set to 'Automatic' magnetic heading fusion is used when on-ground and 3-axis magnetic field fusion in-flight. If set to 'Magnetic heading' magnetic heading fusion is used at all times. If set to 'None' the magnetometer will not be used under any circumstance. If no external source of yaw is available, it is possible to use post-takeoff horizontal movement combined with GNSS velocity measurements to align the yaw angle. If set to 'Init' the magnetometer is only used to initalize the heading.", "name": "EKF2_MAG_TYPE", "rebootRequired": true, "shortDesc": "Type of magnetometer fusion", "type": "Int32", "values": [{"description": "Automatic", "value": 0}, {"description": "Magnetic heading", "value": 1}, {"description": "None", "value": 5}, {"description": "Init", "value": 6}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.15, "group": "EKF2", "longDesc": "This parameter controls the prediction of drag produced by the propellers when flying a multi-copter, which enables estimation of wind drift when enabled by the EKF2_DRAG_CTRL parameter. The drag produced by this effect scales with speed not speed squared and is produced because some of the air velocity normal to the propeller axis of rotation is lost when passing through the rotor disc. This changes the momentum of the flow which creates a drag reaction force. When comparing un-ducted propellers of the same diameter, the effect is roughly proportional to the area of the propeller blades when viewed side on and changes with propeller selection. Momentum drag is significantly higher for ducted rotors. To account for the drag produced by the body which scales with speed squared, see documentation for the EKF2_BCOEF_X and EKF2_BCOEF_Y parameters. Set this parameter to zero to turn off the momentum drag model for both axis.", "max": 1.0, "min": 0.0, "name": "EKF2_MCOEF", "shortDesc": "Propeller momentum drag coefficient for multi-rotor wind estimation", "type": "Float", "units": "1/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "EKF2", "longDesc": "If the vehicle is on ground, is not moving as determined by the motion test and the range finder is returning invalid or no data, then an assumed range value of EKF2_MIN_RNG will be used by the terrain estimator so that a terrain height estimate is available at the start of flight in situations where the range finder may be inside its minimum measurements distance when on ground.", "min": 0.01, "name": "EKF2_MIN_RNG", "shortDesc": "Expected range finder reading when on ground", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "EKF2", "longDesc": "Maximum number of IMUs to use for Multi-EKF. Set 0 to disable. Requires SENS_IMU_MODE 0.", "max": 4, "min": 0, "name": "EKF2_MULTI_IMU", "rebootRequired": true, "shortDesc": "Multi-EKF IMUs", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "EKF2", "longDesc": "Maximum number of magnetometers to use for Multi-EKF. Set 0 to disable. Requires SENS_MAG_MODE 0.", "max": 4, "min": 0, "name": "EKF2_MULTI_MAG", "rebootRequired": true, "shortDesc": "Multi-EKF Magnetometers", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 1, "default": 10.0, "group": "EKF2", "max": 50.0, "min": 0.5, "name": "EKF2_NOAID_NOISE", "shortDesc": "Measurement noise for non-aiding position hold", "type": "Float", "units": "m"}, {"category": "Standard", "default": 5000000, "group": "EKF2", "longDesc": "Maximum lapsed time from last fusion of measurements that constrain velocity drift before the EKF will report the horizontal nav solution as invalid", "max": 10000000, "min": 500000, "name": "EKF2_NOAID_TOUT", "shortDesc": "Maximum inertial dead-reckoning time", "type": "Int32", "units": "us"}, {"category": "Standard", "default": 1, "group": "EKF2", "longDesc": "Enable optical flow fusion.", "name": "EKF2_OF_CTRL", "shortDesc": "Optical flow aiding", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 20.0, "group": "EKF2", "longDesc": "Assumes measurement is timestamped at trailing edge of integration period", "max": 300.0, "min": 0.0, "name": "EKF2_OF_DELAY", "rebootRequired": true, "shortDesc": "Optical flow measurement delay relative to IMU measurements", "type": "Float", "units": "ms"}, {"category": "Standard", "decimalPlaces": 1, "default": 3.0, "group": "EKF2", "longDesc": "Sets the number of standard deviations used by the innovation consistency test.", "min": 1.0, "name": "EKF2_OF_GATE", "shortDesc": "Gate size for optical flow fusion", "type": "Float", "units": "SD"}, {"category": "Standard", "default": 0, "group": "EKF2", "longDesc": "Auto: use gyro from optical flow message if available, internal gyro otherwise. Internal: always use internal gyro", "name": "EKF2_OF_GYR_SRC", "shortDesc": "Optical flow angular rate compensation source", "type": "Int32", "values": [{"description": "Auto", "value": 0}, {"description": "Internal", "value": 1}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.5, "group": "EKF2", "longDesc": "Measurement noise for the optical flow sensor when it's reported quality metric is at the minimum", "min": 0.05, "name": "EKF2_OF_N_MAX", "shortDesc": "Optical flow maximum noise", "type": "Float", "units": "rad/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.15, "group": "EKF2", "longDesc": "Measurement noise for the optical flow sensor when it's reported quality metric is at the maximum", "min": 0.05, "name": "EKF2_OF_N_MIN", "shortDesc": "Optical flow minimum noise", "type": "Float", "units": "rad/s"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "EKF2", "longDesc": "Forward axis with origin relative to vehicle centre of gravity", "name": "EKF2_OF_POS_X", "shortDesc": "X position of optical flow focal point in body frame", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "EKF2", "longDesc": "Forward axis with origin relative to vehicle centre of gravity", "name": "EKF2_OF_POS_Y", "shortDesc": "Y position of optical flow focal point in body frame", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "EKF2", "longDesc": "Forward axis with origin relative to vehicle centre of gravity", "name": "EKF2_OF_POS_Z", "shortDesc": "Z position of optical flow focal point in body frame", "type": "Float", "units": "m"}, {"category": "Standard", "default": 1, "group": "EKF2", "longDesc": "Optical Flow data will only be used in air if the sensor reports a quality metric >= EKF2_OF_QMIN", "max": 255, "min": 0, "name": "EKF2_OF_QMIN", "shortDesc": "In air optical flow minimum quality", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "EKF2", "longDesc": "Optical Flow data will only be used on the ground if the sensor reports a quality metric >= EKF2_OF_QMIN_GND", "max": 255, "min": 0, "name": "EKF2_OF_QMIN_GND", "shortDesc": "On ground optical flow minimum quality", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "EKF2", "longDesc": "This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the X body axis. If the baro height estimate rises during backwards flight, then this will be a negative number.", "max": 0.5, "min": -0.5, "name": "EKF2_PCOEF_XN", "shortDesc": "Static pressure position error coefficient for the negative X axis", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "EKF2", "longDesc": "This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the X body axis. If the baro height estimate rises during forward flight, then this will be a negative number.", "max": 0.5, "min": -0.5, "name": "EKF2_PCOEF_XP", "shortDesc": "Static pressure position error coefficient for the positive X axis", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "EKF2", "longDesc": "This is the ratio of static pressure error to dynamic pressure generated by a wind relative velocity along the negative Y (LH) body axis. If the baro height estimate rises during sideways flight to the left, then this will be a negative number.", "max": 0.5, "min": -0.5, "name": "EKF2_PCOEF_YN", "shortDesc": "Pressure position error coefficient for the negative Y axis", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "EKF2", "longDesc": "This is the ratio of static pressure error to dynamic pressure generated by a wind relative velocity along the positive Y (RH) body axis. If the baro height estimate rises during sideways flight to the right, then this will be a negative number.", "max": 0.5, "min": -0.5, "name": "EKF2_PCOEF_YP", "shortDesc": "Pressure position error coefficient for the positive Y axis", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "EKF2", "longDesc": "This is the ratio of static pressure error to dynamic pressure generated by a wind relative velocity along the Z body axis.", "max": 0.5, "min": -0.5, "name": "EKF2_PCOEF_Z", "shortDesc": "Static pressure position error coefficient for the Z axis", "type": "Float"}, {"category": "Standard", "default": 10000, "group": "EKF2", "longDesc": "EKF prediction period in microseconds. This should ideally be an integer multiple of the IMU time delta. Actual filter update will be an integer multiple of IMU update.", "max": 20000, "min": 1000, "name": "EKF2_PREDICT_US", "shortDesc": "EKF prediction period", "type": "Int32", "units": "us"}, {"category": "Standard", "decimalPlaces": 1, "default": 3.0, "group": "EKF2", "max": 100.0, "min": 2.0, "name": "EKF2_REQ_EPH", "shortDesc": "Required EPH to use GPS", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "EKF2", "max": 100.0, "min": 2.0, "name": "EKF2_REQ_EPV", "shortDesc": "Required EPV to use GPS", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 10.0, "group": "EKF2", "longDesc": "Minimum continuous period without GPS failure required to mark a healthy GPS status. It can be reduced to speed up initialization, but it's recommended to keep this unchanged for a vehicle.", "min": 0.1, "name": "EKF2_REQ_GPS_H", "rebootRequired": true, "shortDesc": "Required GPS health time on startup", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "EKF2", "max": 1.0, "min": 0.1, "name": "EKF2_REQ_HDRIFT", "shortDesc": "Maximum horizontal drift speed to use GPS", "type": "Float", "units": "m/s"}, {"category": "Standard", "default": 6, "group": "EKF2", "max": 12, "min": 4, "name": "EKF2_REQ_NSATS", "shortDesc": "Required satellite count to use GPS", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 1, "default": 2.5, "group": "EKF2", "max": 5.0, "min": 1.5, "name": "EKF2_REQ_PDOP", "shortDesc": "Maximum PDOP to use GPS", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.5, "group": "EKF2", "max": 5.0, "min": 0.5, "name": "EKF2_REQ_SACC", "shortDesc": "Required speed accuracy to use GPS", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.2, "group": "EKF2", "max": 1.5, "min": 0.1, "name": "EKF2_REQ_VDRIFT", "shortDesc": "Maximum vertical drift speed to use GPS", "type": "Float", "units": "m/s"}, {"category": "Standard", "default": 5.0, "group": "EKF2", "longDesc": "If the vehicle absolute altitude exceeds this value then the estimator will not fuse range measurements to estimate its height. This only applies when conditional range aid mode is activated (EKF2_RNG_CTRL = 1).", "max": 10.0, "min": 1.0, "name": "EKF2_RNG_A_HMAX", "shortDesc": "Maximum height above ground allowed for conditional range aid mode", "type": "Float", "units": "m"}, {"category": "Standard", "default": 1.0, "group": "EKF2", "longDesc": "A lower value means HAGL needs to be more stable in order to use range finder for height estimation in range aid mode", "max": 5.0, "min": 0.1, "name": "EKF2_RNG_A_IGATE", "shortDesc": "Gate size used for innovation consistency checks for range aid fusion", "type": "Float", "units": "SD"}, {"category": "Standard", "default": 1.0, "group": "EKF2", "longDesc": "If the vehicle horizontal speed exceeds this value then the estimator will not fuse range measurements to estimate its height. This only applies when conditional range aid mode is activated (EKF2_RNG_CTRL = 1).", "max": 2.0, "min": 0.1, "name": "EKF2_RNG_A_VMAX", "shortDesc": "Maximum horizontal velocity allowed for conditional range aid mode", "type": "Float", "units": "m/s"}, {"category": "Standard", "default": 1, "group": "EKF2", "longDesc": "WARNING: Range finder measurements are less reliable and can experience unexpected errors. For these reasons, if accurate control of height relative to ground is required, it is recommended to use the MPC_ALT_MODE parameter instead, unless baro errors are severe enough to cause problems with landing and takeoff. If this parameter is enabled then the estimator will make use of the range finder measurements to estimate its height in addition to other height sources (if activated). Range sensor aiding can be enabled (i.e.: always use) or set in \"conditional\" mode. Conditional mode: This enables the range finder to be used during low speed (< EKF2_RNG_A_VMAX) and low altitude (< EKF2_RNG_A_HMAX) operation, eg takeoff and landing, where baro interference from rotor wash is excessive and can corrupt EKF state estimates. It is intended to be used where a vertical takeoff and landing is performed, and horizontal flight does not occur until above EKF2_RNG_A_HMAX.", "name": "EKF2_RNG_CTRL", "shortDesc": "Range sensor height aiding", "type": "Int32", "values": [{"description": "Disable range fusion", "value": 0}, {"description": "Enabled (conditional mode)", "value": 1}, {"description": "Enabled", "value": 2}]}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "EKF2", "max": 300.0, "min": 0.0, "name": "EKF2_RNG_DELAY", "rebootRequired": true, "shortDesc": "Range finder measurement delay relative to IMU measurements", "type": "Float", "units": "ms"}, {"category": "Standard", "decimalPlaces": 1, "default": 1.0, "group": "EKF2", "longDesc": "Limit for fog detection. If the range finder measures a distance greater than this value, the measurement is considered to not be blocked by fog or rain. If there's a jump from larger than RNG_FOG to smaller than EKF2_RNG_FOG, the measurement may gets rejected. 0 - disabled", "max": 20.0, "min": 0.0, "name": "EKF2_RNG_FOG", "shortDesc": "Maximum distance at which the range finder could detect fog (m)", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "EKF2", "longDesc": "Sets the number of standard deviations used by the innovation consistency test.", "min": 1.0, "name": "EKF2_RNG_GATE", "shortDesc": "Gate size for range finder fusion", "type": "Float", "units": "SD"}, {"category": "Standard", "default": 1.0, "group": "EKF2", "longDesc": "To be used, the time derivative of the distance sensor measurements projected on the vertical axis needs to be statistically consistent with the estimated vertical velocity of the drone. Decrease this value to make the filter more robust against range finder faulty data (stuck, reflections, ...). Note: tune the range finder noise parameters (EKF2_RNG_NOISE and EKF2_RNG_SFE) before tuning this gate.", "max": 5.0, "min": 0.1, "name": "EKF2_RNG_K_GATE", "shortDesc": "Gate size used for range finder kinematic consistency check", "type": "Float", "units": "SD"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "EKF2", "min": 0.01, "name": "EKF2_RNG_NOISE", "shortDesc": "Measurement noise for range finder fusion", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "EKF2", "max": 0.75, "min": -0.75, "name": "EKF2_RNG_PITCH", "shortDesc": "Range sensor pitch offset", "type": "Float", "units": "rad"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "EKF2", "longDesc": "Forward axis with origin relative to vehicle centre of gravity", "name": "EKF2_RNG_POS_X", "shortDesc": "X position of range finder origin in body frame", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "EKF2", "longDesc": "Forward axis with origin relative to vehicle centre of gravity", "name": "EKF2_RNG_POS_Y", "shortDesc": "Y position of range finder origin in body frame", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "EKF2", "longDesc": "Forward axis with origin relative to vehicle centre of gravity", "name": "EKF2_RNG_POS_Z", "shortDesc": "Z position of range finder origin in body frame", "type": "Float", "units": "m"}, {"category": "Standard", "default": 1.0, "group": "EKF2", "longDesc": "Minimum duration during which the reported range finder signal quality needs to be non-zero in order to be declared valid (s)", "max": 5.0, "min": 0.1, "name": "EKF2_RNG_QLTY_T", "shortDesc": "Minumum range validity period", "type": "Float", "units": "s"}, {"category": "Standard", "default": 0.05, "group": "EKF2", "longDesc": "Specifies the increase in range finder noise with range.", "max": 0.2, "min": 0.0, "name": "EKF2_RNG_SFE", "shortDesc": "Range finder range dependent noise scaler", "type": "Float", "units": "m/m"}, {"category": "Standard", "default": 0.2, "group": "EKF2", "longDesc": "EKF2 instances have to be better than the selected by at least this amount before their relative score can be reduced.", "name": "EKF2_SEL_ERR_RED", "shortDesc": "Selector error reduce threshold", "type": "Float"}, {"category": "Standard", "default": 1.0, "group": "EKF2", "longDesc": "EKF2 selector acceleration error threshold for comparing accelerometers. Acceleration vector differences larger than this will result in accumulated velocity error.", "name": "EKF2_SEL_IMU_ACC", "shortDesc": "Selector acceleration threshold", "type": "Float", "units": "m/s^2"}, {"category": "Standard", "default": 15.0, "group": "EKF2", "longDesc": "EKF2 selector maximum accumulated angular error threshold for comparing gyros. Accumulated angular error larger than this will result in the sensor being declared faulty.", "name": "EKF2_SEL_IMU_ANG", "shortDesc": "Selector angular threshold", "type": "Float", "units": "deg"}, {"category": "Standard", "default": 7.0, "group": "EKF2", "longDesc": "EKF2 selector angular rate error threshold for comparing gyros. Angular rate vector differences larger than this will result in accumulated angular error.", "name": "EKF2_SEL_IMU_RAT", "shortDesc": "Selector angular rate threshold", "type": "Float", "units": "deg/s"}, {"category": "Standard", "default": 2.0, "group": "EKF2", "longDesc": "EKF2 selector maximum accumulated velocity threshold for comparing accelerometers. Accumulated velocity error larger than this will result in the sensor being declared faulty.", "name": "EKF2_SEL_IMU_VEL", "shortDesc": "Selector angular threshold", "type": "Float", "units": "m/s"}, {"category": "Standard", "default": 0, "group": "EKF2", "longDesc": "Use for vehicles where the measured body Z magnetic field is subject to strong magnetic interference. For magnetic heading fusion the magnetometer Z measurement will be replaced by a synthetic value calculated using the knowledge of the 3D magnetic field vector at the location of the drone. Therefore, this parameter will only have an effect if the global position of the drone is known. For 3D mag fusion the magnetometer Z measurement will simply be ignored instead of fusing the synthetic value.", "name": "EKF2_SYNT_MAG_Z", "shortDesc": "Enable synthetic magnetometer Z component measurement", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "EKF2", "longDesc": "Sets the number of standard deviations used by the innovation consistency test.", "min": 1.0, "name": "EKF2_TAS_GATE", "shortDesc": "Gate size for TAS fusion", "type": "Float", "units": "SD"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.25, "group": "EKF2", "longDesc": "Controls how tightly the output track the EKF states", "max": 1.0, "min": 0.1, "name": "EKF2_TAU_POS", "shortDesc": "Output predictor position time constant", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.25, "group": "EKF2", "max": 1.0, "name": "EKF2_TAU_VEL", "shortDesc": "Time constant of the velocity output prediction and smoothing filter", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.5, "group": "EKF2", "min": 0.0, "name": "EKF2_TERR_GRAD", "shortDesc": "Magnitude of terrain gradient", "type": "Float", "units": "m/m"}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "EKF2", "min": 0.5, "name": "EKF2_TERR_NOISE", "shortDesc": "Terrain altitude process noise", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 100.0, "group": "EKF2", "max": 299792458.0, "name": "EKF2_VEL_LIM", "shortDesc": "Velocity limit", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.05, "group": "EKF2", "longDesc": "When unaided, the wind estimate uncertainty (1-sigma, in m/s) increases by this amount every second.", "max": 1.0, "min": 0.0, "name": "EKF2_WIND_NSD", "shortDesc": "Process noise spectral density for wind velocity prediction", "type": "Float", "units": "m/s^2/sqrt(Hz)"}, {"category": "Standard", "default": 0, "group": "Events", "longDesc": "Enable/disable event task for RC Loss. When enabled, an alarm tune will be played via buzzer or ESCs, if supported. The alarm will sound after a disarm, if the vehicle was previously armed and only if the vehicle had RC signal at some point. Particularly useful for locating crashed drones without a GPS sensor.", "name": "EV_TSK_RC_LOSS", "rebootRequired": true, "shortDesc": "RC Loss Alarm", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "Events", "longDesc": "Enable/disable event task for displaying the vehicle status using arm-mounted LEDs. When enabled and if the vehicle supports it, LEDs will flash indicating various vehicle status changes. Currently PX4 has not implemented any specific status events. -", "name": "EV_TSK_STAT_DIS", "rebootRequired": true, "shortDesc": "Status Display", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 30.0, "group": "FW Attitude Control", "increment": 0.5, "longDesc": "Applies to both directions in all manual modes with attitude stabilization but without altitude control", "max": 90.0, "min": 0.0, "name": "FW_MAN_P_MAX", "shortDesc": "Maximum manual pitch angle", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 1, "default": 45.0, "group": "FW Attitude Control", "increment": 0.5, "longDesc": "Applies to both directions in all manual modes with attitude stabilization", "max": 90.0, "min": 0.0, "name": "FW_MAN_R_MAX", "shortDesc": "Maximum manual roll angle", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 1, "default": 30.0, "group": "FW Attitude Control", "increment": 0.5, "longDesc": "This is the maximally added yaw rate setpoint from the yaw stick in any attitude controlled flight mode. It is added to the yaw rate setpoint generated by the controller for turn coordination.", "min": 0.0, "name": "FW_MAN_YR_MAX", "shortDesc": "Maximum manually added yaw rate", "type": "Float", "units": "deg/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 0.0, "group": "FW Attitude Control", "increment": 0.5, "longDesc": "An airframe specific offset of the pitch setpoint in degrees, the value is added to the pitch setpoint and should correspond to the pitch at typical cruise speed of the airframe.", "max": 90.0, "min": -90.0, "name": "FW_PSP_OFF", "shortDesc": "Pitch setpoint offset (pitch at level flight)", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 1, "default": 60.0, "group": "FW Attitude Control", "increment": 0.5, "max": 180.0, "min": 0.0, "name": "FW_P_RMAX_NEG", "shortDesc": "Maximum negative / down pitch rate setpoint", "type": "Float", "units": "deg/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 60.0, "group": "FW Attitude Control", "increment": 0.5, "max": 180.0, "min": 0.0, "name": "FW_P_RMAX_POS", "shortDesc": "Maximum positive / up pitch rate setpoint", "type": "Float", "units": "deg/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.4, "group": "FW Attitude Control", "increment": 0.05, "longDesc": "This defines the latency between a pitch step input and the achieved setpoint (inverse to a P gain). Smaller systems may require smaller values.", "max": 1.0, "min": 0.2, "name": "FW_P_TC", "shortDesc": "Attitude pitch time constant", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 1, "default": 70.0, "group": "FW Attitude Control", "increment": 0.5, "max": 180.0, "min": 0.0, "name": "FW_R_RMAX", "shortDesc": "Maximum roll rate setpoint", "type": "Float", "units": "deg/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.4, "group": "FW Attitude Control", "increment": 0.05, "longDesc": "This defines the latency between a roll step input and the achieved setpoint (inverse to a P gain). Smaller systems may require smaller values.", "max": 1.0, "min": 0.2, "name": "FW_R_TC", "shortDesc": "Attitude Roll Time Constant", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "FW Attitude Control", "increment": 0.01, "max": 1.0, "min": 0.0, "name": "FW_SPOILERS_LND", "shortDesc": "Spoiler landing setting", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.2, "group": "FW Attitude Control", "increment": 0.05, "max": 10.0, "min": 0.0, "name": "FW_WR_FF", "shortDesc": "Wheel steering rate feed forward", "type": "Float", "units": "%/rad/s"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.1, "group": "FW Attitude Control", "increment": 0.005, "longDesc": "This gain defines how much control response will result out of a steady state error. It trims any constant error.", "max": 10.0, "min": 0.0, "name": "FW_WR_I", "shortDesc": "Wheel steering rate integrator gain", "type": "Float", "units": "%/rad"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.4, "group": "FW Attitude Control", "increment": 0.05, "max": 1.0, "min": 0.0, "name": "FW_WR_IMAX", "shortDesc": "Wheel steering rate integrator limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.5, "group": "FW Attitude Control", "increment": 0.005, "longDesc": "This defines how much the wheel steering input will be commanded depending on the current body angular rate error.", "max": 10.0, "min": 0.0, "name": "FW_WR_P", "shortDesc": "Wheel steering rate proportional gain", "type": "Float", "units": "%/rad/s"}, {"category": "Standard", "default": 0, "group": "FW Attitude Control", "longDesc": "Only enabled during automatic runway takeoff and landing. In all manual modes the wheel is directly controlled with yaw stick.", "name": "FW_W_EN", "shortDesc": "Enable wheel steering controller", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 30.0, "group": "FW Attitude Control", "increment": 0.5, "longDesc": "This limits the maximum wheel steering rate the controller will output (in degrees per second).", "max": 90.0, "min": 0.0, "name": "FW_W_RMAX", "shortDesc": "Maximum wheel steering rate", "type": "Float", "units": "deg/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 50.0, "group": "FW Attitude Control", "increment": 0.5, "max": 180.0, "min": 0.0, "name": "FW_Y_RMAX", "shortDesc": "Maximum yaw rate setpoint", "type": "Float", "units": "deg/s"}, {"bitmask": [{"description": "Abort if terrain is not found (only applies to mission landings)", "index": 0}, {"description": "Abort if terrain times out (after a first successful measurement)", "index": 1}], "category": "Standard", "default": 3, "group": "FW Auto Landing", "longDesc": "Terrain estimation: bit 0: Abort if terrain is not found bit 1: Abort if terrain times out (after a first successful measurement) The last estimate is always used as ground, whether the last valid measurement or the land waypoint, depending on the selected abort criteria, until an abort condition is entered. If FW_LND_USETER == 0, these bits are ignored. TODO: Extend automatic abort conditions e.g. glide slope tracking error (horizontal and vertical)", "max": 3, "min": 0, "name": "FW_LND_ABORT", "shortDesc": "Bit mask to set the automatic landing abort conditions", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 1, "default": -1.0, "group": "FW Auto Landing", "increment": 0.1, "longDesc": "The calibrated airspeed setpoint during landing. If set <= 0, landing airspeed = FW_AIRSPD_MIN by default.", "min": -1.0, "name": "FW_LND_AIRSPD", "shortDesc": "Landing airspeed", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "FW Auto Landing", "increment": 0.5, "longDesc": "Typically the desired landing slope angle when landing configuration (flaps, airspeed) is enabled. Set this value within the vehicle's performance limits.", "max": 15.0, "min": 1.0, "name": "FW_LND_ANG", "shortDesc": "Maximum landing slope angle", "type": "Float", "units": "deg"}, {"category": "Standard", "default": 0, "group": "FW Auto Landing", "longDesc": "Allows to deploy the landing configuration (flaps, landing airspeed, etc.) already in the loiter-down waypoint before the final approach. Otherwise is enabled only in the final approach.", "name": "FW_LND_EARLYCFG", "shortDesc": "Early landing configuration deployment", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 0.5, "group": "FW Auto Landing", "increment": 0.5, "longDesc": "NOTE: max(FW_LND_FLALT, FW_LND_FL_TIME * |z-velocity|) is taken as the flare altitude", "min": 0.0, "name": "FW_LND_FLALT", "shortDesc": "Landing flare altitude (relative to landing altitude)", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 15.0, "group": "FW Auto Landing", "increment": 0.5, "longDesc": "Maximum pitch during landing flare.", "max": 45.0, "min": 0.0, "name": "FW_LND_FL_PMAX", "shortDesc": "Flare, maximum pitch", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 1, "default": 2.5, "group": "FW Auto Landing", "increment": 0.5, "longDesc": "Minimum pitch during landing flare.", "max": 15.0, "min": -5.0, "name": "FW_LND_FL_PMIN", "shortDesc": "Flare, minimum pitch", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.25, "group": "FW Auto Landing", "increment": 0.1, "longDesc": "TECS will attempt to control the aircraft to this sink rate via pitch angle (throttle killed during flare)", "max": 2.0, "min": 0.0, "name": "FW_LND_FL_SINK", "shortDesc": "Landing flare sink rate", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 1.0, "group": "FW Auto Landing", "increment": 0.1, "longDesc": "Multiplied by the descent rate to calculate a dynamic altitude at which to trigger the flare. NOTE: max(FW_LND_FLALT, FW_LND_FL_TIME * descent rate) is taken as the flare altitude", "max": 5.0, "min": 0.1, "name": "FW_LND_FL_TIME", "shortDesc": "Landing flare time", "type": "Float", "units": "s"}, {"category": "Standard", "default": 2, "group": "FW Auto Landing", "longDesc": "Approach angle nudging: shifts the touchdown point laterally while keeping the approach entrance point constant Approach path nudging: shifts the touchdown point laterally along with the entire approach path This is useful for manually adjusting the landing point in real time when map or GNSS errors cause an offset from the desired landing vector. Nudging is done with yaw stick, constrained to FW_LND_TD_OFF (in meters) and the direction is relative to the vehicle heading (stick deflection to the right = land point moves to the right as seen by the vehicle).", "max": 2, "min": 0, "name": "FW_LND_NUDGE", "shortDesc": "Landing touchdown nudging option", "type": "Int32", "values": [{"description": "Disable nudging", "value": 0}, {"description": "Nudge approach angle", "value": 1}, {"description": "Nudge approach path", "value": 2}]}, {"category": "Standard", "decimalPlaces": 1, "default": 3.0, "group": "FW Auto Landing", "increment": 1.0, "max": 10.0, "min": 0.0, "name": "FW_LND_TD_OFF", "shortDesc": "Maximum lateral position offset for the touchdown point", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": -1.0, "group": "FW Auto Landing", "increment": 0.1, "longDesc": "This is the time after the start of flaring that we expect the vehicle to touch the runway. At this time, a 0.5s clamp down ramp will engage, constraining the pitch setpoint to RWTO_PSP. If enabled, ensure that RWTO_PSP is configured appropriately for full gear contact on ground roll. Set to -1.0 to disable touchdown clamping. E.g. it may not be desirable to clamp on belly landings. The touchdown time will be constrained to be greater than or equal to the flare time (FW_LND_FL_TIME).", "max": 5.0, "min": -1.0, "name": "FW_LND_TD_TIME", "shortDesc": "Landing touchdown time (since flare start)", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 1, "default": 1.0, "group": "FW Auto Landing", "increment": 0.1, "longDesc": "The TECS altitude time constant (FW_T_ALT_TC) is multiplied by this value.", "max": 1.0, "min": 0.2, "name": "FW_LND_THRTC_SC", "shortDesc": "Altitude time constant factor for landing and low-height flight", "type": "Float", "units": ""}, {"category": "Standard", "default": 1, "group": "FW Auto Landing", "longDesc": "This is critical for detecting when to flare, and should be enabled if possible. NOTE: terrain estimate is currently solely derived from a distance sensor. If enabled and no measurement is found within a given timeout, the landing waypoint altitude will be used OR the landing will be aborted, depending on the criteria set in FW_LND_ABORT. If disabled, FW_LND_ABORT terrain based criteria are ignored.", "max": 2, "min": 0, "name": "FW_LND_USETER", "shortDesc": "Use terrain estimation during landing", "type": "Int32", "values": [{"description": "Disable the terrain estimate", "value": 0}, {"description": "Use the terrain estimate to trigger the flare (only)", "value": 1}, {"description": "Calculate landing glide slope relative to the terrain estimate", "value": 2}]}, {"category": "Standard", "decimalPlaces": 1, "default": 0.5, "group": "FW Geometry", "increment": 1.0, "longDesc": "This is used to constrain a minimum altitude below which we keep wings level to avoid wing tip strike. It's safer to give a slight margin here (> 0m)", "min": 0.0, "name": "FW_WING_HEIGHT", "shortDesc": "Height (AGL) of the wings when the aircraft is on the ground", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 3.0, "group": "FW Geometry", "increment": 0.1, "longDesc": "This is used for limiting the roll setpoint near the ground. (if multiple wings, take the longest span)", "min": 0.1, "name": "FW_WING_SPAN", "shortDesc": "The aircraft's wing span (length from tip to tip)", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.05, "group": "FW Launch detection", "increment": 0.05, "longDesc": "Launch is detected when acceleration in body forward direction is above FW_LAUN_AC_THLD for FW_LAUN_AC_T seconds.", "max": 5.0, "min": 0.0, "name": "FW_LAUN_AC_T", "shortDesc": "Trigger time", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 1, "default": 30.0, "group": "FW Launch detection", "increment": 0.5, "longDesc": "Launch is detected when acceleration in body forward direction is above FW_LAUN_AC_THLD for FW_LAUN_AC_T seconds.", "min": 0.0, "name": "FW_LAUN_AC_THLD", "shortDesc": "Trigger acceleration threshold", "type": "Float", "units": "m/s^2"}, {"category": "Standard", "default": 0, "group": "FW Launch detection", "longDesc": "Enables automatic launch detection based on measured acceleration. Use for hand- or catapult-launched vehicles. Not compatible with runway takeoff.", "name": "FW_LAUN_DETCN_ON", "shortDesc": "Fixed-wing launch detection", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 0.0, "group": "FW Launch detection", "increment": 0.5, "longDesc": "Start the motor(s) this amount of seconds after launch is detected.", "max": 10.0, "min": 0.0, "name": "FW_LAUN_MOT_DEL", "shortDesc": "Motor delay", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.7, "group": "FW NPFG Control", "increment": 0.01, "longDesc": "Damping ratio of the NPFG control law.", "max": 1.0, "min": 0.1, "name": "NPFG_DAMPING", "shortDesc": "NPFG damping ratio", "type": "Float"}, {"category": "Standard", "default": 1, "group": "FW NPFG Control", "name": "NPFG_EN_MIN_GSP", "shortDesc": "Enable minimum forward ground speed maintaining excess wind handling logic", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "FW NPFG Control", "increment": 0.5, "longDesc": "The maximum value of the minimum forward ground speed that may be commanded by the track keeping excess wind handling logic. Commanded in full at the normalized track error fraction of the track error boundary and reduced to zero on track.", "max": 10.0, "min": 0.0, "name": "NPFG_GSP_MAX_TK", "shortDesc": "Maximum, minimum forward ground speed for track keeping in excess wind", "type": "Float", "units": "m/s"}, {"category": "Standard", "default": 1, "group": "FW NPFG Control", "longDesc": "Avoids limit cycling from a too aggressively tuned period/damping combination. If set to false, also disables the upper bound NPFG_PERIOD_UB.", "name": "NPFG_LB_PERIOD", "shortDesc": "Enable automatic lower bound on the NPFG period", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 10.0, "group": "FW NPFG Control", "increment": 0.1, "longDesc": "Period of the NPFG control law.", "max": 100.0, "min": 1.0, "name": "NPFG_PERIOD", "shortDesc": "NPFG period", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 1, "default": 1.5, "group": "FW NPFG Control", "increment": 0.1, "longDesc": "Multiplied by period for conservative minimum period bounding (when period lower bounding is enabled). 1.0 bounds at marginal stability.", "max": 10.0, "min": 1.0, "name": "NPFG_PERIOD_SF", "shortDesc": "Period safety factor", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.5, "group": "FW NPFG Control", "increment": 0.05, "longDesc": "Time constant of roll controller command / response, modeled as first order delay. Used to determine lower period bound. Setting zero disables automatic period bounding.", "max": 2.0, "min": 0.0, "name": "NPFG_ROLL_TC", "shortDesc": "Roll time constant", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.32, "group": "FW NPFG Control", "increment": 0.01, "longDesc": "Multiplied by the track error boundary to determine when the aircraft switches to the next waypoint and/or path segment. Should be less than 1.", "max": 1.0, "min": 0.1, "name": "NPFG_SW_DST_MLT", "shortDesc": "NPFG switch distance multiplier", "type": "Float"}, {"category": "Standard", "default": 1, "group": "FW NPFG Control", "name": "NPFG_TRACK_KEEP", "shortDesc": "Enable track keeping excess wind handling logic", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 1, "group": "FW NPFG Control", "longDesc": "Adapts period to maintain track keeping in variable winds and path curvature.", "name": "NPFG_UB_PERIOD", "shortDesc": "Enable automatic upper bound on the NPFG period", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 1, "group": "FW NPFG Control", "longDesc": "Disabling this parameter further disables all other airspeed incrementation options.", "name": "NPFG_WIND_REG", "shortDesc": "Enable wind excess regulation", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 0, "default": 90.0, "group": "FW Path Control", "increment": 1.0, "longDesc": "The maximum change in roll angle setpoint per second. This limit is applied in all Auto modes, plus manual Position and Altitude modes.", "min": 0.0, "name": "FW_PN_R_SLEW_MAX", "shortDesc": "Path navigation roll slew rate limit", "type": "Float", "units": "deg/s"}, {"bitmask": [{"description": "Alternative stick configuration (height rate on throttle stick, airspeed on pitch stick)", "index": 0}, {"description": "Enable airspeed setpoint via sticks in altitude and position flight mode", "index": 1}], "category": "Standard", "default": 2, "group": "FW Path Control", "longDesc": "Applies in manual Position and Altitude flight modes.", "max": 3, "min": 0, "name": "FW_POS_STK_CONF", "shortDesc": "Custom stick configuration", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 1, "default": 50.0, "group": "FW Path Control", "increment": 0.5, "longDesc": "Applies in any altitude controlled flight mode.", "max": 65.0, "min": 35.0, "name": "FW_R_LIM", "shortDesc": "Maximum roll angle setpoint", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 1, "default": 10.0, "group": "FW Path Control", "increment": 0.5, "max": 30.0, "min": -5.0, "name": "FW_TKO_PITCH_MIN", "shortDesc": "Minimum pitch during takeoff", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 1, "default": 20.0, "group": "FW Performance", "increment": 0.5, "longDesc": "The maximal airspeed (calibrated airspeed) the user is able to command.", "min": 0.5, "name": "FW_AIRSPD_MAX", "shortDesc": "Maximum Airspeed (CAS)", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 10.0, "group": "FW Performance", "increment": 0.5, "longDesc": "The minimal airspeed (calibrated airspeed) the user is able to command. Further, if the airspeed falls below this value, the TECS controller will try to increase airspeed more aggressively. Has to be set according to the vehicle's stall speed (which should be set in FW_AIRSPD_STALL), with some margin between the stall speed and minimum airspeed. This value corresponds to the desired minimum speed with the default load factor (level flight, default weight), and is automatically adpated to the current load factor (calculated from roll setpoint and WEIGHT_GROSS/WEIGHT_BASE).", "min": 0.5, "name": "FW_AIRSPD_MIN", "shortDesc": "Minimum Airspeed (CAS)", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 7.0, "group": "FW Performance", "increment": 0.5, "longDesc": "The stall airspeed (calibrated airspeed) of the vehicle. It is used for airspeed sensor failure detection and for the control surface scaling airspeed limits.", "min": 0.5, "name": "FW_AIRSPD_STALL", "shortDesc": "Stall Airspeed (CAS)", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 15.0, "group": "FW Performance", "increment": 0.5, "longDesc": "The trim CAS (calibrated airspeed) of the vehicle. If an airspeed controller is active, this is the default airspeed setpoint that the controller will try to achieve. This value corresponds to the trim airspeed with the default load factor (level flight, default weight).", "min": 0.5, "name": "FW_AIRSPD_TRIM", "shortDesc": "Trim (Cruise) Airspeed", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 0, "default": -1.0, "group": "FW Performance", "increment": 1.0, "longDesc": "Altitude in standard atmosphere at which the vehicle in normal configuration (WEIGHT_BASE) is still able to achieve a maximum climb rate of 0.5m/s at maximum throttle (FW_THR_MAX). Used to compensate for air density in FW_T_CLMB_MAX. Set negative to disable.", "min": -1.0, "name": "FW_SERVICE_CEIL", "shortDesc": "Service ceiling", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "FW Performance", "increment": 0.01, "longDesc": "Required throttle (at sea level, standard atmosphere) for level flight at maximum airspeed FW_AIRSPD_MAX Set to 0 to disable mapping of airspeed to trim throttle.", "max": 1.0, "min": 0.0, "name": "FW_THR_ASPD_MAX", "shortDesc": "Throttle at max airspeed", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "FW Performance", "increment": 0.01, "longDesc": "Required throttle (at sea level, standard atmosphere) for level flight at minimum airspeed FW_AIRSPD_MIN Set to 0 to disable mapping of airspeed to trim throttle below FW_AIRSPD_TRIM.", "max": 1.0, "min": 0.0, "name": "FW_THR_ASPD_MIN", "shortDesc": "Throttle at min airspeed", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.6, "group": "FW Performance", "increment": 0.01, "longDesc": "Required throttle (at sea level, standard atmosphere) for level flight at FW_AIRSPD_TRIM", "max": 1.0, "min": 0.0, "name": "FW_THR_TRIM", "shortDesc": "Trim throttle", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "FW Performance", "increment": 0.5, "longDesc": "This is the maximum calibrated climb rate that the aircraft can achieve with the throttle set to FW_THR_MAX and the airspeed set to the trim value. For electric aircraft make sure this number can be achieved towards the end of flight when the battery voltage has reduced.", "max": 15.0, "min": 1.0, "name": "FW_T_CLMB_MAX", "shortDesc": "Maximum climb rate", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 2.0, "group": "FW Performance", "increment": 0.5, "longDesc": "This is the minimum calibrated sink rate of the aircraft with the throttle set to THR_MIN and flown at the same airspeed as used to measure FW_T_CLMB_MAX.", "max": 5.0, "min": 1.0, "name": "FW_T_SINK_MIN", "shortDesc": "Minimum descent rate", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": -1.0, "group": "FW Performance", "increment": 0.5, "longDesc": "This is the weight of the vehicle at which it's performance limits were derived. A zero or negative value disables trim throttle and minimum airspeed compensation based on weight.", "name": "WEIGHT_BASE", "shortDesc": "Vehicle base weight", "type": "Float", "units": "kg"}, {"category": "Standard", "decimalPlaces": 1, "default": -1.0, "group": "FW Performance", "increment": 0.1, "longDesc": "This is the actual weight of the vehicle at any time. This value will differ from WEIGHT_BASE in case weight was added or removed from the base weight. Examples are the addition of payloads or larger batteries. A zero or negative value disables trim throttle and minimum airspeed compensation based on weight.", "name": "WEIGHT_GROSS", "shortDesc": "Vehicle gross weight", "type": "Float", "units": "kg"}, {"category": "Standard", "default": 90.0, "group": "FW Rate Control", "max": 720.0, "min": 10.0, "name": "FW_ACRO_X_MAX", "shortDesc": "Acro body roll max rate setpoint", "type": "Float", "units": "deg"}, {"category": "Standard", "default": 0, "group": "FW Rate Control", "longDesc": "If this parameter is set to 1, the yaw rate controller is enabled in Fixed-wing Acro mode. Otherwise the pilot commands directly the yaw actuator. It is disabled by default because an active yaw rate controller will fight against the natural turn coordination of the plane.", "name": "FW_ACRO_YAW_EN", "shortDesc": "Enable yaw rate controller in Acro", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 90.0, "group": "FW Rate Control", "max": 720.0, "min": 10.0, "name": "FW_ACRO_Y_MAX", "shortDesc": "Acro body pitch max rate setpoint", "type": "Float", "units": "deg"}, {"category": "Standard", "default": 45.0, "group": "FW Rate Control", "max": 720.0, "min": 10.0, "name": "FW_ACRO_Z_MAX", "shortDesc": "Acro body yaw max rate setpoint", "type": "Float", "units": "deg"}, {"category": "Standard", "default": 1, "group": "FW Rate Control", "longDesc": "This enables a logic that automatically adjusts the output of the rate controller to take into account the real torque produced by an aerodynamic control surface given the current deviation from the trim airspeed (FW_AIRSPD_TRIM). Enable when using aerodynamic control surfaces (e.g.: plane) Disable when using rotor wings (e.g.: autogyro)", "name": "FW_ARSP_SCALE_EN", "shortDesc": "Enable airspeed scaling", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "FW Rate Control", "longDesc": "This compensates for voltage drop of the battery over time by attempting to normalize performance across the operating range of the battery.", "name": "FW_BAT_SCALE_EN", "shortDesc": "Enable throttle scale by battery level", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "FW Rate Control", "increment": 0.01, "longDesc": "This increment is added to TRIM_PITCH when airspeed is FW_AIRSPD_MAX.", "max": 0.5, "min": -0.5, "name": "FW_DTRIM_P_VMAX", "shortDesc": "Pitch trim increment at maximum airspeed", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "FW Rate Control", "increment": 0.01, "longDesc": "This increment is added to TRIM_PITCH when airspeed is FW_AIRSPD_MIN.", "max": 0.5, "min": -0.5, "name": "FW_DTRIM_P_VMIN", "shortDesc": "Pitch trim increment at minimum airspeed", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "FW Rate Control", "increment": 0.01, "longDesc": "This increment is added to TRIM_ROLL when airspeed is FW_AIRSPD_MAX.", "max": 0.5, "min": -0.5, "name": "FW_DTRIM_R_VMAX", "shortDesc": "Roll trim increment at maximum airspeed", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "FW Rate Control", "increment": 0.01, "longDesc": "This increment is added to TRIM_ROLL when airspeed is FW_AIRSPD_MIN.", "max": 0.5, "min": -0.5, "name": "FW_DTRIM_R_VMIN", "shortDesc": "Roll trim increment at minimum airspeed", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "FW Rate Control", "increment": 0.01, "longDesc": "This increment is added to TRIM_YAW when airspeed is FW_AIRSPD_MAX.", "max": 0.5, "min": -0.5, "name": "FW_DTRIM_Y_VMAX", "shortDesc": "Yaw trim increment at maximum airspeed", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "FW Rate Control", "increment": 0.01, "longDesc": "This increment is added to TRIM_YAW when airspeed is FW_AIRSPD_MIN.", "max": 0.5, "min": -0.5, "name": "FW_DTRIM_Y_VMIN", "shortDesc": "Yaw trim increment at minimum airspeed", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "FW Rate Control", "increment": 0.01, "longDesc": "Sets a fraction of full flaps during landing. Also applies to flaperons if enabled in the mixer/allocation.", "max": 1.0, "min": 0.0, "name": "FW_FLAPS_LND_SCL", "shortDesc": "Flaps setting during landing", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "FW Rate Control", "increment": 0.01, "longDesc": "Sets a fraction of full flaps during take-off. Also applies to flaperons if enabled in the mixer/allocation.", "max": 1.0, "min": 0.0, "name": "FW_FLAPS_TO_SCL", "shortDesc": "Flaps setting during take-off", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "FW Rate Control", "increment": 0.01, "longDesc": "Scale factor applied to the desired pitch actuator command in full manual mode. This parameter allows to adjust the throws of the control surfaces.", "min": 0.0, "name": "FW_MAN_P_SC", "shortDesc": "Manual pitch scale", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "FW Rate Control", "increment": 0.01, "longDesc": "Scale factor applied to the desired roll actuator command in full manual mode. This parameter allows to adjust the throws of the control surfaces.", "max": 1.0, "min": 0.0, "name": "FW_MAN_R_SC", "shortDesc": "Manual roll scale", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "FW Rate Control", "increment": 0.01, "longDesc": "Scale factor applied to the desired yaw actuator command in full manual mode. This parameter allows to adjust the throws of the control surfaces.", "min": 0.0, "name": "FW_MAN_Y_SC", "shortDesc": "Manual yaw scale", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "FW Rate Control", "increment": 0.005, "longDesc": "Pitch rate differential gain.", "max": 10.0, "min": 0.0, "name": "FW_PR_D", "shortDesc": "Pitch rate derivative gain", "type": "Float", "units": "%/rad/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.5, "group": "FW Rate Control", "increment": 0.05, "longDesc": "Direct feed forward from rate setpoint to control surface output", "max": 10.0, "min": 0.0, "name": "FW_PR_FF", "shortDesc": "Pitch rate feed forward", "type": "Float", "units": "%/rad/s"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.1, "group": "FW Rate Control", "increment": 0.005, "max": 10.0, "min": 0.0, "name": "FW_PR_I", "shortDesc": "Pitch rate integrator gain", "type": "Float", "units": "%/rad"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.4, "group": "FW Rate Control", "increment": 0.05, "max": 1.0, "min": 0.0, "name": "FW_PR_IMAX", "shortDesc": "Pitch rate integrator limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.08, "group": "FW Rate Control", "increment": 0.005, "max": 10.0, "min": 0.0, "name": "FW_PR_P", "shortDesc": "Pitch rate proportional gain", "type": "Float", "units": "%/rad/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 0.0, "group": "FW Rate Control", "increment": 0.01, "longDesc": "This gain can be used to counteract the \"adverse yaw\" effect for fixed wings. When the plane enters a roll it will tend to yaw the nose out of the turn. This gain enables the use of a yaw actuator to counteract this effect.", "min": 0.0, "name": "FW_RLL_TO_YAW_FF", "shortDesc": "Roll control to yaw control feedforward gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "FW Rate Control", "increment": 0.005, "max": 10.0, "min": 0.0, "name": "FW_RR_D", "shortDesc": "Roll rate derivative gain", "type": "Float", "units": "%/rad/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.5, "group": "FW Rate Control", "increment": 0.05, "longDesc": "Direct feed forward from rate setpoint to control surface output.", "max": 10.0, "min": 0.0, "name": "FW_RR_FF", "shortDesc": "Roll rate feed forward", "type": "Float", "units": "%/rad/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "FW Rate Control", "increment": 0.01, "max": 10.0, "min": 0.0, "name": "FW_RR_I", "shortDesc": "Roll rate integrator gain", "type": "Float", "units": "%/rad"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.2, "group": "FW Rate Control", "increment": 0.05, "max": 1.0, "min": 0.0, "name": "FW_RR_IMAX", "shortDesc": "Roll integrator limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.05, "group": "FW Rate Control", "increment": 0.005, "max": 10.0, "min": 0.0, "name": "FW_RR_P", "shortDesc": "Roll rate proportional gain", "type": "Float", "units": "%/rad/s"}, {"category": "Standard", "default": 0, "group": "FW Rate Control", "longDesc": "Chose source for manual setting of spoilers in manual flight modes.", "name": "FW_SPOILERS_MAN", "shortDesc": "Spoiler input in manual flight", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Flaps channel", "value": 1}, {"description": "Aux1", "value": 2}]}, {"category": "Standard", "default": 1, "group": "FW Rate Control", "longDesc": "If set to 1, the airspeed measurement data, if valid, is used in the following controllers: - Rate controller: output scaling - Attitude controller: coordinated turn controller - Position controller: airspeed setpoint tracking, takeoff logic - VTOL: transition logic", "name": "FW_USE_AIRSPD", "shortDesc": "Use airspeed for control", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "FW Rate Control", "increment": 0.005, "max": 10.0, "min": 0.0, "name": "FW_YR_D", "shortDesc": "Yaw rate derivative gain", "type": "Float", "units": "%/rad/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.3, "group": "FW Rate Control", "increment": 0.05, "longDesc": "Direct feed forward from rate setpoint to control surface output", "max": 10.0, "min": 0.0, "name": "FW_YR_FF", "shortDesc": "Yaw rate feed forward", "type": "Float", "units": "%/rad/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 0.1, "group": "FW Rate Control", "increment": 0.5, "max": 10.0, "min": 0.0, "name": "FW_YR_I", "shortDesc": "Yaw rate integrator gain", "type": "Float", "units": "%/rad"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.2, "group": "FW Rate Control", "increment": 0.05, "max": 1.0, "min": 0.0, "name": "FW_YR_IMAX", "shortDesc": "Yaw rate integrator limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.05, "group": "FW Rate Control", "increment": 0.005, "max": 10.0, "min": 0.0, "name": "FW_YR_P", "shortDesc": "Yaw rate proportional gain", "type": "Float", "units": "%/rad/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "FW TECS", "increment": 0.5, "longDesc": "The controller will increase the commanded airspeed to maintain this minimum groundspeed to the next waypoint.", "max": 40.0, "min": 0.0, "name": "FW_GND_SPD_MIN", "shortDesc": "Minimum groundspeed", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 30.0, "group": "FW TECS", "increment": 0.5, "longDesc": "Applies in any altitude controlled flight mode.", "max": 60.0, "min": 0.0, "name": "FW_P_LIM_MAX", "shortDesc": "Maximum pitch angle setpoint", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 1, "default": -30.0, "group": "FW TECS", "increment": 0.5, "longDesc": "Applies in any altitude controlled flight mode.", "max": 0.0, "min": -60.0, "name": "FW_P_LIM_MIN", "shortDesc": "Minimum pitch angle setpoint", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "FW TECS", "increment": 0.01, "longDesc": "This is the minimum throttle while on the ground (\"landed\") in auto modes.", "max": 0.4, "min": 0.0, "name": "FW_THR_IDLE", "shortDesc": "Idle throttle", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "FW TECS", "increment": 0.01, "longDesc": "Applies in any altitude controlled flight mode. Should be set accordingly to achieve FW_T_CLMB_MAX.", "max": 1.0, "min": 0.0, "name": "FW_THR_MAX", "shortDesc": "Throttle limit max", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "FW TECS", "increment": 0.01, "longDesc": "Applies in any altitude controlled flight mode. Usually set to 0 but can be increased to prevent the motor from stopping when descending, which can increase achievable descent rates.", "max": 1.0, "min": 0.0, "name": "FW_THR_MIN", "shortDesc": "Throttle limit min", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "FW TECS", "increment": 0.01, "longDesc": "Maximum slew rate for the commanded throttle", "max": 1.0, "min": 0.0, "name": "FW_THR_SLEW_MAX", "shortDesc": "Throttle max slew rate", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": -1.0, "group": "FW TECS", "increment": 0.1, "longDesc": "The calibrated airspeed setpoint during the takeoff climbout. If set <= 0, FW_AIRSPD_MIN will be set by default.", "min": -1.0, "name": "FW_TKO_AIRSPD", "shortDesc": "Takeoff Airspeed", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 5.0, "group": "FW TECS", "increment": 0.5, "min": 2.0, "name": "FW_T_ALT_TC", "shortDesc": "Altitude error time constant", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 3.0, "group": "FW TECS", "increment": 0.01, "longDesc": "In auto modes: default climb rate output by controller to achieve altitude setpoints. In manual modes: maximum climb rate setpoint.", "max": 15.0, "min": 0.5, "name": "FW_T_CLMB_R_SP", "shortDesc": "Default target climbrate", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 0, "default": -1.0, "group": "FW TECS", "longDesc": "Minimum altitude error needed to descend with max airspeed and minimal throttle. A negative value disables fast descend.", "min": -1.0, "name": "FW_T_F_ALT_ERR", "shortDesc": "Fast descend: minimum altitude error", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.3, "group": "FW TECS", "increment": 0.05, "max": 1.0, "min": 0.0, "name": "FW_T_HRATE_FF", "shortDesc": "Height rate feed forward", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "FW TECS", "increment": 0.05, "longDesc": "Increase it to trim out speed and height offsets faster, with the downside of possible overshoots and oscillations.", "max": 2.0, "min": 0.0, "name": "FW_T_I_GAIN_PIT", "shortDesc": "Integrator gain pitch", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "FW TECS", "increment": 0.1, "max": 2.0, "min": 0.0, "name": "FW_T_PTCH_DAMP", "shortDesc": "Pitch damping gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 15.0, "group": "FW TECS", "increment": 0.5, "longDesc": "Is used to compensate for the additional drag created by turning. Increase this gain if the aircraft initially loses energy in turns and reduce if the aircraft initially gains energy in turns.", "max": 20.0, "min": 0.0, "name": "FW_T_RLL2THR", "shortDesc": "Roll -> Throttle feedforward", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "FW TECS", "increment": 0.01, "max": 3.0, "min": 0.5, "name": "FW_T_SEB_R_FF", "shortDesc": "Specific total energy balance rate feedforward gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "FW TECS", "increment": 0.5, "longDesc": "This sets the maximum descent rate that the controller will use.", "max": 15.0, "min": 1.0, "name": "FW_T_SINK_MAX", "shortDesc": "Maximum descent rate", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 2.0, "group": "FW TECS", "increment": 0.01, "longDesc": "In auto modes: default sink rate output by controller to achieve altitude setpoints. In manual modes: maximum sink rate setpoint.", "max": 15.0, "min": 0.5, "name": "FW_T_SINK_R_SP", "shortDesc": "Default target sinkrate", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 1.0, "group": "FW TECS", "increment": 1.0, "longDesc": "Adjusts the amount of weighting that the pitch control applies to speed vs height errors. Setting it to 0.0 will cause the pitch control to control height and ignore speed errors. Setting it to 2.0 will cause the pitch control loop to control speed and ignore height errors. The default value of 1.0 allows the pitch control to simultaneously control height and speed. Set to 2 for gliders.", "max": 2.0, "min": 0.0, "name": "FW_T_SPDWEIGHT", "shortDesc": "Speed <--> Altitude priority", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.2, "group": "FW TECS", "increment": 0.1, "longDesc": "For the airspeed filter in TECS.", "max": 10.0, "min": 0.01, "name": "FW_T_SPD_DEV_STD", "shortDesc": "Airspeed rate measurement standard deviation", "type": "Float", "units": "m/s^2"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.2, "group": "FW TECS", "increment": 0.1, "longDesc": "This is defining the noise in the airspeed rate for the constant airspeed rate model of the TECS airspeed filter.", "max": 10.0, "min": 0.01, "name": "FW_T_SPD_PRC_STD", "shortDesc": "Process noise standard deviation for the airspeed rate", "type": "Float", "units": "m/s^2"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.07, "group": "FW TECS", "increment": 0.1, "longDesc": "For the airspeed filter in TECS.", "max": 10.0, "min": 0.01, "name": "FW_T_SPD_STD", "shortDesc": "Airspeed measurement standard deviation", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.4, "group": "FW TECS", "increment": 0.01, "longDesc": "This filter is applied to the specific total energy rate used for throttle damping.", "max": 2.0, "min": 0.0, "name": "FW_T_STE_R_TC", "shortDesc": "Specific total energy rate first order filter time constant", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 5.0, "group": "FW TECS", "increment": 0.5, "min": 2.0, "name": "FW_T_TAS_TC", "shortDesc": "True airspeed error time constant", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.05, "group": "FW TECS", "increment": 0.01, "longDesc": "This is the damping gain for the throttle demand loop.", "max": 1.0, "min": 0.0, "name": "FW_T_THR_DAMPING", "shortDesc": "Throttle damping factor", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.02, "group": "FW TECS", "increment": 0.005, "longDesc": "Increase it to trim out speed and height offsets faster, with the downside of possible overshoots and oscillations.", "max": 1.0, "min": 0.0, "name": "FW_T_THR_INTEG", "shortDesc": "Integrator gain throttle", "type": "Float"}, {"category": "Standard", "decimalPlaces": 0, "default": -1.0, "group": "FW TECS", "increment": 1.0, "longDesc": "Defines the height (distance to bottom) threshold below which tighter altitude tracking gets enabled (see FW_LND_THRTC_SC). Below this height, TECS smoothly (1 sec / sec) transitions the altitude tracking time constant from FW_T_ALT_TC to FW_LND_THRTC_SC*FW_T_ALT_TC. If equal to -1, low-height traking is disabled.", "min": -1.0, "name": "FW_T_THR_LOW_HGT", "shortDesc": "Low-height threshold for tighter altitude tracking", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 7.0, "group": "FW TECS", "increment": 0.5, "longDesc": "This is the maximum vertical acceleration either up or down that the controller will use to correct speed or height errors.", "max": 10.0, "min": 1.0, "name": "FW_T_VERT_ACC", "shortDesc": "Maximum vertical acceleration", "type": "Float", "units": "m/s^2"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "FW TECS", "increment": 0.01, "longDesc": "Multiplying this factor with the current absolute wind estimate gives the airspeed offset added to the minimum airspeed setpoint limit. This helps to make the system more robust against disturbances (turbulence) in high wind.", "min": 0.0, "name": "FW_WIND_ARSP_SC", "shortDesc": "Wind-based airspeed scaling factor", "type": "Float"}, {"category": "Standard", "default": 1, "group": "Failure Detector", "longDesc": "If enabled, failure detector will verify that for motors, a minimum amount of ESC current per throttle level is being consumed. Otherwise this indicates an motor failure.", "name": "FD_ACT_EN", "rebootRequired": true, "shortDesc": "Enable Actuator Failure check", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 2, "default": 2.0, "group": "Failure Detector", "increment": 1.0, "longDesc": "Motor failure triggers only below this current value", "max": 50.0, "min": 0.0, "name": "FD_ACT_MOT_C2T", "shortDesc": "Motor Failure Current/Throttle Threshold", "type": "Float", "units": "A/%"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.2, "group": "Failure Detector", "increment": 0.01, "longDesc": "Motor failure triggers only above this throttle value.", "max": 1.0, "min": 0.0, "name": "FD_ACT_MOT_THR", "shortDesc": "Motor Failure Throttle Threshold", "type": "Float", "units": "norm"}, {"category": "Standard", "default": 100, "group": "Failure Detector", "increment": 100, "longDesc": "Motor failure triggers only if the throttle threshold and the current to throttle threshold are violated for this time.", "max": 10000, "min": 10, "name": "FD_ACT_MOT_TOUT", "shortDesc": "Motor Failure Time Threshold", "type": "Int32", "units": "ms"}, {"category": "Standard", "default": 1, "group": "Failure Detector", "longDesc": "If enabled, failure detector will verify that all the ESCs have successfully armed when the vehicle has transitioned to the armed state. Timeout for receiving an acknowledgement from the ESCs is 0.3s, if no feedback is received the failure detector will auto disarm the vehicle.", "name": "FD_ESCS_EN", "shortDesc": "Enable checks on ESCs that report their arming state", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "Failure Detector", "longDesc": "Enabled on either AUX5 or MAIN5 depending on board. External ATS is required by ASTM F3322-18.", "name": "FD_EXT_ATS_EN", "rebootRequired": true, "shortDesc": "Enable PWM input on for engaging failsafe from an external automatic trigger system (ATS)", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 2, "default": 1900, "group": "Failure Detector", "longDesc": "External ATS is required by ASTM F3322-18.", "name": "FD_EXT_ATS_TRIG", "shortDesc": "The PWM threshold from external automatic trigger system for engaging failsafe", "type": "Int32", "units": "us"}, {"category": "Standard", "default": 60, "group": "Failure Detector", "longDesc": "Maximum pitch angle before FailureDetector triggers the attitude_failure flag. The flag triggers flight termination (if @CBRK_FLIGHTTERM = 0), which sets outputs to their failsafe values. On takeoff the flag triggers lockdown (irrespective of @CBRK_FLIGHTTERM), which disarms motors but does not set outputs to failsafe values. Setting this parameter to 0 disables the check", "max": 180, "min": 0, "name": "FD_FAIL_P", "shortDesc": "FailureDetector Max Pitch", "type": "Int32", "units": "deg"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.3, "group": "Failure Detector", "longDesc": "Seconds (decimal) that pitch has to exceed FD_FAIL_P before being considered as a failure.", "max": 5.0, "min": 0.02, "name": "FD_FAIL_P_TTRI", "shortDesc": "Pitch failure trigger time", "type": "Float", "units": "s"}, {"category": "Standard", "default": 60, "group": "Failure Detector", "longDesc": "Maximum roll angle before FailureDetector triggers the attitude_failure flag. The flag triggers flight termination (if @CBRK_FLIGHTTERM = 0), which sets outputs to their failsafe values. On takeoff the flag triggers lockdown (irrespective of @CBRK_FLIGHTTERM), which disarms motors but does not set outputs to failsafe values. Setting this parameter to 0 disables the check", "max": 180, "min": 0, "name": "FD_FAIL_R", "shortDesc": "FailureDetector Max Roll", "type": "Int32", "units": "deg"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.3, "group": "Failure Detector", "longDesc": "Seconds (decimal) that roll has to exceed FD_FAIL_R before being considered as a failure.", "max": 5.0, "min": 0.02, "name": "FD_FAIL_R_TTRI", "shortDesc": "Roll failure trigger time", "type": "Float", "units": "s"}, {"category": "Standard", "default": 30, "group": "Failure Detector", "increment": 1, "longDesc": "Value at which the imbalanced propeller metric (based on horizontal and vertical acceleration variance) triggers a failure Setting this value to 0 disables the feature.", "max": 1000, "min": 0, "name": "FD_IMB_PROP_THR", "shortDesc": "Imbalanced propeller check threshold", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 1, "default": 1000.0, "group": "Flight Task Orbit", "increment": 0.5, "max": 10000.0, "min": 1.0, "name": "MC_ORBIT_RAD_MAX", "shortDesc": "Maximum radius of orbit", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "Flight Task Orbit", "name": "MC_ORBIT_YAW_MOD", "shortDesc": "Yaw behaviour during orbit flight", "type": "Int32", "values": [{"description": "Front to Circle Center", "value": 0}, {"description": "Hold Initial Heading", "value": 1}, {"description": "Uncontrolled", "value": 2}, {"description": "Hold Front Tangent to Circle", "value": 3}, {"description": "RC Controlled", "value": 4}]}, {"category": "Standard", "default": 0, "group": "Follow target", "longDesc": "Maintain altitude or track target's altitude. When maintaining the altitude, the drone can crash into terrain when the target moves uphill. When tracking the target's altitude, the follow altitude FLW_TGT_HT should be high enough to prevent terrain collisions due to GPS inaccuracies of the target.", "name": "FLW_TGT_ALT_M", "shortDesc": "Altitude control mode", "type": "Int32", "values": [{"description": "2D Tracking: Maintain constant altitude relative to home and track XY position only", "value": 0}, {"description": "2D + Terrain: Maintain constant altitude relative to terrain below and track XY position", "value": 1}, {"description": "3D Tracking: Track target's altitude (be aware that GPS altitude bias usually makes this useless)", "value": 2}]}, {"category": "Standard", "default": 8.0, "group": "Follow target", "longDesc": "The distance in meters to follow the target at", "min": 1.0, "name": "FLW_TGT_DST", "shortDesc": "Distance to follow target from", "type": "Float", "units": "m"}, {"category": "Standard", "default": 180.0, "group": "Follow target", "longDesc": "Angle to follow the target from. 0.0 Equals straight in front of the target's course (direction of motion) and the angle increases in clockwise direction, meaning Right-side would be 90.0 degrees while Left-side is -90.0 degrees Note: When the user force sets the angle out of the min/max range, it will be wrapped (e.g. 480 -> 120) in the range to gracefully handle the out of range.", "max": 180.0, "min": -180.0, "name": "FLW_TGT_FA", "shortDesc": "Follow Angle setting in degrees", "type": "Float"}, {"category": "Standard", "default": 8.0, "group": "Follow target", "longDesc": "Following height above the target", "min": 8.0, "name": "FLW_TGT_HT", "shortDesc": "Follow target height", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "Follow target", "longDesc": "This is the maximum tangential velocity the drone will circle around the target whenever an orbit angle setpoint changes. Higher value means more aggressive follow behavior.", "max": 20.0, "min": 0.0, "name": "FLW_TGT_MAX_VEL", "shortDesc": "Maximum tangential velocity setting for generating the follow orbit trajectory", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "Follow target", "longDesc": "lower values increase the responsiveness to changing position, but also ignore less noise", "max": 1.0, "min": 0.0, "name": "FLW_TGT_RS", "shortDesc": "Responsiveness to target movement in Target Estimator", "type": "Float"}, {"bitmask": [{"description": "GPS (with QZSS)", "index": 0}, {"description": "SBAS", "index": 1}, {"description": "Galileo", "index": 2}, {"description": "BeiDou", "index": 3}, {"description": "GLONASS", "index": 4}, {"description": "NAVIC", "index": 5}], "category": "Standard", "default": 0, "group": "GPS", "longDesc": "This integer bitmask controls the set of GNSS systems used by the receiver. Check your receiver's documentation on how many systems are supported to be used in parallel. Currently this functionality is just implemented for u-blox receivers. When no bits are set, the receiver's default configuration should be used. Set bits true to enable: 0 : Use GPS (with QZSS) 1 : Use SBAS (multiple GPS augmentation systems) 2 : Use Galileo 3 : Use BeiDou 4 : Use GLONASS 5 : Use NAVIC", "max": 63, "min": 0, "name": "GPS_1_GNSS", "rebootRequired": true, "shortDesc": "GNSS Systems for Primary GPS (integer bitmask)", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "GPS", "longDesc": "Select the GPS protocol over serial. Auto-detection will probe all protocols, and thus is a bit slower.", "max": 7, "min": 0, "name": "GPS_1_PROTOCOL", "rebootRequired": true, "shortDesc": "Protocol for Main GPS", "type": "Int32", "values": [{"description": "Auto detect", "value": 0}, {"description": "u-blox", "value": 1}, {"description": "MTK", "value": 2}, {"description": "Ashtech / Trimble", "value": 3}, {"description": "Emlid Reach", "value": 4}, {"description": "Femtomes", "value": 5}, {"description": "NMEA (generic)", "value": 6}]}, {"bitmask": [{"description": "GPS (with QZSS)", "index": 0}, {"description": "SBAS", "index": 1}, {"description": "Galileo", "index": 2}, {"description": "BeiDou", "index": 3}, {"description": "GLONASS", "index": 4}, {"description": "NAVIC", "index": 5}], "category": "Standard", "default": 0, "group": "GPS", "longDesc": "This integer bitmask controls the set of GNSS systems used by the receiver. Check your receiver's documentation on how many systems are supported to be used in parallel. Currently this functionality is just implemented for u-blox receivers. When no bits are set, the receiver's default configuration should be used. Set bits true to enable: 0 : Use GPS (with QZSS) 1 : Use SBAS (multiple GPS augmentation systems) 2 : Use Galileo 3 : Use BeiDou 4 : Use GLONASS 5 : Use NAVIC", "max": 63, "min": 0, "name": "GPS_2_GNSS", "rebootRequired": true, "shortDesc": "GNSS Systems for Secondary GPS (integer bitmask)", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "GPS", "longDesc": "Select the GPS protocol over serial. Auto-detection will probe all protocols, and thus is a bit slower.", "max": 6, "min": 0, "name": "GPS_2_PROTOCOL", "rebootRequired": true, "shortDesc": "Protocol for Secondary GPS", "type": "Int32", "values": [{"description": "Auto detect", "value": 0}, {"description": "u-blox", "value": 1}, {"description": "MTK", "value": 2}, {"description": "Ashtech / Trimble", "value": 3}, {"description": "Emlid Reach", "value": 4}, {"description": "Femtomes", "value": 5}, {"description": "NMEA (generic)", "value": 6}]}, {"category": "Standard", "default": 0, "group": "GPS", "longDesc": "If this is set to 1, all GPS communication data will be published via uORB, and written to the log file as gps_dump message. If this is set to 2, the main GPS is configured to output RTCM data, which is then logged as gps_dump and can be used for PPK.", "max": 2, "min": 0, "name": "GPS_DUMP_COMM", "shortDesc": "Log GPS communication data", "type": "Int32", "values": [{"description": "Disable", "value": 0}, {"description": "Full communication", "value": 1}, {"description": "RTCM output (PPK)", "value": 2}]}, {"category": "Standard", "default": 0, "group": "GPS", "longDesc": "Enable publication of satellite info (ORB_ID(satellite_info)) if possible. Not available on MTK.", "name": "GPS_SAT_INFO", "rebootRequired": true, "shortDesc": "Enable sat info (if available)", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 230400, "group": "GPS", "longDesc": "Select a baudrate for the F9P's UART2 port. In GPS_UBX_MODE 1, 2, and 3, the F9P's UART2 port is configured to send/receive RTCM corrections. Set this to 57600 if you want to attach a telemetry radio on UART2.", "min": 0, "name": "GPS_UBX_BAUD2", "rebootRequired": true, "shortDesc": "u-blox F9P UART2 Baudrate", "type": "Int32", "units": "B/s"}, {"bitmask": [{"description": "Enable I2C input protocol UBX", "index": 0}, {"description": "Enable I2C input protocol NMEA", "index": 1}, {"description": "Enable I2C input protocol RTCM3X", "index": 2}, {"description": "Enable I2C output protocol UBX", "index": 3}, {"description": "Enable I2C output protocol NMEA", "index": 4}, {"description": "Enable I2C output protocol RTCM3X", "index": 5}], "category": "Standard", "default": 0, "group": "GPS", "max": 32, "min": 0, "name": "GPS_UBX_CFG_INTF", "rebootRequired": true, "shortDesc": "u-blox protocol configuration for interfaces", "type": "Int32"}, {"category": "Standard", "default": 7, "group": "GPS", "longDesc": "u-blox receivers support different dynamic platform models to adjust the navigation engine to the expected application environment.", "max": 9, "min": 0, "name": "GPS_UBX_DYNMODEL", "rebootRequired": true, "shortDesc": "u-blox GPS dynamic platform model", "type": "Int32", "values": [{"description": "stationary", "value": 2}, {"description": "automotive", "value": 4}, {"description": "airborne with <1g acceleration", "value": 6}, {"description": "airborne with <2g acceleration", "value": 7}, {"description": "airborne with <4g acceleration", "value": 8}]}, {"category": "Standard", "default": 0, "group": "GPS", "longDesc": "Select the u-blox configuration setup. Most setups will use the default, including RTK and dual GPS without heading. If rover has RTCM corrections from a static base (or other static correction source) coming in on UART2, then select Mode 5. The Heading mode requires 2 F9P devices to be attached. The main GPS will act as rover and output heading information, whereas the secondary will act as moving base. Modes 1 and 2 require each F9P UART1 to be connected to the Autopilot. In addition, UART2 on the F9P units are connected to each other. Modes 3 and 4 only require UART1 on each F9P connected to the Autopilot or Can Node. UART RX DMA is required. RTK is still possible with this setup.", "max": 1, "min": 0, "name": "GPS_UBX_MODE", "rebootRequired": true, "shortDesc": "u-blox GPS Mode", "type": "Int32", "values": [{"description": "Default", "value": 0}, {"description": "Heading (Rover With Moving Base UART1 Connected To Autopilot, UART2 Connected To Moving Base)", "value": 1}, {"description": "Moving Base (UART1 Connected To Autopilot, UART2 Connected To Rover)", "value": 2}, {"description": "Heading (Rover With Moving Base UART1 Connected to Autopilot Or Can Node At 921600)", "value": 3}, {"description": "Moving Base (Moving Base UART1 Connected to Autopilot Or Can Node At 921600)", "value": 4}, {"description": "Rover with Static Base on UART2 (similar to Default, except coming in on UART2)", "value": 5}]}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "GPS", "longDesc": "Heading offset angle for dual antenna GPS setups that support heading estimation. Set this to 0 if the antennas are parallel to the forward-facing direction of the vehicle and the rover (or Unicore primary) antenna is in front. The offset angle increases clockwise. Set this to 90 if the rover (or Unicore primary, or Septentrio Mosaic Aux) antenna is placed on the right side of the vehicle and the moving base antenna is on the left side. (Note: the Unicore primary antenna is the one connected on the right as seen from the top).", "max": 360.0, "min": 0.0, "name": "GPS_YAW_OFFSET", "rebootRequired": true, "shortDesc": "Heading/Yaw offset for dual antenna GPS", "type": "Float", "units": "deg"}, {"category": "Standard", "default": 2, "group": "Geofence", "longDesc": "Note: Setting this value to 4 enables flight termination, which will kill the vehicle on violation of the fence.", "max": 5, "min": 0, "name": "GF_ACTION", "shortDesc": "Geofence violation action", "type": "Int32", "values": [{"description": "None", "value": 0}, {"description": "Warning", "value": 1}, {"description": "Hold mode", "value": 2}, {"description": "Return mode", "value": 3}, {"description": "Terminate", "value": 4}, {"description": "Land mode", "value": 5}]}, {"category": "Standard", "default": 0.0, "group": "Geofence", "increment": 1.0, "longDesc": "Maximum horizontal distance in meters the vehicle can be from Home before triggering a geofence action. Disabled if 0.", "max": 10000.0, "min": 0.0, "name": "GF_MAX_HOR_DIST", "shortDesc": "Max horizontal distance from Home", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0.0, "group": "Geofence", "increment": 1.0, "longDesc": "Maximum vertical distance in meters the vehicle can be from Home before triggering a geofence action. Disabled if 0.", "max": 10000.0, "min": 0.0, "name": "GF_MAX_VER_DIST", "shortDesc": "Max vertical distance from Home", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "Geofence", "longDesc": "WARNING: This experimental feature may cause flyaways. Use at your own risk. Predict the motion of the vehicle and trigger the breach if it is determined that the current trajectory would result in a breach happening before the vehicle can make evasive maneuvers. The vehicle is then re-routed to a safe hold position (stop for multirotor, loiter for fixed wing).", "name": "GF_PREDICT", "shortDesc": "[EXPERIMENTAL] Use Pre-emptive geofence triggering", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "Geofence", "longDesc": "Select which position source should be used. Selecting GPS instead of global position makes sure that there is no dependence on the position estimator 0 = global position, 1 = GPS", "max": 1, "min": 0, "name": "GF_SOURCE", "shortDesc": "Geofence source", "type": "Int32", "values": [{"description": "GPOS", "value": 0}, {"description": "GPS", "value": 1}]}, {"category": "Standard", "default": 0, "group": "Geometry", "longDesc": "Defines which mixer implementation to use. Some are generic, while others are specifically fit to a certain vehicle with a fixed set of actuators. 'Custom' should only be used if noting else can be used.", "name": "CA_AIRFRAME", "shortDesc": "Airframe selection", "type": "Int32", "values": [{"description": "Multirotor", "value": 0}, {"description": "Fixed-wing", "value": 1}, {"description": "Standard VTOL", "value": 2}, {"description": "Tiltrotor VTOL", "value": 3}, {"description": "Tailsitter VTOL", "value": 4}, {"description": "Rover (Ackermann)", "value": 5}, {"description": "Rover (Differential)", "value": 6}, {"description": "Motors (6DOF)", "value": 7}, {"description": "Multirotor with Tilt", "value": 8}, {"description": "Custom", "value": 9}, {"description": "Helicopter (tail ESC)", "value": 10}, {"description": "Helicopter (tail Servo)", "value": 11}, {"description": "Helicopter (Coaxial)", "value": 12}, {"description": "Rover (Mecanum)", "value": 13}]}, {"category": "Standard", "default": 0, "group": "Geometry", "longDesc": "This is used to specify how to handle motor failures reported by failure detector.", "name": "CA_FAILURE_MODE", "shortDesc": "Motor failure handling mode", "type": "Int32", "values": [{"description": "Ignore", "value": 0}, {"description": "Remove first failed motor from effectiveness", "value": 1}]}, {"category": "Standard", "decimalPlaces": 3, "default": -0.05, "group": "Geometry", "increment": 0.1, "longDesc": "Defines the collective pitch at the interval position 0 for a given thrust setpoint. Use negative values if the swash plate needs to move down to provide upwards thrust.", "max": 1.0, "min": -1.0, "name": "CA_HELI_PITCH_C0", "shortDesc": "Collective pitch curve at position 0", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0725, "group": "Geometry", "increment": 0.1, "longDesc": "Defines the collective pitch at the interval position 1 for a given thrust setpoint. Use negative values if the swash plate needs to move down to provide upwards thrust.", "max": 1.0, "min": -1.0, "name": "CA_HELI_PITCH_C1", "shortDesc": "Collective pitch curve at position 1", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.2, "group": "Geometry", "increment": 0.1, "longDesc": "Defines the collective pitch at the interval position 2 for a given thrust setpoint. Use negative values if the swash plate needs to move down to provide upwards thrust.", "max": 1.0, "min": -1.0, "name": "CA_HELI_PITCH_C2", "shortDesc": "Collective pitch curve at position 2", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.325, "group": "Geometry", "increment": 0.1, "longDesc": "Defines the collective pitch at the interval position 3 for a given thrust setpoint. Use negative values if the swash plate needs to move down to provide upwards thrust.", "max": 1.0, "min": -1.0, "name": "CA_HELI_PITCH_C3", "shortDesc": "Collective pitch curve at position 3", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.45, "group": "Geometry", "increment": 0.1, "longDesc": "Defines the collective pitch at the interval position 4 for a given thrust setpoint. Use negative values if the swash plate needs to move down to provide upwards thrust.", "max": 1.0, "min": -1.0, "name": "CA_HELI_PITCH_C4", "shortDesc": "Collective pitch curve at position 4", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 1.0, "group": "Geometry", "increment": 0.1, "longDesc": "Defines the output throttle at the interval position 0.", "max": 1.0, "min": 0.0, "name": "CA_HELI_THR_C0", "shortDesc": "Throttle curve at position 0", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 1.0, "group": "Geometry", "increment": 0.1, "longDesc": "Defines the output throttle at the interval position 1.", "max": 1.0, "min": 0.0, "name": "CA_HELI_THR_C1", "shortDesc": "Throttle curve at position 1", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 1.0, "group": "Geometry", "increment": 0.1, "longDesc": "Defines the output throttle at the interval position 2.", "max": 1.0, "min": 0.0, "name": "CA_HELI_THR_C2", "shortDesc": "Throttle curve at position 2", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 1.0, "group": "Geometry", "increment": 0.1, "longDesc": "Defines the output throttle at the interval position 3.", "max": 1.0, "min": 0.0, "name": "CA_HELI_THR_C3", "shortDesc": "Throttle curve at position 3", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 1.0, "group": "Geometry", "increment": 0.1, "longDesc": "Defines the output throttle at the interval position 4.", "max": 1.0, "min": 0.0, "name": "CA_HELI_THR_C4", "shortDesc": "Throttle curve at position 4", "type": "Float"}, {"category": "Standard", "default": 0, "group": "Geometry", "longDesc": "Default configuration is for a clockwise turning main rotor and positive thrust of the tail rotor is expected to rotate the vehicle clockwise. Set this parameter to true if the tail rotor provides thrust in counter-clockwise direction which is mostly the case when the main rotor turns counter-clockwise.", "name": "CA_HELI_YAW_CCW", "shortDesc": "Main rotor turns counter-clockwise", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "This allows to specify which collective pitch command results in the least amount of rotor drag. This is used to increase the accuracy of the yaw drag torque compensation based on collective pitch by aligning the lowest rotor drag with zero compensation. For symmetric profile blades this is the command that results in exactly 0\u00b0 collective blade angle. For lift profile blades this is typically a command resulting in slightly negative collective blade angle. tail_output += CA_HELI_YAW_CP_S * abs(collective_pitch - CA_HELI_YAW_CP_O)", "max": 2.0, "min": -2.0, "name": "CA_HELI_YAW_CP_O", "shortDesc": "Offset for yaw compensation based on collective pitch", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "This allows to add a proportional factor of the collective pitch command to the yaw command. A negative value is needed when positive thrust of the tail rotor rotates the vehicle opposite to the main rotor turn direction. tail_output += CA_HELI_YAW_CP_S * abs(collective_pitch - CA_HELI_YAW_CP_O)", "max": 2.0, "min": -2.0, "name": "CA_HELI_YAW_CP_S", "shortDesc": "Scale for yaw compensation based on collective pitch", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "This allows to add a proportional factor of the throttle command to the yaw command. A negative value is needed when positive thrust of the tail rotor rotates the vehicle opposite to the main rotor turn direction. tail_output += CA_HELI_YAW_TH_S * throttle", "max": 2.0, "min": -2.0, "name": "CA_HELI_YAW_TH_S", "shortDesc": "Scale for yaw compensation based on throttle", "type": "Float"}, {"category": "Standard", "default": 2, "group": "Geometry", "longDesc": "Selects the algorithm and desaturation method. If set to Automtic, the selection is based on the airframe (CA_AIRFRAME).", "name": "CA_METHOD", "shortDesc": "Control allocation method", "type": "Int32", "values": [{"description": "Pseudo-inverse with output clipping", "value": 0}, {"description": "Pseudo-inverse with sequential desaturation technique", "value": 1}, {"description": "Automatic", "value": 2}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.01, "longDesc": "Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled.", "max": 10.0, "min": 0.0, "name": "CA_R0_SLEW", "shortDesc": "Motor 0 slew rate limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.01, "longDesc": "Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled.", "max": 10.0, "min": 0.0, "name": "CA_R10_SLEW", "shortDesc": "Motor 10 slew rate limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.01, "longDesc": "Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled.", "max": 10.0, "min": 0.0, "name": "CA_R11_SLEW", "shortDesc": "Motor 11 slew rate limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.01, "longDesc": "Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled.", "max": 10.0, "min": 0.0, "name": "CA_R1_SLEW", "shortDesc": "Motor 1 slew rate limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.01, "longDesc": "Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled.", "max": 10.0, "min": 0.0, "name": "CA_R2_SLEW", "shortDesc": "Motor 2 slew rate limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.01, "longDesc": "Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled.", "max": 10.0, "min": 0.0, "name": "CA_R3_SLEW", "shortDesc": "Motor 3 slew rate limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.01, "longDesc": "Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled.", "max": 10.0, "min": 0.0, "name": "CA_R4_SLEW", "shortDesc": "Motor 4 slew rate limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.01, "longDesc": "Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled.", "max": 10.0, "min": 0.0, "name": "CA_R5_SLEW", "shortDesc": "Motor 5 slew rate limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.01, "longDesc": "Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled.", "max": 10.0, "min": 0.0, "name": "CA_R6_SLEW", "shortDesc": "Motor 6 slew rate limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.01, "longDesc": "Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled.", "max": 10.0, "min": 0.0, "name": "CA_R7_SLEW", "shortDesc": "Motor 7 slew rate limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.01, "longDesc": "Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled.", "max": 10.0, "min": 0.0, "name": "CA_R8_SLEW", "shortDesc": "Motor 8 slew rate limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.01, "longDesc": "Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled.", "max": 10.0, "min": 0.0, "name": "CA_R9_SLEW", "shortDesc": "Motor 9 slew rate limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR0_AX", "shortDesc": "Axis of rotor 0 thrust vector, X body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR0_AY", "shortDesc": "Axis of rotor 0 thrust vector, Y body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": -1.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR0_AZ", "shortDesc": "Axis of rotor 0 thrust vector, Z body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 6.5, "group": "Geometry", "increment": 1.0, "longDesc": "The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller.", "max": 100.0, "min": 0.0, "name": "CA_ROTOR0_CT", "shortDesc": "Thrust coefficient of rotor 0", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.05, "group": "Geometry", "increment": 0.01, "longDesc": "The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation.", "max": 1.0, "min": -1.0, "name": "CA_ROTOR0_KM", "shortDesc": "Moment coefficient of rotor 0", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR0_PX", "shortDesc": "Position of rotor 0 along X body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR0_PY", "shortDesc": "Position of rotor 0 along Y body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR0_PZ", "shortDesc": "Position of rotor 0 along Z body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "Geometry", "longDesc": "If not set to None, this motor is tilted by the configured tilt servo.", "name": "CA_ROTOR0_TILT", "shortDesc": "Rotor 0 tilt assignment", "type": "Int32", "values": [{"description": "None", "value": 0}, {"description": "Tilt 1", "value": 1}, {"description": "Tilt 2", "value": 2}, {"description": "Tilt 3", "value": 3}, {"description": "Tilt 4", "value": 4}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR10_AX", "shortDesc": "Axis of rotor 10 thrust vector, X body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR10_AY", "shortDesc": "Axis of rotor 10 thrust vector, Y body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": -1.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR10_AZ", "shortDesc": "Axis of rotor 10 thrust vector, Z body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 6.5, "group": "Geometry", "increment": 1.0, "longDesc": "The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller.", "max": 100.0, "min": 0.0, "name": "CA_ROTOR10_CT", "shortDesc": "Thrust coefficient of rotor 10", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.05, "group": "Geometry", "increment": 0.01, "longDesc": "The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation.", "max": 1.0, "min": -1.0, "name": "CA_ROTOR10_KM", "shortDesc": "Moment coefficient of rotor 10", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR10_PX", "shortDesc": "Position of rotor 10 along X body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR10_PY", "shortDesc": "Position of rotor 10 along Y body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR10_PZ", "shortDesc": "Position of rotor 10 along Z body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "Geometry", "longDesc": "If not set to None, this motor is tilted by the configured tilt servo.", "name": "CA_ROTOR10_TILT", "shortDesc": "Rotor 10 tilt assignment", "type": "Int32", "values": [{"description": "None", "value": 0}, {"description": "Tilt 1", "value": 1}, {"description": "Tilt 2", "value": 2}, {"description": "Tilt 3", "value": 3}, {"description": "Tilt 4", "value": 4}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR11_AX", "shortDesc": "Axis of rotor 11 thrust vector, X body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR11_AY", "shortDesc": "Axis of rotor 11 thrust vector, Y body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": -1.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR11_AZ", "shortDesc": "Axis of rotor 11 thrust vector, Z body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 6.5, "group": "Geometry", "increment": 1.0, "longDesc": "The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller.", "max": 100.0, "min": 0.0, "name": "CA_ROTOR11_CT", "shortDesc": "Thrust coefficient of rotor 11", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.05, "group": "Geometry", "increment": 0.01, "longDesc": "The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation.", "max": 1.0, "min": -1.0, "name": "CA_ROTOR11_KM", "shortDesc": "Moment coefficient of rotor 11", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR11_PX", "shortDesc": "Position of rotor 11 along X body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR11_PY", "shortDesc": "Position of rotor 11 along Y body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR11_PZ", "shortDesc": "Position of rotor 11 along Z body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "Geometry", "longDesc": "If not set to None, this motor is tilted by the configured tilt servo.", "name": "CA_ROTOR11_TILT", "shortDesc": "Rotor 11 tilt assignment", "type": "Int32", "values": [{"description": "None", "value": 0}, {"description": "Tilt 1", "value": 1}, {"description": "Tilt 2", "value": 2}, {"description": "Tilt 3", "value": 3}, {"description": "Tilt 4", "value": 4}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR1_AX", "shortDesc": "Axis of rotor 1 thrust vector, X body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR1_AY", "shortDesc": "Axis of rotor 1 thrust vector, Y body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": -1.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR1_AZ", "shortDesc": "Axis of rotor 1 thrust vector, Z body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 6.5, "group": "Geometry", "increment": 1.0, "longDesc": "The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller.", "max": 100.0, "min": 0.0, "name": "CA_ROTOR1_CT", "shortDesc": "Thrust coefficient of rotor 1", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.05, "group": "Geometry", "increment": 0.01, "longDesc": "The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation.", "max": 1.0, "min": -1.0, "name": "CA_ROTOR1_KM", "shortDesc": "Moment coefficient of rotor 1", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR1_PX", "shortDesc": "Position of rotor 1 along X body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR1_PY", "shortDesc": "Position of rotor 1 along Y body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR1_PZ", "shortDesc": "Position of rotor 1 along Z body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "Geometry", "longDesc": "If not set to None, this motor is tilted by the configured tilt servo.", "name": "CA_ROTOR1_TILT", "shortDesc": "Rotor 1 tilt assignment", "type": "Int32", "values": [{"description": "None", "value": 0}, {"description": "Tilt 1", "value": 1}, {"description": "Tilt 2", "value": 2}, {"description": "Tilt 3", "value": 3}, {"description": "Tilt 4", "value": 4}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR2_AX", "shortDesc": "Axis of rotor 2 thrust vector, X body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR2_AY", "shortDesc": "Axis of rotor 2 thrust vector, Y body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": -1.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR2_AZ", "shortDesc": "Axis of rotor 2 thrust vector, Z body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 6.5, "group": "Geometry", "increment": 1.0, "longDesc": "The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller.", "max": 100.0, "min": 0.0, "name": "CA_ROTOR2_CT", "shortDesc": "Thrust coefficient of rotor 2", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.05, "group": "Geometry", "increment": 0.01, "longDesc": "The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation.", "max": 1.0, "min": -1.0, "name": "CA_ROTOR2_KM", "shortDesc": "Moment coefficient of rotor 2", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR2_PX", "shortDesc": "Position of rotor 2 along X body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR2_PY", "shortDesc": "Position of rotor 2 along Y body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR2_PZ", "shortDesc": "Position of rotor 2 along Z body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "Geometry", "longDesc": "If not set to None, this motor is tilted by the configured tilt servo.", "name": "CA_ROTOR2_TILT", "shortDesc": "Rotor 2 tilt assignment", "type": "Int32", "values": [{"description": "None", "value": 0}, {"description": "Tilt 1", "value": 1}, {"description": "Tilt 2", "value": 2}, {"description": "Tilt 3", "value": 3}, {"description": "Tilt 4", "value": 4}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR3_AX", "shortDesc": "Axis of rotor 3 thrust vector, X body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR3_AY", "shortDesc": "Axis of rotor 3 thrust vector, Y body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": -1.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR3_AZ", "shortDesc": "Axis of rotor 3 thrust vector, Z body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 6.5, "group": "Geometry", "increment": 1.0, "longDesc": "The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller.", "max": 100.0, "min": 0.0, "name": "CA_ROTOR3_CT", "shortDesc": "Thrust coefficient of rotor 3", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.05, "group": "Geometry", "increment": 0.01, "longDesc": "The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation.", "max": 1.0, "min": -1.0, "name": "CA_ROTOR3_KM", "shortDesc": "Moment coefficient of rotor 3", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR3_PX", "shortDesc": "Position of rotor 3 along X body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR3_PY", "shortDesc": "Position of rotor 3 along Y body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR3_PZ", "shortDesc": "Position of rotor 3 along Z body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "Geometry", "longDesc": "If not set to None, this motor is tilted by the configured tilt servo.", "name": "CA_ROTOR3_TILT", "shortDesc": "Rotor 3 tilt assignment", "type": "Int32", "values": [{"description": "None", "value": 0}, {"description": "Tilt 1", "value": 1}, {"description": "Tilt 2", "value": 2}, {"description": "Tilt 3", "value": 3}, {"description": "Tilt 4", "value": 4}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR4_AX", "shortDesc": "Axis of rotor 4 thrust vector, X body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR4_AY", "shortDesc": "Axis of rotor 4 thrust vector, Y body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": -1.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR4_AZ", "shortDesc": "Axis of rotor 4 thrust vector, Z body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 6.5, "group": "Geometry", "increment": 1.0, "longDesc": "The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller.", "max": 100.0, "min": 0.0, "name": "CA_ROTOR4_CT", "shortDesc": "Thrust coefficient of rotor 4", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.05, "group": "Geometry", "increment": 0.01, "longDesc": "The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation.", "max": 1.0, "min": -1.0, "name": "CA_ROTOR4_KM", "shortDesc": "Moment coefficient of rotor 4", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR4_PX", "shortDesc": "Position of rotor 4 along X body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR4_PY", "shortDesc": "Position of rotor 4 along Y body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR4_PZ", "shortDesc": "Position of rotor 4 along Z body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "Geometry", "longDesc": "If not set to None, this motor is tilted by the configured tilt servo.", "name": "CA_ROTOR4_TILT", "shortDesc": "Rotor 4 tilt assignment", "type": "Int32", "values": [{"description": "None", "value": 0}, {"description": "Tilt 1", "value": 1}, {"description": "Tilt 2", "value": 2}, {"description": "Tilt 3", "value": 3}, {"description": "Tilt 4", "value": 4}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR5_AX", "shortDesc": "Axis of rotor 5 thrust vector, X body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR5_AY", "shortDesc": "Axis of rotor 5 thrust vector, Y body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": -1.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR5_AZ", "shortDesc": "Axis of rotor 5 thrust vector, Z body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 6.5, "group": "Geometry", "increment": 1.0, "longDesc": "The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller.", "max": 100.0, "min": 0.0, "name": "CA_ROTOR5_CT", "shortDesc": "Thrust coefficient of rotor 5", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.05, "group": "Geometry", "increment": 0.01, "longDesc": "The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation.", "max": 1.0, "min": -1.0, "name": "CA_ROTOR5_KM", "shortDesc": "Moment coefficient of rotor 5", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR5_PX", "shortDesc": "Position of rotor 5 along X body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR5_PY", "shortDesc": "Position of rotor 5 along Y body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR5_PZ", "shortDesc": "Position of rotor 5 along Z body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "Geometry", "longDesc": "If not set to None, this motor is tilted by the configured tilt servo.", "name": "CA_ROTOR5_TILT", "shortDesc": "Rotor 5 tilt assignment", "type": "Int32", "values": [{"description": "None", "value": 0}, {"description": "Tilt 1", "value": 1}, {"description": "Tilt 2", "value": 2}, {"description": "Tilt 3", "value": 3}, {"description": "Tilt 4", "value": 4}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR6_AX", "shortDesc": "Axis of rotor 6 thrust vector, X body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR6_AY", "shortDesc": "Axis of rotor 6 thrust vector, Y body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": -1.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR6_AZ", "shortDesc": "Axis of rotor 6 thrust vector, Z body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 6.5, "group": "Geometry", "increment": 1.0, "longDesc": "The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller.", "max": 100.0, "min": 0.0, "name": "CA_ROTOR6_CT", "shortDesc": "Thrust coefficient of rotor 6", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.05, "group": "Geometry", "increment": 0.01, "longDesc": "The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation.", "max": 1.0, "min": -1.0, "name": "CA_ROTOR6_KM", "shortDesc": "Moment coefficient of rotor 6", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR6_PX", "shortDesc": "Position of rotor 6 along X body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR6_PY", "shortDesc": "Position of rotor 6 along Y body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR6_PZ", "shortDesc": "Position of rotor 6 along Z body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "Geometry", "longDesc": "If not set to None, this motor is tilted by the configured tilt servo.", "name": "CA_ROTOR6_TILT", "shortDesc": "Rotor 6 tilt assignment", "type": "Int32", "values": [{"description": "None", "value": 0}, {"description": "Tilt 1", "value": 1}, {"description": "Tilt 2", "value": 2}, {"description": "Tilt 3", "value": 3}, {"description": "Tilt 4", "value": 4}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR7_AX", "shortDesc": "Axis of rotor 7 thrust vector, X body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR7_AY", "shortDesc": "Axis of rotor 7 thrust vector, Y body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": -1.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR7_AZ", "shortDesc": "Axis of rotor 7 thrust vector, Z body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 6.5, "group": "Geometry", "increment": 1.0, "longDesc": "The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller.", "max": 100.0, "min": 0.0, "name": "CA_ROTOR7_CT", "shortDesc": "Thrust coefficient of rotor 7", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.05, "group": "Geometry", "increment": 0.01, "longDesc": "The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation.", "max": 1.0, "min": -1.0, "name": "CA_ROTOR7_KM", "shortDesc": "Moment coefficient of rotor 7", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR7_PX", "shortDesc": "Position of rotor 7 along X body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR7_PY", "shortDesc": "Position of rotor 7 along Y body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR7_PZ", "shortDesc": "Position of rotor 7 along Z body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "Geometry", "longDesc": "If not set to None, this motor is tilted by the configured tilt servo.", "name": "CA_ROTOR7_TILT", "shortDesc": "Rotor 7 tilt assignment", "type": "Int32", "values": [{"description": "None", "value": 0}, {"description": "Tilt 1", "value": 1}, {"description": "Tilt 2", "value": 2}, {"description": "Tilt 3", "value": 3}, {"description": "Tilt 4", "value": 4}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR8_AX", "shortDesc": "Axis of rotor 8 thrust vector, X body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR8_AY", "shortDesc": "Axis of rotor 8 thrust vector, Y body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": -1.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR8_AZ", "shortDesc": "Axis of rotor 8 thrust vector, Z body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 6.5, "group": "Geometry", "increment": 1.0, "longDesc": "The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller.", "max": 100.0, "min": 0.0, "name": "CA_ROTOR8_CT", "shortDesc": "Thrust coefficient of rotor 8", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.05, "group": "Geometry", "increment": 0.01, "longDesc": "The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation.", "max": 1.0, "min": -1.0, "name": "CA_ROTOR8_KM", "shortDesc": "Moment coefficient of rotor 8", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR8_PX", "shortDesc": "Position of rotor 8 along X body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR8_PY", "shortDesc": "Position of rotor 8 along Y body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR8_PZ", "shortDesc": "Position of rotor 8 along Z body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "Geometry", "longDesc": "If not set to None, this motor is tilted by the configured tilt servo.", "name": "CA_ROTOR8_TILT", "shortDesc": "Rotor 8 tilt assignment", "type": "Int32", "values": [{"description": "None", "value": 0}, {"description": "Tilt 1", "value": 1}, {"description": "Tilt 2", "value": 2}, {"description": "Tilt 3", "value": 3}, {"description": "Tilt 4", "value": 4}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR9_AX", "shortDesc": "Axis of rotor 9 thrust vector, X body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR9_AY", "shortDesc": "Axis of rotor 9 thrust vector, Y body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": -1.0, "group": "Geometry", "increment": 0.1, "longDesc": "Only the direction is considered (the vector is normalized).", "max": 100.0, "min": -100.0, "name": "CA_ROTOR9_AZ", "shortDesc": "Axis of rotor 9 thrust vector, Z body axis component", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 6.5, "group": "Geometry", "increment": 1.0, "longDesc": "The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller.", "max": 100.0, "min": 0.0, "name": "CA_ROTOR9_CT", "shortDesc": "Thrust coefficient of rotor 9", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.05, "group": "Geometry", "increment": 0.01, "longDesc": "The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation.", "max": 1.0, "min": -1.0, "name": "CA_ROTOR9_KM", "shortDesc": "Moment coefficient of rotor 9", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR9_PX", "shortDesc": "Position of rotor 9 along X body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR9_PY", "shortDesc": "Position of rotor 9 along Y body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.1, "max": 100.0, "min": -100.0, "name": "CA_ROTOR9_PZ", "shortDesc": "Position of rotor 9 along Z body axis relative to center of gravity", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "Geometry", "longDesc": "If not set to None, this motor is tilted by the configured tilt servo.", "name": "CA_ROTOR9_TILT", "shortDesc": "Rotor 9 tilt assignment", "type": "Int32", "values": [{"description": "None", "value": 0}, {"description": "Tilt 1", "value": 1}, {"description": "Tilt 2", "value": 2}, {"description": "Tilt 3", "value": 3}, {"description": "Tilt 4", "value": 4}]}, {"category": "Standard", "default": 0, "group": "Geometry", "name": "CA_ROTOR_COUNT", "shortDesc": "Total number of rotors", "type": "Int32", "values": [{"description": "0", "value": 0}, {"description": "1", "value": 1}, {"description": "2", "value": 2}, {"description": "3", "value": 3}, {"description": "4", "value": 4}, {"description": "5", "value": 5}, {"description": "6", "value": 6}, {"description": "7", "value": 7}, {"description": "8", "value": 8}, {"description": "9", "value": 9}, {"description": "10", "value": 10}, {"description": "11", "value": 11}, {"description": "12", "value": 12}]}, {"bitmask": [{"description": "Motor 1", "index": 0}, {"description": "Motor 2", "index": 1}, {"description": "Motor 3", "index": 2}, {"description": "Motor 4", "index": 3}, {"description": "Motor 5", "index": 4}, {"description": "Motor 6", "index": 5}, {"description": "Motor 7", "index": 6}, {"description": "Motor 8", "index": 7}, {"description": "Motor 9", "index": 8}, {"description": "Motor 10", "index": 9}, {"description": "Motor 11", "index": 10}, {"description": "Motor 12", "index": 11}], "category": "Standard", "default": 0, "group": "Geometry", "longDesc": "Configure motors to be bidirectional/reversible. Note that the output driver needs to support this as well.", "max": 4095, "min": 0, "name": "CA_R_REV", "shortDesc": "Bidirectional/Reversible motors", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 0, "default": 0.0, "group": "Geometry", "increment": 10.0, "longDesc": "The angle is measured clockwise (as seen from top), with 0 pointing forwards (X axis).", "max": 360.0, "min": 0.0, "name": "CA_SP0_ANG0", "shortDesc": "Angle for swash plate servo 0", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 0, "default": 140.0, "group": "Geometry", "increment": 10.0, "longDesc": "The angle is measured clockwise (as seen from top), with 0 pointing forwards (X axis).", "max": 360.0, "min": 0.0, "name": "CA_SP0_ANG1", "shortDesc": "Angle for swash plate servo 1", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 0, "default": 220.0, "group": "Geometry", "increment": 10.0, "longDesc": "The angle is measured clockwise (as seen from top), with 0 pointing forwards (X axis).", "max": 360.0, "min": 0.0, "name": "CA_SP0_ANG2", "shortDesc": "Angle for swash plate servo 2", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 0, "default": 0.0, "group": "Geometry", "increment": 10.0, "longDesc": "The angle is measured clockwise (as seen from top), with 0 pointing forwards (X axis).", "max": 360.0, "min": 0.0, "name": "CA_SP0_ANG3", "shortDesc": "Angle for swash plate servo 3", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 3, "default": 1.0, "group": "Geometry", "increment": 0.1, "longDesc": "This is relative to the other arm lengths.", "max": 10.0, "min": 0.0, "name": "CA_SP0_ARM_L0", "shortDesc": "Arm length for swash plate servo 0", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 1.0, "group": "Geometry", "increment": 0.1, "longDesc": "This is relative to the other arm lengths.", "max": 10.0, "min": 0.0, "name": "CA_SP0_ARM_L1", "shortDesc": "Arm length for swash plate servo 1", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 1.0, "group": "Geometry", "increment": 0.1, "longDesc": "This is relative to the other arm lengths.", "max": 10.0, "min": 0.0, "name": "CA_SP0_ARM_L2", "shortDesc": "Arm length for swash plate servo 2", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 1.0, "group": "Geometry", "increment": 0.1, "longDesc": "This is relative to the other arm lengths.", "max": 10.0, "min": 0.0, "name": "CA_SP0_ARM_L3", "shortDesc": "Arm length for swash plate servo 3", "type": "Float"}, {"category": "Standard", "default": 3, "group": "Geometry", "name": "CA_SP0_COUNT", "shortDesc": "Number of swash plates servos", "type": "Int32", "values": [{"description": "2", "value": 2}, {"description": "3", "value": 3}, {"description": "4", "value": 4}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.05, "longDesc": "Minimum time allowed for the servo input signal to pass through the full output range. A value x means that the servo signal can only go from -1 to 1 in minimum x seconds. Zero means that slew rate limiting is disabled.", "max": 10.0, "min": 0.0, "name": "CA_SV0_SLEW", "shortDesc": "Servo 0 slew rate limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.05, "longDesc": "Minimum time allowed for the servo input signal to pass through the full output range. A value x means that the servo signal can only go from -1 to 1 in minimum x seconds. Zero means that slew rate limiting is disabled.", "max": 10.0, "min": 0.0, "name": "CA_SV1_SLEW", "shortDesc": "Servo 1 slew rate limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.05, "longDesc": "Minimum time allowed for the servo input signal to pass through the full output range. A value x means that the servo signal can only go from -1 to 1 in minimum x seconds. Zero means that slew rate limiting is disabled.", "max": 10.0, "min": 0.0, "name": "CA_SV2_SLEW", "shortDesc": "Servo 2 slew rate limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.05, "longDesc": "Minimum time allowed for the servo input signal to pass through the full output range. A value x means that the servo signal can only go from -1 to 1 in minimum x seconds. Zero means that slew rate limiting is disabled.", "max": 10.0, "min": 0.0, "name": "CA_SV3_SLEW", "shortDesc": "Servo 3 slew rate limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.05, "longDesc": "Minimum time allowed for the servo input signal to pass through the full output range. A value x means that the servo signal can only go from -1 to 1 in minimum x seconds. Zero means that slew rate limiting is disabled.", "max": 10.0, "min": 0.0, "name": "CA_SV4_SLEW", "shortDesc": "Servo 4 slew rate limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.05, "longDesc": "Minimum time allowed for the servo input signal to pass through the full output range. A value x means that the servo signal can only go from -1 to 1 in minimum x seconds. Zero means that slew rate limiting is disabled.", "max": 10.0, "min": 0.0, "name": "CA_SV5_SLEW", "shortDesc": "Servo 5 slew rate limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.05, "longDesc": "Minimum time allowed for the servo input signal to pass through the full output range. A value x means that the servo signal can only go from -1 to 1 in minimum x seconds. Zero means that slew rate limiting is disabled.", "max": 10.0, "min": 0.0, "name": "CA_SV6_SLEW", "shortDesc": "Servo 6 slew rate limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "increment": 0.05, "longDesc": "Minimum time allowed for the servo input signal to pass through the full output range. A value x means that the servo signal can only go from -1 to 1 in minimum x seconds. Zero means that slew rate limiting is disabled.", "max": 10.0, "min": 0.0, "name": "CA_SV7_SLEW", "shortDesc": "Servo 7 slew rate limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "max": 1.0, "min": -1.0, "name": "CA_SV_CS0_FLAP", "shortDesc": "Control Surface 0 configuration as flap", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "max": 1.0, "min": -1.0, "name": "CA_SV_CS0_SPOIL", "shortDesc": "Control Surface 0 configuration as spoiler", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "longDesc": "Can be used to add an offset to the servo control.", "max": 1.0, "min": -1.0, "name": "CA_SV_CS0_TRIM", "shortDesc": "Control Surface 0 trim", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS0_TRQ_P", "shortDesc": "Control Surface 0 pitch torque scaling", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS0_TRQ_R", "shortDesc": "Control Surface 0 roll torque scaling", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS0_TRQ_Y", "shortDesc": "Control Surface 0 yaw torque scaling", "type": "Float"}, {"category": "Standard", "default": 0, "group": "Geometry", "name": "CA_SV_CS0_TYPE", "shortDesc": "Control Surface 0 type", "type": "Int32", "values": [{"description": "(Not set)", "value": 0}, {"description": "Left Aileron", "value": 1}, {"description": "Right Aileron", "value": 2}, {"description": "Elevator", "value": 3}, {"description": "Rudder", "value": 4}, {"description": "Left Elevon", "value": 5}, {"description": "Right Elevon", "value": 6}, {"description": "Left V-Tail", "value": 7}, {"description": "Right V-Tail", "value": 8}, {"description": "Left Flap", "value": 9}, {"description": "Right Flap", "value": 10}, {"description": "Airbrake", "value": 11}, {"description": "Custom", "value": 12}, {"description": "Left A-tail", "value": 13}, {"description": "Right A-tail", "value": 14}, {"description": "Single Channel Aileron", "value": 15}, {"description": "Steering Wheel", "value": 16}, {"description": "Left Spoiler", "value": 17}, {"description": "Right Spoiler", "value": 18}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "max": 1.0, "min": -1.0, "name": "CA_SV_CS1_FLAP", "shortDesc": "Control Surface 1 configuration as flap", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "max": 1.0, "min": -1.0, "name": "CA_SV_CS1_SPOIL", "shortDesc": "Control Surface 1 configuration as spoiler", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "longDesc": "Can be used to add an offset to the servo control.", "max": 1.0, "min": -1.0, "name": "CA_SV_CS1_TRIM", "shortDesc": "Control Surface 1 trim", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS1_TRQ_P", "shortDesc": "Control Surface 1 pitch torque scaling", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS1_TRQ_R", "shortDesc": "Control Surface 1 roll torque scaling", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS1_TRQ_Y", "shortDesc": "Control Surface 1 yaw torque scaling", "type": "Float"}, {"category": "Standard", "default": 0, "group": "Geometry", "name": "CA_SV_CS1_TYPE", "shortDesc": "Control Surface 1 type", "type": "Int32", "values": [{"description": "(Not set)", "value": 0}, {"description": "Left Aileron", "value": 1}, {"description": "Right Aileron", "value": 2}, {"description": "Elevator", "value": 3}, {"description": "Rudder", "value": 4}, {"description": "Left Elevon", "value": 5}, {"description": "Right Elevon", "value": 6}, {"description": "Left V-Tail", "value": 7}, {"description": "Right V-Tail", "value": 8}, {"description": "Left Flap", "value": 9}, {"description": "Right Flap", "value": 10}, {"description": "Airbrake", "value": 11}, {"description": "Custom", "value": 12}, {"description": "Left A-tail", "value": 13}, {"description": "Right A-tail", "value": 14}, {"description": "Single Channel Aileron", "value": 15}, {"description": "Steering Wheel", "value": 16}, {"description": "Left Spoiler", "value": 17}, {"description": "Right Spoiler", "value": 18}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "max": 1.0, "min": -1.0, "name": "CA_SV_CS2_FLAP", "shortDesc": "Control Surface 2 configuration as flap", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "max": 1.0, "min": -1.0, "name": "CA_SV_CS2_SPOIL", "shortDesc": "Control Surface 2 configuration as spoiler", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "longDesc": "Can be used to add an offset to the servo control.", "max": 1.0, "min": -1.0, "name": "CA_SV_CS2_TRIM", "shortDesc": "Control Surface 2 trim", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS2_TRQ_P", "shortDesc": "Control Surface 2 pitch torque scaling", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS2_TRQ_R", "shortDesc": "Control Surface 2 roll torque scaling", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS2_TRQ_Y", "shortDesc": "Control Surface 2 yaw torque scaling", "type": "Float"}, {"category": "Standard", "default": 0, "group": "Geometry", "name": "CA_SV_CS2_TYPE", "shortDesc": "Control Surface 2 type", "type": "Int32", "values": [{"description": "(Not set)", "value": 0}, {"description": "Left Aileron", "value": 1}, {"description": "Right Aileron", "value": 2}, {"description": "Elevator", "value": 3}, {"description": "Rudder", "value": 4}, {"description": "Left Elevon", "value": 5}, {"description": "Right Elevon", "value": 6}, {"description": "Left V-Tail", "value": 7}, {"description": "Right V-Tail", "value": 8}, {"description": "Left Flap", "value": 9}, {"description": "Right Flap", "value": 10}, {"description": "Airbrake", "value": 11}, {"description": "Custom", "value": 12}, {"description": "Left A-tail", "value": 13}, {"description": "Right A-tail", "value": 14}, {"description": "Single Channel Aileron", "value": 15}, {"description": "Steering Wheel", "value": 16}, {"description": "Left Spoiler", "value": 17}, {"description": "Right Spoiler", "value": 18}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "max": 1.0, "min": -1.0, "name": "CA_SV_CS3_FLAP", "shortDesc": "Control Surface 3 configuration as flap", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "max": 1.0, "min": -1.0, "name": "CA_SV_CS3_SPOIL", "shortDesc": "Control Surface 3 configuration as spoiler", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "longDesc": "Can be used to add an offset to the servo control.", "max": 1.0, "min": -1.0, "name": "CA_SV_CS3_TRIM", "shortDesc": "Control Surface 3 trim", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS3_TRQ_P", "shortDesc": "Control Surface 3 pitch torque scaling", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS3_TRQ_R", "shortDesc": "Control Surface 3 roll torque scaling", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS3_TRQ_Y", "shortDesc": "Control Surface 3 yaw torque scaling", "type": "Float"}, {"category": "Standard", "default": 0, "group": "Geometry", "name": "CA_SV_CS3_TYPE", "shortDesc": "Control Surface 3 type", "type": "Int32", "values": [{"description": "(Not set)", "value": 0}, {"description": "Left Aileron", "value": 1}, {"description": "Right Aileron", "value": 2}, {"description": "Elevator", "value": 3}, {"description": "Rudder", "value": 4}, {"description": "Left Elevon", "value": 5}, {"description": "Right Elevon", "value": 6}, {"description": "Left V-Tail", "value": 7}, {"description": "Right V-Tail", "value": 8}, {"description": "Left Flap", "value": 9}, {"description": "Right Flap", "value": 10}, {"description": "Airbrake", "value": 11}, {"description": "Custom", "value": 12}, {"description": "Left A-tail", "value": 13}, {"description": "Right A-tail", "value": 14}, {"description": "Single Channel Aileron", "value": 15}, {"description": "Steering Wheel", "value": 16}, {"description": "Left Spoiler", "value": 17}, {"description": "Right Spoiler", "value": 18}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "max": 1.0, "min": -1.0, "name": "CA_SV_CS4_FLAP", "shortDesc": "Control Surface 4 configuration as flap", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "max": 1.0, "min": -1.0, "name": "CA_SV_CS4_SPOIL", "shortDesc": "Control Surface 4 configuration as spoiler", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "longDesc": "Can be used to add an offset to the servo control.", "max": 1.0, "min": -1.0, "name": "CA_SV_CS4_TRIM", "shortDesc": "Control Surface 4 trim", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS4_TRQ_P", "shortDesc": "Control Surface 4 pitch torque scaling", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS4_TRQ_R", "shortDesc": "Control Surface 4 roll torque scaling", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS4_TRQ_Y", "shortDesc": "Control Surface 4 yaw torque scaling", "type": "Float"}, {"category": "Standard", "default": 0, "group": "Geometry", "name": "CA_SV_CS4_TYPE", "shortDesc": "Control Surface 4 type", "type": "Int32", "values": [{"description": "(Not set)", "value": 0}, {"description": "Left Aileron", "value": 1}, {"description": "Right Aileron", "value": 2}, {"description": "Elevator", "value": 3}, {"description": "Rudder", "value": 4}, {"description": "Left Elevon", "value": 5}, {"description": "Right Elevon", "value": 6}, {"description": "Left V-Tail", "value": 7}, {"description": "Right V-Tail", "value": 8}, {"description": "Left Flap", "value": 9}, {"description": "Right Flap", "value": 10}, {"description": "Airbrake", "value": 11}, {"description": "Custom", "value": 12}, {"description": "Left A-tail", "value": 13}, {"description": "Right A-tail", "value": 14}, {"description": "Single Channel Aileron", "value": 15}, {"description": "Steering Wheel", "value": 16}, {"description": "Left Spoiler", "value": 17}, {"description": "Right Spoiler", "value": 18}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "max": 1.0, "min": -1.0, "name": "CA_SV_CS5_FLAP", "shortDesc": "Control Surface 5 configuration as flap", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "max": 1.0, "min": -1.0, "name": "CA_SV_CS5_SPOIL", "shortDesc": "Control Surface 5 configuration as spoiler", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "longDesc": "Can be used to add an offset to the servo control.", "max": 1.0, "min": -1.0, "name": "CA_SV_CS5_TRIM", "shortDesc": "Control Surface 5 trim", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS5_TRQ_P", "shortDesc": "Control Surface 5 pitch torque scaling", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS5_TRQ_R", "shortDesc": "Control Surface 5 roll torque scaling", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS5_TRQ_Y", "shortDesc": "Control Surface 5 yaw torque scaling", "type": "Float"}, {"category": "Standard", "default": 0, "group": "Geometry", "name": "CA_SV_CS5_TYPE", "shortDesc": "Control Surface 5 type", "type": "Int32", "values": [{"description": "(Not set)", "value": 0}, {"description": "Left Aileron", "value": 1}, {"description": "Right Aileron", "value": 2}, {"description": "Elevator", "value": 3}, {"description": "Rudder", "value": 4}, {"description": "Left Elevon", "value": 5}, {"description": "Right Elevon", "value": 6}, {"description": "Left V-Tail", "value": 7}, {"description": "Right V-Tail", "value": 8}, {"description": "Left Flap", "value": 9}, {"description": "Right Flap", "value": 10}, {"description": "Airbrake", "value": 11}, {"description": "Custom", "value": 12}, {"description": "Left A-tail", "value": 13}, {"description": "Right A-tail", "value": 14}, {"description": "Single Channel Aileron", "value": 15}, {"description": "Steering Wheel", "value": 16}, {"description": "Left Spoiler", "value": 17}, {"description": "Right Spoiler", "value": 18}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "max": 1.0, "min": -1.0, "name": "CA_SV_CS6_FLAP", "shortDesc": "Control Surface 6 configuration as flap", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "max": 1.0, "min": -1.0, "name": "CA_SV_CS6_SPOIL", "shortDesc": "Control Surface 6 configuration as spoiler", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "longDesc": "Can be used to add an offset to the servo control.", "max": 1.0, "min": -1.0, "name": "CA_SV_CS6_TRIM", "shortDesc": "Control Surface 6 trim", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS6_TRQ_P", "shortDesc": "Control Surface 6 pitch torque scaling", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS6_TRQ_R", "shortDesc": "Control Surface 6 roll torque scaling", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS6_TRQ_Y", "shortDesc": "Control Surface 6 yaw torque scaling", "type": "Float"}, {"category": "Standard", "default": 0, "group": "Geometry", "name": "CA_SV_CS6_TYPE", "shortDesc": "Control Surface 6 type", "type": "Int32", "values": [{"description": "(Not set)", "value": 0}, {"description": "Left Aileron", "value": 1}, {"description": "Right Aileron", "value": 2}, {"description": "Elevator", "value": 3}, {"description": "Rudder", "value": 4}, {"description": "Left Elevon", "value": 5}, {"description": "Right Elevon", "value": 6}, {"description": "Left V-Tail", "value": 7}, {"description": "Right V-Tail", "value": 8}, {"description": "Left Flap", "value": 9}, {"description": "Right Flap", "value": 10}, {"description": "Airbrake", "value": 11}, {"description": "Custom", "value": 12}, {"description": "Left A-tail", "value": 13}, {"description": "Right A-tail", "value": 14}, {"description": "Single Channel Aileron", "value": 15}, {"description": "Steering Wheel", "value": 16}, {"description": "Left Spoiler", "value": 17}, {"description": "Right Spoiler", "value": 18}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "max": 1.0, "min": -1.0, "name": "CA_SV_CS7_FLAP", "shortDesc": "Control Surface 7 configuration as flap", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "max": 1.0, "min": -1.0, "name": "CA_SV_CS7_SPOIL", "shortDesc": "Control Surface 7 configuration as spoiler", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "longDesc": "Can be used to add an offset to the servo control.", "max": 1.0, "min": -1.0, "name": "CA_SV_CS7_TRIM", "shortDesc": "Control Surface 7 trim", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS7_TRQ_P", "shortDesc": "Control Surface 7 pitch torque scaling", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS7_TRQ_R", "shortDesc": "Control Surface 7 roll torque scaling", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Geometry", "name": "CA_SV_CS7_TRQ_Y", "shortDesc": "Control Surface 7 yaw torque scaling", "type": "Float"}, {"category": "Standard", "default": 0, "group": "Geometry", "name": "CA_SV_CS7_TYPE", "shortDesc": "Control Surface 7 type", "type": "Int32", "values": [{"description": "(Not set)", "value": 0}, {"description": "Left Aileron", "value": 1}, {"description": "Right Aileron", "value": 2}, {"description": "Elevator", "value": 3}, {"description": "Rudder", "value": 4}, {"description": "Left Elevon", "value": 5}, {"description": "Right Elevon", "value": 6}, {"description": "Left V-Tail", "value": 7}, {"description": "Right V-Tail", "value": 8}, {"description": "Left Flap", "value": 9}, {"description": "Right Flap", "value": 10}, {"description": "Airbrake", "value": 11}, {"description": "Custom", "value": 12}, {"description": "Left A-tail", "value": 13}, {"description": "Right A-tail", "value": 14}, {"description": "Single Channel Aileron", "value": 15}, {"description": "Steering Wheel", "value": 16}, {"description": "Left Spoiler", "value": 17}, {"description": "Right Spoiler", "value": 18}]}, {"category": "Standard", "default": 0, "group": "Geometry", "name": "CA_SV_CS_COUNT", "shortDesc": "Total number of Control Surfaces", "type": "Int32", "values": [{"description": "0", "value": 0}, {"description": "1", "value": 1}, {"description": "2", "value": 2}, {"description": "3", "value": 3}, {"description": "4", "value": 4}, {"description": "5", "value": 5}, {"description": "6", "value": 6}, {"description": "7", "value": 7}, {"description": "8", "value": 8}]}, {"category": "Standard", "default": 1, "group": "Geometry", "longDesc": "Define if this servo is used for additional control.", "name": "CA_SV_TL0_CT", "shortDesc": "Tilt 0 is used for control", "type": "Int32", "values": [{"description": "None", "value": 0}, {"description": "Yaw", "value": 1}, {"description": "Pitch", "value": 2}, {"description": "Yaw and Pitch", "value": 3}]}, {"category": "Standard", "decimalPlaces": 0, "default": 90.0, "group": "Geometry", "longDesc": "Defines the tilt angle when the servo is at the maximum. An angle of zero means upwards.", "max": 90.0, "min": -90.0, "name": "CA_SV_TL0_MAXA", "shortDesc": "Tilt Servo 0 Tilt Angle at Maximum", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 0, "default": 0.0, "group": "Geometry", "longDesc": "Defines the tilt angle when the servo is at the minimum. An angle of zero means upwards.", "max": 90.0, "min": -90.0, "name": "CA_SV_TL0_MINA", "shortDesc": "Tilt Servo 0 Tilt Angle at Minimum", "type": "Float", "units": "deg"}, {"category": "Standard", "default": 0, "group": "Geometry", "longDesc": "Defines the direction the servo tilts towards when moving towards the maximum tilt angle. For example if the minimum tilt angle is -90, the maximum 90, and the direction 'Towards Front', the motor axis aligns with the XZ-plane, points towards -X at the minimum and +X at the maximum tilt.", "max": 359, "min": 0, "name": "CA_SV_TL0_TD", "shortDesc": "Tilt Servo 0 Tilt Direction", "type": "Int32", "values": [{"description": "Towards Front", "value": 0}, {"description": "Towards Right", "value": 90}]}, {"category": "Standard", "default": 1, "group": "Geometry", "longDesc": "Define if this servo is used for additional control.", "name": "CA_SV_TL1_CT", "shortDesc": "Tilt 1 is used for control", "type": "Int32", "values": [{"description": "None", "value": 0}, {"description": "Yaw", "value": 1}, {"description": "Pitch", "value": 2}, {"description": "Yaw and Pitch", "value": 3}]}, {"category": "Standard", "decimalPlaces": 0, "default": 90.0, "group": "Geometry", "longDesc": "Defines the tilt angle when the servo is at the maximum. An angle of zero means upwards.", "max": 90.0, "min": -90.0, "name": "CA_SV_TL1_MAXA", "shortDesc": "Tilt Servo 1 Tilt Angle at Maximum", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 0, "default": 0.0, "group": "Geometry", "longDesc": "Defines the tilt angle when the servo is at the minimum. An angle of zero means upwards.", "max": 90.0, "min": -90.0, "name": "CA_SV_TL1_MINA", "shortDesc": "Tilt Servo 1 Tilt Angle at Minimum", "type": "Float", "units": "deg"}, {"category": "Standard", "default": 0, "group": "Geometry", "longDesc": "Defines the direction the servo tilts towards when moving towards the maximum tilt angle. For example if the minimum tilt angle is -90, the maximum 90, and the direction 'Towards Front', the motor axis aligns with the XZ-plane, points towards -X at the minimum and +X at the maximum tilt.", "max": 359, "min": 0, "name": "CA_SV_TL1_TD", "shortDesc": "Tilt Servo 1 Tilt Direction", "type": "Int32", "values": [{"description": "Towards Front", "value": 0}, {"description": "Towards Right", "value": 90}]}, {"category": "Standard", "default": 1, "group": "Geometry", "longDesc": "Define if this servo is used for additional control.", "name": "CA_SV_TL2_CT", "shortDesc": "Tilt 2 is used for control", "type": "Int32", "values": [{"description": "None", "value": 0}, {"description": "Yaw", "value": 1}, {"description": "Pitch", "value": 2}, {"description": "Yaw and Pitch", "value": 3}]}, {"category": "Standard", "decimalPlaces": 0, "default": 90.0, "group": "Geometry", "longDesc": "Defines the tilt angle when the servo is at the maximum. An angle of zero means upwards.", "max": 90.0, "min": -90.0, "name": "CA_SV_TL2_MAXA", "shortDesc": "Tilt Servo 2 Tilt Angle at Maximum", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 0, "default": 0.0, "group": "Geometry", "longDesc": "Defines the tilt angle when the servo is at the minimum. An angle of zero means upwards.", "max": 90.0, "min": -90.0, "name": "CA_SV_TL2_MINA", "shortDesc": "Tilt Servo 2 Tilt Angle at Minimum", "type": "Float", "units": "deg"}, {"category": "Standard", "default": 0, "group": "Geometry", "longDesc": "Defines the direction the servo tilts towards when moving towards the maximum tilt angle. For example if the minimum tilt angle is -90, the maximum 90, and the direction 'Towards Front', the motor axis aligns with the XZ-plane, points towards -X at the minimum and +X at the maximum tilt.", "max": 359, "min": 0, "name": "CA_SV_TL2_TD", "shortDesc": "Tilt Servo 2 Tilt Direction", "type": "Int32", "values": [{"description": "Towards Front", "value": 0}, {"description": "Towards Right", "value": 90}]}, {"category": "Standard", "default": 1, "group": "Geometry", "longDesc": "Define if this servo is used for additional control.", "name": "CA_SV_TL3_CT", "shortDesc": "Tilt 3 is used for control", "type": "Int32", "values": [{"description": "None", "value": 0}, {"description": "Yaw", "value": 1}, {"description": "Pitch", "value": 2}, {"description": "Yaw and Pitch", "value": 3}]}, {"category": "Standard", "decimalPlaces": 0, "default": 90.0, "group": "Geometry", "longDesc": "Defines the tilt angle when the servo is at the maximum. An angle of zero means upwards.", "max": 90.0, "min": -90.0, "name": "CA_SV_TL3_MAXA", "shortDesc": "Tilt Servo 3 Tilt Angle at Maximum", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 0, "default": 0.0, "group": "Geometry", "longDesc": "Defines the tilt angle when the servo is at the minimum. An angle of zero means upwards.", "max": 90.0, "min": -90.0, "name": "CA_SV_TL3_MINA", "shortDesc": "Tilt Servo 3 Tilt Angle at Minimum", "type": "Float", "units": "deg"}, {"category": "Standard", "default": 0, "group": "Geometry", "longDesc": "Defines the direction the servo tilts towards when moving towards the maximum tilt angle. For example if the minimum tilt angle is -90, the maximum 90, and the direction 'Towards Front', the motor axis aligns with the XZ-plane, points towards -X at the minimum and +X at the maximum tilt.", "max": 359, "min": 0, "name": "CA_SV_TL3_TD", "shortDesc": "Tilt Servo 3 Tilt Direction", "type": "Int32", "values": [{"description": "Towards Front", "value": 0}, {"description": "Towards Right", "value": 90}]}, {"category": "Standard", "default": 0, "group": "Geometry", "name": "CA_SV_TL_COUNT", "shortDesc": "Total number of Tilt Servos", "type": "Int32", "values": [{"description": "0", "value": 0}, {"description": "1", "value": 1}, {"description": "2", "value": 2}, {"description": "3", "value": 3}, {"description": "4", "value": 4}]}, {"category": "Standard", "decimalPlaces": 1, "default": 3.0, "group": "Hover Thrust Estimator", "longDesc": "Sets the number of standard deviations used by the innovation consistency test.", "max": 10.0, "min": 1.0, "name": "HTE_ACC_GATE", "shortDesc": "Gate size for acceleration fusion", "type": "Float", "units": "SD"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.1, "group": "Hover Thrust Estimator", "longDesc": "Sets the number of standard deviations used by the innovation consistency test.", "max": 1.0, "min": 0.0, "name": "HTE_HT_ERR_INIT", "shortDesc": "1-sigma initial hover thrust uncertainty", "type": "Float", "units": "normalized_thrust"}, {"category": "Standard", "decimalPlaces": 4, "default": 0.0036, "group": "Hover Thrust Estimator", "longDesc": "Reduce to make the hover thrust estimate more stable, increase if the real hover thrust is expected to change quickly over time.", "max": 1.0, "min": 0.0001, "name": "HTE_HT_NOISE", "shortDesc": "Hover thrust process noise", "type": "Float", "units": "normalized_thrust/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.2, "group": "Hover Thrust Estimator", "longDesc": "Defines the range of the hover thrust estimate around MPC_THR_HOVER. A value of 0.2 with MPC_THR_HOVER at 0.5 results in a range of [0.3, 0.7]. Set to a large value if the vehicle operates in varying physical conditions that affect the required hover thrust strongly (e.g. differently sized payloads).", "max": 0.4, "min": 0.01, "name": "HTE_THR_RANGE", "shortDesc": "Max deviation from MPC_THR_HOVER", "type": "Float", "units": "normalized_thrust"}, {"category": "Standard", "decimalPlaces": 1, "default": 10.0, "group": "Hover Thrust Estimator", "longDesc": "Above this speed, the measurement noise is linearly increased to reduce the sensitivity of the estimator from biased measurement. Set to a low value on vehicles with large lifting surfaces.", "max": 20.0, "min": 1.0, "name": "HTE_VXY_THR", "shortDesc": "Horizontal velocity threshold for sensitivity reduction", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 2.0, "group": "Hover Thrust Estimator", "longDesc": "Above this speed, the measurement noise is linearly increased to reduce the sensitivity of the estimator from biased measurement. Set to a low value on vehicles affected by air drag when climbing or descending.", "max": 10.0, "min": 1.0, "name": "HTE_VZ_THR", "shortDesc": "Vertical velocity threshold for sensitivity reduction", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 6.0, "group": "Land Detector", "longDesc": "Maximum airspeed allowed in the landed state", "max": 20.0, "min": 2.0, "name": "LNDFW_AIRSPD_MAX", "shortDesc": "Fixed-wing land detector: Max airspeed", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 2.0, "group": "Land Detector", "longDesc": "Time the land conditions (speeds and acceleration) have to be satisfied to detect a landing.", "min": 0.1, "name": "LNDFW_TRIG_TIME", "rebootRequired": true, "shortDesc": "Fixed-wing land detection trigger time", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "Land Detector", "longDesc": "Maximum horizontal velocity allowed in the landed state. A factor of 0.7 is applied in case of airspeed-less flying (either because no sensor is present or sensor data got invalid in flight).", "max": 10.0, "min": 0.5, "name": "LNDFW_VEL_XY_MAX", "shortDesc": "Fixed-wing land detector: Max horizontal velocity threshold", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 1.0, "group": "Land Detector", "longDesc": "Maximum vertical velocity allowed in the landed state.", "max": 20.0, "min": 0.1, "name": "LNDFW_VEL_Z_MAX", "shortDesc": "Fixed-wing land detector: Max vertiacal velocity threshold", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 8.0, "group": "Land Detector", "longDesc": "Maximum horizontal (x,y body axes) acceleration allowed in the landed state", "max": 15.0, "min": 2.0, "name": "LNDFW_XYACC_MAX", "shortDesc": "Fixed-wing land detector: Max horizontal acceleration", "type": "Float", "units": "m/s^2"}, {"category": "Standard", "decimalPlaces": 2, "default": 2.0, "group": "Land Detector", "longDesc": "The height above ground below which ground effect creates barometric altitude errors. A negative value indicates no ground effect.", "min": -1.0, "name": "LNDMC_ALT_GND", "shortDesc": "Ground effect altitude for multicopters", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 20.0, "group": "Land Detector", "longDesc": "Maximum allowed angular velocity around each axis allowed in the landed state.", "name": "LNDMC_ROT_MAX", "shortDesc": "Multicopter max rotation", "type": "Float", "units": "deg/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 1.0, "group": "Land Detector", "longDesc": "Total time it takes to go through all three land detection stages: ground contact, maybe landed, landed when all necessary conditions are constantly met.", "max": 10.0, "min": 0.1, "name": "LNDMC_TRIG_TIME", "shortDesc": "Multicopter land detection trigger time", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 1, "default": 1.5, "group": "Land Detector", "longDesc": "Maximum horizontal velocity allowed in the landed state", "name": "LNDMC_XY_VEL_MAX", "shortDesc": "Multicopter max horizontal velocity", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.25, "group": "Land Detector", "longDesc": "Vertical velocity threshold to detect landing. Has to be set lower than the expected minimal speed for landing, which is either MPC_LAND_SPEED or MPC_LAND_CRWL. This is enforced by an automatic check.", "min": 0.0, "name": "LNDMC_Z_VEL_MAX", "shortDesc": "Multicopter vertical velocity threshold", "type": "Float", "units": "m/s"}, {"category": "System", "default": 0, "group": "Land Detector", "longDesc": "Total flight time of this autopilot. Higher 32 bits of the value. Flight time in microseconds = (LND_FLIGHT_T_HI << 32) | LND_FLIGHT_T_LO.", "min": 0, "name": "LND_FLIGHT_T_HI", "shortDesc": "Total flight time in microseconds", "type": "Int32", "volatile": true}, {"category": "System", "default": 0, "group": "Land Detector", "longDesc": "Total flight time of this autopilot. Lower 32 bits of the value. Flight time in microseconds = (LND_FLIGHT_T_HI << 32) | LND_FLIGHT_T_LO.", "min": 0, "name": "LND_FLIGHT_T_LO", "shortDesc": "Total flight time in microseconds", "type": "Int32", "volatile": true}, {"category": "Standard", "decimalPlaces": 2, "default": 10.0, "group": "Landing Target Estimator", "longDesc": "Variance of acceleration measurement used for landing target position prediction. Higher values results in tighter following of the measurements and more lenient outlier rejection", "min": 0.01, "name": "LTEST_ACC_UNC", "shortDesc": "Acceleration uncertainty", "type": "Float", "units": "(m/s^2)^2"}, {"category": "Standard", "decimalPlaces": 4, "default": 0.005, "group": "Landing Target Estimator", "longDesc": "Variance of the landing target measurement from the driver. Higher values result in less aggressive following of the measurement and a smoother output as well as fewer rejected measurements.", "name": "LTEST_MEAS_UNC", "shortDesc": "Landing target measurement uncertainty", "type": "Float", "units": "tan(rad)^2"}, {"category": "Standard", "default": 0, "group": "Landing Target Estimator", "longDesc": "Configure the mode of the landing target. Depending on the mode, the landing target observations are used differently to aid position estimation. Mode Moving: The landing target may be moving around while in the field of view of the vehicle. Landing target measurements are not used to aid positioning. Mode Stationary: The landing target is stationary. Measured velocity w.r.t. the landing target is used to aid velocity estimation.", "max": 1, "min": 0, "name": "LTEST_MODE", "shortDesc": "Landing target mode", "type": "Int32", "values": [{"description": "Moving", "value": 0}, {"description": "Stationary", "value": 1}]}, {"category": "Standard", "decimalPlaces": 3, "default": 0.1, "group": "Landing Target Estimator", "longDesc": "Initial variance of the relative landing target position in x and y direction", "min": 0.001, "name": "LTEST_POS_UNC_IN", "shortDesc": "Initial landing target position uncertainty", "type": "Float", "units": "m^2"}, {"category": "Standard", "decimalPlaces": 3, "default": 1.0, "group": "Landing Target Estimator", "longDesc": "Landing target x measurements are scaled by this factor before being used", "min": 0.01, "name": "LTEST_SCALE_X", "shortDesc": "Scale factor for sensor measurements in sensor x axis", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 1.0, "group": "Landing Target Estimator", "longDesc": "Landing target y measurements are scaled by this factor before being used", "min": 0.01, "name": "LTEST_SCALE_Y", "shortDesc": "Scale factor for sensor measurements in sensor y axis", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "Landing Target Estimator", "name": "LTEST_SENS_POS_X", "rebootRequired": true, "shortDesc": "X Position of IRLOCK in body frame (forward)", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "Landing Target Estimator", "name": "LTEST_SENS_POS_Y", "rebootRequired": true, "shortDesc": "Y Position of IRLOCK in body frame (right)", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "Landing Target Estimator", "name": "LTEST_SENS_POS_Z", "rebootRequired": true, "shortDesc": "Z Position of IRLOCK in body frame (downward)", "type": "Float", "units": "m"}, {"category": "Standard", "default": 2, "group": "Landing Target Estimator", "longDesc": "Default orientation of Yaw 90\u00b0", "max": 40, "min": -1, "name": "LTEST_SENS_ROT", "rebootRequired": true, "shortDesc": "Rotation of IRLOCK sensor relative to airframe", "type": "Int32", "values": [{"description": "No rotation", "value": 0}, {"description": "Yaw 45\u00b0", "value": 1}, {"description": "Yaw 90\u00b0", "value": 2}, {"description": "Yaw 135\u00b0", "value": 3}, {"description": "Yaw 180\u00b0", "value": 4}, {"description": "Yaw 225\u00b0", "value": 5}, {"description": "Yaw 270\u00b0", "value": 6}, {"description": "Yaw 315\u00b0", "value": 7}]}, {"category": "Standard", "decimalPlaces": 3, "default": 0.1, "group": "Landing Target Estimator", "longDesc": "Initial variance of the relative landing target velocity in x and y directions", "min": 0.001, "name": "LTEST_VEL_UNC_IN", "shortDesc": "Initial landing target velocity uncertainty", "type": "Float", "units": "(m/s)^2"}, {"category": "Standard", "decimalPlaces": 4, "default": 0.012, "group": "Local Position Estimator", "longDesc": "Data sheet noise density = 150ug/sqrt(Hz) = 0.0015 m/s^2/sqrt(Hz) Larger than data sheet to account for tilt error.", "max": 2.0, "min": 1e-05, "name": "LPE_ACC_XY", "shortDesc": "Accelerometer xy noise density", "type": "Float", "units": "m/s^2/sqrt(Hz)"}, {"category": "Standard", "decimalPlaces": 4, "default": 0.02, "group": "Local Position Estimator", "longDesc": "Data sheet noise density = 150ug/sqrt(Hz) = 0.0015 m/s^2/sqrt(Hz)", "max": 2.0, "min": 1e-05, "name": "LPE_ACC_Z", "shortDesc": "Accelerometer z noise density", "type": "Float", "units": "m/s^2/sqrt(Hz)"}, {"category": "Standard", "decimalPlaces": 2, "default": 3.0, "group": "Local Position Estimator", "max": 100.0, "min": 0.01, "name": "LPE_BAR_Z", "shortDesc": "Barometric presssure altitude z standard deviation", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "Local Position Estimator", "name": "LPE_EN", "shortDesc": "Local position estimator enable (unsupported)", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 3, "default": 3.0, "group": "Local Position Estimator", "max": 5.0, "min": 1.0, "name": "LPE_EPH_MAX", "shortDesc": "Max EPH allowed for GPS initialization", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 5.0, "group": "Local Position Estimator", "max": 5.0, "min": 1.0, "name": "LPE_EPV_MAX", "shortDesc": "Max EPV allowed for GPS initialization", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "Local Position Estimator", "longDesc": "By initializing the estimator to the LPE_LAT/LON parameters when global information is unavailable", "max": 1, "min": 0, "name": "LPE_FAKE_ORIGIN", "shortDesc": "Enable publishing of a fake global position (e.g for AUTO missions using Optical Flow)", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.001, "group": "Local Position Estimator", "max": 2.0, "min": 0.0, "name": "LPE_FGYRO_HP", "shortDesc": "Flow gyro high pass filter cut off frequency", "type": "Float", "units": "Hz"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "Local Position Estimator", "max": 1.0, "min": -1.0, "name": "LPE_FLW_OFF_Z", "shortDesc": "Optical flow z offset from center", "type": "Float", "units": "m"}, {"category": "Standard", "default": 150, "group": "Local Position Estimator", "max": 255, "min": 0, "name": "LPE_FLW_QMIN", "shortDesc": "Optical flow minimum quality threshold", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 3, "default": 7.0, "group": "Local Position Estimator", "max": 10.0, "min": 0.1, "name": "LPE_FLW_R", "shortDesc": "Optical flow rotation (roll/pitch) noise gain", "type": "Float", "units": "m/s/rad"}, {"category": "Standard", "decimalPlaces": 3, "default": 7.0, "group": "Local Position Estimator", "max": 10.0, "min": 0.0, "name": "LPE_FLW_RR", "shortDesc": "Optical flow angular velocity noise gain", "type": "Float", "units": "m/rad"}, {"category": "Standard", "decimalPlaces": 3, "default": 1.3, "group": "Local Position Estimator", "max": 10.0, "min": 0.1, "name": "LPE_FLW_SCALE", "shortDesc": "Optical flow scale", "type": "Float", "units": "m"}, {"bitmask": [{"description": "fuse GPS, requires GPS for alt. init", "index": 0}, {"description": "fuse optical flow", "index": 1}, {"description": "fuse vision position", "index": 2}, {"description": "fuse landing target", "index": 3}, {"description": "fuse land detector", "index": 4}, {"description": "pub agl as lpos down", "index": 5}, {"description": "flow gyro compensation", "index": 6}, {"description": "fuse baro", "index": 7}], "category": "Standard", "default": 145, "group": "Local Position Estimator", "longDesc": "Set bits in the following positions to enable: 0 : Set to true to fuse GPS data if available, also requires GPS for altitude init 1 : Set to true to fuse optical flow data if available 2 : Set to true to fuse vision position 3 : Set to true to enable landing target 4 : Set to true to fuse land detector 5 : Set to true to publish AGL as local position down component 6 : Set to true to enable flow gyro compensation 7 : Set to true to enable baro fusion default (145 - GPS, baro, land detector)", "max": 255, "min": 0, "name": "LPE_FUSION", "shortDesc": "Integer bitmask controlling data fusion", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.29, "group": "Local Position Estimator", "max": 0.4, "min": 0.0, "name": "LPE_GPS_DELAY", "shortDesc": "GPS delay compensaton", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.25, "group": "Local Position Estimator", "longDesc": "EPV used if greater than this value.", "max": 2.0, "min": 0.01, "name": "LPE_GPS_VXY", "shortDesc": "GPS xy velocity standard deviation", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.25, "group": "Local Position Estimator", "max": 2.0, "min": 0.01, "name": "LPE_GPS_VZ", "shortDesc": "GPS z velocity standard deviation", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "Local Position Estimator", "max": 5.0, "min": 0.01, "name": "LPE_GPS_XY", "shortDesc": "Minimum GPS xy standard deviation, uses reported EPH if greater", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 3.0, "group": "Local Position Estimator", "max": 200.0, "min": 0.01, "name": "LPE_GPS_Z", "shortDesc": "Minimum GPS z standard deviation, uses reported EPV if greater", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.05, "group": "Local Position Estimator", "max": 10.0, "min": 0.01, "name": "LPE_LAND_VXY", "shortDesc": "Land detector xy velocity standard deviation", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.03, "group": "Local Position Estimator", "max": 10.0, "min": 0.001, "name": "LPE_LAND_Z", "shortDesc": "Land detector z standard deviation", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 8, "default": 47.397742, "group": "Local Position Estimator", "max": 90.0, "min": -90.0, "name": "LPE_LAT", "shortDesc": "Local origin latitude for nav w/o GPS", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "Local Position Estimator", "max": 1.0, "min": -1.0, "name": "LPE_LDR_OFF_Z", "shortDesc": "Lidar z offset from center of vehicle +down", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.03, "group": "Local Position Estimator", "max": 1.0, "min": 0.01, "name": "LPE_LDR_Z", "shortDesc": "Lidar z standard deviation", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 8, "default": 8.545594, "group": "Local Position Estimator", "max": 180.0, "min": -180.0, "name": "LPE_LON", "shortDesc": "Local origin longitude for nav w/o GPS", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0001, "group": "Local Position Estimator", "max": 10.0, "min": 0.0, "name": "LPE_LT_COV", "shortDesc": "Minimum landing target standard covariance, uses reported covariance if greater", "type": "Float", "units": "m^2"}, {"category": "Standard", "decimalPlaces": 8, "default": 0.001, "group": "Local Position Estimator", "max": 1.0, "min": 0.0, "name": "LPE_PN_B", "shortDesc": "Accel bias propagation noise density", "type": "Float", "units": "m/s^3/sqrt(Hz)"}, {"category": "Standard", "decimalPlaces": 8, "default": 0.1, "group": "Local Position Estimator", "longDesc": "Increase to trust measurements more. Decrease to trust model more.", "max": 1.0, "min": 0.0, "name": "LPE_PN_P", "shortDesc": "Position propagation noise density", "type": "Float", "units": "m/s/sqrt(Hz)"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.001, "group": "Local Position Estimator", "max": 1.0, "min": 0.0, "name": "LPE_PN_T", "shortDesc": "Terrain random walk noise density, hilly/outdoor (0.1), flat/Indoor (0.001)", "type": "Float", "units": "m/s/sqrt(Hz)"}, {"category": "Standard", "decimalPlaces": 8, "default": 0.1, "group": "Local Position Estimator", "longDesc": "Increase to trust measurements more. Decrease to trust model more.", "max": 1.0, "min": 0.0, "name": "LPE_PN_V", "shortDesc": "Velocity propagation noise density", "type": "Float", "units": "m/s^2/sqrt(Hz)"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "Local Position Estimator", "max": 1.0, "min": -1.0, "name": "LPE_SNR_OFF_Z", "shortDesc": "Sonar z offset from center of vehicle +down", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.05, "group": "Local Position Estimator", "max": 1.0, "min": 0.01, "name": "LPE_SNR_Z", "shortDesc": "Sonar z standard deviation", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 1.0, "group": "Local Position Estimator", "longDesc": "Used to calculate increased terrain random walk nosie due to movement.", "max": 100.0, "min": 0.0, "name": "LPE_T_MAX_GRADE", "shortDesc": "Terrain maximum percent grade, hilly/outdoor (100 = 45 deg), flat/Indoor (0 = 0 deg)", "type": "Float", "units": "%"}, {"category": "Standard", "decimalPlaces": 4, "default": 0.001, "group": "Local Position Estimator", "max": 1.0, "min": 0.0001, "name": "LPE_VIC_P", "shortDesc": "Vicon position standard deviation", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "Local Position Estimator", "longDesc": "Set to zero to enable automatic compensation from measurement timestamps", "max": 0.1, "min": 0.0, "name": "LPE_VIS_DELAY", "shortDesc": "Vision delay compensation", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.1, "group": "Local Position Estimator", "max": 1.0, "min": 0.01, "name": "LPE_VIS_XY", "shortDesc": "Vision xy standard deviation", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.5, "group": "Local Position Estimator", "max": 100.0, "min": 0.01, "name": "LPE_VIS_Z", "shortDesc": "Vision z standard deviation", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.3, "group": "Local Position Estimator", "max": 1.0, "min": 0.01, "name": "LPE_VXY_PUB", "shortDesc": "Required velocity xy standard deviation to publish position", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 0, "default": 5.0, "group": "Local Position Estimator", "max": 1000.0, "min": 5.0, "name": "LPE_X_LP", "shortDesc": "Cut frequency for state publication", "type": "Float", "units": "Hz"}, {"category": "Standard", "decimalPlaces": 1, "default": 1.0, "group": "Local Position Estimator", "max": 5.0, "min": 0.3, "name": "LPE_Z_PUB", "shortDesc": "Required z standard deviation to publish altitude/ terrain", "type": "Float", "units": "m"}, {"category": "Standard", "default": 1, "group": "MAVLink", "longDesc": "This allows a ground control station to automatically find the drone on the local network.", "name": "MAV_0_BROADCAST", "shortDesc": "Broadcast heartbeats on local network for MAVLink instance 0", "type": "Int32", "values": [{"description": "Never broadcast", "value": 0}, {"description": "Always broadcast", "value": 1}, {"description": "Only multicast", "value": 2}]}, {"category": "Standard", "default": 2, "group": "MAVLink", "longDesc": "This is used to force flow control on or off for the the mavlink instance. By default it is auto detected. Use when auto detection fails.", "name": "MAV_0_FLOW_CTRL", "rebootRequired": true, "shortDesc": "Enable serial flow control for instance 0", "type": "Int32", "values": [{"description": "Force off", "value": 0}, {"description": "Force on", "value": 1}, {"description": "Auto-detected", "value": 2}]}, {"category": "Standard", "default": 1, "group": "MAVLink", "longDesc": "If enabled, forward incoming MAVLink messages to other MAVLink ports if the message is either broadcast or the target is not the autopilot. This allows for example a GCS to talk to a camera that is connected to the autopilot via MAVLink (on a different link than the GCS).", "name": "MAV_0_FORWARD", "rebootRequired": true, "shortDesc": "Enable MAVLink Message forwarding for instance 0", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 3, "default": 0.015, "group": "MAVLink", "increment": 0.001, "longDesc": "Positive real value that configures the transmission frequency of the HIGH_LATENCY2 stream for instance 0, configured in iridium mode. This parameter has no effect if the instance mode is different from iridium.", "max": 50.0, "min": 0.0, "name": "MAV_0_HL_FREQ", "rebootRequired": true, "shortDesc": "Configures the frequency of HIGH_LATENCY2 stream for instance 0", "type": "Float", "units": "Hz"}, {"category": "Standard", "default": 0, "group": "MAVLink", "longDesc": "The MAVLink Mode defines the set of streamed messages (for example the vehicle's attitude) and their sending rates.", "name": "MAV_0_MODE", "rebootRequired": true, "shortDesc": "MAVLink Mode for instance 0", "type": "Int32", "values": [{"description": "Normal", "value": 0}, {"description": "Custom", "value": 1}, {"description": "Onboard", "value": 2}, {"description": "OSD", "value": 3}, {"description": "Magic", "value": 4}, {"description": "Config", "value": 5}, {"description": "Minimal", "value": 7}, {"description": "External Vision", "value": 8}, {"description": "Gimbal", "value": 10}, {"description": "Onboard Low Bandwidth", "value": 11}, {"description": "uAvionix", "value": 12}]}, {"category": "Standard", "default": 1, "group": "MAVLink", "longDesc": "If enabled, MAVLink messages will be throttled according to `txbuf` field reported by radio_status. Requires a radio to send the mavlink message RADIO_STATUS.", "name": "MAV_0_RADIO_CTL", "rebootRequired": true, "shortDesc": "Enable software throttling of mavlink on instance 0", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 1200, "group": "MAVLink", "longDesc": "Configure the maximum sending rate for the MAVLink streams in Bytes/sec. If the configured streams exceed the maximum rate, the sending rate of each stream is automatically decreased. If this is set to 0 a value of half of the theoretical maximum bandwidth is used. This corresponds to baudrate/20 Bytes/s (baudrate/10 = maximum data rate on 8N1-configured links).", "min": 0, "name": "MAV_0_RATE", "rebootRequired": true, "shortDesc": "Maximum MAVLink sending rate for instance 0", "type": "Int32", "units": "B/s"}, {"category": "Standard", "default": 14550, "group": "MAVLink", "longDesc": "If ethernet enabled and selected as configuration for MAVLink instance 0, selected remote port will be set and used in MAVLink instance 0.", "name": "MAV_0_REMOTE_PRT", "rebootRequired": true, "shortDesc": "MAVLink Remote Port for instance 0", "type": "Int32"}, {"category": "Standard", "default": 14556, "group": "MAVLink", "longDesc": "If ethernet enabled and selected as configuration for MAVLink instance 0, selected udp port will be set and used in MAVLink instance 0.", "name": "MAV_0_UDP_PRT", "rebootRequired": true, "shortDesc": "MAVLink Network Port for instance 0", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "MAVLink", "longDesc": "This allows a ground control station to automatically find the drone on the local network.", "name": "MAV_1_BROADCAST", "shortDesc": "Broadcast heartbeats on local network for MAVLink instance 1", "type": "Int32", "values": [{"description": "Never broadcast", "value": 0}, {"description": "Always broadcast", "value": 1}, {"description": "Only multicast", "value": 2}]}, {"category": "Standard", "default": 2, "group": "MAVLink", "longDesc": "This is used to force flow control on or off for the the mavlink instance. By default it is auto detected. Use when auto detection fails.", "name": "MAV_1_FLOW_CTRL", "rebootRequired": true, "shortDesc": "Enable serial flow control for instance 1", "type": "Int32", "values": [{"description": "Force off", "value": 0}, {"description": "Force on", "value": 1}, {"description": "Auto-detected", "value": 2}]}, {"category": "Standard", "default": 0, "group": "MAVLink", "longDesc": "If enabled, forward incoming MAVLink messages to other MAVLink ports if the message is either broadcast or the target is not the autopilot. This allows for example a GCS to talk to a camera that is connected to the autopilot via MAVLink (on a different link than the GCS).", "name": "MAV_1_FORWARD", "rebootRequired": true, "shortDesc": "Enable MAVLink Message forwarding for instance 1", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 3, "default": 0.015, "group": "MAVLink", "increment": 0.001, "longDesc": "Positive real value that configures the transmission frequency of the HIGH_LATENCY2 stream for instance 1, configured in iridium mode. This parameter has no effect if the instance mode is different from iridium.", "max": 50.0, "min": 0.0, "name": "MAV_1_HL_FREQ", "rebootRequired": true, "shortDesc": "Configures the frequency of HIGH_LATENCY2 stream for instance 1", "type": "Float", "units": "Hz"}, {"category": "Standard", "default": 2, "group": "MAVLink", "longDesc": "The MAVLink Mode defines the set of streamed messages (for example the vehicle's attitude) and their sending rates.", "name": "MAV_1_MODE", "rebootRequired": true, "shortDesc": "MAVLink Mode for instance 1", "type": "Int32", "values": [{"description": "Normal", "value": 0}, {"description": "Custom", "value": 1}, {"description": "Onboard", "value": 2}, {"description": "OSD", "value": 3}, {"description": "Magic", "value": 4}, {"description": "Config", "value": 5}, {"description": "Minimal", "value": 7}, {"description": "External Vision", "value": 8}, {"description": "Gimbal", "value": 10}, {"description": "Onboard Low Bandwidth", "value": 11}, {"description": "uAvionix", "value": 12}]}, {"category": "Standard", "default": 1, "group": "MAVLink", "longDesc": "If enabled, MAVLink messages will be throttled according to `txbuf` field reported by radio_status. Requires a radio to send the mavlink message RADIO_STATUS.", "name": "MAV_1_RADIO_CTL", "rebootRequired": true, "shortDesc": "Enable software throttling of mavlink on instance 1", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "MAVLink", "longDesc": "Configure the maximum sending rate for the MAVLink streams in Bytes/sec. If the configured streams exceed the maximum rate, the sending rate of each stream is automatically decreased. If this is set to 0 a value of half of the theoretical maximum bandwidth is used. This corresponds to baudrate/20 Bytes/s (baudrate/10 = maximum data rate on 8N1-configured links).", "min": 0, "name": "MAV_1_RATE", "rebootRequired": true, "shortDesc": "Maximum MAVLink sending rate for instance 1", "type": "Int32", "units": "B/s"}, {"category": "Standard", "default": 0, "group": "MAVLink", "longDesc": "If ethernet enabled and selected as configuration for MAVLink instance 1, selected remote port will be set and used in MAVLink instance 1.", "name": "MAV_1_REMOTE_PRT", "rebootRequired": true, "shortDesc": "MAVLink Remote Port for instance 1", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "MAVLink", "longDesc": "If ethernet enabled and selected as configuration for MAVLink instance 1, selected udp port will be set and used in MAVLink instance 1.", "name": "MAV_1_UDP_PRT", "rebootRequired": true, "shortDesc": "MAVLink Network Port for instance 1", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "MAVLink", "longDesc": "This allows a ground control station to automatically find the drone on the local network.", "name": "MAV_2_BROADCAST", "shortDesc": "Broadcast heartbeats on local network for MAVLink instance 2", "type": "Int32", "values": [{"description": "Never broadcast", "value": 0}, {"description": "Always broadcast", "value": 1}, {"description": "Only multicast", "value": 2}]}, {"category": "Standard", "default": 2, "group": "MAVLink", "longDesc": "This is used to force flow control on or off for the the mavlink instance. By default it is auto detected. Use when auto detection fails.", "name": "MAV_2_FLOW_CTRL", "rebootRequired": true, "shortDesc": "Enable serial flow control for instance 2", "type": "Int32", "values": [{"description": "Force off", "value": 0}, {"description": "Force on", "value": 1}, {"description": "Auto-detected", "value": 2}]}, {"category": "Standard", "default": 0, "group": "MAVLink", "longDesc": "If enabled, forward incoming MAVLink messages to other MAVLink ports if the message is either broadcast or the target is not the autopilot. This allows for example a GCS to talk to a camera that is connected to the autopilot via MAVLink (on a different link than the GCS).", "name": "MAV_2_FORWARD", "rebootRequired": true, "shortDesc": "Enable MAVLink Message forwarding for instance 2", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 3, "default": 0.015, "group": "MAVLink", "increment": 0.001, "longDesc": "Positive real value that configures the transmission frequency of the HIGH_LATENCY2 stream for instance 2, configured in iridium mode. This parameter has no effect if the instance mode is different from iridium.", "max": 50.0, "min": 0.0, "name": "MAV_2_HL_FREQ", "rebootRequired": true, "shortDesc": "Configures the frequency of HIGH_LATENCY2 stream for instance 2", "type": "Float", "units": "Hz"}, {"category": "Standard", "default": 0, "group": "MAVLink", "longDesc": "The MAVLink Mode defines the set of streamed messages (for example the vehicle's attitude) and their sending rates.", "name": "MAV_2_MODE", "rebootRequired": true, "shortDesc": "MAVLink Mode for instance 2", "type": "Int32", "values": [{"description": "Normal", "value": 0}, {"description": "Custom", "value": 1}, {"description": "Onboard", "value": 2}, {"description": "OSD", "value": 3}, {"description": "Magic", "value": 4}, {"description": "Config", "value": 5}, {"description": "Minimal", "value": 7}, {"description": "External Vision", "value": 8}, {"description": "Gimbal", "value": 10}, {"description": "Onboard Low Bandwidth", "value": 11}, {"description": "uAvionix", "value": 12}]}, {"category": "Standard", "default": 1, "group": "MAVLink", "longDesc": "If enabled, MAVLink messages will be throttled according to `txbuf` field reported by radio_status. Requires a radio to send the mavlink message RADIO_STATUS.", "name": "MAV_2_RADIO_CTL", "rebootRequired": true, "shortDesc": "Enable software throttling of mavlink on instance 2", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "MAVLink", "longDesc": "Configure the maximum sending rate for the MAVLink streams in Bytes/sec. If the configured streams exceed the maximum rate, the sending rate of each stream is automatically decreased. If this is set to 0 a value of half of the theoretical maximum bandwidth is used. This corresponds to baudrate/20 Bytes/s (baudrate/10 = maximum data rate on 8N1-configured links).", "min": 0, "name": "MAV_2_RATE", "rebootRequired": true, "shortDesc": "Maximum MAVLink sending rate for instance 2", "type": "Int32", "units": "B/s"}, {"category": "Standard", "default": 0, "group": "MAVLink", "longDesc": "If ethernet enabled and selected as configuration for MAVLink instance 2, selected remote port will be set and used in MAVLink instance 2.", "name": "MAV_2_REMOTE_PRT", "rebootRequired": true, "shortDesc": "MAVLink Remote Port for instance 2", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "MAVLink", "longDesc": "If ethernet enabled and selected as configuration for MAVLink instance 2, selected udp port will be set and used in MAVLink instance 2.", "name": "MAV_2_UDP_PRT", "rebootRequired": true, "shortDesc": "MAVLink Network Port for instance 2", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "MAVLink", "max": 250, "min": 1, "name": "MAV_COMP_ID", "rebootRequired": true, "shortDesc": "MAVLink component ID", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "MAVLink", "longDesc": "If set to 1 incoming external setpoint messages will be directly forwarded to the controllers if in offboard control mode", "name": "MAV_FWDEXTSP", "shortDesc": "Forward external setpoint messages", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 1, "group": "MAVLink", "longDesc": "Disabling the parameter hash check functionality will make the mavlink instance stream parameters continuously.", "name": "MAV_HASH_CHK_EN", "shortDesc": "Parameter hash check", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 1, "group": "MAVLink", "longDesc": "The mavlink heartbeat message will not be forwarded if this parameter is set to 'disabled'. The main reason for disabling heartbeats to be forwarded is because they confuse dronekit.", "name": "MAV_HB_FORW_EN", "shortDesc": "Heartbeat message forwarding", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "MAVLink", "name": "MAV_PROTO_VER", "shortDesc": "MAVLink protocol version", "type": "Int32", "values": [{"description": "Default to 1, switch to 2 if GCS sends version 2", "value": 0}, {"description": "Always use version 1", "value": 1}, {"description": "Always use version 2", "value": 2}]}, {"category": "Standard", "default": 5, "group": "MAVLink", "longDesc": "If the connected radio stops reporting RADIO_STATUS for a certain time, a warning is triggered and, if MAV_X_RADIO_CTL is enabled, the software-flow control is reset.", "max": 250, "min": 1, "name": "MAV_RADIO_TOUT", "shortDesc": "Timeout in seconds for the RADIO_STATUS reports coming in", "type": "Int32", "units": "s"}, {"category": "Standard", "default": 0, "group": "MAVLink", "longDesc": "When non-zero the MAVLink app will attempt to configure the SiK radio to this ID and re-set the parameter to 0. If the value is negative it will reset the complete radio config to factory defaults. Only applies if this mavlink instance is going through a SiK radio", "max": 240, "min": -1, "name": "MAV_SIK_RADIO_ID", "shortDesc": "MAVLink SiK Radio ID", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "MAVLink", "max": 250, "min": 1, "name": "MAV_SYS_ID", "rebootRequired": true, "shortDesc": "MAVLink system ID", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "MAVLink", "max": 22, "min": 0, "name": "MAV_TYPE", "shortDesc": "MAVLink airframe type", "type": "Int32", "values": [{"description": "Generic micro air vehicle", "value": 0}, {"description": "Fixed wing aircraft", "value": 1}, {"description": "Quadrotor", "value": 2}, {"description": "Coaxial helicopter", "value": 3}, {"description": "Normal helicopter with tail rotor", "value": 4}, {"description": "Airship, controlled", "value": 7}, {"description": "Free balloon, uncontrolled", "value": 8}, {"description": "Ground rover", "value": 10}, {"description": "Surface vessel, boat, ship", "value": 11}, {"description": "Submarine", "value": 12}, {"description": "Hexarotor", "value": 13}, {"description": "Octorotor", "value": 14}, {"description": "Tricopter", "value": 15}, {"description": "VTOL Two-rotor Tailsitter", "value": 19}, {"description": "VTOL Quad-rotor Tailsitter", "value": 20}, {"description": "VTOL Tiltrotor", "value": 21}, {"description": "VTOL Standard (separate fixed rotors for hover and cruise flight)", "value": 22}, {"description": "VTOL Tailsitter", "value": 23}]}, {"category": "Standard", "default": 0, "group": "MAVLink", "longDesc": "If set to 1 incoming HIL GPS messages are parsed.", "name": "MAV_USEHILGPS", "shortDesc": "Use/Accept HIL GPS message even if not in HIL mode", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 1, "group": "Magnetometer Bias Estimator", "longDesc": "This enables continuous calibration of the magnetometers before takeoff using gyro data.", "name": "MBE_ENABLE", "rebootRequired": true, "shortDesc": "Enable online mag bias calibration", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 18.0, "group": "Magnetometer Bias Estimator", "increment": 0.1, "longDesc": "Increase to make the estimator more responsive Decrease to make the estimator more robust to noise", "max": 100.0, "min": 0.1, "name": "MBE_LEARN_GAIN", "shortDesc": "Mag bias estimator learning gain", "type": "Float"}, {"category": "Standard", "default": 1, "group": "Manual Control", "longDesc": "This determines if moving the left stick to the lower right arms and to the lower left disarms the vehicle.", "name": "MAN_ARM_GESTURE", "shortDesc": "Enable arm/disarm stick gesture", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 2, "default": -1.0, "group": "Manual Control", "longDesc": "The timeout for holding the left stick to the lower left and the right stick to the lower right at the same time until the gesture kills the actuators one-way. A negative value disables the feature.", "max": 15.0, "min": -1.0, "name": "MAN_KILL_GEST_T", "shortDesc": "Trigger time for kill stick gesture", "type": "Float", "units": "s"}, {"category": "Standard", "default": 30, "group": "Mission", "longDesc": "The time the system should do open loop loiter and wait for GPS recovery before it starts descending. Set to 0 to disable. Roll angle is set to FW_GPSF_R. Does only apply for fixed-wing vehicles or VTOLs with NAV_FORCE_VT set to 0.", "max": 3600, "min": 0, "name": "FW_GPSF_LT", "shortDesc": "GPS failure loiter time", "type": "Int32", "units": "s"}, {"category": "Standard", "decimalPlaces": 1, "default": 15.0, "group": "Mission", "increment": 0.5, "longDesc": "Roll angle in GPS failure loiter mode.", "max": 30.0, "min": 0.0, "name": "FW_GPSF_R", "shortDesc": "GPS failure fixed roll angle", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 1, "default": 10000.0, "group": "Mission", "increment": 100.0, "longDesc": "There will be a warning message if the current waypoint is more distant than MIS_DIST_1WP from Home. Has no effect on mission validity. Set a value of zero or less to disable.", "max": 100000.0, "min": -1.0, "name": "MIS_DIST_1WP", "shortDesc": "Maximal horizontal distance from Home to first waypoint", "type": "Float", "units": "m"}, {"category": "Standard", "default": 30, "group": "Mission", "longDesc": "Minimum altitude above landing point that the vehicle will climb to after an aborted landing. Then vehicle will loiter in this altitude until further command is received. Only applies to fixed-wing vehicles.", "min": 0, "name": "MIS_LND_ABRT_ALT", "shortDesc": "Landing abort min altitude", "type": "Int32", "units": "m"}, {"category": "Standard", "default": 0, "group": "Mission", "longDesc": "If enabled, yaw commands will be sent to the mount and the vehicle will follow its heading towards the flight direction. If disabled, the vehicle will yaw towards the ROI.", "max": 1, "min": 0, "name": "MIS_MNT_YAW_CTL", "shortDesc": "Enable yaw control of the mount. (Only affects multicopters and ROI mission items)", "type": "Int32", "values": [{"description": "Disable", "value": 0}, {"description": "Enable", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "Mission", "increment": 1.0, "min": 0.0, "name": "MIS_PD_TO", "shortDesc": "Timeout for a successful payload deployment acknowledgement", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 1, "default": 2.5, "group": "Mission", "increment": 0.5, "longDesc": "This is the relative altitude the system will take off to if not otherwise specified.", "min": 0.0, "name": "MIS_TAKEOFF_ALT", "shortDesc": "Default take-off altitude", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "Mission", "longDesc": "Specifies if a mission has to contain a takeoff and/or mission landing. Validity of configured takeoffs/landings is checked independently of the setting here.", "name": "MIS_TKO_LAND_REQ", "shortDesc": "Mission takeoff/landing required", "type": "Int32", "values": [{"description": "No requirements", "value": 0}, {"description": "Require a takeoff", "value": 1}, {"description": "Require a landing", "value": 2}, {"description": "Require a takeoff and a landing", "value": 3}, {"description": "Require both a takeoff and a landing, or neither", "value": 4}, {"description": "Same as previous when landed, in-air require landing only if no valid VTOL approach is present", "value": 5}]}, {"category": "Standard", "decimalPlaces": 1, "default": 12.0, "group": "Mission", "increment": 1.0, "max": 90.0, "min": 0.0, "name": "MIS_YAW_ERR", "shortDesc": "Max yaw error in degrees needed for waypoint heading acceptance", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 1, "default": -1.0, "group": "Mission", "increment": 1.0, "longDesc": "If set > 0 it will ignore the target heading for normal waypoint acceptance. If the waypoint forces the heading the timeout will matter. For example on VTOL forwards transition. Mainly useful for VTOLs that have less yaw authority and might not reach target yaw in wind. Disabled by default.", "max": 20.0, "min": -1.0, "name": "MIS_YAW_TMT", "shortDesc": "Time in seconds we wait on reaching target heading at a waypoint if it is forced", "type": "Float", "units": "s"}, {"category": "Standard", "default": 0, "group": "Mission", "max": 4, "min": 0, "name": "MPC_YAW_MODE", "shortDesc": "Heading behavior in autonomous modes", "type": "Int32", "values": [{"description": "towards waypoint", "value": 0}, {"description": "towards home", "value": 1}, {"description": "away from home", "value": 2}, {"description": "along trajectory", "value": 3}, {"description": "towards waypoint (yaw first)", "value": 4}, {"description": "yaw fixed", "value": 5}]}, {"category": "Standard", "decimalPlaces": 1, "default": 10.0, "group": "Mission", "increment": 0.5, "longDesc": "Default acceptance radius, overridden by acceptance radius of waypoint if set. For fixed wing the npfg switch distance is used for horizontal acceptance.", "max": 200.0, "min": 0.05, "name": "NAV_ACC_RAD", "shortDesc": "Acceptance Radius", "type": "Float", "units": "m"}, {"category": "Standard", "default": 1, "group": "Mission", "name": "NAV_FORCE_VT", "shortDesc": "Force VTOL mode takeoff and land", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "Mission", "longDesc": "Altitude acceptance used for the last waypoint before a fixed-wing landing. This is usually smaller than the standard vertical acceptance because close to the ground higher accuracy is required.", "max": 200.0, "min": 0.05, "name": "NAV_FW_ALTL_RAD", "shortDesc": "FW Altitude Acceptance Radius before a landing", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 10.0, "group": "Mission", "increment": 0.5, "longDesc": "Acceptance radius for fixedwing altitude.", "max": 200.0, "min": 0.05, "name": "NAV_FW_ALT_RAD", "shortDesc": "FW Altitude Acceptance Radius", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 80.0, "group": "Mission", "increment": 0.5, "longDesc": "Default value of loiter radius in FW mode (e.g. for Loiter mode).", "max": 1000.0, "min": 25.0, "name": "NAV_LOITER_RAD", "shortDesc": "Loiter radius (FW only)", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 0.8, "group": "Mission", "increment": 0.5, "longDesc": "Acceptance radius for multicopter altitude.", "max": 200.0, "min": 0.05, "name": "NAV_MC_ALT_RAD", "shortDesc": "MC Altitude Acceptance Radius", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": -1.0, "group": "Mission", "increment": 1.0, "longDesc": "Minimum height above ground the vehicle is allowed to descend to during Mission and RTL, excluding landing commands. Requires a distance sensor to be set up. Note: only prevents the vehicle from descending further, but does not force it to climb. Set to a negative value to disable.", "min": -1.0, "name": "NAV_MIN_GND_DIST", "shortDesc": "Minimum height above ground during Mission and RTL", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": -1.0, "group": "Mission", "increment": 0.5, "longDesc": "This is the minimum altitude above Home the system will always obey in Loiter (Hold) mode if switched into this mode without specifying an altitude (e.g. through Loiter switch on RC). Doesn't affect Loiters that are part of Missions or that are entered through a reposition setpoint (\"Go to\"). Set to a negative value to disable.", "min": -1.0, "name": "NAV_MIN_LTR_ALT", "shortDesc": "Minimum Loiter altitude", "type": "Float", "units": "m"}, {"category": "Standard", "default": 1, "group": "Mission", "longDesc": "Enabling this will allow the system to respond to transponder data from e.g. ADSB transponders", "name": "NAV_TRAFF_AVOID", "shortDesc": "Set traffic avoidance mode", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Warn only", "value": 1}, {"description": "Return mode", "value": 2}, {"description": "Land mode", "value": 3}, {"description": "Position Hold mode", "value": 4}]}, {"category": "Standard", "default": 500.0, "group": "Mission", "longDesc": "Defines a crosstrack horizontal distance", "min": 500.0, "name": "NAV_TRAFF_A_HOR", "shortDesc": "Set NAV TRAFFIC AVOID horizontal distance", "type": "Float", "units": "m"}, {"category": "Standard", "default": 500.0, "group": "Mission", "max": 500.0, "min": 10.0, "name": "NAV_TRAFF_A_VER", "shortDesc": "Set NAV TRAFFIC AVOID vertical distance", "type": "Float", "units": "m"}, {"category": "Standard", "default": 60, "group": "Mission", "longDesc": "Minimum acceptable time until collsion. Assumes constant speed over 3d distance.", "max": 900000000, "min": 1, "name": "NAV_TRAFF_COLL_T", "shortDesc": "Estimated time until collision", "type": "Int32", "units": "s"}, {"category": "Standard", "default": 0, "group": "Mixer Output", "longDesc": "The air-mode enables the mixer to increase the total thrust of the multirotor in order to keep attitude and rate control even at low and high throttle. This function should be disabled during tuning as it will help the controller to diverge if the closed-loop is unstable (i.e. the vehicle is not tuned yet). Enabling air-mode for yaw requires the use of an arming switch.", "name": "MC_AIRMODE", "shortDesc": "Multicopter air-mode", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Roll/Pitch", "value": 1}, {"description": "Roll/Pitch/Yaw", "value": 2}]}, {"category": "Standard", "default": 0, "group": "Mount", "longDesc": "Set to true for servo gimbal, false for passthrough. This is required for a gimbal which is not capable of stabilizing itself and relies on the IMU's attitude estimation.", "max": 2, "min": 0, "name": "MNT_DO_STAB", "shortDesc": "Stabilize the mount", "type": "Int32", "values": [{"description": "Disable", "value": 0}, {"description": "Stabilize all axis", "value": 1}, {"description": "Stabilize yaw for absolute/lock mode.", "value": 2}]}, {"category": "Standard", "decimalPlaces": 1, "default": 90.0, "group": "Mount", "max": 90.0, "min": -90.0, "name": "MNT_LND_P_MAX", "shortDesc": "Pitch maximum when landed", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 1, "default": -90.0, "group": "Mount", "max": 90.0, "min": -90.0, "name": "MNT_LND_P_MIN", "shortDesc": "Pitch minimum when landed", "type": "Float", "units": "deg"}, {"category": "Standard", "default": 0, "group": "Mount", "max": 6, "min": 0, "name": "MNT_MAN_PITCH", "shortDesc": "Auxiliary channel to control pitch (in AUX input or manual mode)", "type": "Int32", "values": [{"description": "Disable", "value": 0}, {"description": "AUX1", "value": 1}, {"description": "AUX2", "value": 2}, {"description": "AUX3", "value": 3}, {"description": "AUX4", "value": 4}, {"description": "AUX5", "value": 5}, {"description": "AUX6", "value": 6}]}, {"category": "Standard", "default": 0, "group": "Mount", "max": 6, "min": 0, "name": "MNT_MAN_ROLL", "shortDesc": "Auxiliary channel to control roll (in AUX input or manual mode)", "type": "Int32", "values": [{"description": "Disable", "value": 0}, {"description": "AUX1", "value": 1}, {"description": "AUX2", "value": 2}, {"description": "AUX3", "value": 3}, {"description": "AUX4", "value": 4}, {"description": "AUX5", "value": 5}, {"description": "AUX6", "value": 6}]}, {"category": "Standard", "default": 0, "group": "Mount", "max": 6, "min": 0, "name": "MNT_MAN_YAW", "shortDesc": "Auxiliary channel to control yaw (in AUX input or manual mode)", "type": "Int32", "values": [{"description": "Disable", "value": 0}, {"description": "AUX1", "value": 1}, {"description": "AUX2", "value": 2}, {"description": "AUX3", "value": 3}, {"description": "AUX4", "value": 4}, {"description": "AUX5", "value": 5}, {"description": "AUX6", "value": 6}]}, {"category": "Standard", "default": 154, "group": "Mount", "longDesc": "If MNT_MODE_OUT is MAVLink protocol v2, mount configure/control commands will be sent with this component ID.", "name": "MNT_MAV_COMPID", "shortDesc": "Mavlink Component ID of the mount", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "Mount", "longDesc": "If MNT_MODE_OUT is MAVLink gimbal protocol v1, mount configure/control commands will be sent with this target ID.", "name": "MNT_MAV_SYSID", "shortDesc": "Mavlink System ID of the mount", "type": "Int32"}, {"category": "Standard", "default": -1, "group": "Mount", "longDesc": "This is the protocol used between the ground station and the autopilot. Recommended is Auto, RC only or MAVLink gimbal protocol v2. The rest will be deprecated.", "max": 4, "min": -1, "name": "MNT_MODE_IN", "rebootRequired": true, "shortDesc": "Mount input mode", "type": "Int32", "values": [{"description": "DISABLED", "value": -1}, {"description": "Auto (RC and MAVLink gimbal protocol v2)", "value": 0}, {"description": "RC", "value": 1}, {"description": "MAVLINK_ROI (protocol v1, to be deprecated)", "value": 2}, {"description": "MAVLINK_DO_MOUNT (protocol v1, to be deprecated)", "value": 3}, {"description": "MAVlink gimbal protocol v2", "value": 4}]}, {"category": "Standard", "default": 0, "group": "Mount", "longDesc": "This is the protocol used between the autopilot and a connected gimbal. Recommended is the MAVLink gimbal protocol v2 if the gimbal supports it.", "max": 2, "min": 0, "name": "MNT_MODE_OUT", "rebootRequired": true, "shortDesc": "Mount output mode", "type": "Int32", "values": [{"description": "AUX", "value": 0}, {"description": "MAVLink gimbal protocol v1", "value": 1}, {"description": "MAVLink gimbal protocol v2", "value": 2}]}, {"category": "Standard", "decimalPlaces": 1, "default": 0.0, "group": "Mount", "max": 360.0, "min": -360.0, "name": "MNT_OFF_PITCH", "shortDesc": "Offset for pitch channel output in degrees", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 1, "default": 0.0, "group": "Mount", "max": 360.0, "min": -360.0, "name": "MNT_OFF_ROLL", "shortDesc": "Offset for roll channel output in degrees", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 1, "default": 0.0, "group": "Mount", "max": 360.0, "min": -360.0, "name": "MNT_OFF_YAW", "shortDesc": "Offset for yaw channel output in degrees", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 1, "default": 90.0, "group": "Mount", "max": 720.0, "min": 1.0, "name": "MNT_RANGE_PITCH", "shortDesc": "Range of pitch channel output in degrees (only in AUX output mode)", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 1, "default": 90.0, "group": "Mount", "max": 720.0, "min": 1.0, "name": "MNT_RANGE_ROLL", "shortDesc": "Range of roll channel output in degrees (only in AUX output mode)", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 1, "default": 360.0, "group": "Mount", "max": 720.0, "min": 1.0, "name": "MNT_RANGE_YAW", "shortDesc": "Range of yaw channel output in degrees (only in AUX output mode)", "type": "Float", "units": "deg"}, {"category": "Standard", "default": 30.0, "group": "Mount", "longDesc": "Full stick input [-1..1] translats to [-pitch rate..pitch rate].", "max": 90.0, "min": 1.0, "name": "MNT_RATE_PITCH", "shortDesc": "Angular pitch rate for manual input in degrees/second", "type": "Float", "units": "deg/s"}, {"category": "Standard", "default": 30.0, "group": "Mount", "longDesc": "Full stick input [-1..1] translats to [-yaw rate..yaw rate].", "max": 90.0, "min": 1.0, "name": "MNT_RATE_YAW", "shortDesc": "Angular yaw rate for manual input in degrees/second", "type": "Float", "units": "deg/s"}, {"category": "Standard", "default": 1, "group": "Mount", "max": 1, "min": 0, "name": "MNT_RC_IN_MODE", "shortDesc": "Input mode for RC gimbal input", "type": "Int32", "values": [{"description": "Angle", "value": 0}, {"description": "Angular rate", "value": 1}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Multicopter Acro Mode", "longDesc": "Exponential factor for tuning the input curve shape. 0 Purely linear input curve 1 Purely cubic input curve", "max": 1.0, "min": 0.0, "name": "MC_ACRO_EXPO", "shortDesc": "Acro mode roll, pitch expo factor", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Multicopter Acro Mode", "longDesc": "Exponential factor for tuning the input curve shape. 0 Purely linear input curve 1 Purely cubic input curve", "max": 1.0, "min": 0.0, "name": "MC_ACRO_EXPO_Y", "shortDesc": "Acro mode yaw expo factor", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 100.0, "group": "Multicopter Acro Mode", "increment": 5.0, "longDesc": "Full stick deflection leads to this rate.", "max": 1800.0, "min": 0.0, "name": "MC_ACRO_P_MAX", "shortDesc": "Acro mode maximum pitch rate", "type": "Float", "units": "deg/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 100.0, "group": "Multicopter Acro Mode", "increment": 5.0, "longDesc": "Full stick deflection leads to this rate.", "max": 1800.0, "min": 0.0, "name": "MC_ACRO_R_MAX", "shortDesc": "Acro mode maximum roll rate", "type": "Float", "units": "deg/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Multicopter Acro Mode", "longDesc": "\"Superexponential\" factor for refining the input curve shape tuned using MC_ACRO_EXPO. 0 Pure Expo function 0.7 reasonable shape enhancement for intuitive stick feel 0.95 very strong bent input curve only near maxima have effect", "max": 0.95, "min": 0.0, "name": "MC_ACRO_SUPEXPO", "shortDesc": "Acro mode roll, pitch super expo factor", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Multicopter Acro Mode", "longDesc": "\"Superexponential\" factor for refining the input curve shape tuned using MC_ACRO_EXPO_Y. 0 Pure Expo function 0.7 reasonable shape enhancement for intuitive stick feel 0.95 very strong bent input curve only near maxima have effect", "max": 0.95, "min": 0.0, "name": "MC_ACRO_SUPEXPOY", "shortDesc": "Acro mode yaw super expo factor", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 100.0, "group": "Multicopter Acro Mode", "increment": 5.0, "longDesc": "Full stick deflection leads to this rate.", "max": 1800.0, "min": 0.0, "name": "MC_ACRO_Y_MAX", "shortDesc": "Acro mode maximum yaw rate", "type": "Float", "units": "deg/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 220.0, "group": "Multicopter Attitude Control", "increment": 5.0, "longDesc": "Limit for pitch rate in manual and auto modes (except acro). Has effect for large rotations in autonomous mode, to avoid large control output and mixer saturation. This is not only limited by the vehicle's properties, but also by the maximum measurement rate of the gyro.", "max": 1800.0, "min": 0.0, "name": "MC_PITCHRATE_MAX", "shortDesc": "Max pitch rate", "type": "Float", "units": "deg/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 6.5, "group": "Multicopter Attitude Control", "increment": 0.1, "longDesc": "Pitch proportional gain, i.e. desired angular speed in rad/s for error 1 rad.", "max": 12.0, "min": 0.0, "name": "MC_PITCH_P", "shortDesc": "Pitch P gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 220.0, "group": "Multicopter Attitude Control", "increment": 5.0, "longDesc": "Limit for roll rate in manual and auto modes (except acro). Has effect for large rotations in autonomous mode, to avoid large control output and mixer saturation. This is not only limited by the vehicle's properties, but also by the maximum measurement rate of the gyro.", "max": 1800.0, "min": 0.0, "name": "MC_ROLLRATE_MAX", "shortDesc": "Max roll rate", "type": "Float", "units": "deg/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 6.5, "group": "Multicopter Attitude Control", "increment": 0.1, "longDesc": "Roll proportional gain, i.e. desired angular speed in rad/s for error 1 rad.", "max": 12.0, "min": 0.0, "name": "MC_ROLL_P", "shortDesc": "Roll P gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 200.0, "group": "Multicopter Attitude Control", "increment": 5.0, "max": 1800.0, "min": 0.0, "name": "MC_YAWRATE_MAX", "shortDesc": "Max yaw rate", "type": "Float", "units": "deg/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 2.8, "group": "Multicopter Attitude Control", "increment": 0.1, "longDesc": "Yaw proportional gain, i.e. desired angular speed in rad/s for error 1 rad.", "max": 5.0, "min": 0.0, "name": "MC_YAW_P", "shortDesc": "Yaw P gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.4, "group": "Multicopter Attitude Control", "increment": 0.1, "longDesc": "A fraction [0,1] deprioritizing yaw compared to roll and pitch in non-linear attitude control. Deprioritizing yaw is necessary because multicopters have much less control authority in yaw compared to the other axes and it makes sense because yaw is not critical for stable hovering or 3D navigation. For yaw control tuning use MC_YAW_P. This ratio has no impact on the yaw gain.", "max": 1.0, "min": 0.0, "name": "MC_YAW_WEIGHT", "shortDesc": "Yaw weight", "type": "Float"}, {"category": "Standard", "decimalPlaces": 0, "default": 60.0, "group": "Multicopter Attitude Control", "increment": 5.0, "longDesc": "Limits the acceleration of the yaw setpoint to avoid large control output and mixer saturation.", "max": 360.0, "min": 5.0, "name": "MPC_YAWRAUTO_ACC", "shortDesc": "Maximum yaw acceleration in autonomous modes", "type": "Float", "units": "deg/s^2"}, {"category": "Standard", "decimalPlaces": 0, "default": 45.0, "group": "Multicopter Attitude Control", "increment": 5.0, "longDesc": "Limits the rate of change of the yaw setpoint to avoid large control output and mixer saturation.", "max": 360.0, "min": 5.0, "name": "MPC_YAWRAUTO_MAX", "shortDesc": "Maximum yaw rate in autonomous modes", "type": "Float", "units": "deg/s"}, {"category": "Standard", "default": 0.4, "group": "Multicopter Position Control", "longDesc": "Only used in Position mode.", "max": 1.0, "min": 0.0, "name": "CP_DELAY", "shortDesc": "Average delay of the range sensor message plus the tracking delay of the position controller in seconds", "type": "Float", "units": "s"}, {"category": "Standard", "default": -1.0, "group": "Multicopter Position Control", "longDesc": "Only used in Position mode. Collision avoidance is disabled by setting this parameter to a negative value", "max": 15.0, "min": -1.0, "name": "CP_DIST", "shortDesc": "Minimum distance the vehicle should keep to all obstacles", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "Multicopter Position Control", "longDesc": "Only used in Position mode.", "name": "CP_GO_NO_DATA", "shortDesc": "Boolean to allow moving into directions where there is no sensor data (outside FOV)", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 30.0, "group": "Multicopter Position Control", "longDesc": "Only used in Position mode.", "max": 90.0, "min": 0.0, "name": "CP_GUIDE_ANG", "shortDesc": "Angle left/right from the commanded setpoint by which the collision prevention algorithm can choose to change the setpoint direction", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Multicopter Position Control", "longDesc": "Setting this parameter to 0 disables the filter", "max": 2.0, "min": 0.0, "name": "MC_MAN_TILT_TAU", "shortDesc": "Manual tilt input filter time constant", "type": "Float", "units": "s"}, {"category": "Standard", "default": 1, "group": "Multicopter Position Control", "longDesc": "Set to decouple tilt from vertical acceleration. This provides smoother flight but slightly worse tracking in position and auto modes. Unset if accurate position tracking during dynamic maneuvers is more important than a smooth flight.", "name": "MPC_ACC_DECOUPLE", "shortDesc": "Acceleration to tilt coupling", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 3.0, "group": "Multicopter Position Control", "increment": 1.0, "max": 15.0, "min": 2.0, "name": "MPC_ACC_DOWN_MAX", "shortDesc": "Maximum downwards acceleration in climb rate controlled modes", "type": "Float", "units": "m/s^2"}, {"category": "Standard", "decimalPlaces": 1, "default": 3.0, "group": "Multicopter Position Control", "increment": 1.0, "longDesc": "When piloting manually, this parameter is only used in MPC_POS_MODE Acceleration based.", "max": 15.0, "min": 2.0, "name": "MPC_ACC_HOR", "shortDesc": "Acceleration for autonomous and for manual modes", "type": "Float", "units": "m/s^2"}, {"category": "Standard", "decimalPlaces": 2, "default": 5.0, "group": "Multicopter Position Control", "increment": 1.0, "longDesc": "MPC_POS_MODE 1 just deceleration 3 acceleration and deceleration 4 not used, use MPC_ACC_HOR instead", "max": 15.0, "min": 2.0, "name": "MPC_ACC_HOR_MAX", "shortDesc": "Maximum horizontal acceleration", "type": "Float", "units": "m/s^2"}, {"category": "Standard", "decimalPlaces": 1, "default": 4.0, "group": "Multicopter Position Control", "increment": 1.0, "max": 15.0, "min": 2.0, "name": "MPC_ACC_UP_MAX", "shortDesc": "Maximum upwards acceleration in climb rate controlled modes", "type": "Float", "units": "m/s^2"}, {"category": "Standard", "default": 2, "group": "Multicopter Position Control", "longDesc": "Set to 0 to control height relative to the earth frame origin. This origin may move up and down in flight due to sensor drift. Set to 1 to control height relative to estimated distance to ground. The vehicle will move up and down with terrain height variation. Requires a distance to ground sensor. The height controller will revert to using height above origin if the distance to ground estimate becomes invalid as indicated by the local_position.distance_bottom_valid message being false. Set to 2 to control height relative to ground (requires a distance sensor) when stationary and relative to earth frame origin when moving horizontally. The speed threshold is controlled by the MPC_HOLD_MAX_XY parameter.", "max": 2, "min": 0, "name": "MPC_ALT_MODE", "shortDesc": "Altitude reference mode", "type": "Int32", "values": [{"description": "Altitude following", "value": 0}, {"description": "Terrain following", "value": 1}, {"description": "Terrain hold", "value": 2}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "Multicopter Position Control", "increment": 0.01, "longDesc": "Does not apply to manual throttle and direct attitude piloting by stick.", "max": 1.0, "min": 0.0, "name": "MPC_HOLD_DZ", "shortDesc": "Deadzone for sticks in manual piloted modes", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.8, "group": "Multicopter Position Control", "longDesc": "Only used with MPC_POS_MODE Direct velocity or MPC_ALT_MODE 2", "max": 3.0, "min": 0.0, "name": "MPC_HOLD_MAX_XY", "shortDesc": "Maximum horizontal velocity for which position hold is enabled (use 0 to disable check)", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.6, "group": "Multicopter Position Control", "longDesc": "Only used with MPC_ALT_MODE 1", "max": 3.0, "min": 0.0, "name": "MPC_HOLD_MAX_Z", "shortDesc": "Maximum vertical velocity for which position hold is enabled (use 0 to disable check)", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 4.0, "group": "Multicopter Position Control", "increment": 1.0, "longDesc": "Limit the maximum jerk of the vehicle (how fast the acceleration can change). A lower value leads to smoother vehicle motions but also limited agility.", "max": 80.0, "min": 1.0, "name": "MPC_JERK_AUTO", "shortDesc": "Jerk limit in autonomous modes", "type": "Float", "units": "m/s^3"}, {"category": "Standard", "decimalPlaces": 0, "default": 8.0, "group": "Multicopter Position Control", "increment": 1.0, "longDesc": "Limit the maximum jerk of the vehicle (how fast the acceleration can change). A lower value leads to smoother motions but limits agility (how fast it can change directions or break). Setting this to the maximum value essentially disables the limit. Only used with smooth MPC_POS_MODE Smoothed velocity and Acceleration based.", "max": 500.0, "min": 0.5, "name": "MPC_JERK_MAX", "shortDesc": "Maximum horizontal and vertical jerk in Position/Altitude mode", "type": "Float", "units": "m/s^3"}, {"category": "Standard", "decimalPlaces": 1, "default": 10.0, "group": "Multicopter Position Control", "longDesc": "Below this altitude descending velocity gets limited to a value between \"MPC_Z_VEL_MAX_DN\" (or \"MPC_Z_V_AUTO_DN\") and \"MPC_LAND_SPEED\" Value needs to be higher than \"MPC_LAND_ALT2\"", "max": 122.0, "min": 0.0, "name": "MPC_LAND_ALT1", "shortDesc": "Altitude for 1. step of slow landing (descend)", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "Multicopter Position Control", "longDesc": "Below this altitude descending velocity gets limited to \"MPC_LAND_SPEED\" Value needs to be lower than \"MPC_LAND_ALT1\"", "max": 122.0, "min": 0.0, "name": "MPC_LAND_ALT2", "shortDesc": "Altitude for 2. step of slow landing (landing)", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 1.0, "group": "Multicopter Position Control", "longDesc": "Below this altitude descending velocity gets limited to \"MPC_LAND_CRWL\", if LIDAR available. No effect if LIDAR not available", "max": 122.0, "min": 0.0, "name": "MPC_LAND_ALT3", "shortDesc": "Altitude for 3. step of slow landing", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 0.3, "group": "Multicopter Position Control", "longDesc": "Used below MPC_LAND_ALT3 if distance sensor data is availabe.", "min": 0.1, "name": "MPC_LAND_CRWL", "shortDesc": "Land crawl descend rate", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 0, "default": 1000.0, "group": "Multicopter Position Control", "increment": 1.0, "longDesc": "When nudging is enabled (see MPC_LAND_RC_HELP), this controls the maximum allowed horizontal displacement from the original landing point.", "min": 0.0, "name": "MPC_LAND_RADIUS", "shortDesc": "User assisted landing radius", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "Multicopter Position Control", "longDesc": "Using stick input the vehicle can be moved horizontally and yawed. The descend speed is amended: stick full up - 0 stick centered - MPC_LAND_SPEED stick full down - 2 * MPC_LAND_SPEED Manual override during auto modes has to be disabled to use this feature (see COM_RC_OVERRIDE).", "max": 1, "min": 0, "name": "MPC_LAND_RC_HELP", "shortDesc": "Enable nudging based on user input during autonomous land routine", "type": "Int32", "values": [{"description": "Nudging disabled", "value": 0}, {"description": "Nudging enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 0.7, "group": "Multicopter Position Control", "min": 0.6, "name": "MPC_LAND_SPEED", "shortDesc": "Landing descend rate", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.08, "group": "Multicopter Position Control", "increment": 0.01, "longDesc": "The value is mapped to the lowest throttle stick position in Stabilized mode. Too low collective thrust leads to loss of roll/pitch/yaw torque control authority. Airmode is used to keep torque authority with zero thrust (see MC_AIRMODE).", "max": 1.0, "min": 0.0, "name": "MPC_MANTHR_MIN", "shortDesc": "Minimum collective thrust in Stabilized mode", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 0, "default": 35.0, "group": "Multicopter Position Control", "increment": 1.0, "max": 70.0, "min": 1.0, "name": "MPC_MAN_TILT_MAX", "shortDesc": "Maximal tilt angle in Stabilized or Altitude mode", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 0, "default": 150.0, "group": "Multicopter Position Control", "increment": 10.0, "max": 400.0, "min": 0.0, "name": "MPC_MAN_Y_MAX", "shortDesc": "Max manual yaw rate for Stabilized, Altitude, Position mode", "type": "Float", "units": "deg/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.08, "group": "Multicopter Position Control", "increment": 0.01, "longDesc": "Not used in Stabilized mode Setting this parameter to 0 disables the filter", "max": 5.0, "min": 0.0, "name": "MPC_MAN_Y_TAU", "shortDesc": "Manual yaw rate input filter time constant", "type": "Float", "units": "s"}, {"category": "Standard", "default": 4, "group": "Multicopter Position Control", "longDesc": "The supported sub-modes are: - \"Direct velocity\": Sticks directly map to velocity setpoints without smoothing. Also applies to vertical direction and Altitude mode. Useful for velocity control tuning. - \"Smoothed velocity\": Sticks map to velocity but with maximum acceleration and jerk limits based on jerk optimized trajectory generator (different algorithm than 1). - \"Acceleration based\": Sticks map to acceleration and there's a virtual brake drag", "name": "MPC_POS_MODE", "shortDesc": "Position/Altitude mode variant", "type": "Int32", "values": [{"description": "Direct velocity", "value": 0}, {"description": "Smoothed velocity", "value": 3}, {"description": "Acceleration based", "value": 4}]}, {"category": "Standard", "default": 0, "group": "Multicopter Position Control", "longDesc": "This parameter defines how the throttle stick input is mapped to collective thrust in Stabilized mode. In case the default is used ('Rescale to hover thrust'), the stick input is linearly rescaled, such that a centered stick corresponds to the hover throttle (see MPC_THR_HOVER). Select 'No Rescale' to directly map the stick 1:1 to the output. This can be useful in case the hover thrust is very low and the default would lead to too much distortion (e.g. if hover thrust is set to 20%, then 80% of the upper thrust range is squeezed into the upper half of the stick range). Note: In case MPC_THR_HOVER is set to 50%, the modes 0 and 1 are the same.", "name": "MPC_THR_CURVE", "shortDesc": "Thrust curve mapping in Stabilized Mode", "type": "Int32", "values": [{"description": "Rescale to hover thrust", "value": 0}, {"description": "No Rescale", "value": 1}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.5, "group": "Multicopter Position Control", "increment": 0.01, "longDesc": "Mapped to center throttle stick in Stabilized mode (see MPC_THR_CURVE). Used for initialization of the hover thrust estimator (see MPC_USE_HTE). The estimated hover thrust is used as base for zero vertical acceleration in altitude control. The hover thrust is important for land detection to work correctly.", "max": 0.8, "min": 0.1, "name": "MPC_THR_HOVER", "shortDesc": "Vertical thrust required to hover", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "Multicopter Position Control", "increment": 0.05, "longDesc": "Limit allowed thrust e.g. for indoor test of overpowered vehicle.", "max": 1.0, "min": 0.0, "name": "MPC_THR_MAX", "shortDesc": "Maximum collective thrust in climb rate controlled modes", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.12, "group": "Multicopter Position Control", "increment": 0.01, "longDesc": "Too low thrust leads to loss of roll/pitch/yaw torque control authority. With airmode enabled this parameters can be set to 0 while still keeping torque authority (see MC_AIRMODE).", "max": 0.5, "min": 0.05, "name": "MPC_THR_MIN", "shortDesc": "Minimum collective thrust in climb rate controlled modes", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.3, "group": "Multicopter Position Control", "increment": 0.01, "longDesc": "Margin that is kept for horizontal control when higher priority vertical thrust is saturated. To avoid completely starving horizontal control with high vertical error.", "max": 0.5, "min": 0.0, "name": "MPC_THR_XY_MARG", "shortDesc": "Horizontal thrust margin", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 0, "default": 45.0, "group": "Multicopter Position Control", "increment": 1.0, "longDesc": "Absolute maximum for all velocity or acceleration controlled modes. Any higher value is truncated.", "max": 89.0, "min": 20.0, "name": "MPC_TILTMAX_AIR", "shortDesc": "Maximum tilt angle in air", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 0, "default": 12.0, "group": "Multicopter Position Control", "increment": 1.0, "longDesc": "Tighter tilt limit during takeoff to avoid tip over.", "max": 89.0, "min": 5.0, "name": "MPC_TILTMAX_LND", "shortDesc": "Maximum tilt during inital takeoff ramp", "type": "Float", "units": "deg"}, {"category": "Standard", "default": 3.0, "group": "Multicopter Position Control", "longDesc": "Increasing this value will make climb rate controlled takeoff slower. If it's too slow the drone might scratch the ground and tip over. A time constant of 0 disables the ramp", "max": 5.0, "min": 0.0, "name": "MPC_TKO_RAMP_T", "shortDesc": "Smooth takeoff ramp time constant", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.5, "group": "Multicopter Position Control", "max": 5.0, "min": 1.0, "name": "MPC_TKO_SPEED", "shortDesc": "Takeoff climb rate", "type": "Float", "units": "m/s"}, {"category": "Standard", "default": 1, "group": "Multicopter Position Control", "longDesc": "Disable to use the fixed parameter MPC_THR_HOVER Enable to use the hover thrust estimator", "name": "MPC_USE_HTE", "shortDesc": "Hover thrust estimator", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "Multicopter Position Control", "increment": 0.5, "longDesc": "A value of 0 disables the filter.", "max": 50.0, "min": 0.0, "name": "MPC_VELD_LP", "shortDesc": "Velocity derivative low pass cutoff frequency", "type": "Float", "units": "Hz"}, {"category": "Standard", "decimalPlaces": 1, "default": 0.0, "group": "Multicopter Position Control", "increment": 0.5, "longDesc": "A value of 0 disables the filter.", "max": 50.0, "min": 0.0, "name": "MPC_VEL_LP", "shortDesc": "Velocity low pass cutoff frequency", "type": "Float", "units": "Hz"}, {"category": "Standard", "decimalPlaces": 1, "default": 10.0, "group": "Multicopter Position Control", "increment": 1.0, "longDesc": "Must be smaller than MPC_XY_VEL_MAX. The maximum sideways and backward speed can be set differently using MPC_VEL_MAN_SIDE and MPC_VEL_MAN_BACK, respectively.", "max": 20.0, "min": 3.0, "name": "MPC_VEL_MANUAL", "shortDesc": "Maximum horizontal velocity setpoint in Position mode", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": -1.0, "group": "Multicopter Position Control", "increment": 1.0, "longDesc": "If set to a negative value or larger than MPC_VEL_MANUAL then MPC_VEL_MANUAL is used.", "max": 20.0, "min": -1.0, "name": "MPC_VEL_MAN_BACK", "shortDesc": "Maximum backward velocity in Position mode", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": -1.0, "group": "Multicopter Position Control", "increment": 1.0, "longDesc": "If set to a negative value or larger than MPC_VEL_MANUAL then MPC_VEL_MANUAL is used.", "max": 20.0, "min": -1.0, "name": "MPC_VEL_MAN_SIDE", "shortDesc": "Maximum sideways velocity in Position mode", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "Multicopter Position Control", "increment": 0.5, "longDesc": "A value of 0 disables the filter.", "max": 50.0, "min": 0.0, "name": "MPC_VEL_NF_BW", "shortDesc": "Velocity notch filter bandwidth", "type": "Float", "units": "Hz"}, {"category": "Standard", "decimalPlaces": 1, "default": 0.0, "group": "Multicopter Position Control", "increment": 0.5, "longDesc": "The center frequency for the 2nd order notch filter on the velocity. A value of 0 disables the filter.", "max": 50.0, "min": 0.0, "name": "MPC_VEL_NF_FRQ", "shortDesc": "Velocity notch filter frequency", "type": "Float", "units": "Hz"}, {"category": "Standard", "decimalPlaces": 0, "default": 5.0, "group": "Multicopter Position Control", "increment": 1.0, "longDesc": "e.g. in Missions, RTL, Goto if the waypoint does not specify differently", "max": 20.0, "min": 3.0, "name": "MPC_XY_CRUISE", "shortDesc": "Default horizontal velocity in autonomous modes", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 2.0, "group": "Multicopter Position Control", "increment": 1.0, "longDesc": "The integration speed of the trajectory setpoint is linearly reduced with the horizontal position tracking error. When the error is above this parameter, the integration of the trajectory is stopped to wait for the drone. This value can be adjusted depending on the tracking capabilities of the vehicle.", "max": 10.0, "min": 0.1, "name": "MPC_XY_ERR_MAX", "shortDesc": "Maximum horizontal error allowed by the trajectory generator", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.6, "group": "Multicopter Position Control", "increment": 0.01, "longDesc": "The higher the value the less sensitivity the stick has around zero while still reaching the maximum value with full stick deflection. 0 Purely linear input curve 1 Purely cubic input curve", "max": 1.0, "min": 0.0, "name": "MPC_XY_MAN_EXPO", "shortDesc": "Manual position control stick exponential curve sensitivity", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.95, "group": "Multicopter Position Control", "increment": 0.1, "longDesc": "Defined as corrective velocity in m/s per m position error", "max": 2.0, "min": 0.0, "name": "MPC_XY_P", "shortDesc": "Proportional gain for horizontal position error", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 0.5, "group": "Multicopter Position Control", "increment": 0.1, "max": 1.0, "min": 0.1, "name": "MPC_XY_TRAJ_P", "shortDesc": "Proportional gain for horizontal trajectory position error", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": -10.0, "group": "Multicopter Position Control", "increment": 1.0, "longDesc": "If set to a value greater than zero, other parameters are automatically set (such as MPC_XY_VEL_MAX or MPC_VEL_MANUAL). If set to a negative value, the existing individual parameters are used.", "max": 20.0, "min": -20.0, "name": "MPC_XY_VEL_ALL", "shortDesc": "Overall Horizontal Velocity Limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.2, "group": "Multicopter Position Control", "increment": 0.02, "longDesc": "Defined as corrective acceleration in m/s^2 per m/s^2 velocity derivative", "max": 2.0, "min": 0.1, "name": "MPC_XY_VEL_D_ACC", "shortDesc": "Differential gain for horizontal velocity error", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.4, "group": "Multicopter Position Control", "increment": 0.02, "longDesc": "Defined as correction acceleration in m/s^2 per m velocity integral Allows to eliminate steady state errors in disturbances like wind.", "max": 60.0, "min": 0.0, "name": "MPC_XY_VEL_I_ACC", "shortDesc": "Integral gain for horizontal velocity error", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 12.0, "group": "Multicopter Position Control", "increment": 1.0, "longDesc": "Absolute maximum for all velocity controlled modes. Any higher value is truncated.", "max": 20.0, "min": 0.0, "name": "MPC_XY_VEL_MAX", "shortDesc": "Maximum horizontal velocity", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.8, "group": "Multicopter Position Control", "increment": 0.1, "longDesc": "Defined as corrective acceleration in m/s^2 per m/s velocity error", "max": 5.0, "min": 1.2, "name": "MPC_XY_VEL_P_ACC", "shortDesc": "Proportional gain for horizontal velocity error", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.6, "group": "Multicopter Position Control", "increment": 0.01, "longDesc": "The higher the value the less sensitivity the stick has around zero while still reaching the maximum value with full stick deflection. 0 Purely linear input curve 1 Purely cubic input curve", "max": 1.0, "min": 0.0, "name": "MPC_YAW_EXPO", "shortDesc": "Manual control stick yaw rotation exponential curve", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.6, "group": "Multicopter Position Control", "increment": 0.01, "longDesc": "The higher the value the less sensitivity the stick has around zero while still reaching the maximum value with full stick deflection. 0 Purely linear input curve 1 Purely cubic input curve", "max": 1.0, "min": 0.0, "name": "MPC_Z_MAN_EXPO", "shortDesc": "Manual control stick vertical exponential curve", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "Multicopter Position Control", "increment": 0.1, "longDesc": "Defined as corrective velocity in m/s per m position error", "max": 1.5, "min": 0.1, "name": "MPC_Z_P", "shortDesc": "Proportional gain for vertical position error", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": -3.0, "group": "Multicopter Position Control", "increment": 0.5, "longDesc": "If set to a value greater than zero, other parameters are automatically set (such as MPC_Z_VEL_MAX_UP or MPC_LAND_SPEED). If set to a negative value, the existing individual parameters are used.", "max": 8.0, "min": -3.0, "name": "MPC_Z_VEL_ALL", "shortDesc": "Overall Vertical Velocity Limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Multicopter Position Control", "increment": 0.02, "longDesc": "Defined as corrective acceleration in m/s^2 per m/s^2 velocity derivative", "max": 2.0, "min": 0.0, "name": "MPC_Z_VEL_D_ACC", "shortDesc": "Differential gain for vertical velocity error", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 2.0, "group": "Multicopter Position Control", "increment": 0.1, "longDesc": "Defined as corrective acceleration in m/s^2 per m velocity integral", "max": 3.0, "min": 0.2, "name": "MPC_Z_VEL_I_ACC", "shortDesc": "Integral gain for vertical velocity error", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 1.5, "group": "Multicopter Position Control", "increment": 0.1, "longDesc": "Absolute maximum for all climb rate controlled modes. In manually piloted modes full stick deflection commands this velocity. For default autonomous velocity see MPC_Z_V_AUTO_UP", "max": 4.0, "min": 0.5, "name": "MPC_Z_VEL_MAX_DN", "shortDesc": "Maximum descent velocity", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 3.0, "group": "Multicopter Position Control", "increment": 0.1, "longDesc": "Absolute maximum for all climb rate controlled modes. In manually piloted modes full stick deflection commands this velocity. For default autonomous velocity see MPC_Z_V_AUTO_UP", "max": 8.0, "min": 0.5, "name": "MPC_Z_VEL_MAX_UP", "shortDesc": "Maximum ascent velocity", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 4.0, "group": "Multicopter Position Control", "increment": 0.1, "longDesc": "Defined as corrective acceleration in m/s^2 per m/s velocity error", "max": 15.0, "min": 2.0, "name": "MPC_Z_VEL_P_ACC", "shortDesc": "Proportional gain for vertical velocity error", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 1.5, "group": "Multicopter Position Control", "increment": 0.5, "longDesc": "For manual modes and offboard, see MPC_Z_VEL_MAX_DN", "max": 4.0, "min": 0.5, "name": "MPC_Z_V_AUTO_DN", "shortDesc": "Descent velocity in autonomous modes", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 3.0, "group": "Multicopter Position Control", "increment": 0.5, "longDesc": "For manually controlled modes and offboard see MPC_Z_VEL_MAX_UP", "max": 8.0, "min": 0.5, "name": "MPC_Z_V_AUTO_UP", "shortDesc": "Ascent velocity in autonomous modes", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": -0.4, "group": "Multicopter Position Control", "increment": 0.05, "longDesc": "Changes the overall responsiveness of the vehicle. The higher the value, the faster the vehicle will react. If set to a value greater than zero, other parameters are automatically set (such as the acceleration or jerk limits). If set to a negative value, the existing individual parameters are used.", "max": 1.0, "min": -1.0, "name": "SYS_VEHICLE_RESP", "shortDesc": "Responsiveness", "type": "Float"}, {"category": "Standard", "default": 0, "group": "Multicopter Position Control", "name": "WV_EN", "shortDesc": "Enable weathervane", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 1.0, "group": "Multicopter Position Control", "max": 5.0, "min": 0.0, "name": "WV_ROLL_MIN", "shortDesc": "Minimum roll angle setpoint for weathervane controller to demand a yaw-rate", "type": "Float", "units": "deg"}, {"category": "Standard", "default": 90.0, "group": "Multicopter Position Control", "max": 120.0, "min": 0.0, "name": "WV_YRATE_MAX", "shortDesc": "Maximum yawrate the weathervane controller is allowed to demand", "type": "Float", "units": "deg/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 3.0, "group": "Multicopter Position Slow Mode", "increment": 0.1, "longDesc": "This value is used in slow mode if no aux channel is mapped and no limit is commanded through MAVLink.", "min": 0.1, "name": "MC_SLOW_DEF_HVEL", "shortDesc": "Default horizontal velocity limit", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "Multicopter Position Slow Mode", "increment": 0.1, "longDesc": "This value is used in slow mode if no aux channel is mapped and no limit is commanded through MAVLink.", "min": 0.1, "name": "MC_SLOW_DEF_VVEL", "shortDesc": "Default vertical velocity limit", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 0, "default": 45.0, "group": "Multicopter Position Slow Mode", "increment": 0.1, "longDesc": "This value is used in slow mode if no aux channel is mapped and no limit is commanded through MAVLink.", "min": 1.0, "name": "MC_SLOW_DEF_YAWR", "shortDesc": "Default yaw rate limit", "type": "Float", "units": "deg/s"}, {"category": "Standard", "default": 0, "group": "Multicopter Position Slow Mode", "name": "MC_SLOW_MAP_HVEL", "shortDesc": "Manual input mapped to scale horizontal velocity in position slow mode", "type": "Int32", "values": [{"description": "No rescaling", "value": 0}, {"description": "AUX1", "value": 1}, {"description": "AUX2", "value": 2}, {"description": "AUX3", "value": 3}, {"description": "AUX4", "value": 4}, {"description": "AUX5", "value": 5}, {"description": "AUX6", "value": 6}]}, {"category": "Standard", "default": 0, "group": "Multicopter Position Slow Mode", "name": "MC_SLOW_MAP_VVEL", "shortDesc": "Manual input mapped to scale vertical velocity in position slow mode", "type": "Int32", "values": [{"description": "No rescaling", "value": 0}, {"description": "AUX1", "value": 1}, {"description": "AUX2", "value": 2}, {"description": "AUX3", "value": 3}, {"description": "AUX4", "value": 4}, {"description": "AUX5", "value": 5}, {"description": "AUX6", "value": 6}]}, {"category": "Standard", "default": 0, "group": "Multicopter Position Slow Mode", "name": "MC_SLOW_MAP_YAWR", "shortDesc": "Manual input mapped to scale yaw rate in position slow mode", "type": "Int32", "values": [{"description": "No rescaling", "value": 0}, {"description": "AUX1", "value": 1}, {"description": "AUX2", "value": 2}, {"description": "AUX3", "value": 3}, {"description": "AUX4", "value": 4}, {"description": "AUX5", "value": 5}, {"description": "AUX6", "value": 6}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.3, "group": "Multicopter Position Slow Mode", "increment": 0.1, "longDesc": "The lowest input maps and is clamped to this velocity.", "min": 0.1, "name": "MC_SLOW_MIN_HVEL", "shortDesc": "Horizontal velocity lower limit", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.3, "group": "Multicopter Position Slow Mode", "increment": 0.1, "longDesc": "The lowest input maps and is clamped to this velocity.", "min": 0.1, "name": "MC_SLOW_MIN_VVEL", "shortDesc": "Vertical velocity lower limit", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 0, "default": 3.0, "group": "Multicopter Position Slow Mode", "increment": 0.1, "longDesc": "The lowest input maps and is clamped to this rate.", "min": 1.0, "name": "MC_SLOW_MIN_YAWR", "shortDesc": "Yaw rate lower limit", "type": "Float", "units": "deg/s"}, {"category": "Standard", "default": 0, "group": "Multicopter Rate Control", "longDesc": "This compensates for voltage drop of the battery over time by attempting to normalize performance across the operating range of the battery. The copter should constantly behave as if it was fully charged with reduced max acceleration at lower battery percentages. i.e. if hover is at 0.5 throttle at 100% battery, it will still be 0.5 at 60% battery.", "name": "MC_BAT_SCALE_EN", "shortDesc": "Battery power level scaler", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 4, "default": 0.003, "group": "Multicopter Rate Control", "increment": 0.0005, "longDesc": "Pitch rate differential gain. Small values help reduce fast oscillations. If value is too big oscillations will appear again.", "min": 0.0, "name": "MC_PITCHRATE_D", "shortDesc": "Pitch rate D gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 4, "default": 0.0, "group": "Multicopter Rate Control", "longDesc": "Improves tracking performance.", "min": 0.0, "name": "MC_PITCHRATE_FF", "shortDesc": "Pitch rate feedforward", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.2, "group": "Multicopter Rate Control", "increment": 0.01, "longDesc": "Pitch rate integral gain. Can be set to compensate static thrust difference or gravity center offset.", "min": 0.0, "name": "MC_PITCHRATE_I", "shortDesc": "Pitch rate I gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 4, "default": 1.0, "group": "Multicopter Rate Control", "increment": 0.0005, "longDesc": "Global gain of the controller. This gain scales the P, I and D terms of the controller: output = MC_PITCHRATE_K * (MC_PITCHRATE_P * error + MC_PITCHRATE_I * error_integral + MC_PITCHRATE_D * error_derivative) Set MC_PITCHRATE_P=1 to implement a PID in the ideal form. Set MC_PITCHRATE_K=1 to implement a PID in the parallel form.", "max": 5.0, "min": 0.01, "name": "MC_PITCHRATE_K", "shortDesc": "Pitch rate controller gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.15, "group": "Multicopter Rate Control", "increment": 0.01, "longDesc": "Pitch rate proportional gain, i.e. control output for angular speed error 1 rad/s.", "max": 0.6, "min": 0.01, "name": "MC_PITCHRATE_P", "shortDesc": "Pitch rate P gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.3, "group": "Multicopter Rate Control", "increment": 0.01, "longDesc": "Pitch rate integrator limit. Can be set to increase the amount of integrator available to counteract disturbances or reduced to improve settling time after large pitch moment trim changes.", "min": 0.0, "name": "MC_PR_INT_LIM", "shortDesc": "Pitch rate integrator limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 4, "default": 0.003, "group": "Multicopter Rate Control", "increment": 0.0005, "longDesc": "Roll rate differential gain. Small values help reduce fast oscillations. If value is too big oscillations will appear again.", "max": 0.01, "min": 0.0, "name": "MC_ROLLRATE_D", "shortDesc": "Roll rate D gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 4, "default": 0.0, "group": "Multicopter Rate Control", "longDesc": "Improves tracking performance.", "min": 0.0, "name": "MC_ROLLRATE_FF", "shortDesc": "Roll rate feedforward", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.2, "group": "Multicopter Rate Control", "increment": 0.01, "longDesc": "Roll rate integral gain. Can be set to compensate static thrust difference or gravity center offset.", "min": 0.0, "name": "MC_ROLLRATE_I", "shortDesc": "Roll rate I gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 4, "default": 1.0, "group": "Multicopter Rate Control", "increment": 0.0005, "longDesc": "Global gain of the controller. This gain scales the P, I and D terms of the controller: output = MC_ROLLRATE_K * (MC_ROLLRATE_P * error + MC_ROLLRATE_I * error_integral + MC_ROLLRATE_D * error_derivative) Set MC_ROLLRATE_P=1 to implement a PID in the ideal form. Set MC_ROLLRATE_K=1 to implement a PID in the parallel form.", "max": 5.0, "min": 0.01, "name": "MC_ROLLRATE_K", "shortDesc": "Roll rate controller gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.15, "group": "Multicopter Rate Control", "increment": 0.01, "longDesc": "Roll rate proportional gain, i.e. control output for angular speed error 1 rad/s.", "max": 0.5, "min": 0.01, "name": "MC_ROLLRATE_P", "shortDesc": "Roll rate P gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.3, "group": "Multicopter Rate Control", "increment": 0.01, "longDesc": "Roll rate integrator limit. Can be set to increase the amount of integrator available to counteract disturbances or reduced to improve settling time after large roll moment trim changes.", "min": 0.0, "name": "MC_RR_INT_LIM", "shortDesc": "Roll rate integrator limit", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Multicopter Rate Control", "increment": 0.01, "longDesc": "Yaw rate differential gain. Small values help reduce fast oscillations. If value is too big oscillations will appear again.", "min": 0.0, "name": "MC_YAWRATE_D", "shortDesc": "Yaw rate D gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 4, "default": 0.0, "group": "Multicopter Rate Control", "increment": 0.01, "longDesc": "Improves tracking performance.", "min": 0.0, "name": "MC_YAWRATE_FF", "shortDesc": "Yaw rate feedforward", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "Multicopter Rate Control", "increment": 0.01, "longDesc": "Yaw rate integral gain. Can be set to compensate static thrust difference or gravity center offset.", "min": 0.0, "name": "MC_YAWRATE_I", "shortDesc": "Yaw rate I gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 4, "default": 1.0, "group": "Multicopter Rate Control", "increment": 0.0005, "longDesc": "Global gain of the controller. This gain scales the P, I and D terms of the controller: output = MC_YAWRATE_K * (MC_YAWRATE_P * error + MC_YAWRATE_I * error_integral + MC_YAWRATE_D * error_derivative) Set MC_YAWRATE_P=1 to implement a PID in the ideal form. Set MC_YAWRATE_K=1 to implement a PID in the parallel form.", "max": 5.0, "min": 0.0, "name": "MC_YAWRATE_K", "shortDesc": "Yaw rate controller gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.2, "group": "Multicopter Rate Control", "increment": 0.01, "longDesc": "Yaw rate proportional gain, i.e. control output for angular speed error 1 rad/s.", "max": 0.6, "min": 0.0, "name": "MC_YAWRATE_P", "shortDesc": "Yaw rate P gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.3, "group": "Multicopter Rate Control", "increment": 0.01, "longDesc": "Yaw rate integrator limit. Can be set to increase the amount of integrator available to counteract disturbances or reduced to improve settling time after large yaw moment trim changes.", "min": 0.0, "name": "MC_YR_INT_LIM", "shortDesc": "Yaw rate integrator limit", "type": "Float"}, {"category": "Standard", "default": 0, "group": "OSD", "longDesc": "Controls the vertical position of the crosshair display. Resolution is limited by OSD to 15 discrete values. Negative values will display the crosshairs below the horizon", "max": 8, "min": -8, "name": "OSD_CH_HEIGHT", "shortDesc": "OSD Crosshairs Height", "type": "Int32"}, {"category": "Standard", "default": 500, "group": "OSD", "longDesc": "Amount of time in milliseconds to dwell at the beginning of the display, when scrolling.", "max": 10000, "min": 100, "name": "OSD_DWELL_TIME", "shortDesc": "OSD Dwell Time (ms)", "type": "Int32"}, {"category": "Standard", "default": 3, "group": "OSD", "longDesc": "Minimum security of log level to display on the OSD.", "name": "OSD_LOG_LEVEL", "shortDesc": "OSD Warning Level", "type": "Int32"}, {"category": "Standard", "default": 125, "group": "OSD", "longDesc": "Scroll rate in milliseconds for OSD messages longer than available character width. This is lower-bounded by the nominal loop rate of this module.", "max": 1000, "min": 100, "name": "OSD_SCROLL_RATE", "shortDesc": "OSD Scroll Rate (ms)", "type": "Int32"}, {"bitmask": [{"description": "CRAFT_NAME", "index": 0}, {"description": "DISARMED", "index": 1}, {"description": "GPS_LAT", "index": 2}, {"description": "GPS_LON", "index": 3}, {"description": "GPS_SATS", "index": 4}, {"description": "GPS_SPEED", "index": 5}, {"description": "HOME_DIST", "index": 6}, {"description": "HOME_DIR", "index": 7}, {"description": "MAIN_BATT_VOLTAGE", "index": 8}, {"description": "CURRENT_DRAW", "index": 9}, {"description": "MAH_DRAWN", "index": 10}, {"description": "RSSI_VALUE", "index": 11}, {"description": "ALTITUDE", "index": 12}, {"description": "NUMERICAL_VARIO", "index": 13}, {"description": "(unused) FLYMODE", "index": 14}, {"description": "(unused) ESC_TMP", "index": 15}, {"description": "(unused) PITCH_ANGLE", "index": 16}, {"description": "(unused) ROLL_ANGLE", "index": 17}, {"description": "CROSSHAIRS", "index": 18}, {"description": "AVG_CELL_VOLTAGE", "index": 19}, {"description": "(unused) HORIZON_SIDEBARS", "index": 20}, {"description": "POWER", "index": 21}], "category": "Standard", "default": 16383, "group": "OSD", "longDesc": "Configure / toggle support display options.", "max": 4194303, "min": 0, "name": "OSD_SYMBOLS", "shortDesc": "OSD Symbol Selection", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 1, "default": 0.0, "group": "PWM Outputs", "increment": 0.1, "longDesc": "Parameter used to model the nonlinear relationship between motor control signal (e.g. PWM) and static thrust. The model is: rel_thrust = factor * rel_signal^2 + (1-factor) * rel_signal, where rel_thrust is the normalized thrust between 0 and 1, and rel_signal is the relative motor control signal between 0 and 1.", "max": 1.0, "min": 0.0, "name": "THR_MDL_FAC", "shortDesc": "Thrust to motor control signal model parameter", "type": "Float"}, {"category": "Standard", "default": 0, "group": "Payload Deliverer", "name": "PD_GRIPPER_EN", "rebootRequired": true, "shortDesc": "Enable Gripper actuation in Payload Deliverer", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 3.0, "group": "Payload Deliverer", "longDesc": "Maximum time Gripper will wait while the successful griper actuation isn't recognised. If the gripper has no feedback sensor, it will simply wait for this time before considering gripper actuation successful and publish a 'VehicleCommandAck' signaling successful gripper action", "min": 0.0, "name": "PD_GRIPPER_TO", "shortDesc": "Timeout for successful gripper actuation acknowledgement", "type": "Float", "units": "s"}, {"category": "Standard", "default": 0, "group": "Payload Deliverer", "max": 0, "min": -1, "name": "PD_GRIPPER_TYPE", "shortDesc": "Type of Gripper (Servo, etc.)", "type": "Int32", "values": [{"description": "Undefined", "value": -1}, {"description": "Servo", "value": 0}]}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "Precision Land", "increment": 0.5, "longDesc": "Time after which the landing target is considered lost without any new measurements.", "max": 50.0, "min": 0.0, "name": "PLD_BTOUT", "shortDesc": "Landing Target Timeout", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "Precision Land", "increment": 0.1, "longDesc": "Allow final approach (without horizontal positioning) if losing landing target closer than this to the ground.", "max": 10.0, "min": 0.0, "name": "PLD_FAPPR_ALT", "shortDesc": "Final approach altitude", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.2, "group": "Precision Land", "increment": 0.1, "longDesc": "Start descending if closer above landing target than this.", "max": 10.0, "min": 0.0, "name": "PLD_HACC_RAD", "shortDesc": "Horizontal acceptance radius", "type": "Float", "units": "m"}, {"category": "Standard", "default": 3, "group": "Precision Land", "longDesc": "Maximum number of times to search for the landing target if it is lost during the precision landing.", "max": 100, "min": 0, "name": "PLD_MAX_SRCH", "shortDesc": "Maximum number of search attempts", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 1, "default": 10.0, "group": "Precision Land", "increment": 0.1, "longDesc": "Altitude above home to which to climb when searching for the landing target.", "max": 100.0, "min": 0.0, "name": "PLD_SRCH_ALT", "shortDesc": "Search altitude", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 10.0, "group": "Precision Land", "increment": 0.1, "longDesc": "Time allowed to search for the landing target before falling back to normal landing.", "max": 100.0, "min": 0.0, "name": "PLD_SRCH_TOUT", "shortDesc": "Search timeout", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "Pure Pursuit", "increment": 0.01, "longDesc": "Lower value -> More aggressive controller (beware overshoot/oscillations)", "max": 100.0, "min": 0.1, "name": "PP_LOOKAHD_GAIN", "shortDesc": "Tuning parameter for the pure pursuit controller", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 10.0, "group": "Pure Pursuit", "increment": 0.01, "max": 100.0, "min": 0.1, "name": "PP_LOOKAHD_MAX", "shortDesc": "Maximum lookahead distance for the pure pursuit controller", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "Pure Pursuit", "increment": 0.01, "max": 100.0, "min": 0.1, "name": "PP_LOOKAHD_MIN", "shortDesc": "Minimum lookahead distance for the pure pursuit controller", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0.0, "group": "Radio Calibration", "longDesc": "The +- range of this value around the trim value will be considered as zero.", "max": 100.0, "min": 0.0, "name": "RC10_DZ", "shortDesc": "RC channel 10 dead zone", "type": "Float"}, {"category": "Standard", "default": 2000.0, "group": "Radio Calibration", "longDesc": "Maximum value for this channel.", "max": 2200.0, "min": 1500.0, "name": "RC10_MAX", "shortDesc": "RC channel 10 maximum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1000.0, "group": "Radio Calibration", "longDesc": "Minimum value for this channel.", "max": 1500.0, "min": 800.0, "name": "RC10_MIN", "shortDesc": "RC channel 10 minimum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1.0, "group": "Radio Calibration", "longDesc": "Set to -1 to reverse channel.", "max": 1.0, "min": -1.0, "name": "RC10_REV", "shortDesc": "RC channel 10 reverse", "type": "Float", "values": [{"description": "Reverse", "value": -1.0}, {"description": "Normal", "value": 1.0}]}, {"category": "Standard", "default": 1500.0, "group": "Radio Calibration", "longDesc": "Mid point value", "max": 2200.0, "min": 800.0, "name": "RC10_TRIM", "shortDesc": "RC channel 10 trim", "type": "Float", "units": "us"}, {"category": "Standard", "default": 0.0, "group": "Radio Calibration", "longDesc": "The +- range of this value around the trim value will be considered as zero.", "max": 100.0, "min": 0.0, "name": "RC11_DZ", "shortDesc": "RC channel 11 dead zone", "type": "Float"}, {"category": "Standard", "default": 2000.0, "group": "Radio Calibration", "longDesc": "Maximum value for this channel.", "max": 2200.0, "min": 1500.0, "name": "RC11_MAX", "shortDesc": "RC channel 11 maximum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1000.0, "group": "Radio Calibration", "longDesc": "Minimum value for this channel.", "max": 1500.0, "min": 800.0, "name": "RC11_MIN", "shortDesc": "RC channel 11 minimum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1.0, "group": "Radio Calibration", "longDesc": "Set to -1 to reverse channel.", "max": 1.0, "min": -1.0, "name": "RC11_REV", "shortDesc": "RC channel 11 reverse", "type": "Float", "values": [{"description": "Reverse", "value": -1.0}, {"description": "Normal", "value": 1.0}]}, {"category": "Standard", "default": 1500.0, "group": "Radio Calibration", "longDesc": "Mid point value", "max": 2200.0, "min": 800.0, "name": "RC11_TRIM", "shortDesc": "RC channel 11 trim", "type": "Float", "units": "us"}, {"category": "Standard", "default": 0.0, "group": "Radio Calibration", "longDesc": "The +- range of this value around the trim value will be considered as zero.", "max": 100.0, "min": 0.0, "name": "RC12_DZ", "shortDesc": "RC channel 12 dead zone", "type": "Float"}, {"category": "Standard", "default": 2000.0, "group": "Radio Calibration", "longDesc": "Maximum value for this channel.", "max": 2200.0, "min": 1500.0, "name": "RC12_MAX", "shortDesc": "RC channel 12 maximum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1000.0, "group": "Radio Calibration", "longDesc": "Minimum value for this channel.", "max": 1500.0, "min": 800.0, "name": "RC12_MIN", "shortDesc": "RC channel 12 minimum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1.0, "group": "Radio Calibration", "longDesc": "Set to -1 to reverse channel.", "max": 1.0, "min": -1.0, "name": "RC12_REV", "shortDesc": "RC channel 12 reverse", "type": "Float", "values": [{"description": "Reverse", "value": -1.0}, {"description": "Normal", "value": 1.0}]}, {"category": "Standard", "default": 1500.0, "group": "Radio Calibration", "longDesc": "Mid point value", "max": 2200.0, "min": 800.0, "name": "RC12_TRIM", "shortDesc": "RC channel 12 trim", "type": "Float", "units": "us"}, {"category": "Standard", "default": 0.0, "group": "Radio Calibration", "longDesc": "The +- range of this value around the trim value will be considered as zero.", "max": 100.0, "min": 0.0, "name": "RC13_DZ", "shortDesc": "RC channel 13 dead zone", "type": "Float"}, {"category": "Standard", "default": 2000.0, "group": "Radio Calibration", "longDesc": "Maximum value for this channel.", "max": 2200.0, "min": 1500.0, "name": "RC13_MAX", "shortDesc": "RC channel 13 maximum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1000.0, "group": "Radio Calibration", "longDesc": "Minimum value for this channel.", "max": 1500.0, "min": 800.0, "name": "RC13_MIN", "shortDesc": "RC channel 13 minimum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1.0, "group": "Radio Calibration", "longDesc": "Set to -1 to reverse channel.", "max": 1.0, "min": -1.0, "name": "RC13_REV", "shortDesc": "RC channel 13 reverse", "type": "Float", "values": [{"description": "Reverse", "value": -1.0}, {"description": "Normal", "value": 1.0}]}, {"category": "Standard", "default": 1500.0, "group": "Radio Calibration", "longDesc": "Mid point value", "max": 2200.0, "min": 800.0, "name": "RC13_TRIM", "shortDesc": "RC channel 13 trim", "type": "Float", "units": "us"}, {"category": "Standard", "default": 0.0, "group": "Radio Calibration", "longDesc": "The +- range of this value around the trim value will be considered as zero.", "max": 100.0, "min": 0.0, "name": "RC14_DZ", "shortDesc": "RC channel 14 dead zone", "type": "Float"}, {"category": "Standard", "default": 2000.0, "group": "Radio Calibration", "longDesc": "Maximum value for this channel.", "max": 2200.0, "min": 1500.0, "name": "RC14_MAX", "shortDesc": "RC channel 14 maximum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1000.0, "group": "Radio Calibration", "longDesc": "Minimum value for this channel.", "max": 1500.0, "min": 800.0, "name": "RC14_MIN", "shortDesc": "RC channel 14 minimum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1.0, "group": "Radio Calibration", "longDesc": "Set to -1 to reverse channel.", "max": 1.0, "min": -1.0, "name": "RC14_REV", "shortDesc": "RC channel 14 reverse", "type": "Float", "values": [{"description": "Reverse", "value": -1.0}, {"description": "Normal", "value": 1.0}]}, {"category": "Standard", "default": 1500.0, "group": "Radio Calibration", "longDesc": "Mid point value", "max": 2200.0, "min": 800.0, "name": "RC14_TRIM", "shortDesc": "RC channel 14 trim", "type": "Float", "units": "us"}, {"category": "Standard", "default": 0.0, "group": "Radio Calibration", "longDesc": "The +- range of this value around the trim value will be considered as zero.", "max": 100.0, "min": 0.0, "name": "RC15_DZ", "shortDesc": "RC channel 15 dead zone", "type": "Float"}, {"category": "Standard", "default": 2000.0, "group": "Radio Calibration", "longDesc": "Maximum value for this channel.", "max": 2200.0, "min": 1500.0, "name": "RC15_MAX", "shortDesc": "RC channel 15 maximum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1000.0, "group": "Radio Calibration", "longDesc": "Minimum value for this channel.", "max": 1500.0, "min": 800.0, "name": "RC15_MIN", "shortDesc": "RC channel 15 minimum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1.0, "group": "Radio Calibration", "longDesc": "Set to -1 to reverse channel.", "max": 1.0, "min": -1.0, "name": "RC15_REV", "shortDesc": "RC channel 15 reverse", "type": "Float", "values": [{"description": "Reverse", "value": -1.0}, {"description": "Normal", "value": 1.0}]}, {"category": "Standard", "default": 1500.0, "group": "Radio Calibration", "longDesc": "Mid point value", "max": 2200.0, "min": 800.0, "name": "RC15_TRIM", "shortDesc": "RC channel 15 trim", "type": "Float", "units": "us"}, {"category": "Standard", "default": 0.0, "group": "Radio Calibration", "longDesc": "The +- range of this value around the trim value will be considered as zero.", "max": 100.0, "min": 0.0, "name": "RC16_DZ", "shortDesc": "RC channel 16 dead zone", "type": "Float"}, {"category": "Standard", "default": 2000.0, "group": "Radio Calibration", "longDesc": "Maximum value for this channel.", "max": 2200.0, "min": 1500.0, "name": "RC16_MAX", "shortDesc": "RC channel 16 maximum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1000.0, "group": "Radio Calibration", "longDesc": "Minimum value for this channel.", "max": 1500.0, "min": 800.0, "name": "RC16_MIN", "shortDesc": "RC channel 16 minimum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1.0, "group": "Radio Calibration", "longDesc": "Set to -1 to reverse channel.", "max": 1.0, "min": -1.0, "name": "RC16_REV", "shortDesc": "RC channel 16 reverse", "type": "Float", "values": [{"description": "Reverse", "value": -1.0}, {"description": "Normal", "value": 1.0}]}, {"category": "Standard", "default": 1500.0, "group": "Radio Calibration", "longDesc": "Mid point value", "max": 2200.0, "min": 800.0, "name": "RC16_TRIM", "shortDesc": "RC channel 16 trim", "type": "Float", "units": "us"}, {"category": "Standard", "default": 0.0, "group": "Radio Calibration", "longDesc": "The +- range of this value around the trim value will be considered as zero.", "max": 100.0, "min": 0.0, "name": "RC17_DZ", "shortDesc": "RC channel 17 dead zone", "type": "Float"}, {"category": "Standard", "default": 2000.0, "group": "Radio Calibration", "longDesc": "Maximum value for this channel.", "max": 2200.0, "min": 1500.0, "name": "RC17_MAX", "shortDesc": "RC channel 17 maximum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1000.0, "group": "Radio Calibration", "longDesc": "Minimum value for this channel.", "max": 1500.0, "min": 800.0, "name": "RC17_MIN", "shortDesc": "RC channel 17 minimum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1.0, "group": "Radio Calibration", "longDesc": "Set to -1 to reverse channel.", "max": 1.0, "min": -1.0, "name": "RC17_REV", "shortDesc": "RC channel 17 reverse", "type": "Float", "values": [{"description": "Reverse", "value": -1.0}, {"description": "Normal", "value": 1.0}]}, {"category": "Standard", "default": 1500.0, "group": "Radio Calibration", "longDesc": "Mid point value", "max": 2200.0, "min": 800.0, "name": "RC17_TRIM", "shortDesc": "RC channel 17 trim", "type": "Float", "units": "us"}, {"category": "Standard", "default": 0.0, "group": "Radio Calibration", "longDesc": "The +- range of this value around the trim value will be considered as zero.", "max": 100.0, "min": 0.0, "name": "RC18_DZ", "shortDesc": "RC channel 18 dead zone", "type": "Float"}, {"category": "Standard", "default": 2000.0, "group": "Radio Calibration", "longDesc": "Maximum value for this channel.", "max": 2200.0, "min": 1500.0, "name": "RC18_MAX", "shortDesc": "RC channel 18 maximum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1000.0, "group": "Radio Calibration", "longDesc": "Minimum value for this channel.", "max": 1500.0, "min": 800.0, "name": "RC18_MIN", "shortDesc": "RC channel 18 minimum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1.0, "group": "Radio Calibration", "longDesc": "Set to -1 to reverse channel.", "max": 1.0, "min": -1.0, "name": "RC18_REV", "shortDesc": "RC channel 18 reverse", "type": "Float", "values": [{"description": "Reverse", "value": -1.0}, {"description": "Normal", "value": 1.0}]}, {"category": "Standard", "default": 1500.0, "group": "Radio Calibration", "longDesc": "Mid point value", "max": 2200.0, "min": 800.0, "name": "RC18_TRIM", "shortDesc": "RC channel 18 trim", "type": "Float", "units": "us"}, {"category": "Standard", "default": 10.0, "group": "Radio Calibration", "longDesc": "The +- range of this value around the trim value will be considered as zero.", "max": 100.0, "min": 0.0, "name": "RC1_DZ", "shortDesc": "RC channel 1 dead zone", "type": "Float", "units": "us"}, {"category": "Standard", "default": 2000.0, "group": "Radio Calibration", "longDesc": "Maximum value for RC channel 1", "max": 2200.0, "min": 1500.0, "name": "RC1_MAX", "shortDesc": "RC channel 1 maximum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1000.0, "group": "Radio Calibration", "longDesc": "Minimum value for RC channel 1", "max": 1500.0, "min": 800.0, "name": "RC1_MIN", "shortDesc": "RC channel 1 minimum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1.0, "group": "Radio Calibration", "longDesc": "Set to -1 to reverse channel.", "max": 1.0, "min": -1.0, "name": "RC1_REV", "shortDesc": "RC channel 1 reverse", "type": "Float", "values": [{"description": "Reverse", "value": -1.0}, {"description": "Normal", "value": 1.0}]}, {"category": "Standard", "default": 1500.0, "group": "Radio Calibration", "longDesc": "Mid point value", "max": 2200.0, "min": 800.0, "name": "RC1_TRIM", "shortDesc": "RC channel 1 trim", "type": "Float", "units": "us"}, {"category": "Standard", "default": 10.0, "group": "Radio Calibration", "longDesc": "The +- range of this value around the trim value will be considered as zero.", "max": 100.0, "min": 0.0, "name": "RC2_DZ", "shortDesc": "RC channel 2 dead zone", "type": "Float", "units": "us"}, {"category": "Standard", "default": 2000.0, "group": "Radio Calibration", "longDesc": "Maximum value for this channel.", "max": 2200.0, "min": 1500.0, "name": "RC2_MAX", "shortDesc": "RC channel 2 maximum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1000.0, "group": "Radio Calibration", "longDesc": "Minimum value for this channel.", "max": 1500.0, "min": 800.0, "name": "RC2_MIN", "shortDesc": "RC channel 2 minimum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1.0, "group": "Radio Calibration", "longDesc": "Set to -1 to reverse channel.", "max": 1.0, "min": -1.0, "name": "RC2_REV", "shortDesc": "RC channel 2 reverse", "type": "Float", "values": [{"description": "Reverse", "value": -1.0}, {"description": "Normal", "value": 1.0}]}, {"category": "Standard", "default": 1500.0, "group": "Radio Calibration", "longDesc": "Mid point value", "max": 2200.0, "min": 800.0, "name": "RC2_TRIM", "shortDesc": "RC channel 2 trim", "type": "Float", "units": "us"}, {"category": "Standard", "default": 10.0, "group": "Radio Calibration", "longDesc": "The +- range of this value around the trim value will be considered as zero.", "max": 100.0, "min": 0.0, "name": "RC3_DZ", "shortDesc": "RC channel 3 dead zone", "type": "Float", "units": "us"}, {"category": "Standard", "default": 2000.0, "group": "Radio Calibration", "longDesc": "Maximum value for this channel.", "max": 2200.0, "min": 1500.0, "name": "RC3_MAX", "shortDesc": "RC channel 3 maximum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1000.0, "group": "Radio Calibration", "longDesc": "Minimum value for this channel.", "max": 1500.0, "min": 800.0, "name": "RC3_MIN", "shortDesc": "RC channel 3 minimum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1.0, "group": "Radio Calibration", "longDesc": "Set to -1 to reverse channel.", "max": 1.0, "min": -1.0, "name": "RC3_REV", "shortDesc": "RC channel 3 reverse", "type": "Float", "values": [{"description": "Reverse", "value": -1.0}, {"description": "Normal", "value": 1.0}]}, {"category": "Standard", "default": 1500.0, "group": "Radio Calibration", "longDesc": "Mid point value", "max": 2200.0, "min": 800.0, "name": "RC3_TRIM", "shortDesc": "RC channel 3 trim", "type": "Float", "units": "us"}, {"category": "Standard", "default": 10.0, "group": "Radio Calibration", "longDesc": "The +- range of this value around the trim value will be considered as zero.", "max": 100.0, "min": 0.0, "name": "RC4_DZ", "shortDesc": "RC channel 4 dead zone", "type": "Float", "units": "us"}, {"category": "Standard", "default": 2000.0, "group": "Radio Calibration", "longDesc": "Maximum value for this channel.", "max": 2200.0, "min": 1500.0, "name": "RC4_MAX", "shortDesc": "RC channel 4 maximum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1000.0, "group": "Radio Calibration", "longDesc": "Minimum value for this channel.", "max": 1500.0, "min": 800.0, "name": "RC4_MIN", "shortDesc": "RC channel 4 minimum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1.0, "group": "Radio Calibration", "longDesc": "Set to -1 to reverse channel.", "max": 1.0, "min": -1.0, "name": "RC4_REV", "shortDesc": "RC channel 4 reverse", "type": "Float", "values": [{"description": "Reverse", "value": -1.0}, {"description": "Normal", "value": 1.0}]}, {"category": "Standard", "default": 1500.0, "group": "Radio Calibration", "longDesc": "Mid point value", "max": 2200.0, "min": 800.0, "name": "RC4_TRIM", "shortDesc": "RC channel 4 trim", "type": "Float", "units": "us"}, {"category": "Standard", "default": 10.0, "group": "Radio Calibration", "longDesc": "The +- range of this value around the trim value will be considered as zero.", "max": 100.0, "min": 0.0, "name": "RC5_DZ", "shortDesc": "RC channel 5 dead zone", "type": "Float"}, {"category": "Standard", "default": 2000.0, "group": "Radio Calibration", "longDesc": "Maximum value for this channel.", "max": 2200.0, "min": 1500.0, "name": "RC5_MAX", "shortDesc": "RC channel 5 maximum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1000.0, "group": "Radio Calibration", "longDesc": "Minimum value for this channel.", "max": 1500.0, "min": 800.0, "name": "RC5_MIN", "shortDesc": "RC channel 5 minimum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1.0, "group": "Radio Calibration", "longDesc": "Set to -1 to reverse channel.", "max": 1.0, "min": -1.0, "name": "RC5_REV", "shortDesc": "RC channel 5 reverse", "type": "Float", "values": [{"description": "Reverse", "value": -1.0}, {"description": "Normal", "value": 1.0}]}, {"category": "Standard", "default": 1500.0, "group": "Radio Calibration", "longDesc": "Mid point value", "max": 2200.0, "min": 800.0, "name": "RC5_TRIM", "shortDesc": "RC channel 5 trim", "type": "Float", "units": "us"}, {"category": "Standard", "default": 10.0, "group": "Radio Calibration", "longDesc": "The +- range of this value around the trim value will be considered as zero.", "max": 100.0, "min": 0.0, "name": "RC6_DZ", "shortDesc": "RC channel 6 dead zone", "type": "Float"}, {"category": "Standard", "default": 2000.0, "group": "Radio Calibration", "longDesc": "Maximum value for this channel.", "max": 2200.0, "min": 1500.0, "name": "RC6_MAX", "shortDesc": "RC channel 6 maximum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1000.0, "group": "Radio Calibration", "longDesc": "Minimum value for this channel.", "max": 1500.0, "min": 800.0, "name": "RC6_MIN", "shortDesc": "RC channel 6 minimum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1.0, "group": "Radio Calibration", "longDesc": "Set to -1 to reverse channel.", "max": 1.0, "min": -1.0, "name": "RC6_REV", "shortDesc": "RC channel 6 reverse", "type": "Float", "values": [{"description": "Reverse", "value": -1.0}, {"description": "Normal", "value": 1.0}]}, {"category": "Standard", "default": 1500.0, "group": "Radio Calibration", "longDesc": "Mid point value", "max": 2200.0, "min": 800.0, "name": "RC6_TRIM", "shortDesc": "RC channel 6 trim", "type": "Float", "units": "us"}, {"category": "Standard", "default": 10.0, "group": "Radio Calibration", "longDesc": "The +- range of this value around the trim value will be considered as zero.", "max": 100.0, "min": 0.0, "name": "RC7_DZ", "shortDesc": "RC channel 7 dead zone", "type": "Float"}, {"category": "Standard", "default": 2000.0, "group": "Radio Calibration", "longDesc": "Maximum value for this channel.", "max": 2200.0, "min": 1500.0, "name": "RC7_MAX", "shortDesc": "RC channel 7 maximum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1000.0, "group": "Radio Calibration", "longDesc": "Minimum value for this channel.", "max": 1500.0, "min": 800.0, "name": "RC7_MIN", "shortDesc": "RC channel 7 minimum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1.0, "group": "Radio Calibration", "longDesc": "Set to -1 to reverse channel.", "max": 1.0, "min": -1.0, "name": "RC7_REV", "shortDesc": "RC channel 7 reverse", "type": "Float", "values": [{"description": "Reverse", "value": -1.0}, {"description": "Normal", "value": 1.0}]}, {"category": "Standard", "default": 1500.0, "group": "Radio Calibration", "longDesc": "Mid point value", "max": 2200.0, "min": 800.0, "name": "RC7_TRIM", "shortDesc": "RC channel 7 trim", "type": "Float", "units": "us"}, {"category": "Standard", "default": 10.0, "group": "Radio Calibration", "longDesc": "The +- range of this value around the trim value will be considered as zero.", "max": 100.0, "min": 0.0, "name": "RC8_DZ", "shortDesc": "RC channel 8 dead zone", "type": "Float"}, {"category": "Standard", "default": 2000.0, "group": "Radio Calibration", "longDesc": "Maximum value for this channel.", "max": 2200.0, "min": 1500.0, "name": "RC8_MAX", "shortDesc": "RC channel 8 maximum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1000.0, "group": "Radio Calibration", "longDesc": "Minimum value for this channel.", "max": 1500.0, "min": 800.0, "name": "RC8_MIN", "shortDesc": "RC channel 8 minimum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1.0, "group": "Radio Calibration", "longDesc": "Set to -1 to reverse channel.", "max": 1.0, "min": -1.0, "name": "RC8_REV", "shortDesc": "RC channel 8 reverse", "type": "Float", "values": [{"description": "Reverse", "value": -1.0}, {"description": "Normal", "value": 1.0}]}, {"category": "Standard", "default": 1500.0, "group": "Radio Calibration", "longDesc": "Mid point value", "max": 2200.0, "min": 800.0, "name": "RC8_TRIM", "shortDesc": "RC channel 8 trim", "type": "Float", "units": "us"}, {"category": "Standard", "default": 0.0, "group": "Radio Calibration", "longDesc": "The +- range of this value around the trim value will be considered as zero.", "max": 100.0, "min": 0.0, "name": "RC9_DZ", "shortDesc": "RC channel 9 dead zone", "type": "Float"}, {"category": "Standard", "default": 2000.0, "group": "Radio Calibration", "longDesc": "Maximum value for this channel.", "max": 2200.0, "min": 1500.0, "name": "RC9_MAX", "shortDesc": "RC channel 9 maximum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1000.0, "group": "Radio Calibration", "longDesc": "Minimum value for this channel.", "max": 1500.0, "min": 800.0, "name": "RC9_MIN", "shortDesc": "RC channel 9 minimum", "type": "Float", "units": "us"}, {"category": "Standard", "default": 1.0, "group": "Radio Calibration", "longDesc": "Set to -1 to reverse channel.", "max": 1.0, "min": -1.0, "name": "RC9_REV", "shortDesc": "RC channel 9 reverse", "type": "Float", "values": [{"description": "Reverse", "value": -1.0}, {"description": "Normal", "value": 1.0}]}, {"category": "Standard", "default": 1500.0, "group": "Radio Calibration", "longDesc": "Mid point value", "max": 2200.0, "min": 800.0, "name": "RC9_TRIM", "shortDesc": "RC channel 9 trim", "type": "Float", "units": "us"}, {"category": "Standard", "default": 0, "group": "Radio Calibration", "longDesc": "This parameter is used by Ground Station software to save the number of channels which were used during RC calibration. It is only meant for ground station use.", "max": 18, "min": 0, "name": "RC_CHAN_CNT", "shortDesc": "RC channel count", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Radio Calibration", "longDesc": "Use RC_MAP_FAILSAFE to specify which channel is used to indicate RC loss via this threshold. By default this is the throttle channel. Set to a PWM value slightly above the PWM value for the channel (e.g. throttle) in a failsafe event, but below the minimum PWM value for the channel during normal operation. Note: The default value of 0 disables the feature (it is below the expected range).", "max": 2200, "min": 0, "name": "RC_FAILS_THR", "shortDesc": "Failsafe channel PWM threshold", "type": "Int32", "units": "us"}, {"category": "Standard", "default": 0, "group": "Radio Calibration", "longDesc": "Default function: Camera pitch", "max": 18, "min": 0, "name": "RC_MAP_AUX1", "shortDesc": "AUX1 Passthrough RC channel", "type": "Int32", "values": [{"description": "Unassigned", "value": 0}, {"description": "Channel 1", "value": 1}, {"description": "Channel 2", "value": 2}, {"description": "Channel 3", "value": 3}, {"description": "Channel 4", "value": 4}, {"description": "Channel 5", "value": 5}, {"description": "Channel 6", "value": 6}, {"description": "Channel 7", "value": 7}, {"description": "Channel 8", "value": 8}, {"description": "Channel 9", "value": 9}, {"description": "Channel 10", "value": 10}, {"description": "Channel 11", "value": 11}, {"description": "Channel 12", "value": 12}, {"description": "Channel 13", "value": 13}, {"description": "Channel 14", "value": 14}, {"description": "Channel 15", "value": 15}, {"description": "Channel 16", "value": 16}, {"description": "Channel 17", "value": 17}, {"description": "Channel 18", "value": 18}]}, {"category": "Standard", "default": 0, "group": "Radio Calibration", "longDesc": "Default function: Camera roll", "max": 18, "min": 0, "name": "RC_MAP_AUX2", "shortDesc": "AUX2 Passthrough RC channel", "type": "Int32", "values": [{"description": "Unassigned", "value": 0}, {"description": "Channel 1", "value": 1}, {"description": "Channel 2", "value": 2}, {"description": "Channel 3", "value": 3}, {"description": "Channel 4", "value": 4}, {"description": "Channel 5", "value": 5}, {"description": "Channel 6", "value": 6}, {"description": "Channel 7", "value": 7}, {"description": "Channel 8", "value": 8}, {"description": "Channel 9", "value": 9}, {"description": "Channel 10", "value": 10}, {"description": "Channel 11", "value": 11}, {"description": "Channel 12", "value": 12}, {"description": "Channel 13", "value": 13}, {"description": "Channel 14", "value": 14}, {"description": "Channel 15", "value": 15}, {"description": "Channel 16", "value": 16}, {"description": "Channel 17", "value": 17}, {"description": "Channel 18", "value": 18}]}, {"category": "Standard", "default": 0, "group": "Radio Calibration", "longDesc": "Default function: Camera azimuth / yaw", "max": 18, "min": 0, "name": "RC_MAP_AUX3", "shortDesc": "AUX3 Passthrough RC channel", "type": "Int32", "values": [{"description": "Unassigned", "value": 0}, {"description": "Channel 1", "value": 1}, {"description": "Channel 2", "value": 2}, {"description": "Channel 3", "value": 3}, {"description": "Channel 4", "value": 4}, {"description": "Channel 5", "value": 5}, {"description": "Channel 6", "value": 6}, {"description": "Channel 7", "value": 7}, {"description": "Channel 8", "value": 8}, {"description": "Channel 9", "value": 9}, {"description": "Channel 10", "value": 10}, {"description": "Channel 11", "value": 11}, {"description": "Channel 12", "value": 12}, {"description": "Channel 13", "value": 13}, {"description": "Channel 14", "value": 14}, {"description": "Channel 15", "value": 15}, {"description": "Channel 16", "value": 16}, {"description": "Channel 17", "value": 17}, {"description": "Channel 18", "value": 18}]}, {"category": "Standard", "default": 0, "group": "Radio Calibration", "max": 18, "min": 0, "name": "RC_MAP_AUX4", "shortDesc": "AUX4 Passthrough RC channel", "type": "Int32", "values": [{"description": "Unassigned", "value": 0}, {"description": "Channel 1", "value": 1}, {"description": "Channel 2", "value": 2}, {"description": "Channel 3", "value": 3}, {"description": "Channel 4", "value": 4}, {"description": "Channel 5", "value": 5}, {"description": "Channel 6", "value": 6}, {"description": "Channel 7", "value": 7}, {"description": "Channel 8", "value": 8}, {"description": "Channel 9", "value": 9}, {"description": "Channel 10", "value": 10}, {"description": "Channel 11", "value": 11}, {"description": "Channel 12", "value": 12}, {"description": "Channel 13", "value": 13}, {"description": "Channel 14", "value": 14}, {"description": "Channel 15", "value": 15}, {"description": "Channel 16", "value": 16}, {"description": "Channel 17", "value": 17}, {"description": "Channel 18", "value": 18}]}, {"category": "Standard", "default": 0, "group": "Radio Calibration", "max": 18, "min": 0, "name": "RC_MAP_AUX5", "shortDesc": "AUX5 Passthrough RC channel", "type": "Int32", "values": [{"description": "Unassigned", "value": 0}, {"description": "Channel 1", "value": 1}, {"description": "Channel 2", "value": 2}, {"description": "Channel 3", "value": 3}, {"description": "Channel 4", "value": 4}, {"description": "Channel 5", "value": 5}, {"description": "Channel 6", "value": 6}, {"description": "Channel 7", "value": 7}, {"description": "Channel 8", "value": 8}, {"description": "Channel 9", "value": 9}, {"description": "Channel 10", "value": 10}, {"description": "Channel 11", "value": 11}, {"description": "Channel 12", "value": 12}, {"description": "Channel 13", "value": 13}, {"description": "Channel 14", "value": 14}, {"description": "Channel 15", "value": 15}, {"description": "Channel 16", "value": 16}, {"description": "Channel 17", "value": 17}, {"description": "Channel 18", "value": 18}]}, {"category": "Standard", "default": 0, "group": "Radio Calibration", "max": 18, "min": 0, "name": "RC_MAP_AUX6", "shortDesc": "AUX6 Passthrough RC channel", "type": "Int32", "values": [{"description": "Unassigned", "value": 0}, {"description": "Channel 1", "value": 1}, {"description": "Channel 2", "value": 2}, {"description": "Channel 3", "value": 3}, {"description": "Channel 4", "value": 4}, {"description": "Channel 5", "value": 5}, {"description": "Channel 6", "value": 6}, {"description": "Channel 7", "value": 7}, {"description": "Channel 8", "value": 8}, {"description": "Channel 9", "value": 9}, {"description": "Channel 10", "value": 10}, {"description": "Channel 11", "value": 11}, {"description": "Channel 12", "value": 12}, {"description": "Channel 13", "value": 13}, {"description": "Channel 14", "value": 14}, {"description": "Channel 15", "value": 15}, {"description": "Channel 16", "value": 16}, {"description": "Channel 17", "value": 17}, {"description": "Channel 18", "value": 18}]}, {"category": "Standard", "default": 0, "group": "Radio Calibration", "max": 18, "min": 0, "name": "RC_MAP_ENG_MOT", "shortDesc": "RC channel to engage the main motor (for helicopters)", "type": "Int32", "values": [{"description": "Unassigned", "value": 0}, {"description": "Channel 1", "value": 1}, {"description": "Channel 2", "value": 2}, {"description": "Channel 3", "value": 3}, {"description": "Channel 4", "value": 4}, {"description": "Channel 5", "value": 5}, {"description": "Channel 6", "value": 6}, {"description": "Channel 7", "value": 7}, {"description": "Channel 8", "value": 8}, {"description": "Channel 9", "value": 9}, {"description": "Channel 10", "value": 10}, {"description": "Channel 11", "value": 11}, {"description": "Channel 12", "value": 12}, {"description": "Channel 13", "value": 13}, {"description": "Channel 14", "value": 14}, {"description": "Channel 15", "value": 15}, {"description": "Channel 16", "value": 16}, {"description": "Channel 17", "value": 17}, {"description": "Channel 18", "value": 18}]}, {"category": "Standard", "default": 0, "group": "Radio Calibration", "longDesc": "Configures which RC channel is used by the receiver to indicate the signal was lost (on receivers that use output a fixed signal value to report lost signal). If set to 0, the channel mapped to throttle is used. Use RC_FAILS_THR to set the threshold indicating lost signal. By default it's below the expected range and hence disabled.", "max": 18, "min": 0, "name": "RC_MAP_FAILSAFE", "shortDesc": "Failsafe channel mapping", "type": "Int32", "values": [{"description": "Unassigned", "value": 0}, {"description": "Channel 1", "value": 1}, {"description": "Channel 2", "value": 2}, {"description": "Channel 3", "value": 3}, {"description": "Channel 4", "value": 4}, {"description": "Channel 5", "value": 5}, {"description": "Channel 6", "value": 6}, {"description": "Channel 7", "value": 7}, {"description": "Channel 8", "value": 8}, {"description": "Channel 9", "value": 9}, {"description": "Channel 10", "value": 10}, {"description": "Channel 11", "value": 11}, {"description": "Channel 12", "value": 12}, {"description": "Channel 13", "value": 13}, {"description": "Channel 14", "value": 14}, {"description": "Channel 15", "value": 15}, {"description": "Channel 16", "value": 16}, {"description": "Channel 17", "value": 17}, {"description": "Channel 18", "value": 18}]}, {"category": "Standard", "default": 0, "group": "Radio Calibration", "longDesc": "Can be used for parameter tuning with the RC. This one is further referenced as the 1st parameter channel. Set to 0 to deactivate *", "max": 18, "min": 0, "name": "RC_MAP_PARAM1", "shortDesc": "PARAM1 tuning channel", "type": "Int32", "values": [{"description": "Unassigned", "value": 0}, {"description": "Channel 1", "value": 1}, {"description": "Channel 2", "value": 2}, {"description": "Channel 3", "value": 3}, {"description": "Channel 4", "value": 4}, {"description": "Channel 5", "value": 5}, {"description": "Channel 6", "value": 6}, {"description": "Channel 7", "value": 7}, {"description": "Channel 8", "value": 8}, {"description": "Channel 9", "value": 9}, {"description": "Channel 10", "value": 10}, {"description": "Channel 11", "value": 11}, {"description": "Channel 12", "value": 12}, {"description": "Channel 13", "value": 13}, {"description": "Channel 14", "value": 14}, {"description": "Channel 15", "value": 15}, {"description": "Channel 16", "value": 16}, {"description": "Channel 17", "value": 17}, {"description": "Channel 18", "value": 18}]}, {"category": "Standard", "default": 0, "group": "Radio Calibration", "longDesc": "Can be used for parameter tuning with the RC. This one is further referenced as the 2nd parameter channel. Set to 0 to deactivate *", "max": 18, "min": 0, "name": "RC_MAP_PARAM2", "shortDesc": "PARAM2 tuning channel", "type": "Int32", "values": [{"description": "Unassigned", "value": 0}, {"description": "Channel 1", "value": 1}, {"description": "Channel 2", "value": 2}, {"description": "Channel 3", "value": 3}, {"description": "Channel 4", "value": 4}, {"description": "Channel 5", "value": 5}, {"description": "Channel 6", "value": 6}, {"description": "Channel 7", "value": 7}, {"description": "Channel 8", "value": 8}, {"description": "Channel 9", "value": 9}, {"description": "Channel 10", "value": 10}, {"description": "Channel 11", "value": 11}, {"description": "Channel 12", "value": 12}, {"description": "Channel 13", "value": 13}, {"description": "Channel 14", "value": 14}, {"description": "Channel 15", "value": 15}, {"description": "Channel 16", "value": 16}, {"description": "Channel 17", "value": 17}, {"description": "Channel 18", "value": 18}]}, {"category": "Standard", "default": 0, "group": "Radio Calibration", "longDesc": "Can be used for parameter tuning with the RC. This one is further referenced as the 3th parameter channel. Set to 0 to deactivate *", "max": 18, "min": 0, "name": "RC_MAP_PARAM3", "shortDesc": "PARAM3 tuning channel", "type": "Int32", "values": [{"description": "Unassigned", "value": 0}, {"description": "Channel 1", "value": 1}, {"description": "Channel 2", "value": 2}, {"description": "Channel 3", "value": 3}, {"description": "Channel 4", "value": 4}, {"description": "Channel 5", "value": 5}, {"description": "Channel 6", "value": 6}, {"description": "Channel 7", "value": 7}, {"description": "Channel 8", "value": 8}, {"description": "Channel 9", "value": 9}, {"description": "Channel 10", "value": 10}, {"description": "Channel 11", "value": 11}, {"description": "Channel 12", "value": 12}, {"description": "Channel 13", "value": 13}, {"description": "Channel 14", "value": 14}, {"description": "Channel 15", "value": 15}, {"description": "Channel 16", "value": 16}, {"description": "Channel 17", "value": 17}, {"description": "Channel 18", "value": 18}]}, {"category": "Standard", "default": 0, "group": "Radio Calibration", "longDesc": "The channel index (starting from 1 for channel 1) indicates which channel should be used for reading pitch inputs from. A value of zero indicates the switch is not assigned.", "max": 18, "min": 0, "name": "RC_MAP_PITCH", "shortDesc": "Pitch control channel mapping", "type": "Int32", "values": [{"description": "Unassigned", "value": 0}, {"description": "Channel 1", "value": 1}, {"description": "Channel 2", "value": 2}, {"description": "Channel 3", "value": 3}, {"description": "Channel 4", "value": 4}, {"description": "Channel 5", "value": 5}, {"description": "Channel 6", "value": 6}, {"description": "Channel 7", "value": 7}, {"description": "Channel 8", "value": 8}, {"description": "Channel 9", "value": 9}, {"description": "Channel 10", "value": 10}, {"description": "Channel 11", "value": 11}, {"description": "Channel 12", "value": 12}, {"description": "Channel 13", "value": 13}, {"description": "Channel 14", "value": 14}, {"description": "Channel 15", "value": 15}, {"description": "Channel 16", "value": 16}, {"description": "Channel 17", "value": 17}, {"description": "Channel 18", "value": 18}]}, {"category": "Standard", "default": 0, "group": "Radio Calibration", "longDesc": "The channel index (starting from 1 for channel 1) indicates which channel should be used for reading roll inputs from. A value of zero indicates the switch is not assigned.", "max": 18, "min": 0, "name": "RC_MAP_ROLL", "shortDesc": "Roll control channel mapping", "type": "Int32", "values": [{"description": "Unassigned", "value": 0}, {"description": "Channel 1", "value": 1}, {"description": "Channel 2", "value": 2}, {"description": "Channel 3", "value": 3}, {"description": "Channel 4", "value": 4}, {"description": "Channel 5", "value": 5}, {"description": "Channel 6", "value": 6}, {"description": "Channel 7", "value": 7}, {"description": "Channel 8", "value": 8}, {"description": "Channel 9", "value": 9}, {"description": "Channel 10", "value": 10}, {"description": "Channel 11", "value": 11}, {"description": "Channel 12", "value": 12}, {"description": "Channel 13", "value": 13}, {"description": "Channel 14", "value": 14}, {"description": "Channel 15", "value": 15}, {"description": "Channel 16", "value": 16}, {"description": "Channel 17", "value": 17}, {"description": "Channel 18", "value": 18}]}, {"category": "Standard", "default": 0, "group": "Radio Calibration", "longDesc": "The channel index (starting from 1 for channel 1) indicates which channel should be used for reading throttle inputs from. A value of zero indicates the switch is not assigned.", "max": 18, "min": 0, "name": "RC_MAP_THROTTLE", "shortDesc": "Throttle control channel mapping", "type": "Int32", "values": [{"description": "Unassigned", "value": 0}, {"description": "Channel 1", "value": 1}, {"description": "Channel 2", "value": 2}, {"description": "Channel 3", "value": 3}, {"description": "Channel 4", "value": 4}, {"description": "Channel 5", "value": 5}, {"description": "Channel 6", "value": 6}, {"description": "Channel 7", "value": 7}, {"description": "Channel 8", "value": 8}, {"description": "Channel 9", "value": 9}, {"description": "Channel 10", "value": 10}, {"description": "Channel 11", "value": 11}, {"description": "Channel 12", "value": 12}, {"description": "Channel 13", "value": 13}, {"description": "Channel 14", "value": 14}, {"description": "Channel 15", "value": 15}, {"description": "Channel 16", "value": 16}, {"description": "Channel 17", "value": 17}, {"description": "Channel 18", "value": 18}]}, {"category": "Standard", "default": 0, "group": "Radio Calibration", "longDesc": "The channel index (starting from 1 for channel 1) indicates which channel should be used for reading yaw inputs from. A value of zero indicates the switch is not assigned.", "max": 18, "min": 0, "name": "RC_MAP_YAW", "shortDesc": "Yaw control channel mapping", "type": "Int32", "values": [{"description": "Unassigned", "value": 0}, {"description": "Channel 1", "value": 1}, {"description": "Channel 2", "value": 2}, {"description": "Channel 3", "value": 3}, {"description": "Channel 4", "value": 4}, {"description": "Channel 5", "value": 5}, {"description": "Channel 6", "value": 6}, {"description": "Channel 7", "value": 7}, {"description": "Channel 8", "value": 8}, {"description": "Channel 9", "value": 9}, {"description": "Channel 10", "value": 10}, {"description": "Channel 11", "value": 11}, {"description": "Channel 12", "value": 12}, {"description": "Channel 13", "value": 13}, {"description": "Channel 14", "value": 14}, {"description": "Channel 15", "value": 15}, {"description": "Channel 16", "value": 16}, {"description": "Channel 17", "value": 17}, {"description": "Channel 18", "value": 18}]}, {"category": "Standard", "default": 0, "group": "Radio Calibration", "longDesc": "0: do not read RSSI from input channel 1-18: read RSSI from specified input channel Specify the range for RSSI input with RC_RSSI_PWM_MIN and RC_RSSI_PWM_MAX parameters.", "max": 18, "min": 0, "name": "RC_RSSI_PWM_CHAN", "shortDesc": "PWM input channel that provides RSSI", "type": "Int32", "values": [{"description": "Unassigned", "value": 0}, {"description": "Channel 1", "value": 1}, {"description": "Channel 2", "value": 2}, {"description": "Channel 3", "value": 3}, {"description": "Channel 4", "value": 4}, {"description": "Channel 5", "value": 5}, {"description": "Channel 6", "value": 6}, {"description": "Channel 7", "value": 7}, {"description": "Channel 8", "value": 8}, {"description": "Channel 9", "value": 9}, {"description": "Channel 10", "value": 10}, {"description": "Channel 11", "value": 11}, {"description": "Channel 12", "value": 12}, {"description": "Channel 13", "value": 13}, {"description": "Channel 14", "value": 14}, {"description": "Channel 15", "value": 15}, {"description": "Channel 16", "value": 16}, {"description": "Channel 17", "value": 17}, {"description": "Channel 18", "value": 18}]}, {"category": "Standard", "default": 2000, "group": "Radio Calibration", "longDesc": "Only used if RC_RSSI_PWM_CHAN > 0", "max": 2000, "min": 0, "name": "RC_RSSI_PWM_MAX", "shortDesc": "Max input value for RSSI reading", "type": "Int32"}, {"category": "Standard", "default": 1000, "group": "Radio Calibration", "longDesc": "Only used if RC_RSSI_PWM_CHAN > 0", "max": 2000, "min": 0, "name": "RC_RSSI_PWM_MIN", "shortDesc": "Min input value for RSSI reading", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Radio Calibration", "increment": 0.01, "longDesc": "The trim value is the actuator control value the system needs for straight and level flight.", "max": 0.5, "min": -0.5, "name": "TRIM_PITCH", "shortDesc": "Pitch trim", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Radio Calibration", "increment": 0.01, "longDesc": "The trim value is the actuator control value the system needs for straight and level flight.", "max": 0.5, "min": -0.5, "name": "TRIM_ROLL", "shortDesc": "Roll trim", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Radio Calibration", "increment": 0.01, "longDesc": "The trim value is the actuator control value the system needs for straight and level flight.", "max": 0.5, "min": -0.5, "name": "TRIM_YAW", "shortDesc": "Yaw trim", "type": "Float"}, {"category": "Standard", "default": 0.75, "group": "Radio Switches", "longDesc": "0-1 indicate where in the full channel range the threshold sits 0 : min 1 : max sign indicates polarity of comparison positive : true when channel>th negative : true when channelth negative : true when channelth negative : true when channelth negative : true when channelth negative : true when channelth negative : true when channelth negative : true when channelth negative : true when channelth negative : true when channel The rover starts to cut the corner earlier.", "max": 100.0, "min": 1.0, "name": "RA_ACC_RAD_GAIN", "shortDesc": "Tuning parameter for corner cutting", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 3.0, "group": "Rover Ackermann", "increment": 0.01, "longDesc": "The controller scales the acceptance radius based on the angle between the previous, current and next waypoint. Higher value -> smoother trajectory at the cost of how close the rover gets to the waypoint (Set to -1 to disable corner cutting).", "max": 100.0, "min": -1.0, "name": "RA_ACC_RAD_MAX", "shortDesc": "Maximum acceptance radius for the waypoints", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "Rover Ackermann", "increment": 0.001, "max": 100.0, "min": 0.0, "name": "RA_LAT_ACCEL_I", "shortDesc": "Integral gain for lateral acceleration controller", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Rover Ackermann", "increment": 0.01, "max": 100.0, "min": 0.0, "name": "RA_LAT_ACCEL_P", "shortDesc": "Proportional gain for lateral acceleration controller", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": -1.0, "group": "Rover Ackermann", "increment": 0.01, "longDesc": "This is used for the acceleration slew rate, the feed-forward term for the speed controller during missions and the corner slow down effect. Note: For the corner slow down effect RA_MAX_JERK, RA_MISS_VEL_GAIN and RA_MISS_VEL_MIN also have to be set.", "max": 100.0, "min": -1.0, "name": "RA_MAX_ACCEL", "shortDesc": "Maximum acceleration for the rover", "type": "Float", "units": "m/s^2"}, {"category": "Standard", "decimalPlaces": 2, "default": -1.0, "group": "Rover Ackermann", "increment": 0.01, "longDesc": "This is used for the deceleration slew rate, the feed-forward term for the speed controller during missions and the corner slow down effect. Note: For the corner slow down effect RA_MAX_JERK also has to be set.", "max": 100.0, "min": -1.0, "name": "RA_MAX_DECEL", "shortDesc": "Maximum deceleration for the rover", "type": "Float", "units": "m/s^2"}, {"category": "Standard", "decimalPlaces": 2, "default": -1.0, "group": "Rover Ackermann", "increment": 0.01, "longDesc": "Limit for forwards acc/deceleration change. This is used for the corner slow down effect. Note: RA_MAX_ACCEL also has to be set for this to be enabled.", "max": 100.0, "min": -1.0, "name": "RA_MAX_JERK", "shortDesc": "Maximum jerk", "type": "Float", "units": "m/s^3"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.01, "group": "Rover Ackermann", "increment": 0.01, "longDesc": "This parameter is used to cap the lateral acceleration and map controller inputs to desired lateral acceleration in Acro, Stabilized and Position mode.", "max": 1000.0, "min": 0.01, "name": "RA_MAX_LAT_ACCEL", "shortDesc": "Maximum allowed lateral acceleration", "type": "Float", "units": "m/s^2"}, {"category": "Standard", "decimalPlaces": 2, "default": -1.0, "group": "Rover Ackermann", "increment": 0.01, "longDesc": "This is the maximum allowed speed setpoint when driving in a mode that uses closed loop speed control.", "max": 100.0, "min": -1.0, "name": "RA_MAX_SPEED", "shortDesc": "Maximum allowed speed", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.5236, "group": "Rover Ackermann", "increment": 0.01, "longDesc": "The maximum angle that the rover can steer", "max": 1.5708, "min": 0.1, "name": "RA_MAX_STR_ANG", "shortDesc": "Maximum steering angle", "type": "Float", "units": "rad"}, {"category": "Standard", "decimalPlaces": 2, "default": -1.0, "group": "Rover Ackermann", "increment": 0.01, "max": 1000.0, "min": -1.0, "name": "RA_MAX_STR_RATE", "shortDesc": "Maximum steering rate for the rover", "type": "Float", "units": "deg/s"}, {"category": "Standard", "decimalPlaces": 2, "default": -1.0, "group": "Rover Ackermann", "increment": 0.01, "longDesc": "This parameter is used to calculate the feedforward term of the closed loop speed control which linearly maps desired speeds to normalized motor commands [-1. 1]. A good starting point is the observed ground speed when the rover drives at maximum throttle in manual mode. Increase this parameter if the rover is faster than the setpoint, and decrease if the rover is slower.", "max": 100.0, "min": -1.0, "name": "RA_MAX_THR_SPEED", "shortDesc": "Speed the rover drives at maximum throttle", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 2.0, "group": "Rover Ackermann", "increment": 0.01, "max": 100.0, "min": 0.0, "name": "RA_MISS_SPD_DEF", "shortDesc": "Default rover speed during a mission", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 3, "default": 1.0, "group": "Rover Ackermann", "increment": 0.001, "max": 100.0, "min": 0.0, "name": "RA_SPEED_I", "shortDesc": "Integral gain for ground speed controller", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "Rover Ackermann", "increment": 0.01, "max": 100.0, "min": 0.0, "name": "RA_SPEED_P", "shortDesc": "Proportional gain for ground speed controller", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.5, "group": "Rover Ackermann", "increment": 0.001, "longDesc": "Distance from the front to the rear axle", "max": 100.0, "min": 0.001, "name": "RA_WHEEL_BASE", "shortDesc": "Wheel base", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 1.0, "group": "Rover Differential", "increment": 0.01, "longDesc": "In manual mode the setpoint for the yaw rate received from the yaw stick is scaled by this value.", "max": 1.0, "min": 0.001, "name": "RD_MAN_YAW_SCALE", "shortDesc": "Manual yaw rate scale", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.5, "group": "Rover Differential", "increment": 0.01, "longDesc": "Maximum acceleration is used to limit the acceleration of the rover", "max": 100.0, "min": 0.0, "name": "RD_MAX_ACCEL", "shortDesc": "Maximum acceleration", "type": "Float", "units": "m/s^2"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.5, "group": "Rover Differential", "increment": 0.01, "longDesc": "Limit for forwards acc/deceleration change.", "max": 100.0, "min": 0.0, "name": "RD_MAX_JERK", "shortDesc": "Maximum jerk", "type": "Float", "units": "m/s^3"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "Rover Differential", "increment": 0.01, "longDesc": "This parameter is used to cap desired forward speed and map controller inputs to desired speeds in Position mode.", "max": 100.0, "min": 0.0, "name": "RD_MAX_SPEED", "shortDesc": "Maximum speed setpoint", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "Rover Differential", "increment": 0.01, "longDesc": "This parameter is used to calculate the feedforward term of the closed loop speed control which linearly maps desired speeds to normalized motor commands [-1. 1]. A good starting point is the observed ground speed when the rover drives at maximum throttle in manual mode. Increase this parameter if the rover is faster than the setpoint, and decrease if the rover is slower.", "max": 100.0, "min": 0.0, "name": "RD_MAX_THR_SPD", "shortDesc": "Speed the rover drives at maximum throttle", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 2.0, "group": "Rover Differential", "increment": 0.01, "longDesc": "This parameter is used to calculate the feedforward term of the closed loop yaw rate control. The controller first calculates the required speed difference between the left and right motor to achieve the desired yaw rate. This desired speed difference is then linearly mapped to normalized motor commands. A good starting point is twice the speed the rover drives at maximum throttle (RD_MAX_THR_SPD)). Increase this parameter if the rover turns faster than the setpoint, and decrease if the rover turns slower.", "max": 100.0, "min": 0.0, "name": "RD_MAX_THR_YAW_R", "shortDesc": "Yaw rate turning left/right wheels at max speed in opposite directions", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 90.0, "group": "Rover Differential", "increment": 0.01, "longDesc": "This parameter is used to cap desired yaw rates and map controller inputs to desired yaw rates in Acro,Stabilized and Position mode.", "max": 1000.0, "min": 0.01, "name": "RD_MAX_YAW_RATE", "shortDesc": "Maximum allowed yaw rate for the rover", "type": "Float", "units": "deg/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "Rover Differential", "increment": 0.01, "max": 100.0, "min": 0.0, "name": "RD_MISS_SPD_DEF", "shortDesc": "Default forward speed for the rover during auto modes", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "Rover Differential", "increment": 0.01, "max": 100.0, "min": 0.0, "name": "RD_SPEED_I", "shortDesc": "Integral gain for closed loop forward speed controller", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 1.0, "group": "Rover Differential", "increment": 0.01, "max": 100.0, "min": 0.0, "name": "RD_SPEED_P", "shortDesc": "Proportional gain for closed loop forward speed controller", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.174533, "group": "Rover Differential", "increment": 0.01, "longDesc": "This threshold is used for the state machine to switch from driving to turning based on the error between the desired and actual yaw. It is also used as the threshold whether the rover should come to a smooth stop at the next waypoint. This slow down effect is active if the angle between the line segments from prevWP-currWP and currWP-nextWP is smaller then 180 - RD_TRANS_DRV_TRN.", "max": 3.14159, "min": 0.001, "name": "RD_TRANS_DRV_TRN", "shortDesc": "Yaw error threshhold to switch from driving to spot turning", "type": "Float", "units": "rad"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0872665, "group": "Rover Differential", "increment": 0.01, "max": 3.14159, "min": 0.001, "name": "RD_TRANS_TRN_DRV", "shortDesc": "Yaw error threshhold to switch from spot turning to driving", "type": "Float", "units": "rad"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.5, "group": "Rover Differential", "increment": 0.001, "longDesc": "Distance from the center of the right wheel to the center of the left wheel", "max": 100.0, "min": 0.001, "name": "RD_WHEEL_TRACK", "shortDesc": "Wheel track", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "Rover Differential", "increment": 0.01, "max": 100.0, "min": 0.0, "name": "RD_YAW_I", "shortDesc": "Integral gain for closed loop yaw controller", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 1.0, "group": "Rover Differential", "increment": 0.01, "max": 100.0, "min": 0.0, "name": "RD_YAW_P", "shortDesc": "Proportional gain for closed loop yaw controller", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "Rover Differential", "increment": 0.01, "max": 100.0, "min": 0.0, "name": "RD_YAW_RATE_I", "shortDesc": "Integral gain for closed loop yaw rate controller", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 1.0, "group": "Rover Differential", "increment": 0.01, "max": 100.0, "min": 0.0, "name": "RD_YAW_RATE_P", "shortDesc": "Proportional gain for closed loop yaw rate controller", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "Rover Mecanum", "increment": 0.01, "longDesc": "In Manual mode the setpoint for the yaw rate received from the control stick is scaled by this value.", "max": 1.0, "min": 0.01, "name": "RM_MAN_YAW_SCALE", "shortDesc": "Manual yaw rate scale", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.5, "group": "Rover Mecanum", "increment": 0.01, "longDesc": "Maximum acceleration is used to limit the acceleration of the rover", "max": 100.0, "min": 0.0, "name": "RM_MAX_ACCEL", "shortDesc": "Maximum acceleration", "type": "Float", "units": "m/s^2"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.5, "group": "Rover Mecanum", "increment": 0.01, "longDesc": "Limit for forwards acc/deceleration change.", "max": 100.0, "min": 0.0, "name": "RM_MAX_JERK", "shortDesc": "Maximum jerk", "type": "Float", "units": "m/s^3"}, {"category": "Standard", "decimalPlaces": 2, "default": 7.0, "group": "Rover Mecanum", "increment": 0.01, "longDesc": "This parameter is used cap the maximum speed the rover is allowed to drive and to map stick inputs to desired speeds in position mode.", "max": 100.0, "min": 0.0, "name": "RM_MAX_SPEED", "shortDesc": "Maximum speed the rover is allowed to drive", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "Rover Mecanum", "increment": 0.01, "longDesc": "This parameter is used to calculate the feedforward term of the closed loop speed control which linearly maps desired speeds to normalized motor commands [-1. 1]. A good starting point is the observed ground speed when the rover drives at maximum throttle in manual mode. Increase this parameter if the rover is faster than the setpoint, and decrease if the rover is slower.", "max": 100.0, "min": 0.0, "name": "RM_MAX_THR_SPD", "shortDesc": "Speed the rover drives at maximum throttle", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 2.0, "group": "Rover Mecanum", "increment": 0.01, "longDesc": "This parameter is used to calculate the feedforward term of the closed loop yaw rate control. The controller first calculates the required speed difference between the left and right motor to achieve the desired yaw rate. This desired speed difference is then linearly mapped to normalized motor commands. A good starting point is twice the speed the rover drives at maximum throttle (RM_MAX_THRTL_SPD)). Increase this parameter if the rover turns faster than the setpoint, and decrease if the rover turns slower.", "max": 100.0, "min": 0.0, "name": "RM_MAX_THR_YAW_R", "shortDesc": "Yaw rate turning left/right wheels at max speed in opposite directions", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 90.0, "group": "Rover Mecanum", "increment": 0.01, "longDesc": "This parameter is used to cap desired yaw rates and map controller inputs to desired yaw rates in acro mode.", "max": 1000.0, "min": 0.01, "name": "RM_MAX_YAW_RATE", "shortDesc": "Maximum allowed yaw rate for the rover", "type": "Float", "units": "deg/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "Rover Mecanum", "increment": 0.01, "max": 100.0, "min": 0.0, "name": "RM_MISS_SPD_DEF", "shortDesc": "Default rover speed during a mission", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "Rover Mecanum", "increment": 0.01, "longDesc": "The waypoint transition speed is calculated as: Transition_speed = Maximum_speed * (1 - normalized_transition_angle * RM_MISS_VEL_GAIN) The normalized transition angle is the angle between the line segment from prev-curr WP and curr-next WP interpolated from [0, 180] -> [0, 1]. Higher value -> More velocity reduction during cornering.", "max": 100.0, "min": 0.05, "name": "RM_MISS_VEL_GAIN", "shortDesc": "Tuning parameter for the velocity reduction during waypoint transition", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "Rover Mecanum", "increment": 0.01, "max": 100.0, "min": 0.0, "name": "RM_SPEED_I", "shortDesc": "Integral gain for ground speed controller", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 1.0, "group": "Rover Mecanum", "increment": 0.01, "max": 100.0, "min": 0.0, "name": "RM_SPEED_P", "shortDesc": "Proportional gain for speed controller", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.5, "group": "Rover Mecanum", "increment": 0.001, "longDesc": "Distance from the center of the right wheels to the center of the left wheels.", "max": 100.0, "min": 0.001, "name": "RM_WHEEL_TRACK", "shortDesc": "Wheel track", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "Rover Mecanum", "increment": 0.01, "max": 100.0, "min": 0.0, "name": "RM_YAW_I", "shortDesc": "Integral gain for closed loop yaw controller", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "Rover Mecanum", "increment": 0.01, "max": 100.0, "min": 0.0, "name": "RM_YAW_P", "shortDesc": "Proportional gain for closed loop yaw controller", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Rover Mecanum", "increment": 0.01, "max": 100.0, "min": 0.0, "name": "RM_YAW_RATE_I", "shortDesc": "Integral gain for the closed-loop yaw rate controller", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "Rover Mecanum", "increment": 0.01, "max": 100.0, "min": 0.0, "name": "RM_YAW_RATE_P", "shortDesc": "Proportional gain for the closed-loop yaw rate controller", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.75, "group": "Rover Position Control", "increment": 0.05, "longDesc": "Damping factor for L1 control.", "max": 0.9, "min": 0.6, "name": "GND_L1_DAMPING", "shortDesc": "L1 damping", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 1.0, "group": "Rover Position Control", "increment": 0.1, "longDesc": "This is the distance at which the next waypoint is activated. This should be set to about 2-4x of GND_WHEEL_BASE and not smaller than one meter (due to GPS accuracy).", "max": 50.0, "min": 1.0, "name": "GND_L1_DIST", "shortDesc": "L1 distance", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "Rover Position Control", "increment": 0.5, "longDesc": "This is the L1 distance and defines the tracking point ahead of the rover it's following. Use values around 2-5m for a 0.3m wheel base. Tuning instructions: Shorten slowly during tuning until response is sharp without oscillation.", "max": 50.0, "min": 0.5, "name": "GND_L1_PERIOD", "shortDesc": "L1 period", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 150.0, "group": "Rover Position Control", "max": 400.0, "min": 0.0, "name": "GND_MAN_Y_MAX", "shortDesc": "Max manual yaw rate", "type": "Float", "units": "deg/s"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.7854, "group": "Rover Position Control", "increment": 0.01, "longDesc": "At a control output of 0, the steering wheels are at 0 radians. At a control output of 1, the steering wheels are at GND_MAX_ANG radians.", "max": 3.14159, "min": 0.0, "name": "GND_MAX_ANG", "shortDesc": "Maximum turn angle for Ackerman steering", "type": "Float", "units": "rad"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.001, "group": "Rover Position Control", "increment": 0.005, "longDesc": "This is the derivative gain for the speed closed loop controller", "max": 50.0, "min": 0.0, "name": "GND_SPEED_D", "shortDesc": "Speed proportional gain", "type": "Float", "units": "%m/s"}, {"category": "Standard", "decimalPlaces": 3, "default": 3.0, "group": "Rover Position Control", "increment": 0.005, "longDesc": "This is the integral gain for the speed closed loop controller", "max": 50.0, "min": 0.0, "name": "GND_SPEED_I", "shortDesc": "Speed Integral gain", "type": "Float", "units": "%m/s"}, {"category": "Standard", "decimalPlaces": 3, "default": 1.0, "group": "Rover Position Control", "increment": 0.005, "longDesc": "This is the maxim value the integral can reach to prevent wind-up.", "max": 50.0, "min": 0.005, "name": "GND_SPEED_IMAX", "shortDesc": "Speed integral maximum value", "type": "Float", "units": "%m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 10.0, "group": "Rover Position Control", "increment": 0.5, "max": 40.0, "min": 0.0, "name": "GND_SPEED_MAX", "shortDesc": "Maximum ground speed", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 3, "default": 2.0, "group": "Rover Position Control", "increment": 0.005, "longDesc": "This is the proportional gain for the speed closed loop controller", "max": 50.0, "min": 0.005, "name": "GND_SPEED_P", "shortDesc": "Speed proportional gain", "type": "Float", "units": "%m/s"}, {"category": "Standard", "decimalPlaces": 3, "default": 1.0, "group": "Rover Position Control", "increment": 0.005, "longDesc": "This is a gain to map the speed control output to the throttle linearly.", "max": 50.0, "min": 0.005, "name": "GND_SPEED_THR_SC", "shortDesc": "Speed to throttle scaler", "type": "Float", "units": "%m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 3.0, "group": "Rover Position Control", "increment": 0.5, "max": 40.0, "min": 0.0, "name": "GND_SPEED_TRIM", "shortDesc": "Trim ground speed", "type": "Float", "units": "m/s"}, {"category": "Standard", "default": 1, "group": "Rover Position Control", "longDesc": "This allows the user to choose between closed loop gps speed or open loop cruise throttle speed", "max": 1, "min": 0, "name": "GND_SP_CTRL_MODE", "shortDesc": "Control mode for speed", "type": "Int32", "values": [{"description": "open loop control", "value": 0}, {"description": "close the loop with gps speed", "value": 1}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "Rover Position Control", "increment": 0.01, "longDesc": "This is the throttle setting required to achieve the desired cruise speed. 10% is ok for a traxxas stampede vxl with ESC set to training mode", "max": 1.0, "min": 0.0, "name": "GND_THR_CRUISE", "shortDesc": "Cruise throttle", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.3, "group": "Rover Position Control", "increment": 0.01, "longDesc": "This is the maximum throttle % that can be used by the controller. For a Traxxas stampede vxl with the ESC set to training, 30 % is enough", "max": 1.0, "min": 0.0, "name": "GND_THR_MAX", "shortDesc": "Throttle limit max", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.0, "group": "Rover Position Control", "increment": 0.01, "longDesc": "This is the minimum throttle % that can be used by the controller. Set to 0 for rover", "max": 1.0, "min": 0.0, "name": "GND_THR_MIN", "shortDesc": "Throttle limit min", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.31, "group": "Rover Position Control", "increment": 0.01, "longDesc": "A value of 0.31 is typical for 1/10 RC cars.", "min": 0.0, "name": "GND_WHEEL_BASE", "shortDesc": "Distance from front axle to rear axle", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "Runway Takeoff", "longDesc": "0: airframe heading when takeoff is initiated 1: position control along runway direction (bearing defined from vehicle position on takeoff initiation to MAV_CMD_TAKEOFF position defined by operator)", "max": 1, "min": 0, "name": "RWTO_HDG", "shortDesc": "Specifies which heading should be held during the runway takeoff ground roll", "type": "Int32", "values": [{"description": "Airframe", "value": 0}, {"description": "Runway", "value": 1}]}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "Runway Takeoff", "increment": 0.01, "max": 1.0, "min": 0.0, "name": "RWTO_MAX_THR", "shortDesc": "Max throttle during runway takeoff", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 1, "default": 5.0, "group": "Runway Takeoff", "increment": 0.1, "max": 100.0, "min": 1.0, "name": "RWTO_NPFG_PERIOD", "shortDesc": "NPFG period while steering on runway", "type": "Float", "units": "s"}, {"category": "Standard", "default": 1, "group": "Runway Takeoff", "longDesc": "This is useful when map, GNSS, or yaw errors on ground are misaligned with what the operator intends for takeoff course. Particularly useful for skinny runways or if the wheel servo is a bit off trim.", "name": "RWTO_NUDGE", "shortDesc": "Enable use of yaw stick for nudging the wheel during runway ground roll", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 1, "default": 0.0, "group": "Runway Takeoff", "increment": 0.5, "longDesc": "A taildragger with steerable wheel might need to pitch up a little to keep its wheel on the ground before airspeed to takeoff is reached.", "max": 20.0, "min": -10.0, "name": "RWTO_PSP", "shortDesc": "Pitch setpoint during taxi / before takeoff rotation airspeed is reached", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 2, "default": 2.0, "group": "Runway Takeoff", "increment": 0.1, "max": 15.0, "min": 1.0, "name": "RWTO_RAMP_TIME", "shortDesc": "Throttle ramp up time for runway takeoff", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 1, "default": -1.0, "group": "Runway Takeoff", "increment": 0.1, "longDesc": "The calibrated airspeed threshold during the takeoff ground roll when the plane should start rotating (pitching up). Must be less than the takeoff airspeed, will otherwise be capped at the takeoff airpeed (see FW_TKO_AIRSPD). If set <= 0.0, defaults to 0.9 * takeoff airspeed (see FW_TKO_AIRSPD)", "min": -1.0, "name": "RWTO_ROT_AIRSPD", "shortDesc": "Takeoff rotation airspeed", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 1.0, "group": "Runway Takeoff", "increment": 0.1, "longDesc": "This is the time desired to linearly ramp in takeoff pitch constraints during the takeoff rotation", "min": 0.1, "name": "RWTO_ROT_TIME", "shortDesc": "Takeoff rotation time", "type": "Float", "units": "s"}, {"category": "Standard", "default": 0, "group": "Runway Takeoff", "name": "RWTO_TKOFF", "shortDesc": "Runway takeoff with landing gear", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 2, "group": "SD Logging", "longDesc": "Selects the algorithm used for logfile encryption", "name": "SDLOG_ALGORITHM", "shortDesc": "Logfile Encryption algorithm", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "XChaCha20", "value": 2}]}, {"category": "Standard", "default": 0, "group": "SD Logging", "longDesc": "When enabled, logging will not start from boot if battery power is not detected (e.g. powered via USB on a test bench). This prevents extraneous flight logs from being created during bench testing. Note that this only applies to log-from-boot modes. This has no effect on arm-based modes.", "name": "SDLOG_BOOT_BAT", "shortDesc": "Battery-only Logging", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "SD Logging", "longDesc": "If there are more log directories than this value, the system will delete the oldest directories during startup. In addition, the system will delete old logs if there is not enough free space left. The minimum amount is 300 MB. If this is set to 0, old directories will only be removed if the free space falls below the minimum. Note: this does not apply to mission log files.", "max": 1000, "min": 0, "name": "SDLOG_DIRS_MAX", "rebootRequired": true, "shortDesc": "Maximum number of log directories to keep", "type": "Int32"}, {"category": "Standard", "default": 1, "group": "SD Logging", "longDesc": "If the logfile is encrypted using a symmetric key algorithm, the used encryption key is generated at logging start and stored on the sdcard RSA2048 encrypted using this key.", "max": 255, "min": 0, "name": "SDLOG_EXCH_KEY", "shortDesc": "Logfile Encryption key exchange key", "type": "Int32"}, {"category": "Standard", "default": 2, "group": "SD Logging", "longDesc": "Selects the key in keystore, used for encrypting the log. When using a symmetric encryption algorithm, the key is generated at logging start and kept stored in this index. For symmetric algorithms, the key is volatile and valid only for the duration of logging. The key is stored in encrypted format on the sdcard alongside the logfile, using an RSA2048 key defined by the SDLOG_EXCHANGE_KEY", "max": 255, "min": 0, "name": "SDLOG_KEY", "shortDesc": "Logfile Encryption key index", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "SD Logging", "longDesc": "If enabled, a small additional \"mission\" log file will be written to the SD card. The log contains just those messages that are useful for tasks like generating flight statistics and geotagging. The different modes can be used to further reduce the logged data (and thus the log file size). For example, choose geotagging mode to only log data required for geotagging. Note that the normal/full log is still created, and contains all the data in the mission log (and more).", "name": "SDLOG_MISSION", "rebootRequired": true, "shortDesc": "Mission Log", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "All mission messages", "value": 1}, {"description": "Geotagging messages", "value": 2}]}, {"category": "Standard", "default": 0, "group": "SD Logging", "longDesc": "Determines when to start and stop logging. By default, logging is started when arming the system, and stopped when disarming.", "name": "SDLOG_MODE", "rebootRequired": true, "shortDesc": "Logging Mode", "type": "Int32", "values": [{"description": "disabled", "value": -1}, {"description": "when armed until disarm (default)", "value": 0}, {"description": "from boot until disarm", "value": 1}, {"description": "from boot until shutdown", "value": 2}, {"description": "while manual input AUX1 >30%", "value": 3}, {"description": "from 1st armed until shutdown", "value": 4}]}, {"bitmask": [{"description": "Default set (general log analysis)", "index": 0}, {"description": "Estimator replay (EKF2)", "index": 1}, {"description": "Thermal calibration", "index": 2}, {"description": "System identification", "index": 3}, {"description": "High rate", "index": 4}, {"description": "Debug", "index": 5}, {"description": "Sensor comparison", "index": 6}, {"description": "Computer Vision and Avoidance", "index": 7}, {"description": "Raw FIFO high-rate IMU (Gyro)", "index": 8}, {"description": "Raw FIFO high-rate IMU (Accel)", "index": 9}, {"description": "Mavlink tunnel message logging", "index": 10}], "category": "Standard", "default": 1, "group": "SD Logging", "longDesc": "This integer bitmask controls the set and rates of logged topics. The default allows for general log analysis while keeping the log file size reasonably small. Enabling multiple sets leads to higher bandwidth requirements and larger log files. Set bits true to enable: 0 : Default set (used for general log analysis) 1 : Full rate estimator (EKF2) replay topics 2 : Topics for thermal calibration (high rate raw IMU and Baro sensor data) 3 : Topics for system identification (high rate actuator control and IMU data) 4 : Full rates for analysis of fast maneuvers (RC, attitude, rates and actuators) 5 : Debugging topics (debug_*.msg topics, for custom code) 6 : Topics for sensor comparison (low rate raw IMU, Baro and magnetometer data) 7 : Topics for computer vision and collision avoidance 8 : Raw FIFO high-rate IMU (Gyro) 9 : Raw FIFO high-rate IMU (Accel) 10: Logging of mavlink tunnel message (useful for payload communication debugging)", "max": 2047, "min": 0, "name": "SDLOG_PROFILE", "rebootRequired": true, "shortDesc": "Logging topic profile (integer bitmask)", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "SD Logging", "longDesc": "the difference in hours and minutes from Coordinated Universal Time (UTC) for a your place and date. for example, In case of South Korea(UTC+09:00), UTC offset is 540 min (9*60) refer to https://en.wikipedia.org/wiki/List_of_UTC_time_offsets", "max": 1000, "min": -1000, "name": "SDLOG_UTC_OFFSET", "shortDesc": "UTC offset (unit: min)", "type": "Int32", "units": "min"}, {"category": "Standard", "default": 1, "group": "SD Logging", "longDesc": "If set to 1, add an ID to the log, which uniquely identifies the vehicle", "name": "SDLOG_UUID", "shortDesc": "Log UUID", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 60.0, "group": "SITL", "increment": 1.0, "max": 86400.0, "min": 1.0, "name": "SIM_BAT_DRAIN", "shortDesc": "Simulator Battery drain interval", "type": "Float", "units": "s"}, {"category": "Standard", "default": 1, "group": "SITL", "longDesc": "Enable or disable the internal battery simulation. This is useful when the battery is simulated externally and interfaced with PX4 through MAVLink for example.", "name": "SIM_BAT_ENABLE", "shortDesc": "Simulator Battery enabled", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 50.0, "group": "SITL", "increment": 0.1, "longDesc": "Can be used to alter the battery level during SITL- or HITL-simulation on the fly. Particularly useful for testing different low-battery behaviour.", "max": 100.0, "min": 0.0, "name": "SIM_BAT_MIN_PCT", "shortDesc": "Simulator Battery minimal percentage", "type": "Float", "units": "%"}, {"category": "System", "decimalPlaces": 3, "default": 0, "group": "Sensor Calibration", "longDesc": "Device ID of the accelerometer this calibration applies to.", "name": "CAL_ACC0_ID", "shortDesc": "Accelerometer 0 calibration device ID", "type": "Int32"}, {"category": "System", "decimalPlaces": 3, "default": -1, "group": "Sensor Calibration", "name": "CAL_ACC0_PRIO", "shortDesc": "Accelerometer 0 priority", "type": "Int32", "values": [{"description": "Uninitialized", "value": -1}, {"description": "Disabled", "value": 0}, {"description": "Min", "value": 1}, {"description": "Low", "value": 25}, {"description": "Medium (Default)", "value": 50}, {"description": "High", "value": 75}, {"description": "Max", "value": 100}]}, {"category": "System", "default": -1, "group": "Sensor Calibration", "longDesc": "An internal sensor will force a value of -1, so a GCS should only attempt to configure the rotation if the value is greater than or equal to zero.", "max": 40, "min": -1, "name": "CAL_ACC0_ROT", "shortDesc": "Accelerometer 0 rotation relative to airframe", "type": "Int32", "values": [{"description": "Internal", "value": -1}, {"description": "No rotation", "value": 0}, {"description": "Yaw 45\u00b0", "value": 1}, {"description": "Yaw 90\u00b0", "value": 2}, {"description": "Yaw 135\u00b0", "value": 3}, {"description": "Yaw 180\u00b0", "value": 4}, {"description": "Yaw 225\u00b0", "value": 5}, {"description": "Yaw 270\u00b0", "value": 6}, {"description": "Yaw 315\u00b0", "value": 7}, {"description": "Roll 180\u00b0", "value": 8}, {"description": "Roll 180\u00b0, Yaw 45\u00b0", "value": 9}, {"description": "Roll 180\u00b0, Yaw 90\u00b0", "value": 10}, {"description": "Roll 180\u00b0, Yaw 135\u00b0", "value": 11}, {"description": "Pitch 180\u00b0", "value": 12}, {"description": "Roll 180\u00b0, Yaw 225\u00b0", "value": 13}, {"description": "Roll 180\u00b0, Yaw 270\u00b0", "value": 14}, {"description": "Roll 180\u00b0, Yaw 315\u00b0", "value": 15}, {"description": "Roll 90\u00b0", "value": 16}, {"description": "Roll 90\u00b0, Yaw 45\u00b0", "value": 17}, {"description": "Roll 90\u00b0, Yaw 90\u00b0", "value": 18}, {"description": "Roll 90\u00b0, Yaw 135\u00b0", "value": 19}, {"description": "Roll 270\u00b0", "value": 20}, {"description": "Roll 270\u00b0, Yaw 45\u00b0", "value": 21}, {"description": "Roll 270\u00b0, Yaw 90\u00b0", "value": 22}, {"description": "Roll 270\u00b0, Yaw 135\u00b0", "value": 23}, {"description": "Pitch 90\u00b0", "value": 24}, {"description": "Pitch 270\u00b0", "value": 25}, {"description": "Pitch 180\u00b0, Yaw 90\u00b0", "value": 26}, {"description": "Pitch 180\u00b0, Yaw 270\u00b0", "value": 27}, {"description": "Roll 90\u00b0, Pitch 90\u00b0", "value": 28}, {"description": "Roll 180\u00b0, Pitch 90\u00b0", "value": 29}, {"description": "Roll 270\u00b0, Pitch 90\u00b0", "value": 30}, {"description": "Roll 90\u00b0, Pitch 180\u00b0", "value": 31}, {"description": "Roll 270\u00b0, Pitch 180\u00b0", "value": 32}, {"description": "Roll 90\u00b0, Pitch 270\u00b0", "value": 33}, {"description": "Roll 180\u00b0, Pitch 270\u00b0", "value": 34}, {"description": "Roll 270\u00b0, Pitch 270\u00b0", "value": 35}, {"description": "Roll 90\u00b0, Pitch 180\u00b0, Yaw 90\u00b0", "value": 36}, {"description": "Roll 90\u00b0, Yaw 270\u00b0", "value": 37}, {"description": "Roll 90\u00b0, Pitch 68\u00b0, Yaw 293\u00b0", "value": 38}, {"description": "Pitch 315\u00b0", "value": 39}, {"description": "Roll 90\u00b0, Pitch 315\u00b0", "value": 40}]}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_ACC0_XOFF", "shortDesc": "Accelerometer 0 X-axis offset", "type": "Float", "units": "m/s^2", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 1.0, "group": "Sensor Calibration", "max": 3.0, "min": 0.1, "name": "CAL_ACC0_XSCALE", "shortDesc": "Accelerometer 0 X-axis scaling factor", "type": "Float", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_ACC0_YOFF", "shortDesc": "Accelerometer 0 Y-axis offset", "type": "Float", "units": "m/s^2", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 1.0, "group": "Sensor Calibration", "max": 3.0, "min": 0.1, "name": "CAL_ACC0_YSCALE", "shortDesc": "Accelerometer 0 Y-axis scaling factor", "type": "Float", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_ACC0_ZOFF", "shortDesc": "Accelerometer 0 Z-axis offset", "type": "Float", "units": "m/s^2", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 1.0, "group": "Sensor Calibration", "max": 3.0, "min": 0.1, "name": "CAL_ACC0_ZSCALE", "shortDesc": "Accelerometer 0 Z-axis scaling factor", "type": "Float", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0, "group": "Sensor Calibration", "longDesc": "Device ID of the accelerometer this calibration applies to.", "name": "CAL_ACC1_ID", "shortDesc": "Accelerometer 1 calibration device ID", "type": "Int32"}, {"category": "System", "decimalPlaces": 3, "default": -1, "group": "Sensor Calibration", "name": "CAL_ACC1_PRIO", "shortDesc": "Accelerometer 1 priority", "type": "Int32", "values": [{"description": "Uninitialized", "value": -1}, {"description": "Disabled", "value": 0}, {"description": "Min", "value": 1}, {"description": "Low", "value": 25}, {"description": "Medium (Default)", "value": 50}, {"description": "High", "value": 75}, {"description": "Max", "value": 100}]}, {"category": "System", "default": -1, "group": "Sensor Calibration", "longDesc": "An internal sensor will force a value of -1, so a GCS should only attempt to configure the rotation if the value is greater than or equal to zero.", "max": 40, "min": -1, "name": "CAL_ACC1_ROT", "shortDesc": "Accelerometer 1 rotation relative to airframe", "type": "Int32", "values": [{"description": "Internal", "value": -1}, {"description": "No rotation", "value": 0}, {"description": "Yaw 45\u00b0", "value": 1}, {"description": "Yaw 90\u00b0", "value": 2}, {"description": "Yaw 135\u00b0", "value": 3}, {"description": "Yaw 180\u00b0", "value": 4}, {"description": "Yaw 225\u00b0", "value": 5}, {"description": "Yaw 270\u00b0", "value": 6}, {"description": "Yaw 315\u00b0", "value": 7}, {"description": "Roll 180\u00b0", "value": 8}, {"description": "Roll 180\u00b0, Yaw 45\u00b0", "value": 9}, {"description": "Roll 180\u00b0, Yaw 90\u00b0", "value": 10}, {"description": "Roll 180\u00b0, Yaw 135\u00b0", "value": 11}, {"description": "Pitch 180\u00b0", "value": 12}, {"description": "Roll 180\u00b0, Yaw 225\u00b0", "value": 13}, {"description": "Roll 180\u00b0, Yaw 270\u00b0", "value": 14}, {"description": "Roll 180\u00b0, Yaw 315\u00b0", "value": 15}, {"description": "Roll 90\u00b0", "value": 16}, {"description": "Roll 90\u00b0, Yaw 45\u00b0", "value": 17}, {"description": "Roll 90\u00b0, Yaw 90\u00b0", "value": 18}, {"description": "Roll 90\u00b0, Yaw 135\u00b0", "value": 19}, {"description": "Roll 270\u00b0", "value": 20}, {"description": "Roll 270\u00b0, Yaw 45\u00b0", "value": 21}, {"description": "Roll 270\u00b0, Yaw 90\u00b0", "value": 22}, {"description": "Roll 270\u00b0, Yaw 135\u00b0", "value": 23}, {"description": "Pitch 90\u00b0", "value": 24}, {"description": "Pitch 270\u00b0", "value": 25}, {"description": "Pitch 180\u00b0, Yaw 90\u00b0", "value": 26}, {"description": "Pitch 180\u00b0, Yaw 270\u00b0", "value": 27}, {"description": "Roll 90\u00b0, Pitch 90\u00b0", "value": 28}, {"description": "Roll 180\u00b0, Pitch 90\u00b0", "value": 29}, {"description": "Roll 270\u00b0, Pitch 90\u00b0", "value": 30}, {"description": "Roll 90\u00b0, Pitch 180\u00b0", "value": 31}, {"description": "Roll 270\u00b0, Pitch 180\u00b0", "value": 32}, {"description": "Roll 90\u00b0, Pitch 270\u00b0", "value": 33}, {"description": "Roll 180\u00b0, Pitch 270\u00b0", "value": 34}, {"description": "Roll 270\u00b0, Pitch 270\u00b0", "value": 35}, {"description": "Roll 90\u00b0, Pitch 180\u00b0, Yaw 90\u00b0", "value": 36}, {"description": "Roll 90\u00b0, Yaw 270\u00b0", "value": 37}, {"description": "Roll 90\u00b0, Pitch 68\u00b0, Yaw 293\u00b0", "value": 38}, {"description": "Pitch 315\u00b0", "value": 39}, {"description": "Roll 90\u00b0, Pitch 315\u00b0", "value": 40}]}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_ACC1_XOFF", "shortDesc": "Accelerometer 1 X-axis offset", "type": "Float", "units": "m/s^2", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 1.0, "group": "Sensor Calibration", "max": 3.0, "min": 0.1, "name": "CAL_ACC1_XSCALE", "shortDesc": "Accelerometer 1 X-axis scaling factor", "type": "Float", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_ACC1_YOFF", "shortDesc": "Accelerometer 1 Y-axis offset", "type": "Float", "units": "m/s^2", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 1.0, "group": "Sensor Calibration", "max": 3.0, "min": 0.1, "name": "CAL_ACC1_YSCALE", "shortDesc": "Accelerometer 1 Y-axis scaling factor", "type": "Float", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_ACC1_ZOFF", "shortDesc": "Accelerometer 1 Z-axis offset", "type": "Float", "units": "m/s^2", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 1.0, "group": "Sensor Calibration", "max": 3.0, "min": 0.1, "name": "CAL_ACC1_ZSCALE", "shortDesc": "Accelerometer 1 Z-axis scaling factor", "type": "Float", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0, "group": "Sensor Calibration", "longDesc": "Device ID of the accelerometer this calibration applies to.", "name": "CAL_ACC2_ID", "shortDesc": "Accelerometer 2 calibration device ID", "type": "Int32"}, {"category": "System", "decimalPlaces": 3, "default": -1, "group": "Sensor Calibration", "name": "CAL_ACC2_PRIO", "shortDesc": "Accelerometer 2 priority", "type": "Int32", "values": [{"description": "Uninitialized", "value": -1}, {"description": "Disabled", "value": 0}, {"description": "Min", "value": 1}, {"description": "Low", "value": 25}, {"description": "Medium (Default)", "value": 50}, {"description": "High", "value": 75}, {"description": "Max", "value": 100}]}, {"category": "System", "default": -1, "group": "Sensor Calibration", "longDesc": "An internal sensor will force a value of -1, so a GCS should only attempt to configure the rotation if the value is greater than or equal to zero.", "max": 40, "min": -1, "name": "CAL_ACC2_ROT", "shortDesc": "Accelerometer 2 rotation relative to airframe", "type": "Int32", "values": [{"description": "Internal", "value": -1}, {"description": "No rotation", "value": 0}, {"description": "Yaw 45\u00b0", "value": 1}, {"description": "Yaw 90\u00b0", "value": 2}, {"description": "Yaw 135\u00b0", "value": 3}, {"description": "Yaw 180\u00b0", "value": 4}, {"description": "Yaw 225\u00b0", "value": 5}, {"description": "Yaw 270\u00b0", "value": 6}, {"description": "Yaw 315\u00b0", "value": 7}, {"description": "Roll 180\u00b0", "value": 8}, {"description": "Roll 180\u00b0, Yaw 45\u00b0", "value": 9}, {"description": "Roll 180\u00b0, Yaw 90\u00b0", "value": 10}, {"description": "Roll 180\u00b0, Yaw 135\u00b0", "value": 11}, {"description": "Pitch 180\u00b0", "value": 12}, {"description": "Roll 180\u00b0, Yaw 225\u00b0", "value": 13}, {"description": "Roll 180\u00b0, Yaw 270\u00b0", "value": 14}, {"description": "Roll 180\u00b0, Yaw 315\u00b0", "value": 15}, {"description": "Roll 90\u00b0", "value": 16}, {"description": "Roll 90\u00b0, Yaw 45\u00b0", "value": 17}, {"description": "Roll 90\u00b0, Yaw 90\u00b0", "value": 18}, {"description": "Roll 90\u00b0, Yaw 135\u00b0", "value": 19}, {"description": "Roll 270\u00b0", "value": 20}, {"description": "Roll 270\u00b0, Yaw 45\u00b0", "value": 21}, {"description": "Roll 270\u00b0, Yaw 90\u00b0", "value": 22}, {"description": "Roll 270\u00b0, Yaw 135\u00b0", "value": 23}, {"description": "Pitch 90\u00b0", "value": 24}, {"description": "Pitch 270\u00b0", "value": 25}, {"description": "Pitch 180\u00b0, Yaw 90\u00b0", "value": 26}, {"description": "Pitch 180\u00b0, Yaw 270\u00b0", "value": 27}, {"description": "Roll 90\u00b0, Pitch 90\u00b0", "value": 28}, {"description": "Roll 180\u00b0, Pitch 90\u00b0", "value": 29}, {"description": "Roll 270\u00b0, Pitch 90\u00b0", "value": 30}, {"description": "Roll 90\u00b0, Pitch 180\u00b0", "value": 31}, {"description": "Roll 270\u00b0, Pitch 180\u00b0", "value": 32}, {"description": "Roll 90\u00b0, Pitch 270\u00b0", "value": 33}, {"description": "Roll 180\u00b0, Pitch 270\u00b0", "value": 34}, {"description": "Roll 270\u00b0, Pitch 270\u00b0", "value": 35}, {"description": "Roll 90\u00b0, Pitch 180\u00b0, Yaw 90\u00b0", "value": 36}, {"description": "Roll 90\u00b0, Yaw 270\u00b0", "value": 37}, {"description": "Roll 90\u00b0, Pitch 68\u00b0, Yaw 293\u00b0", "value": 38}, {"description": "Pitch 315\u00b0", "value": 39}, {"description": "Roll 90\u00b0, Pitch 315\u00b0", "value": 40}]}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_ACC2_XOFF", "shortDesc": "Accelerometer 2 X-axis offset", "type": "Float", "units": "m/s^2", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 1.0, "group": "Sensor Calibration", "max": 3.0, "min": 0.1, "name": "CAL_ACC2_XSCALE", "shortDesc": "Accelerometer 2 X-axis scaling factor", "type": "Float", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_ACC2_YOFF", "shortDesc": "Accelerometer 2 Y-axis offset", "type": "Float", "units": "m/s^2", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 1.0, "group": "Sensor Calibration", "max": 3.0, "min": 0.1, "name": "CAL_ACC2_YSCALE", "shortDesc": "Accelerometer 2 Y-axis scaling factor", "type": "Float", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_ACC2_ZOFF", "shortDesc": "Accelerometer 2 Z-axis offset", "type": "Float", "units": "m/s^2", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 1.0, "group": "Sensor Calibration", "max": 3.0, "min": 0.1, "name": "CAL_ACC2_ZSCALE", "shortDesc": "Accelerometer 2 Z-axis scaling factor", "type": "Float", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0, "group": "Sensor Calibration", "longDesc": "Device ID of the accelerometer this calibration applies to.", "name": "CAL_ACC3_ID", "shortDesc": "Accelerometer 3 calibration device ID", "type": "Int32"}, {"category": "System", "decimalPlaces": 3, "default": -1, "group": "Sensor Calibration", "name": "CAL_ACC3_PRIO", "shortDesc": "Accelerometer 3 priority", "type": "Int32", "values": [{"description": "Uninitialized", "value": -1}, {"description": "Disabled", "value": 0}, {"description": "Min", "value": 1}, {"description": "Low", "value": 25}, {"description": "Medium (Default)", "value": 50}, {"description": "High", "value": 75}, {"description": "Max", "value": 100}]}, {"category": "System", "default": -1, "group": "Sensor Calibration", "longDesc": "An internal sensor will force a value of -1, so a GCS should only attempt to configure the rotation if the value is greater than or equal to zero.", "max": 40, "min": -1, "name": "CAL_ACC3_ROT", "shortDesc": "Accelerometer 3 rotation relative to airframe", "type": "Int32", "values": [{"description": "Internal", "value": -1}, {"description": "No rotation", "value": 0}, {"description": "Yaw 45\u00b0", "value": 1}, {"description": "Yaw 90\u00b0", "value": 2}, {"description": "Yaw 135\u00b0", "value": 3}, {"description": "Yaw 180\u00b0", "value": 4}, {"description": "Yaw 225\u00b0", "value": 5}, {"description": "Yaw 270\u00b0", "value": 6}, {"description": "Yaw 315\u00b0", "value": 7}, {"description": "Roll 180\u00b0", "value": 8}, {"description": "Roll 180\u00b0, Yaw 45\u00b0", "value": 9}, {"description": "Roll 180\u00b0, Yaw 90\u00b0", "value": 10}, {"description": "Roll 180\u00b0, Yaw 135\u00b0", "value": 11}, {"description": "Pitch 180\u00b0", "value": 12}, {"description": "Roll 180\u00b0, Yaw 225\u00b0", "value": 13}, {"description": "Roll 180\u00b0, Yaw 270\u00b0", "value": 14}, {"description": "Roll 180\u00b0, Yaw 315\u00b0", "value": 15}, {"description": "Roll 90\u00b0", "value": 16}, {"description": "Roll 90\u00b0, Yaw 45\u00b0", "value": 17}, {"description": "Roll 90\u00b0, Yaw 90\u00b0", "value": 18}, {"description": "Roll 90\u00b0, Yaw 135\u00b0", "value": 19}, {"description": "Roll 270\u00b0", "value": 20}, {"description": "Roll 270\u00b0, Yaw 45\u00b0", "value": 21}, {"description": "Roll 270\u00b0, Yaw 90\u00b0", "value": 22}, {"description": "Roll 270\u00b0, Yaw 135\u00b0", "value": 23}, {"description": "Pitch 90\u00b0", "value": 24}, {"description": "Pitch 270\u00b0", "value": 25}, {"description": "Pitch 180\u00b0, Yaw 90\u00b0", "value": 26}, {"description": "Pitch 180\u00b0, Yaw 270\u00b0", "value": 27}, {"description": "Roll 90\u00b0, Pitch 90\u00b0", "value": 28}, {"description": "Roll 180\u00b0, Pitch 90\u00b0", "value": 29}, {"description": "Roll 270\u00b0, Pitch 90\u00b0", "value": 30}, {"description": "Roll 90\u00b0, Pitch 180\u00b0", "value": 31}, {"description": "Roll 270\u00b0, Pitch 180\u00b0", "value": 32}, {"description": "Roll 90\u00b0, Pitch 270\u00b0", "value": 33}, {"description": "Roll 180\u00b0, Pitch 270\u00b0", "value": 34}, {"description": "Roll 270\u00b0, Pitch 270\u00b0", "value": 35}, {"description": "Roll 90\u00b0, Pitch 180\u00b0, Yaw 90\u00b0", "value": 36}, {"description": "Roll 90\u00b0, Yaw 270\u00b0", "value": 37}, {"description": "Roll 90\u00b0, Pitch 68\u00b0, Yaw 293\u00b0", "value": 38}, {"description": "Pitch 315\u00b0", "value": 39}, {"description": "Roll 90\u00b0, Pitch 315\u00b0", "value": 40}]}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_ACC3_XOFF", "shortDesc": "Accelerometer 3 X-axis offset", "type": "Float", "units": "m/s^2", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 1.0, "group": "Sensor Calibration", "max": 3.0, "min": 0.1, "name": "CAL_ACC3_XSCALE", "shortDesc": "Accelerometer 3 X-axis scaling factor", "type": "Float", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_ACC3_YOFF", "shortDesc": "Accelerometer 3 Y-axis offset", "type": "Float", "units": "m/s^2", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 1.0, "group": "Sensor Calibration", "max": 3.0, "min": 0.1, "name": "CAL_ACC3_YSCALE", "shortDesc": "Accelerometer 3 Y-axis scaling factor", "type": "Float", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_ACC3_ZOFF", "shortDesc": "Accelerometer 3 Z-axis offset", "type": "Float", "units": "m/s^2", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 1.0, "group": "Sensor Calibration", "max": 3.0, "min": 0.1, "name": "CAL_ACC3_ZSCALE", "shortDesc": "Accelerometer 3 Z-axis scaling factor", "type": "Float", "volatile": true}, {"category": "System", "default": 0, "group": "Sensor Calibration", "longDesc": "Device ID of the barometer this calibration applies to.", "name": "CAL_BARO0_ID", "shortDesc": "Barometer 0 calibration device ID", "type": "Int32"}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_BARO0_OFF", "shortDesc": "Barometer 0 offset", "type": "Float", "volatile": true}, {"category": "System", "default": -1, "group": "Sensor Calibration", "name": "CAL_BARO0_PRIO", "shortDesc": "Barometer 0 priority", "type": "Int32", "values": [{"description": "Uninitialized", "value": -1}, {"description": "Disabled", "value": 0}, {"description": "Min", "value": 1}, {"description": "Low", "value": 25}, {"description": "Medium (Default)", "value": 50}, {"description": "High", "value": 75}, {"description": "Max", "value": 100}]}, {"category": "System", "default": 0, "group": "Sensor Calibration", "longDesc": "Device ID of the barometer this calibration applies to.", "name": "CAL_BARO1_ID", "shortDesc": "Barometer 1 calibration device ID", "type": "Int32"}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_BARO1_OFF", "shortDesc": "Barometer 1 offset", "type": "Float", "volatile": true}, {"category": "System", "default": -1, "group": "Sensor Calibration", "name": "CAL_BARO1_PRIO", "shortDesc": "Barometer 1 priority", "type": "Int32", "values": [{"description": "Uninitialized", "value": -1}, {"description": "Disabled", "value": 0}, {"description": "Min", "value": 1}, {"description": "Low", "value": 25}, {"description": "Medium (Default)", "value": 50}, {"description": "High", "value": 75}, {"description": "Max", "value": 100}]}, {"category": "System", "default": 0, "group": "Sensor Calibration", "longDesc": "Device ID of the barometer this calibration applies to.", "name": "CAL_BARO2_ID", "shortDesc": "Barometer 2 calibration device ID", "type": "Int32"}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_BARO2_OFF", "shortDesc": "Barometer 2 offset", "type": "Float", "volatile": true}, {"category": "System", "default": -1, "group": "Sensor Calibration", "name": "CAL_BARO2_PRIO", "shortDesc": "Barometer 2 priority", "type": "Int32", "values": [{"description": "Uninitialized", "value": -1}, {"description": "Disabled", "value": 0}, {"description": "Min", "value": 1}, {"description": "Low", "value": 25}, {"description": "Medium (Default)", "value": 50}, {"description": "High", "value": 75}, {"description": "Max", "value": 100}]}, {"category": "System", "default": 0, "group": "Sensor Calibration", "longDesc": "Device ID of the barometer this calibration applies to.", "name": "CAL_BARO3_ID", "shortDesc": "Barometer 3 calibration device ID", "type": "Int32"}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_BARO3_OFF", "shortDesc": "Barometer 3 offset", "type": "Float", "volatile": true}, {"category": "System", "default": -1, "group": "Sensor Calibration", "name": "CAL_BARO3_PRIO", "shortDesc": "Barometer 3 priority", "type": "Int32", "values": [{"description": "Uninitialized", "value": -1}, {"description": "Disabled", "value": 0}, {"description": "Min", "value": 1}, {"description": "Low", "value": 25}, {"description": "Medium (Default)", "value": 50}, {"description": "High", "value": 75}, {"description": "Max", "value": 100}]}, {"category": "System", "default": 0, "group": "Sensor Calibration", "longDesc": "Device ID of the gyroscope this calibration applies to.", "name": "CAL_GYRO0_ID", "shortDesc": "Gyroscope 0 calibration device ID", "type": "Int32"}, {"category": "System", "default": -1, "group": "Sensor Calibration", "name": "CAL_GYRO0_PRIO", "shortDesc": "Gyroscope 0 priority", "type": "Int32", "values": [{"description": "Uninitialized", "value": -1}, {"description": "Disabled", "value": 0}, {"description": "Min", "value": 1}, {"description": "Low", "value": 25}, {"description": "Medium (Default)", "value": 50}, {"description": "High", "value": 75}, {"description": "Max", "value": 100}]}, {"category": "System", "default": -1, "group": "Sensor Calibration", "longDesc": "An internal sensor will force a value of -1, so a GCS should only attempt to configure the rotation if the value is greater than or equal to zero.", "max": 40, "min": -1, "name": "CAL_GYRO0_ROT", "shortDesc": "Gyroscope 0 rotation relative to airframe", "type": "Int32", "values": [{"description": "Internal", "value": -1}, {"description": "No rotation", "value": 0}, {"description": "Yaw 45\u00b0", "value": 1}, {"description": "Yaw 90\u00b0", "value": 2}, {"description": "Yaw 135\u00b0", "value": 3}, {"description": "Yaw 180\u00b0", "value": 4}, {"description": "Yaw 225\u00b0", "value": 5}, {"description": "Yaw 270\u00b0", "value": 6}, {"description": "Yaw 315\u00b0", "value": 7}, {"description": "Roll 180\u00b0", "value": 8}, {"description": "Roll 180\u00b0, Yaw 45\u00b0", "value": 9}, {"description": "Roll 180\u00b0, Yaw 90\u00b0", "value": 10}, {"description": "Roll 180\u00b0, Yaw 135\u00b0", "value": 11}, {"description": "Pitch 180\u00b0", "value": 12}, {"description": "Roll 180\u00b0, Yaw 225\u00b0", "value": 13}, {"description": "Roll 180\u00b0, Yaw 270\u00b0", "value": 14}, {"description": "Roll 180\u00b0, Yaw 315\u00b0", "value": 15}, {"description": "Roll 90\u00b0", "value": 16}, {"description": "Roll 90\u00b0, Yaw 45\u00b0", "value": 17}, {"description": "Roll 90\u00b0, Yaw 90\u00b0", "value": 18}, {"description": "Roll 90\u00b0, Yaw 135\u00b0", "value": 19}, {"description": "Roll 270\u00b0", "value": 20}, {"description": "Roll 270\u00b0, Yaw 45\u00b0", "value": 21}, {"description": "Roll 270\u00b0, Yaw 90\u00b0", "value": 22}, {"description": "Roll 270\u00b0, Yaw 135\u00b0", "value": 23}, {"description": "Pitch 90\u00b0", "value": 24}, {"description": "Pitch 270\u00b0", "value": 25}, {"description": "Pitch 180\u00b0, Yaw 90\u00b0", "value": 26}, {"description": "Pitch 180\u00b0, Yaw 270\u00b0", "value": 27}, {"description": "Roll 90\u00b0, Pitch 90\u00b0", "value": 28}, {"description": "Roll 180\u00b0, Pitch 90\u00b0", "value": 29}, {"description": "Roll 270\u00b0, Pitch 90\u00b0", "value": 30}, {"description": "Roll 90\u00b0, Pitch 180\u00b0", "value": 31}, {"description": "Roll 270\u00b0, Pitch 180\u00b0", "value": 32}, {"description": "Roll 90\u00b0, Pitch 270\u00b0", "value": 33}, {"description": "Roll 180\u00b0, Pitch 270\u00b0", "value": 34}, {"description": "Roll 270\u00b0, Pitch 270\u00b0", "value": 35}, {"description": "Roll 90\u00b0, Pitch 180\u00b0, Yaw 90\u00b0", "value": 36}, {"description": "Roll 90\u00b0, Yaw 270\u00b0", "value": 37}, {"description": "Roll 90\u00b0, Pitch 68\u00b0, Yaw 293\u00b0", "value": 38}, {"description": "Pitch 315\u00b0", "value": 39}, {"description": "Roll 90\u00b0, Pitch 315\u00b0", "value": 40}]}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_GYRO0_XOFF", "shortDesc": "Gyroscope 0 X-axis offset", "type": "Float", "units": "rad/s", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_GYRO0_YOFF", "shortDesc": "Gyroscope 0 Y-axis offset", "type": "Float", "units": "rad/s", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_GYRO0_ZOFF", "shortDesc": "Gyroscope 0 Z-axis offset", "type": "Float", "units": "rad/s", "volatile": true}, {"category": "System", "default": 0, "group": "Sensor Calibration", "longDesc": "Device ID of the gyroscope this calibration applies to.", "name": "CAL_GYRO1_ID", "shortDesc": "Gyroscope 1 calibration device ID", "type": "Int32"}, {"category": "System", "default": -1, "group": "Sensor Calibration", "name": "CAL_GYRO1_PRIO", "shortDesc": "Gyroscope 1 priority", "type": "Int32", "values": [{"description": "Uninitialized", "value": -1}, {"description": "Disabled", "value": 0}, {"description": "Min", "value": 1}, {"description": "Low", "value": 25}, {"description": "Medium (Default)", "value": 50}, {"description": "High", "value": 75}, {"description": "Max", "value": 100}]}, {"category": "System", "default": -1, "group": "Sensor Calibration", "longDesc": "An internal sensor will force a value of -1, so a GCS should only attempt to configure the rotation if the value is greater than or equal to zero.", "max": 40, "min": -1, "name": "CAL_GYRO1_ROT", "shortDesc": "Gyroscope 1 rotation relative to airframe", "type": "Int32", "values": [{"description": "Internal", "value": -1}, {"description": "No rotation", "value": 0}, {"description": "Yaw 45\u00b0", "value": 1}, {"description": "Yaw 90\u00b0", "value": 2}, {"description": "Yaw 135\u00b0", "value": 3}, {"description": "Yaw 180\u00b0", "value": 4}, {"description": "Yaw 225\u00b0", "value": 5}, {"description": "Yaw 270\u00b0", "value": 6}, {"description": "Yaw 315\u00b0", "value": 7}, {"description": "Roll 180\u00b0", "value": 8}, {"description": "Roll 180\u00b0, Yaw 45\u00b0", "value": 9}, {"description": "Roll 180\u00b0, Yaw 90\u00b0", "value": 10}, {"description": "Roll 180\u00b0, Yaw 135\u00b0", "value": 11}, {"description": "Pitch 180\u00b0", "value": 12}, {"description": "Roll 180\u00b0, Yaw 225\u00b0", "value": 13}, {"description": "Roll 180\u00b0, Yaw 270\u00b0", "value": 14}, {"description": "Roll 180\u00b0, Yaw 315\u00b0", "value": 15}, {"description": "Roll 90\u00b0", "value": 16}, {"description": "Roll 90\u00b0, Yaw 45\u00b0", "value": 17}, {"description": "Roll 90\u00b0, Yaw 90\u00b0", "value": 18}, {"description": "Roll 90\u00b0, Yaw 135\u00b0", "value": 19}, {"description": "Roll 270\u00b0", "value": 20}, {"description": "Roll 270\u00b0, Yaw 45\u00b0", "value": 21}, {"description": "Roll 270\u00b0, Yaw 90\u00b0", "value": 22}, {"description": "Roll 270\u00b0, Yaw 135\u00b0", "value": 23}, {"description": "Pitch 90\u00b0", "value": 24}, {"description": "Pitch 270\u00b0", "value": 25}, {"description": "Pitch 180\u00b0, Yaw 90\u00b0", "value": 26}, {"description": "Pitch 180\u00b0, Yaw 270\u00b0", "value": 27}, {"description": "Roll 90\u00b0, Pitch 90\u00b0", "value": 28}, {"description": "Roll 180\u00b0, Pitch 90\u00b0", "value": 29}, {"description": "Roll 270\u00b0, Pitch 90\u00b0", "value": 30}, {"description": "Roll 90\u00b0, Pitch 180\u00b0", "value": 31}, {"description": "Roll 270\u00b0, Pitch 180\u00b0", "value": 32}, {"description": "Roll 90\u00b0, Pitch 270\u00b0", "value": 33}, {"description": "Roll 180\u00b0, Pitch 270\u00b0", "value": 34}, {"description": "Roll 270\u00b0, Pitch 270\u00b0", "value": 35}, {"description": "Roll 90\u00b0, Pitch 180\u00b0, Yaw 90\u00b0", "value": 36}, {"description": "Roll 90\u00b0, Yaw 270\u00b0", "value": 37}, {"description": "Roll 90\u00b0, Pitch 68\u00b0, Yaw 293\u00b0", "value": 38}, {"description": "Pitch 315\u00b0", "value": 39}, {"description": "Roll 90\u00b0, Pitch 315\u00b0", "value": 40}]}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_GYRO1_XOFF", "shortDesc": "Gyroscope 1 X-axis offset", "type": "Float", "units": "rad/s", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_GYRO1_YOFF", "shortDesc": "Gyroscope 1 Y-axis offset", "type": "Float", "units": "rad/s", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_GYRO1_ZOFF", "shortDesc": "Gyroscope 1 Z-axis offset", "type": "Float", "units": "rad/s", "volatile": true}, {"category": "System", "default": 0, "group": "Sensor Calibration", "longDesc": "Device ID of the gyroscope this calibration applies to.", "name": "CAL_GYRO2_ID", "shortDesc": "Gyroscope 2 calibration device ID", "type": "Int32"}, {"category": "System", "default": -1, "group": "Sensor Calibration", "name": "CAL_GYRO2_PRIO", "shortDesc": "Gyroscope 2 priority", "type": "Int32", "values": [{"description": "Uninitialized", "value": -1}, {"description": "Disabled", "value": 0}, {"description": "Min", "value": 1}, {"description": "Low", "value": 25}, {"description": "Medium (Default)", "value": 50}, {"description": "High", "value": 75}, {"description": "Max", "value": 100}]}, {"category": "System", "default": -1, "group": "Sensor Calibration", "longDesc": "An internal sensor will force a value of -1, so a GCS should only attempt to configure the rotation if the value is greater than or equal to zero.", "max": 40, "min": -1, "name": "CAL_GYRO2_ROT", "shortDesc": "Gyroscope 2 rotation relative to airframe", "type": "Int32", "values": [{"description": "Internal", "value": -1}, {"description": "No rotation", "value": 0}, {"description": "Yaw 45\u00b0", "value": 1}, {"description": "Yaw 90\u00b0", "value": 2}, {"description": "Yaw 135\u00b0", "value": 3}, {"description": "Yaw 180\u00b0", "value": 4}, {"description": "Yaw 225\u00b0", "value": 5}, {"description": "Yaw 270\u00b0", "value": 6}, {"description": "Yaw 315\u00b0", "value": 7}, {"description": "Roll 180\u00b0", "value": 8}, {"description": "Roll 180\u00b0, Yaw 45\u00b0", "value": 9}, {"description": "Roll 180\u00b0, Yaw 90\u00b0", "value": 10}, {"description": "Roll 180\u00b0, Yaw 135\u00b0", "value": 11}, {"description": "Pitch 180\u00b0", "value": 12}, {"description": "Roll 180\u00b0, Yaw 225\u00b0", "value": 13}, {"description": "Roll 180\u00b0, Yaw 270\u00b0", "value": 14}, {"description": "Roll 180\u00b0, Yaw 315\u00b0", "value": 15}, {"description": "Roll 90\u00b0", "value": 16}, {"description": "Roll 90\u00b0, Yaw 45\u00b0", "value": 17}, {"description": "Roll 90\u00b0, Yaw 90\u00b0", "value": 18}, {"description": "Roll 90\u00b0, Yaw 135\u00b0", "value": 19}, {"description": "Roll 270\u00b0", "value": 20}, {"description": "Roll 270\u00b0, Yaw 45\u00b0", "value": 21}, {"description": "Roll 270\u00b0, Yaw 90\u00b0", "value": 22}, {"description": "Roll 270\u00b0, Yaw 135\u00b0", "value": 23}, {"description": "Pitch 90\u00b0", "value": 24}, {"description": "Pitch 270\u00b0", "value": 25}, {"description": "Pitch 180\u00b0, Yaw 90\u00b0", "value": 26}, {"description": "Pitch 180\u00b0, Yaw 270\u00b0", "value": 27}, {"description": "Roll 90\u00b0, Pitch 90\u00b0", "value": 28}, {"description": "Roll 180\u00b0, Pitch 90\u00b0", "value": 29}, {"description": "Roll 270\u00b0, Pitch 90\u00b0", "value": 30}, {"description": "Roll 90\u00b0, Pitch 180\u00b0", "value": 31}, {"description": "Roll 270\u00b0, Pitch 180\u00b0", "value": 32}, {"description": "Roll 90\u00b0, Pitch 270\u00b0", "value": 33}, {"description": "Roll 180\u00b0, Pitch 270\u00b0", "value": 34}, {"description": "Roll 270\u00b0, Pitch 270\u00b0", "value": 35}, {"description": "Roll 90\u00b0, Pitch 180\u00b0, Yaw 90\u00b0", "value": 36}, {"description": "Roll 90\u00b0, Yaw 270\u00b0", "value": 37}, {"description": "Roll 90\u00b0, Pitch 68\u00b0, Yaw 293\u00b0", "value": 38}, {"description": "Pitch 315\u00b0", "value": 39}, {"description": "Roll 90\u00b0, Pitch 315\u00b0", "value": 40}]}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_GYRO2_XOFF", "shortDesc": "Gyroscope 2 X-axis offset", "type": "Float", "units": "rad/s", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_GYRO2_YOFF", "shortDesc": "Gyroscope 2 Y-axis offset", "type": "Float", "units": "rad/s", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_GYRO2_ZOFF", "shortDesc": "Gyroscope 2 Z-axis offset", "type": "Float", "units": "rad/s", "volatile": true}, {"category": "System", "default": 0, "group": "Sensor Calibration", "longDesc": "Device ID of the gyroscope this calibration applies to.", "name": "CAL_GYRO3_ID", "shortDesc": "Gyroscope 3 calibration device ID", "type": "Int32"}, {"category": "System", "default": -1, "group": "Sensor Calibration", "name": "CAL_GYRO3_PRIO", "shortDesc": "Gyroscope 3 priority", "type": "Int32", "values": [{"description": "Uninitialized", "value": -1}, {"description": "Disabled", "value": 0}, {"description": "Min", "value": 1}, {"description": "Low", "value": 25}, {"description": "Medium (Default)", "value": 50}, {"description": "High", "value": 75}, {"description": "Max", "value": 100}]}, {"category": "System", "default": -1, "group": "Sensor Calibration", "longDesc": "An internal sensor will force a value of -1, so a GCS should only attempt to configure the rotation if the value is greater than or equal to zero.", "max": 40, "min": -1, "name": "CAL_GYRO3_ROT", "shortDesc": "Gyroscope 3 rotation relative to airframe", "type": "Int32", "values": [{"description": "Internal", "value": -1}, {"description": "No rotation", "value": 0}, {"description": "Yaw 45\u00b0", "value": 1}, {"description": "Yaw 90\u00b0", "value": 2}, {"description": "Yaw 135\u00b0", "value": 3}, {"description": "Yaw 180\u00b0", "value": 4}, {"description": "Yaw 225\u00b0", "value": 5}, {"description": "Yaw 270\u00b0", "value": 6}, {"description": "Yaw 315\u00b0", "value": 7}, {"description": "Roll 180\u00b0", "value": 8}, {"description": "Roll 180\u00b0, Yaw 45\u00b0", "value": 9}, {"description": "Roll 180\u00b0, Yaw 90\u00b0", "value": 10}, {"description": "Roll 180\u00b0, Yaw 135\u00b0", "value": 11}, {"description": "Pitch 180\u00b0", "value": 12}, {"description": "Roll 180\u00b0, Yaw 225\u00b0", "value": 13}, {"description": "Roll 180\u00b0, Yaw 270\u00b0", "value": 14}, {"description": "Roll 180\u00b0, Yaw 315\u00b0", "value": 15}, {"description": "Roll 90\u00b0", "value": 16}, {"description": "Roll 90\u00b0, Yaw 45\u00b0", "value": 17}, {"description": "Roll 90\u00b0, Yaw 90\u00b0", "value": 18}, {"description": "Roll 90\u00b0, Yaw 135\u00b0", "value": 19}, {"description": "Roll 270\u00b0", "value": 20}, {"description": "Roll 270\u00b0, Yaw 45\u00b0", "value": 21}, {"description": "Roll 270\u00b0, Yaw 90\u00b0", "value": 22}, {"description": "Roll 270\u00b0, Yaw 135\u00b0", "value": 23}, {"description": "Pitch 90\u00b0", "value": 24}, {"description": "Pitch 270\u00b0", "value": 25}, {"description": "Pitch 180\u00b0, Yaw 90\u00b0", "value": 26}, {"description": "Pitch 180\u00b0, Yaw 270\u00b0", "value": 27}, {"description": "Roll 90\u00b0, Pitch 90\u00b0", "value": 28}, {"description": "Roll 180\u00b0, Pitch 90\u00b0", "value": 29}, {"description": "Roll 270\u00b0, Pitch 90\u00b0", "value": 30}, {"description": "Roll 90\u00b0, Pitch 180\u00b0", "value": 31}, {"description": "Roll 270\u00b0, Pitch 180\u00b0", "value": 32}, {"description": "Roll 90\u00b0, Pitch 270\u00b0", "value": 33}, {"description": "Roll 180\u00b0, Pitch 270\u00b0", "value": 34}, {"description": "Roll 270\u00b0, Pitch 270\u00b0", "value": 35}, {"description": "Roll 90\u00b0, Pitch 180\u00b0, Yaw 90\u00b0", "value": 36}, {"description": "Roll 90\u00b0, Yaw 270\u00b0", "value": 37}, {"description": "Roll 90\u00b0, Pitch 68\u00b0, Yaw 293\u00b0", "value": 38}, {"description": "Pitch 315\u00b0", "value": 39}, {"description": "Roll 90\u00b0, Pitch 315\u00b0", "value": 40}]}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_GYRO3_XOFF", "shortDesc": "Gyroscope 3 X-axis offset", "type": "Float", "units": "rad/s", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_GYRO3_YOFF", "shortDesc": "Gyroscope 3 Y-axis offset", "type": "Float", "units": "rad/s", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_GYRO3_ZOFF", "shortDesc": "Gyroscope 3 Z-axis offset", "type": "Float", "units": "rad/s", "volatile": true}, {"category": "System", "default": 0, "group": "Sensor Calibration", "longDesc": "Device ID of the magnetometer this calibration applies to.", "name": "CAL_MAG0_ID", "shortDesc": "Magnetometer 0 calibration device ID", "type": "Int32"}, {"category": "System", "default": 0.0, "group": "Sensor Calibration", "longDesc": "Setting this parameter changes CAL_MAG0_ROT to \"Custom Euler Angle\"", "max": 180.0, "min": -180.0, "name": "CAL_MAG0_PITCH", "shortDesc": "Magnetometer 0 Custom Euler Pitch Angle", "type": "Float", "units": "deg"}, {"category": "System", "default": -1, "group": "Sensor Calibration", "name": "CAL_MAG0_PRIO", "shortDesc": "Magnetometer 0 priority", "type": "Int32", "values": [{"description": "Uninitialized", "value": -1}, {"description": "Disabled", "value": 0}, {"description": "Min", "value": 1}, {"description": "Low", "value": 25}, {"description": "Medium (Default)", "value": 50}, {"description": "High", "value": 75}, {"description": "Max", "value": 100}]}, {"category": "System", "default": 0.0, "group": "Sensor Calibration", "longDesc": "Setting this parameter changes CAL_MAG0_ROT to \"Custom Euler Angle\"", "max": 180.0, "min": -180.0, "name": "CAL_MAG0_ROLL", "shortDesc": "Magnetometer 0 Custom Euler Roll Angle", "type": "Float", "units": "deg"}, {"category": "System", "default": -1, "group": "Sensor Calibration", "longDesc": "An internal sensor will force a value of -1, so a GCS should only attempt to configure the rotation if the value is greater than or equal to zero. Set to \"Custom Euler Angle\" to define the rotation using CAL_MAG0_ROLL, CAL_MAG0_PITCH and CAL_MAG0_YAW.", "max": 100, "min": -1, "name": "CAL_MAG0_ROT", "shortDesc": "Magnetometer 0 rotation relative to airframe", "type": "Int32", "values": [{"description": "Internal", "value": -1}, {"description": "No rotation", "value": 0}, {"description": "Yaw 45\u00b0", "value": 1}, {"description": "Yaw 90\u00b0", "value": 2}, {"description": "Yaw 135\u00b0", "value": 3}, {"description": "Yaw 180\u00b0", "value": 4}, {"description": "Yaw 225\u00b0", "value": 5}, {"description": "Yaw 270\u00b0", "value": 6}, {"description": "Yaw 315\u00b0", "value": 7}, {"description": "Roll 180\u00b0", "value": 8}, {"description": "Roll 180\u00b0, Yaw 45\u00b0", "value": 9}, {"description": "Roll 180\u00b0, Yaw 90\u00b0", "value": 10}, {"description": "Roll 180\u00b0, Yaw 135\u00b0", "value": 11}, {"description": "Pitch 180\u00b0", "value": 12}, {"description": "Roll 180\u00b0, Yaw 225\u00b0", "value": 13}, {"description": "Roll 180\u00b0, Yaw 270\u00b0", "value": 14}, {"description": "Roll 180\u00b0, Yaw 315\u00b0", "value": 15}, {"description": "Roll 90\u00b0", "value": 16}, {"description": "Roll 90\u00b0, Yaw 45\u00b0", "value": 17}, {"description": "Roll 90\u00b0, Yaw 90\u00b0", "value": 18}, {"description": "Roll 90\u00b0, Yaw 135\u00b0", "value": 19}, {"description": "Roll 270\u00b0", "value": 20}, {"description": "Roll 270\u00b0, Yaw 45\u00b0", "value": 21}, {"description": "Roll 270\u00b0, Yaw 90\u00b0", "value": 22}, {"description": "Roll 270\u00b0, Yaw 135\u00b0", "value": 23}, {"description": "Pitch 90\u00b0", "value": 24}, {"description": "Pitch 270\u00b0", "value": 25}, {"description": "Pitch 180\u00b0, Yaw 90\u00b0", "value": 26}, {"description": "Pitch 180\u00b0, Yaw 270\u00b0", "value": 27}, {"description": "Roll 90\u00b0, Pitch 90\u00b0", "value": 28}, {"description": "Roll 180\u00b0, Pitch 90\u00b0", "value": 29}, {"description": "Roll 270\u00b0, Pitch 90\u00b0", "value": 30}, {"description": "Roll 90\u00b0, Pitch 180\u00b0", "value": 31}, {"description": "Roll 270\u00b0, Pitch 180\u00b0", "value": 32}, {"description": "Roll 90\u00b0, Pitch 270\u00b0", "value": 33}, {"description": "Roll 180\u00b0, Pitch 270\u00b0", "value": 34}, {"description": "Roll 270\u00b0, Pitch 270\u00b0", "value": 35}, {"description": "Roll 90\u00b0, Pitch 180\u00b0, Yaw 90\u00b0", "value": 36}, {"description": "Roll 90\u00b0, Yaw 270\u00b0", "value": 37}, {"description": "Roll 90\u00b0, Pitch 68\u00b0, Yaw 293\u00b0", "value": 38}, {"description": "Pitch 315\u00b0", "value": 39}, {"description": "Roll 90\u00b0, Pitch 315\u00b0", "value": 40}, {"description": "Custom Euler Angle", "value": 100}]}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "longDesc": "Coefficient describing linear relationship between X component of magnetometer in body frame axis and either current or throttle depending on value of CAL_MAG_COMP_TYP. Unit for throttle-based compensation is [G] and for current-based compensation [G/kA]", "name": "CAL_MAG0_XCOMP", "shortDesc": "Magnetometer 0 X Axis throttle compensation", "type": "Float", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_MAG0_XODIAG", "shortDesc": "Magnetometer 0 X-axis off diagonal scale factor", "type": "Float", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_MAG0_XOFF", "shortDesc": "Magnetometer 0 X-axis offset", "type": "Float", "units": "gauss", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 1.0, "group": "Sensor Calibration", "max": 3.0, "min": 0.1, "name": "CAL_MAG0_XSCALE", "shortDesc": "Magnetometer 0 X-axis scaling factor", "type": "Float", "volatile": true}, {"category": "System", "default": 0.0, "group": "Sensor Calibration", "longDesc": "Setting this parameter changes CAL_MAG0_ROT to \"Custom Euler Angle\"", "max": 180.0, "min": -180.0, "name": "CAL_MAG0_YAW", "shortDesc": "Magnetometer 0 Custom Euler Yaw Angle", "type": "Float", "units": "deg"}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "longDesc": "Coefficient describing linear relationship between Y component of magnetometer in body frame axis and either current or throttle depending on value of CAL_MAG_COMP_TYP. Unit for throttle-based compensation is [G] and for current-based compensation [G/kA]", "name": "CAL_MAG0_YCOMP", "shortDesc": "Magnetometer 0 Y Axis throttle compensation", "type": "Float", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_MAG0_YODIAG", "shortDesc": "Magnetometer 0 Y-axis off diagonal scale factor", "type": "Float", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_MAG0_YOFF", "shortDesc": "Magnetometer 0 Y-axis offset", "type": "Float", "units": "gauss", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 1.0, "group": "Sensor Calibration", "max": 3.0, "min": 0.1, "name": "CAL_MAG0_YSCALE", "shortDesc": "Magnetometer 0 Y-axis scaling factor", "type": "Float", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "longDesc": "Coefficient describing linear relationship between Z component of magnetometer in body frame axis and either current or throttle depending on value of CAL_MAG_COMP_TYP. Unit for throttle-based compensation is [G] and for current-based compensation [G/kA]", "name": "CAL_MAG0_ZCOMP", "shortDesc": "Magnetometer 0 Z Axis throttle compensation", "type": "Float", "volatile": true}, {"category": "System", "default": 0.0, "group": "Sensor Calibration", "name": "CAL_MAG0_ZODIAG", "shortDesc": "Magnetometer 0 Z-axis off diagonal scale factor", "type": "Float", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_MAG0_ZOFF", "shortDesc": "Magnetometer 0 Z-axis offset", "type": "Float", "units": "gauss", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 1.0, "group": "Sensor Calibration", "max": 3.0, "min": 0.1, "name": "CAL_MAG0_ZSCALE", "shortDesc": "Magnetometer 0 Z-axis scaling factor", "type": "Float", "volatile": true}, {"category": "System", "default": 0, "group": "Sensor Calibration", "longDesc": "Device ID of the magnetometer this calibration applies to.", "name": "CAL_MAG1_ID", "shortDesc": "Magnetometer 1 calibration device ID", "type": "Int32"}, {"category": "System", "default": 0.0, "group": "Sensor Calibration", "longDesc": "Setting this parameter changes CAL_MAG1_ROT to \"Custom Euler Angle\"", "max": 180.0, "min": -180.0, "name": "CAL_MAG1_PITCH", "shortDesc": "Magnetometer 1 Custom Euler Pitch Angle", "type": "Float", "units": "deg"}, {"category": "System", "default": -1, "group": "Sensor Calibration", "name": "CAL_MAG1_PRIO", "shortDesc": "Magnetometer 1 priority", "type": "Int32", "values": [{"description": "Uninitialized", "value": -1}, {"description": "Disabled", "value": 0}, {"description": "Min", "value": 1}, {"description": "Low", "value": 25}, {"description": "Medium (Default)", "value": 50}, {"description": "High", "value": 75}, {"description": "Max", "value": 100}]}, {"category": "System", "default": 0.0, "group": "Sensor Calibration", "longDesc": "Setting this parameter changes CAL_MAG1_ROT to \"Custom Euler Angle\"", "max": 180.0, "min": -180.0, "name": "CAL_MAG1_ROLL", "shortDesc": "Magnetometer 1 Custom Euler Roll Angle", "type": "Float", "units": "deg"}, {"category": "System", "default": -1, "group": "Sensor Calibration", "longDesc": "An internal sensor will force a value of -1, so a GCS should only attempt to configure the rotation if the value is greater than or equal to zero. Set to \"Custom Euler Angle\" to define the rotation using CAL_MAG1_ROLL, CAL_MAG1_PITCH and CAL_MAG1_YAW.", "max": 100, "min": -1, "name": "CAL_MAG1_ROT", "shortDesc": "Magnetometer 1 rotation relative to airframe", "type": "Int32", "values": [{"description": "Internal", "value": -1}, {"description": "No rotation", "value": 0}, {"description": "Yaw 45\u00b0", "value": 1}, {"description": "Yaw 90\u00b0", "value": 2}, {"description": "Yaw 135\u00b0", "value": 3}, {"description": "Yaw 180\u00b0", "value": 4}, {"description": "Yaw 225\u00b0", "value": 5}, {"description": "Yaw 270\u00b0", "value": 6}, {"description": "Yaw 315\u00b0", "value": 7}, {"description": "Roll 180\u00b0", "value": 8}, {"description": "Roll 180\u00b0, Yaw 45\u00b0", "value": 9}, {"description": "Roll 180\u00b0, Yaw 90\u00b0", "value": 10}, {"description": "Roll 180\u00b0, Yaw 135\u00b0", "value": 11}, {"description": "Pitch 180\u00b0", "value": 12}, {"description": "Roll 180\u00b0, Yaw 225\u00b0", "value": 13}, {"description": "Roll 180\u00b0, Yaw 270\u00b0", "value": 14}, {"description": "Roll 180\u00b0, Yaw 315\u00b0", "value": 15}, {"description": "Roll 90\u00b0", "value": 16}, {"description": "Roll 90\u00b0, Yaw 45\u00b0", "value": 17}, {"description": "Roll 90\u00b0, Yaw 90\u00b0", "value": 18}, {"description": "Roll 90\u00b0, Yaw 135\u00b0", "value": 19}, {"description": "Roll 270\u00b0", "value": 20}, {"description": "Roll 270\u00b0, Yaw 45\u00b0", "value": 21}, {"description": "Roll 270\u00b0, Yaw 90\u00b0", "value": 22}, {"description": "Roll 270\u00b0, Yaw 135\u00b0", "value": 23}, {"description": "Pitch 90\u00b0", "value": 24}, {"description": "Pitch 270\u00b0", "value": 25}, {"description": "Pitch 180\u00b0, Yaw 90\u00b0", "value": 26}, {"description": "Pitch 180\u00b0, Yaw 270\u00b0", "value": 27}, {"description": "Roll 90\u00b0, Pitch 90\u00b0", "value": 28}, {"description": "Roll 180\u00b0, Pitch 90\u00b0", "value": 29}, {"description": "Roll 270\u00b0, Pitch 90\u00b0", "value": 30}, {"description": "Roll 90\u00b0, Pitch 180\u00b0", "value": 31}, {"description": "Roll 270\u00b0, Pitch 180\u00b0", "value": 32}, {"description": "Roll 90\u00b0, Pitch 270\u00b0", "value": 33}, {"description": "Roll 180\u00b0, Pitch 270\u00b0", "value": 34}, {"description": "Roll 270\u00b0, Pitch 270\u00b0", "value": 35}, {"description": "Roll 90\u00b0, Pitch 180\u00b0, Yaw 90\u00b0", "value": 36}, {"description": "Roll 90\u00b0, Yaw 270\u00b0", "value": 37}, {"description": "Roll 90\u00b0, Pitch 68\u00b0, Yaw 293\u00b0", "value": 38}, {"description": "Pitch 315\u00b0", "value": 39}, {"description": "Roll 90\u00b0, Pitch 315\u00b0", "value": 40}, {"description": "Custom Euler Angle", "value": 100}]}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "longDesc": "Coefficient describing linear relationship between X component of magnetometer in body frame axis and either current or throttle depending on value of CAL_MAG_COMP_TYP. Unit for throttle-based compensation is [G] and for current-based compensation [G/kA]", "name": "CAL_MAG1_XCOMP", "shortDesc": "Magnetometer 1 X Axis throttle compensation", "type": "Float", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_MAG1_XODIAG", "shortDesc": "Magnetometer 1 X-axis off diagonal scale factor", "type": "Float", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_MAG1_XOFF", "shortDesc": "Magnetometer 1 X-axis offset", "type": "Float", "units": "gauss", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 1.0, "group": "Sensor Calibration", "max": 3.0, "min": 0.1, "name": "CAL_MAG1_XSCALE", "shortDesc": "Magnetometer 1 X-axis scaling factor", "type": "Float", "volatile": true}, {"category": "System", "default": 0.0, "group": "Sensor Calibration", "longDesc": "Setting this parameter changes CAL_MAG1_ROT to \"Custom Euler Angle\"", "max": 180.0, "min": -180.0, "name": "CAL_MAG1_YAW", "shortDesc": "Magnetometer 1 Custom Euler Yaw Angle", "type": "Float", "units": "deg"}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "longDesc": "Coefficient describing linear relationship between Y component of magnetometer in body frame axis and either current or throttle depending on value of CAL_MAG_COMP_TYP. Unit for throttle-based compensation is [G] and for current-based compensation [G/kA]", "name": "CAL_MAG1_YCOMP", "shortDesc": "Magnetometer 1 Y Axis throttle compensation", "type": "Float", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_MAG1_YODIAG", "shortDesc": "Magnetometer 1 Y-axis off diagonal scale factor", "type": "Float", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_MAG1_YOFF", "shortDesc": "Magnetometer 1 Y-axis offset", "type": "Float", "units": "gauss", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 1.0, "group": "Sensor Calibration", "max": 3.0, "min": 0.1, "name": "CAL_MAG1_YSCALE", "shortDesc": "Magnetometer 1 Y-axis scaling factor", "type": "Float", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "longDesc": "Coefficient describing linear relationship between Z component of magnetometer in body frame axis and either current or throttle depending on value of CAL_MAG_COMP_TYP. Unit for throttle-based compensation is [G] and for current-based compensation [G/kA]", "name": "CAL_MAG1_ZCOMP", "shortDesc": "Magnetometer 1 Z Axis throttle compensation", "type": "Float", "volatile": true}, {"category": "System", "default": 0.0, "group": "Sensor Calibration", "name": "CAL_MAG1_ZODIAG", "shortDesc": "Magnetometer 1 Z-axis off diagonal scale factor", "type": "Float", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_MAG1_ZOFF", "shortDesc": "Magnetometer 1 Z-axis offset", "type": "Float", "units": "gauss", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 1.0, "group": "Sensor Calibration", "max": 3.0, "min": 0.1, "name": "CAL_MAG1_ZSCALE", "shortDesc": "Magnetometer 1 Z-axis scaling factor", "type": "Float", "volatile": true}, {"category": "System", "default": 0, "group": "Sensor Calibration", "longDesc": "Device ID of the magnetometer this calibration applies to.", "name": "CAL_MAG2_ID", "shortDesc": "Magnetometer 2 calibration device ID", "type": "Int32"}, {"category": "System", "default": 0.0, "group": "Sensor Calibration", "longDesc": "Setting this parameter changes CAL_MAG2_ROT to \"Custom Euler Angle\"", "max": 180.0, "min": -180.0, "name": "CAL_MAG2_PITCH", "shortDesc": "Magnetometer 2 Custom Euler Pitch Angle", "type": "Float", "units": "deg"}, {"category": "System", "default": -1, "group": "Sensor Calibration", "name": "CAL_MAG2_PRIO", "shortDesc": "Magnetometer 2 priority", "type": "Int32", "values": [{"description": "Uninitialized", "value": -1}, {"description": "Disabled", "value": 0}, {"description": "Min", "value": 1}, {"description": "Low", "value": 25}, {"description": "Medium (Default)", "value": 50}, {"description": "High", "value": 75}, {"description": "Max", "value": 100}]}, {"category": "System", "default": 0.0, "group": "Sensor Calibration", "longDesc": "Setting this parameter changes CAL_MAG2_ROT to \"Custom Euler Angle\"", "max": 180.0, "min": -180.0, "name": "CAL_MAG2_ROLL", "shortDesc": "Magnetometer 2 Custom Euler Roll Angle", "type": "Float", "units": "deg"}, {"category": "System", "default": -1, "group": "Sensor Calibration", "longDesc": "An internal sensor will force a value of -1, so a GCS should only attempt to configure the rotation if the value is greater than or equal to zero. Set to \"Custom Euler Angle\" to define the rotation using CAL_MAG2_ROLL, CAL_MAG2_PITCH and CAL_MAG2_YAW.", "max": 100, "min": -1, "name": "CAL_MAG2_ROT", "shortDesc": "Magnetometer 2 rotation relative to airframe", "type": "Int32", "values": [{"description": "Internal", "value": -1}, {"description": "No rotation", "value": 0}, {"description": "Yaw 45\u00b0", "value": 1}, {"description": "Yaw 90\u00b0", "value": 2}, {"description": "Yaw 135\u00b0", "value": 3}, {"description": "Yaw 180\u00b0", "value": 4}, {"description": "Yaw 225\u00b0", "value": 5}, {"description": "Yaw 270\u00b0", "value": 6}, {"description": "Yaw 315\u00b0", "value": 7}, {"description": "Roll 180\u00b0", "value": 8}, {"description": "Roll 180\u00b0, Yaw 45\u00b0", "value": 9}, {"description": "Roll 180\u00b0, Yaw 90\u00b0", "value": 10}, {"description": "Roll 180\u00b0, Yaw 135\u00b0", "value": 11}, {"description": "Pitch 180\u00b0", "value": 12}, {"description": "Roll 180\u00b0, Yaw 225\u00b0", "value": 13}, {"description": "Roll 180\u00b0, Yaw 270\u00b0", "value": 14}, {"description": "Roll 180\u00b0, Yaw 315\u00b0", "value": 15}, {"description": "Roll 90\u00b0", "value": 16}, {"description": "Roll 90\u00b0, Yaw 45\u00b0", "value": 17}, {"description": "Roll 90\u00b0, Yaw 90\u00b0", "value": 18}, {"description": "Roll 90\u00b0, Yaw 135\u00b0", "value": 19}, {"description": "Roll 270\u00b0", "value": 20}, {"description": "Roll 270\u00b0, Yaw 45\u00b0", "value": 21}, {"description": "Roll 270\u00b0, Yaw 90\u00b0", "value": 22}, {"description": "Roll 270\u00b0, Yaw 135\u00b0", "value": 23}, {"description": "Pitch 90\u00b0", "value": 24}, {"description": "Pitch 270\u00b0", "value": 25}, {"description": "Pitch 180\u00b0, Yaw 90\u00b0", "value": 26}, {"description": "Pitch 180\u00b0, Yaw 270\u00b0", "value": 27}, {"description": "Roll 90\u00b0, Pitch 90\u00b0", "value": 28}, {"description": "Roll 180\u00b0, Pitch 90\u00b0", "value": 29}, {"description": "Roll 270\u00b0, Pitch 90\u00b0", "value": 30}, {"description": "Roll 90\u00b0, Pitch 180\u00b0", "value": 31}, {"description": "Roll 270\u00b0, Pitch 180\u00b0", "value": 32}, {"description": "Roll 90\u00b0, Pitch 270\u00b0", "value": 33}, {"description": "Roll 180\u00b0, Pitch 270\u00b0", "value": 34}, {"description": "Roll 270\u00b0, Pitch 270\u00b0", "value": 35}, {"description": "Roll 90\u00b0, Pitch 180\u00b0, Yaw 90\u00b0", "value": 36}, {"description": "Roll 90\u00b0, Yaw 270\u00b0", "value": 37}, {"description": "Roll 90\u00b0, Pitch 68\u00b0, Yaw 293\u00b0", "value": 38}, {"description": "Pitch 315\u00b0", "value": 39}, {"description": "Roll 90\u00b0, Pitch 315\u00b0", "value": 40}, {"description": "Custom Euler Angle", "value": 100}]}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "longDesc": "Coefficient describing linear relationship between X component of magnetometer in body frame axis and either current or throttle depending on value of CAL_MAG_COMP_TYP. Unit for throttle-based compensation is [G] and for current-based compensation [G/kA]", "name": "CAL_MAG2_XCOMP", "shortDesc": "Magnetometer 2 X Axis throttle compensation", "type": "Float", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_MAG2_XODIAG", "shortDesc": "Magnetometer 2 X-axis off diagonal scale factor", "type": "Float", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_MAG2_XOFF", "shortDesc": "Magnetometer 2 X-axis offset", "type": "Float", "units": "gauss", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 1.0, "group": "Sensor Calibration", "max": 3.0, "min": 0.1, "name": "CAL_MAG2_XSCALE", "shortDesc": "Magnetometer 2 X-axis scaling factor", "type": "Float", "volatile": true}, {"category": "System", "default": 0.0, "group": "Sensor Calibration", "longDesc": "Setting this parameter changes CAL_MAG2_ROT to \"Custom Euler Angle\"", "max": 180.0, "min": -180.0, "name": "CAL_MAG2_YAW", "shortDesc": "Magnetometer 2 Custom Euler Yaw Angle", "type": "Float", "units": "deg"}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "longDesc": "Coefficient describing linear relationship between Y component of magnetometer in body frame axis and either current or throttle depending on value of CAL_MAG_COMP_TYP. Unit for throttle-based compensation is [G] and for current-based compensation [G/kA]", "name": "CAL_MAG2_YCOMP", "shortDesc": "Magnetometer 2 Y Axis throttle compensation", "type": "Float", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_MAG2_YODIAG", "shortDesc": "Magnetometer 2 Y-axis off diagonal scale factor", "type": "Float", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_MAG2_YOFF", "shortDesc": "Magnetometer 2 Y-axis offset", "type": "Float", "units": "gauss", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 1.0, "group": "Sensor Calibration", "max": 3.0, "min": 0.1, "name": "CAL_MAG2_YSCALE", "shortDesc": "Magnetometer 2 Y-axis scaling factor", "type": "Float", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "longDesc": "Coefficient describing linear relationship between Z component of magnetometer in body frame axis and either current or throttle depending on value of CAL_MAG_COMP_TYP. Unit for throttle-based compensation is [G] and for current-based compensation [G/kA]", "name": "CAL_MAG2_ZCOMP", "shortDesc": "Magnetometer 2 Z Axis throttle compensation", "type": "Float", "volatile": true}, {"category": "System", "default": 0.0, "group": "Sensor Calibration", "name": "CAL_MAG2_ZODIAG", "shortDesc": "Magnetometer 2 Z-axis off diagonal scale factor", "type": "Float", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_MAG2_ZOFF", "shortDesc": "Magnetometer 2 Z-axis offset", "type": "Float", "units": "gauss", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 1.0, "group": "Sensor Calibration", "max": 3.0, "min": 0.1, "name": "CAL_MAG2_ZSCALE", "shortDesc": "Magnetometer 2 Z-axis scaling factor", "type": "Float", "volatile": true}, {"category": "System", "default": 0, "group": "Sensor Calibration", "longDesc": "Device ID of the magnetometer this calibration applies to.", "name": "CAL_MAG3_ID", "shortDesc": "Magnetometer 3 calibration device ID", "type": "Int32"}, {"category": "System", "default": 0.0, "group": "Sensor Calibration", "longDesc": "Setting this parameter changes CAL_MAG3_ROT to \"Custom Euler Angle\"", "max": 180.0, "min": -180.0, "name": "CAL_MAG3_PITCH", "shortDesc": "Magnetometer 3 Custom Euler Pitch Angle", "type": "Float", "units": "deg"}, {"category": "System", "default": -1, "group": "Sensor Calibration", "name": "CAL_MAG3_PRIO", "shortDesc": "Magnetometer 3 priority", "type": "Int32", "values": [{"description": "Uninitialized", "value": -1}, {"description": "Disabled", "value": 0}, {"description": "Min", "value": 1}, {"description": "Low", "value": 25}, {"description": "Medium (Default)", "value": 50}, {"description": "High", "value": 75}, {"description": "Max", "value": 100}]}, {"category": "System", "default": 0.0, "group": "Sensor Calibration", "longDesc": "Setting this parameter changes CAL_MAG3_ROT to \"Custom Euler Angle\"", "max": 180.0, "min": -180.0, "name": "CAL_MAG3_ROLL", "shortDesc": "Magnetometer 3 Custom Euler Roll Angle", "type": "Float", "units": "deg"}, {"category": "System", "default": -1, "group": "Sensor Calibration", "longDesc": "An internal sensor will force a value of -1, so a GCS should only attempt to configure the rotation if the value is greater than or equal to zero. Set to \"Custom Euler Angle\" to define the rotation using CAL_MAG3_ROLL, CAL_MAG3_PITCH and CAL_MAG3_YAW.", "max": 100, "min": -1, "name": "CAL_MAG3_ROT", "shortDesc": "Magnetometer 3 rotation relative to airframe", "type": "Int32", "values": [{"description": "Internal", "value": -1}, {"description": "No rotation", "value": 0}, {"description": "Yaw 45\u00b0", "value": 1}, {"description": "Yaw 90\u00b0", "value": 2}, {"description": "Yaw 135\u00b0", "value": 3}, {"description": "Yaw 180\u00b0", "value": 4}, {"description": "Yaw 225\u00b0", "value": 5}, {"description": "Yaw 270\u00b0", "value": 6}, {"description": "Yaw 315\u00b0", "value": 7}, {"description": "Roll 180\u00b0", "value": 8}, {"description": "Roll 180\u00b0, Yaw 45\u00b0", "value": 9}, {"description": "Roll 180\u00b0, Yaw 90\u00b0", "value": 10}, {"description": "Roll 180\u00b0, Yaw 135\u00b0", "value": 11}, {"description": "Pitch 180\u00b0", "value": 12}, {"description": "Roll 180\u00b0, Yaw 225\u00b0", "value": 13}, {"description": "Roll 180\u00b0, Yaw 270\u00b0", "value": 14}, {"description": "Roll 180\u00b0, Yaw 315\u00b0", "value": 15}, {"description": "Roll 90\u00b0", "value": 16}, {"description": "Roll 90\u00b0, Yaw 45\u00b0", "value": 17}, {"description": "Roll 90\u00b0, Yaw 90\u00b0", "value": 18}, {"description": "Roll 90\u00b0, Yaw 135\u00b0", "value": 19}, {"description": "Roll 270\u00b0", "value": 20}, {"description": "Roll 270\u00b0, Yaw 45\u00b0", "value": 21}, {"description": "Roll 270\u00b0, Yaw 90\u00b0", "value": 22}, {"description": "Roll 270\u00b0, Yaw 135\u00b0", "value": 23}, {"description": "Pitch 90\u00b0", "value": 24}, {"description": "Pitch 270\u00b0", "value": 25}, {"description": "Pitch 180\u00b0, Yaw 90\u00b0", "value": 26}, {"description": "Pitch 180\u00b0, Yaw 270\u00b0", "value": 27}, {"description": "Roll 90\u00b0, Pitch 90\u00b0", "value": 28}, {"description": "Roll 180\u00b0, Pitch 90\u00b0", "value": 29}, {"description": "Roll 270\u00b0, Pitch 90\u00b0", "value": 30}, {"description": "Roll 90\u00b0, Pitch 180\u00b0", "value": 31}, {"description": "Roll 270\u00b0, Pitch 180\u00b0", "value": 32}, {"description": "Roll 90\u00b0, Pitch 270\u00b0", "value": 33}, {"description": "Roll 180\u00b0, Pitch 270\u00b0", "value": 34}, {"description": "Roll 270\u00b0, Pitch 270\u00b0", "value": 35}, {"description": "Roll 90\u00b0, Pitch 180\u00b0, Yaw 90\u00b0", "value": 36}, {"description": "Roll 90\u00b0, Yaw 270\u00b0", "value": 37}, {"description": "Roll 90\u00b0, Pitch 68\u00b0, Yaw 293\u00b0", "value": 38}, {"description": "Pitch 315\u00b0", "value": 39}, {"description": "Roll 90\u00b0, Pitch 315\u00b0", "value": 40}, {"description": "Custom Euler Angle", "value": 100}]}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "longDesc": "Coefficient describing linear relationship between X component of magnetometer in body frame axis and either current or throttle depending on value of CAL_MAG_COMP_TYP. Unit for throttle-based compensation is [G] and for current-based compensation [G/kA]", "name": "CAL_MAG3_XCOMP", "shortDesc": "Magnetometer 3 X Axis throttle compensation", "type": "Float", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_MAG3_XODIAG", "shortDesc": "Magnetometer 3 X-axis off diagonal scale factor", "type": "Float", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_MAG3_XOFF", "shortDesc": "Magnetometer 3 X-axis offset", "type": "Float", "units": "gauss", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 1.0, "group": "Sensor Calibration", "max": 3.0, "min": 0.1, "name": "CAL_MAG3_XSCALE", "shortDesc": "Magnetometer 3 X-axis scaling factor", "type": "Float", "volatile": true}, {"category": "System", "default": 0.0, "group": "Sensor Calibration", "longDesc": "Setting this parameter changes CAL_MAG3_ROT to \"Custom Euler Angle\"", "max": 180.0, "min": -180.0, "name": "CAL_MAG3_YAW", "shortDesc": "Magnetometer 3 Custom Euler Yaw Angle", "type": "Float", "units": "deg"}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "longDesc": "Coefficient describing linear relationship between Y component of magnetometer in body frame axis and either current or throttle depending on value of CAL_MAG_COMP_TYP. Unit for throttle-based compensation is [G] and for current-based compensation [G/kA]", "name": "CAL_MAG3_YCOMP", "shortDesc": "Magnetometer 3 Y Axis throttle compensation", "type": "Float", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_MAG3_YODIAG", "shortDesc": "Magnetometer 3 Y-axis off diagonal scale factor", "type": "Float", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_MAG3_YOFF", "shortDesc": "Magnetometer 3 Y-axis offset", "type": "Float", "units": "gauss", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 1.0, "group": "Sensor Calibration", "max": 3.0, "min": 0.1, "name": "CAL_MAG3_YSCALE", "shortDesc": "Magnetometer 3 Y-axis scaling factor", "type": "Float", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "longDesc": "Coefficient describing linear relationship between Z component of magnetometer in body frame axis and either current or throttle depending on value of CAL_MAG_COMP_TYP. Unit for throttle-based compensation is [G] and for current-based compensation [G/kA]", "name": "CAL_MAG3_ZCOMP", "shortDesc": "Magnetometer 3 Z Axis throttle compensation", "type": "Float", "volatile": true}, {"category": "System", "default": 0.0, "group": "Sensor Calibration", "name": "CAL_MAG3_ZODIAG", "shortDesc": "Magnetometer 3 Z-axis off diagonal scale factor", "type": "Float", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 0.0, "group": "Sensor Calibration", "name": "CAL_MAG3_ZOFF", "shortDesc": "Magnetometer 3 Z-axis offset", "type": "Float", "units": "gauss", "volatile": true}, {"category": "System", "decimalPlaces": 3, "default": 1.0, "group": "Sensor Calibration", "max": 3.0, "min": 0.1, "name": "CAL_MAG3_ZSCALE", "shortDesc": "Magnetometer 3 Z-axis scaling factor", "type": "Float", "volatile": true}, {"category": "System", "default": 0, "group": "Sensor Calibration", "name": "CAL_MAG_COMP_TYP", "shortDesc": "Type of magnetometer compensation", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Throttle-based compensation", "value": 1}, {"description": "Current-based compensation (battery_status instance 0)", "value": 2}, {"description": "Current-based compensation (battery_status instance 1)", "value": 3}]}, {"category": "Standard", "default": 0.0, "group": "Sensor Calibration", "longDesc": "Pick the appropriate scaling from the datasheet. this number defines the (linear) conversion from voltage to Pascal (pa). For the MPXV7002DP this is 1000. NOTE: If the sensor always registers zero, try switching the static and dynamic tubes.", "name": "SENS_DPRES_ANSC", "shortDesc": "Differential pressure sensor analog scaling", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Sensor Calibration", "longDesc": "The offset (zero-reading) in Pascal", "name": "SENS_DPRES_OFF", "shortDesc": "Differential pressure sensor offset", "type": "Float", "volatile": true}, {"category": "Standard", "decimalPlaces": 2, "default": 100.0, "group": "Sensor Calibration", "increment": 0.1, "longDesc": "This parameter defines the maximum distance from ground at which the optical flow sensor operates reliably. The height setpoint will be limited to be no greater than this value when the navigation system is completely reliant on optical flow data and the height above ground estimate is valid. The sensor may be usable above this height, but accuracy will progressively degrade.", "max": 100.0, "min": 1.0, "name": "SENS_FLOW_MAXHGT", "shortDesc": "Maximum height above ground when reliant on optical flow", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 8.0, "group": "Sensor Calibration", "longDesc": "Optical flow data will not fused by the estimators if the magnitude of the flow rate exceeds this value and control loops will be instructed to limit ground speed such that the flow rate produced by movement over ground is less than 50% of this value.", "min": 1.0, "name": "SENS_FLOW_MAXR", "shortDesc": "Magnitude of maximum angular flow rate reliably measurable by the optical flow sensor", "type": "Float", "units": "rad/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.08, "group": "Sensor Calibration", "increment": 0.1, "longDesc": "This parameter defines the minimum distance from ground at which the optical flow sensor operates reliably. The sensor may be usable below this height, but accuracy will progressively reduce to loss of focus.", "max": 1.0, "min": 0.0, "name": "SENS_FLOW_MINHGT", "shortDesc": "Minimum height above ground when reliant on optical flow", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "Sensors", "longDesc": "Model with Pitot CAL_AIR_TUBED_MM: Not used, 1.5 mm tubes assumed. CAL_AIR_TUBELEN: Length of the tubes connecting the pitot to the sensor. Model without Pitot (1.5 mm tubes) CAL_AIR_TUBED_MM: Not used, 1.5 mm tubes assumed. CAL_AIR_TUBELEN: Length of the tubes connecting the pitot to the sensor. Tube Pressure Drop CAL_AIR_TUBED_MM: Diameter in mm of the pitot and tubes, must have the same diameter. CAL_AIR_TUBELEN: Length of the tubes connecting the pitot to the sensor and the static + dynamic port length of the pitot.", "name": "CAL_AIR_CMODEL", "shortDesc": "Airspeed sensor compensation model for the SDP3x", "type": "Int32", "values": [{"description": "Model with Pitot", "value": 0}, {"description": "Model without Pitot (1.5 mm tubes)", "value": 1}, {"description": "Tube Pressure Drop", "value": 2}]}, {"category": "Standard", "default": 1.5, "group": "Sensors", "max": 100.0, "min": 1.5, "name": "CAL_AIR_TUBED_MM", "shortDesc": "Airspeed sensor tube diameter. Only used for the Tube Pressure Drop Compensation", "type": "Float", "units": "mm"}, {"category": "Standard", "default": 0.2, "group": "Sensors", "longDesc": "See the CAL_AIR_CMODEL explanation on how this parameter should be set.", "max": 2.0, "min": 0.01, "name": "CAL_AIR_TUBELEN", "shortDesc": "Airspeed sensor tube length", "type": "Float", "units": "m"}, {"category": "Developer", "default": 63, "group": "Sensors", "longDesc": "Use SENS_MAG_SIDES instead", "name": "CAL_MAG_SIDES", "shortDesc": "For legacy QGC support only", "type": "Int32"}, {"category": "Standard", "default": 30.0, "group": "Sensors", "longDesc": "The cutoff frequency for the 2nd order butterworth filter on the primary accelerometer. This only affects the signal sent to the controllers, not the estimators. 0 disables the filter.", "max": 1000.0, "min": 0.0, "name": "IMU_ACCEL_CUTOFF", "rebootRequired": true, "shortDesc": "Low pass filter cutoff frequency for accel", "type": "Float", "units": "Hz"}, {"category": "Standard", "default": 30.0, "group": "Sensors", "longDesc": "The cutoff frequency for the 2nd order butterworth filter used on the time derivative of the measured angular velocity, also known as the D-term filter in the rate controller. The D-term uses the derivative of the rate and thus is the most susceptible to noise. Therefore, using a D-term filter allows to increase IMU_GYRO_CUTOFF, which leads to reduced control latency and permits to increase the P gains. A value of 0 disables the filter.", "max": 1000.0, "min": 0.0, "name": "IMU_DGYRO_CUTOFF", "rebootRequired": true, "shortDesc": "Cutoff frequency for angular acceleration (D-Term filter)", "type": "Float", "units": "Hz"}, {"category": "Standard", "default": 1, "group": "Sensors", "name": "IMU_GYRO_CAL_EN", "rebootRequired": true, "shortDesc": "IMU gyro auto calibration enable", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 40.0, "group": "Sensors", "longDesc": "The cutoff frequency for the 2nd order butterworth filter on the primary gyro. This only affects the angular velocity sent to the controllers, not the estimators. It applies also to the angular acceleration (D-Term filter), see IMU_DGYRO_CUTOFF. A value of 0 disables the filter.", "max": 1000.0, "min": 0.0, "name": "IMU_GYRO_CUTOFF", "rebootRequired": true, "shortDesc": "Low pass filter cutoff frequency for gyro", "type": "Float", "units": "Hz"}, {"category": "Standard", "default": 15.0, "group": "Sensors", "longDesc": "Bandwidth per notch filter when using dynamic notch filtering with ESC RPM.", "max": 30.0, "min": 5.0, "name": "IMU_GYRO_DNF_BW", "shortDesc": "IMU gyro ESC notch filter bandwidth", "type": "Float", "units": "Hz"}, {"bitmask": [{"description": "ESC RPM", "index": 0}, {"description": "FFT", "index": 1}], "category": "Standard", "default": 0, "group": "Sensors", "longDesc": "Enable bank of dynamically updating notch filters. Requires ESC RPM feedback or onboard FFT (IMU_GYRO_FFT_EN).", "max": 3, "min": 0, "name": "IMU_GYRO_DNF_EN", "shortDesc": "IMU gyro dynamic notch filtering", "type": "Int32"}, {"category": "Standard", "default": 3, "group": "Sensors", "longDesc": "ESC RPM number of harmonics (multiples of RPM) for ESC RPM dynamic notch filtering.", "max": 7, "min": 1, "name": "IMU_GYRO_DNF_HMC", "shortDesc": "IMU gyro dynamic notch filter harmonics", "type": "Int32"}, {"category": "Standard", "default": 25.0, "group": "Sensors", "longDesc": "Minimum notch filter frequency in Hz.", "name": "IMU_GYRO_DNF_MIN", "shortDesc": "IMU gyro dynamic notch filter minimum frequency", "type": "Float", "units": "Hz"}, {"category": "Standard", "default": 0, "group": "Sensors", "name": "IMU_GYRO_FFT_EN", "rebootRequired": true, "shortDesc": "IMU gyro FFT enable", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 512, "group": "Sensors", "name": "IMU_GYRO_FFT_LEN", "rebootRequired": true, "shortDesc": "IMU gyro FFT length", "type": "Int32", "units": "Hz", "values": [{"description": "256", "value": 256}, {"description": "512", "value": 512}, {"description": "1024", "value": 1024}, {"description": "4096", "value": 4096}]}, {"category": "Standard", "default": 150.0, "group": "Sensors", "max": 1000.0, "min": 1.0, "name": "IMU_GYRO_FFT_MAX", "rebootRequired": true, "shortDesc": "IMU gyro FFT maximum frequency", "type": "Float", "units": "Hz"}, {"category": "Standard", "default": 30.0, "group": "Sensors", "max": 1000.0, "min": 1.0, "name": "IMU_GYRO_FFT_MIN", "rebootRequired": true, "shortDesc": "IMU gyro FFT minimum frequency", "type": "Float", "units": "Hz"}, {"category": "Standard", "default": 10.0, "group": "Sensors", "max": 30.0, "min": 1.0, "name": "IMU_GYRO_FFT_SNR", "shortDesc": "IMU gyro FFT SNR", "type": "Float"}, {"category": "Standard", "default": 20.0, "group": "Sensors", "longDesc": "The frequency width of the stop band for the 2nd order notch filter on the primary gyro. See \"IMU_GYRO_NF0_FRQ\" to activate the filter and to set the notch frequency. Applies to both angular velocity and angular acceleration sent to the controllers.", "max": 100.0, "min": 0.0, "name": "IMU_GYRO_NF0_BW", "rebootRequired": true, "shortDesc": "Notch filter bandwidth for gyro", "type": "Float", "units": "Hz"}, {"category": "Standard", "default": 0.0, "group": "Sensors", "longDesc": "The center frequency for the 2nd order notch filter on the primary gyro. This filter can be enabled to avoid feedback amplification of structural resonances at a specific frequency. This only affects the signal sent to the controllers, not the estimators. Applies to both angular velocity and angular acceleration sent to the controllers. See \"IMU_GYRO_NF0_BW\" to set the bandwidth of the filter. A value of 0 disables the filter.", "max": 1000.0, "min": 0.0, "name": "IMU_GYRO_NF0_FRQ", "rebootRequired": true, "shortDesc": "Notch filter frequency for gyro", "type": "Float", "units": "Hz"}, {"category": "Standard", "default": 20.0, "group": "Sensors", "longDesc": "The frequency width of the stop band for the 2nd order notch filter on the primary gyro. See \"IMU_GYRO_NF1_FRQ\" to activate the filter and to set the notch frequency. Applies to both angular velocity and angular acceleration sent to the controllers.", "max": 100.0, "min": 0.0, "name": "IMU_GYRO_NF1_BW", "rebootRequired": true, "shortDesc": "Notch filter 1 bandwidth for gyro", "type": "Float", "units": "Hz"}, {"category": "Standard", "default": 0.0, "group": "Sensors", "longDesc": "The center frequency for the 2nd order notch filter on the primary gyro. This filter can be enabled to avoid feedback amplification of structural resonances at a specific frequency. This only affects the signal sent to the controllers, not the estimators. Applies to both angular velocity and angular acceleration sent to the controllers. See \"IMU_GYRO_NF1_BW\" to set the bandwidth of the filter. A value of 0 disables the filter.", "max": 1000.0, "min": 0.0, "name": "IMU_GYRO_NF1_FRQ", "rebootRequired": true, "shortDesc": "Notch filter 2 frequency for gyro", "type": "Float", "units": "Hz"}, {"category": "Standard", "default": 400, "group": "Sensors", "longDesc": "The maximum rate the gyro control data (vehicle_angular_velocity) will be allowed to publish at. This is the loop rate for the rate controller and outputs. Note: sensor data is always read and filtered at the full raw rate (eg commonly 8 kHz) regardless of this setting.", "max": 2000, "min": 100, "name": "IMU_GYRO_RATEMAX", "rebootRequired": true, "shortDesc": "Gyro control data maximum publication rate (inner loop rate)", "type": "Int32", "units": "Hz", "values": [{"description": "100 Hz", "value": 100}, {"description": "250 Hz", "value": 250}, {"description": "400 Hz", "value": 400}, {"description": "800 Hz", "value": 800}, {"description": "1000 Hz", "value": 1000}, {"description": "2000 Hz", "value": 2000}]}, {"category": "Standard", "default": 200, "group": "Sensors", "longDesc": "The rate at which raw IMU data is integrated to produce delta angles and delta velocities. Recommended to set this to a multiple of the estimator update period (currently 10 ms for ekf2).", "max": 1000, "min": 100, "name": "IMU_INTEG_RATE", "rebootRequired": true, "shortDesc": "IMU integration rate", "type": "Int32", "units": "Hz", "values": [{"description": "100 Hz", "value": 100}, {"description": "200 Hz", "value": 200}, {"description": "250 Hz", "value": 250}, {"description": "400 Hz", "value": 400}]}, {"category": "Standard", "default": 1013.25, "group": "Sensors", "max": 1500.0, "min": 500.0, "name": "SENS_BARO_QNH", "shortDesc": "QNH for barometer", "type": "Float", "units": "hPa"}, {"category": "Standard", "default": 20.0, "group": "Sensors", "longDesc": "Barometric air data maximum publication rate. This is an upper bound, actual barometric data rate is still dependent on the sensor.", "max": 200.0, "min": 1.0, "name": "SENS_BARO_RATE", "shortDesc": "Baro max rate", "type": "Float", "units": "Hz"}, {"category": "Standard", "default": 0, "group": "Sensors", "longDesc": "This parameter defines the rotation of the FMU board relative to the platform.", "max": 40, "min": -1, "name": "SENS_BOARD_ROT", "rebootRequired": true, "shortDesc": "Board rotation", "type": "Int32", "values": [{"description": "No rotation", "value": 0}, {"description": "Yaw 45\u00b0", "value": 1}, {"description": "Yaw 90\u00b0", "value": 2}, {"description": "Yaw 135\u00b0", "value": 3}, {"description": "Yaw 180\u00b0", "value": 4}, {"description": "Yaw 225\u00b0", "value": 5}, {"description": "Yaw 270\u00b0", "value": 6}, {"description": "Yaw 315\u00b0", "value": 7}, {"description": "Roll 180\u00b0", "value": 8}, {"description": "Roll 180\u00b0, Yaw 45\u00b0", "value": 9}, {"description": "Roll 180\u00b0, Yaw 90\u00b0", "value": 10}, {"description": "Roll 180\u00b0, Yaw 135\u00b0", "value": 11}, {"description": "Pitch 180\u00b0", "value": 12}, {"description": "Roll 180\u00b0, Yaw 225\u00b0", "value": 13}, {"description": "Roll 180\u00b0, Yaw 270\u00b0", "value": 14}, {"description": "Roll 180\u00b0, Yaw 315\u00b0", "value": 15}, {"description": "Roll 90\u00b0", "value": 16}, {"description": "Roll 90\u00b0, Yaw 45\u00b0", "value": 17}, {"description": "Roll 90\u00b0, Yaw 90\u00b0", "value": 18}, {"description": "Roll 90\u00b0, Yaw 135\u00b0", "value": 19}, {"description": "Roll 270\u00b0", "value": 20}, {"description": "Roll 270\u00b0, Yaw 45\u00b0", "value": 21}, {"description": "Roll 270\u00b0, Yaw 90\u00b0", "value": 22}, {"description": "Roll 270\u00b0, Yaw 135\u00b0", "value": 23}, {"description": "Pitch 90\u00b0", "value": 24}, {"description": "Pitch 270\u00b0", "value": 25}, {"description": "Pitch 180\u00b0, Yaw 90\u00b0", "value": 26}, {"description": "Pitch 180\u00b0, Yaw 270\u00b0", "value": 27}, {"description": "Roll 90\u00b0, Pitch 90\u00b0", "value": 28}, {"description": "Roll 180\u00b0, Pitch 90\u00b0", "value": 29}, {"description": "Roll 270\u00b0, Pitch 90\u00b0", "value": 30}, {"description": "Roll 90\u00b0, Pitch 180\u00b0", "value": 31}, {"description": "Roll 270\u00b0, Pitch 180\u00b0", "value": 32}, {"description": "Roll 90\u00b0, Pitch 270\u00b0", "value": 33}, {"description": "Roll 180\u00b0, Pitch 270\u00b0", "value": 34}, {"description": "Roll 270\u00b0, Pitch 270\u00b0", "value": 35}, {"description": "Roll 90\u00b0, Pitch 180\u00b0, Yaw 90\u00b0", "value": 36}, {"description": "Roll 90\u00b0, Yaw 270\u00b0", "value": 37}, {"description": "Roll 90\u00b0, Pitch 68\u00b0, Yaw 293\u00b0", "value": 38}, {"description": "Pitch 315\u00b0", "value": 39}, {"description": "Roll 90\u00b0, Pitch 315\u00b0", "value": 40}]}, {"category": "Standard", "default": 0.0, "group": "Sensors", "longDesc": "This parameter defines a rotational offset in degrees around the X (Roll) axis It allows the user to fine tune the board offset in the event of misalignment.", "name": "SENS_BOARD_X_OFF", "shortDesc": "Board rotation X (Roll) offset", "type": "Float", "units": "deg"}, {"category": "Standard", "default": 0.0, "group": "Sensors", "longDesc": "This parameter defines a rotational offset in degrees around the Y (Pitch) axis. It allows the user to fine tune the board offset in the event of misalignment.", "name": "SENS_BOARD_Y_OFF", "shortDesc": "Board rotation Y (Pitch) offset", "type": "Float", "units": "deg"}, {"category": "Standard", "default": 0.0, "group": "Sensors", "longDesc": "This parameter defines a rotational offset in degrees around the Z (Yaw) axis. It allows the user to fine tune the board offset in the event of misalignment.", "name": "SENS_BOARD_Z_OFF", "shortDesc": "Board rotation Z (YAW) offset", "type": "Float", "units": "deg"}, {"category": "Standard", "default": 0, "group": "Sensors", "max": 1, "min": 0, "name": "SENS_EN_ARSPDSIM", "rebootRequired": true, "shortDesc": "Enable simulated airspeed sensor instance", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "Sensors", "max": 1, "min": 0, "name": "SENS_EN_BAROSIM", "rebootRequired": true, "shortDesc": "Enable simulated barometer sensor instance", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "Sensors", "max": 1, "min": 0, "name": "SENS_EN_GPSSIM", "rebootRequired": true, "shortDesc": "Enable simulated GPS sinstance", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "Sensors", "max": 1, "min": 0, "name": "SENS_EN_MAGSIM", "rebootRequired": true, "shortDesc": "Enable simulated magnetometer sensor instance", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "System", "default": -1, "group": "Sensors", "name": "SENS_EN_THERMAL", "shortDesc": "Thermal control of sensor temperature", "type": "Int32", "values": [{"description": "Thermal control unavailable", "value": -1}, {"description": "Thermal control off", "value": 0}, {"description": "Thermal control enabled", "value": 1}]}, {"category": "System", "default": 1, "group": "Sensors", "longDesc": "Probe for optional external I2C devices.", "name": "SENS_EXT_I2C_PRB", "shortDesc": "External I2C probe", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 70.0, "group": "Sensors", "longDesc": "Optical flow data maximum publication rate. This is an upper bound, actual optical flow data rate is still dependent on the sensor.", "max": 200.0, "min": 1.0, "name": "SENS_FLOW_RATE", "rebootRequired": true, "shortDesc": "Optical flow max rate", "type": "Float", "units": "Hz"}, {"category": "Standard", "default": 0, "group": "Sensors", "longDesc": "This parameter defines the yaw rotation of the optical flow relative to the vehicle body frame. Zero rotation is defined as X on flow board pointing towards front of vehicle.", "name": "SENS_FLOW_ROT", "shortDesc": "Optical flow rotation", "type": "Int32", "values": [{"description": "No rotation", "value": 0}, {"description": "Yaw 45\u00b0", "value": 1}, {"description": "Yaw 90\u00b0", "value": 2}, {"description": "Yaw 135\u00b0", "value": 3}, {"description": "Yaw 180\u00b0", "value": 4}, {"description": "Yaw 225\u00b0", "value": 5}, {"description": "Yaw 270\u00b0", "value": 6}, {"description": "Yaw 315\u00b0", "value": 7}]}, {"bitmask": [{"description": "use speed accuracy", "index": 0}, {"description": "use hpos accuracy", "index": 1}, {"description": "use vpos accuracy", "index": 2}], "category": "Standard", "default": 7, "group": "Sensors", "longDesc": "Set bits in the following positions to set which GPS accuracy metrics will be used to calculate the blending weight. Set to zero to disable and always used first GPS instance. 0 : Set to true to use speed accuracy 1 : Set to true to use horizontal position accuracy 2 : Set to true to use vertical position accuracy", "max": 7, "min": 0, "name": "SENS_GPS_MASK", "shortDesc": "Multi GPS Blending Control Mask", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "Sensors", "longDesc": "When no blending is active, this defines the preferred GPS receiver instance. The GPS selection logic waits until the primary receiver is available to send data to the EKF even if a secondary instance is already available. The secondary instance is then only used if the primary one times out. To have an equal priority of all the instances, set this parameter to -1 and the best receiver will be used. This parameter has no effect if blending is active.", "max": 1, "min": -1, "name": "SENS_GPS_PRIME", "shortDesc": "Multi GPS primary instance", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 1, "default": 10.0, "group": "Sensors", "longDesc": "Sets the longest time constant that will be applied to the calculation of GPS position and height offsets used to correct data from multiple GPS data for steady state position differences.", "max": 100.0, "min": 1.0, "name": "SENS_GPS_TAU", "shortDesc": "Multi GPS Blending Time Constant", "type": "Float", "units": "s"}, {"category": "System", "default": 1, "group": "Sensors", "longDesc": "Automatically initialize IMU (accel/gyro) calibration from bias estimates if available.", "name": "SENS_IMU_AUTOCAL", "shortDesc": "IMU auto calibration", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "System", "default": 1, "group": "Sensors", "longDesc": "Notify the user if the IMU is clipping", "name": "SENS_IMU_CLPNOTI", "shortDesc": "IMU notify clipping", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "System", "default": 1, "group": "Sensors", "name": "SENS_IMU_MODE", "rebootRequired": true, "shortDesc": "Sensors hub IMU mode", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Publish primary IMU selection", "value": 1}]}, {"category": "System", "default": 1, "group": "Sensors", "longDesc": "For systems with an external barometer, this should be set to false to make sure that the external is used.", "name": "SENS_INT_BARO_EN", "rebootRequired": true, "shortDesc": "Enable internal barometers", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "System", "default": 1, "group": "Sensors", "longDesc": "Automatically initialize magnetometer calibration from bias estimate if available.", "name": "SENS_MAG_AUTOCAL", "shortDesc": "Magnetometer auto calibration", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 1, "group": "Sensors", "longDesc": "During calibration attempt to automatically determine the rotation of external magnetometers.", "name": "SENS_MAG_AUTOROT", "shortDesc": "Automatically set external rotations", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "System", "default": 1, "group": "Sensors", "name": "SENS_MAG_MODE", "rebootRequired": true, "shortDesc": "Sensors hub mag mode", "type": "Int32", "values": [{"description": "Publish all magnetometers", "value": 0}, {"description": "Publish primary magnetometer", "value": 1}]}, {"category": "Standard", "default": 15.0, "group": "Sensors", "longDesc": "Magnetometer data maximum publication rate. This is an upper bound, actual magnetometer data rate is still dependent on the sensor.", "max": 200.0, "min": 1.0, "name": "SENS_MAG_RATE", "rebootRequired": true, "shortDesc": "Magnetometer max rate", "type": "Float", "units": "Hz"}, {"category": "Standard", "default": 63, "group": "Sensors", "longDesc": "If set to two side calibration, only the offsets are estimated, the scale calibration is left unchanged. Thus an initial six side calibration is recommended. Bits: ORIENTATION_TAIL_DOWN = 1 ORIENTATION_NOSE_DOWN = 2 ORIENTATION_LEFT = 4 ORIENTATION_RIGHT = 8 ORIENTATION_UPSIDE_DOWN = 16 ORIENTATION_RIGHTSIDE_UP = 32", "max": 63, "min": 34, "name": "SENS_MAG_SIDES", "shortDesc": "Bitfield selecting mag sides for calibration", "type": "Int32", "values": [{"description": "Two side calibration", "value": 34}, {"description": "Three side calibration", "value": 38}, {"description": "Six side calibration", "value": 63}]}, {"category": "Standard", "default": 0, "group": "Sensors", "max": 1, "min": 0, "name": "SIM_ARSPD_FAIL", "rebootRequired": true, "shortDesc": "Dynamically simulate failure of airspeed sensor instance", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 4, "default": 100.0, "group": "Simulation In Hardware", "increment": 0.01, "max": 1000.0, "min": 0.0, "name": "SIH_DISTSNSR_MAX", "shortDesc": "distance sensor maximum range", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 4, "default": 0.0, "group": "Simulation In Hardware", "increment": 0.01, "max": 10.0, "min": 0.0, "name": "SIH_DISTSNSR_MIN", "shortDesc": "distance sensor minimum range", "type": "Float", "units": "m"}, {"category": "Standard", "default": -1.0, "group": "Simulation In Hardware", "longDesc": "Absolute value superior to 10000 will disable distance sensor", "name": "SIH_DISTSNSR_OVR", "shortDesc": "if >= 0 the distance sensor measures will be overridden by this value", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.025, "group": "Simulation In Hardware", "increment": 0.005, "longDesc": "The inertia is a 3 by 3 symmetric matrix. It represents the difficulty of the vehicle to modify its angular rate.", "min": 0.0, "name": "SIH_IXX", "shortDesc": "Vehicle inertia about X axis", "type": "Float", "units": "kg m^2"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "Simulation In Hardware", "increment": 0.005, "longDesc": "The inertia is a 3 by 3 symmetric matrix. This value can be set to 0 for a quad symmetric about its center of mass.", "name": "SIH_IXY", "shortDesc": "Vehicle cross term inertia xy", "type": "Float", "units": "kg m^2"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "Simulation In Hardware", "increment": 0.005, "longDesc": "The inertia is a 3 by 3 symmetric matrix. This value can be set to 0 for a quad symmetric about its center of mass.", "name": "SIH_IXZ", "shortDesc": "Vehicle cross term inertia xz", "type": "Float", "units": "kg m^2"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.025, "group": "Simulation In Hardware", "increment": 0.005, "longDesc": "The inertia is a 3 by 3 symmetric matrix. It represents the difficulty of the vehicle to modify its angular rate.", "min": 0.0, "name": "SIH_IYY", "shortDesc": "Vehicle inertia about Y axis", "type": "Float", "units": "kg m^2"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "Simulation In Hardware", "increment": 0.005, "longDesc": "The inertia is a 3 by 3 symmetric matrix. This value can be set to 0 for a quad symmetric about its center of mass.", "name": "SIH_IYZ", "shortDesc": "Vehicle cross term inertia yz", "type": "Float", "units": "kg m^2"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.03, "group": "Simulation In Hardware", "increment": 0.005, "longDesc": "The inertia is a 3 by 3 symmetric matrix. It represents the difficulty of the vehicle to modify its angular rate.", "min": 0.0, "name": "SIH_IZZ", "shortDesc": "Vehicle inertia about Z axis", "type": "Float", "units": "kg m^2"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "Simulation In Hardware", "increment": 0.05, "longDesc": "Physical coefficient representing the friction with air particules. The greater this value, the slower the quad will move. Drag force function of velocity: D=-KDV*V. The maximum freefall velocity can be computed as V=10*MASS/KDV [m/s]", "min": 0.0, "name": "SIH_KDV", "shortDesc": "First order drag coefficient", "type": "Float", "units": "N/(m/s)"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.025, "group": "Simulation In Hardware", "increment": 0.005, "longDesc": "Physical coefficient representing the friction with air particules during rotations. The greater this value, the slower the quad will rotate. Aerodynamic moment function of body rate: Ma=-KDW*W_B. This value can be set to 0 if unknown.", "min": 0.0, "name": "SIH_KDW", "shortDesc": "First order angular damper coefficient", "type": "Float", "units": "Nm/(rad/s)"}, {"category": "Standard", "decimalPlaces": 2, "default": 489.4, "group": "Simulation In Hardware", "increment": 0.01, "longDesc": "This value represents the Above Mean Sea Level (AMSL) altitude where the simulation begins. If using FlightGear as a visual animation, this value can be tweaked such that the vehicle lies on the ground at takeoff. LAT0, LON0, H0, MU_X, MU_Y, and MU_Z should ideally be consistent among each others to represent a physical ground location on Earth.", "max": 8848.0, "min": -420.0, "name": "SIH_LOC_H0", "shortDesc": "Initial AMSL ground altitude", "type": "Float", "units": "m"}, {"category": "Standard", "default": 47.397742, "group": "Simulation In Hardware", "longDesc": "This value represents the North-South location on Earth where the simulation begins. LAT0, LON0, H0, MU_X, MU_Y, and MU_Z should ideally be consistent among each others to represent a physical ground location on Earth.", "max": 90.0, "min": -90.0, "name": "SIH_LOC_LAT0", "shortDesc": "Initial geodetic latitude", "type": "Float", "units": "deg"}, {"category": "Standard", "default": 8.545594, "group": "Simulation In Hardware", "longDesc": "This value represents the East-West location on Earth where the simulation begins. LAT0, LON0, H0, MU_X, MU_Y, and MU_Z should ideally be consistent among each others to represent a physical ground location on Earth.", "max": 180.0, "min": -180.0, "name": "SIH_LOC_LON0", "shortDesc": "Initial geodetic longitude", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.2, "group": "Simulation In Hardware", "increment": 0.05, "longDesc": "This is the arm length generating the pitching moment This value can be measured with a ruler. This corresponds to half the distance between the front and rear motors.", "min": 0.0, "name": "SIH_L_PITCH", "shortDesc": "Pitch arm length", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.2, "group": "Simulation In Hardware", "increment": 0.05, "longDesc": "This is the arm length generating the rolling moment This value can be measured with a ruler. This corresponds to half the distance between the left and right motors.", "min": 0.0, "name": "SIH_L_ROLL", "shortDesc": "Roll arm length", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "Simulation In Hardware", "increment": 0.1, "longDesc": "This value can be measured by weighting the quad on a scale.", "min": 0.0, "name": "SIH_MASS", "shortDesc": "Vehicle mass", "type": "Float", "units": "kg"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.1, "group": "Simulation In Hardware", "increment": 0.05, "longDesc": "This is the maximum torque delivered by one propeller when the motor is running at full speed. This value is usually about few percent of the maximum thrust force.", "min": 0.0, "name": "SIH_Q_MAX", "shortDesc": "Max propeller torque", "type": "Float", "units": "Nm"}, {"category": "Standard", "decimalPlaces": 2, "default": 5.0, "group": "Simulation In Hardware", "increment": 0.5, "longDesc": "This is the maximum force delivered by one propeller when the motor is running at full speed. This value is usually about 5 times the mass of the quadrotor.", "min": 0.0, "name": "SIH_T_MAX", "shortDesc": "Max propeller thrust force", "type": "Float", "units": "N"}, {"category": "Standard", "default": 0.05, "group": "Simulation In Hardware", "longDesc": "the time taken for the thruster to step from 0 to 100% should be about 4 times tau", "name": "SIH_T_TAU", "shortDesc": "thruster time constant tau", "type": "Float", "units": "s"}, {"category": "Standard", "default": 0, "group": "Simulation In Hardware", "name": "SIH_VEHICLE_TYPE", "rebootRequired": true, "shortDesc": "Vehicle type", "type": "Int32", "values": [{"description": "Multicopter", "value": 0}, {"description": "Fixed-Wing", "value": 1}, {"description": "Tailsitter", "value": 2}]}, {"category": "Standard", "default": 0.0, "group": "Simulator", "name": "SIM_BARO_OFF_P", "shortDesc": "simulated barometer pressure offset", "type": "Float"}, {"category": "Standard", "default": 0.0, "group": "Simulator", "name": "SIM_BARO_OFF_T", "shortDesc": "simulated barometer temperature offset", "type": "Float", "units": "celcius"}, {"category": "Standard", "default": 10, "group": "Simulator", "max": 50, "min": 0, "name": "SIM_GPS_USED", "shortDesc": "simulated GPS number of satellites used", "type": "Int32"}, {"category": "Standard", "default": 0.0, "group": "Simulator", "name": "SIM_MAG_OFFSET_X", "shortDesc": "simulated magnetometer X offset", "type": "Float", "units": "gauss"}, {"category": "Standard", "default": 0.0, "group": "Simulator", "name": "SIM_MAG_OFFSET_Y", "shortDesc": "simulated magnetometer Y offset", "type": "Float", "units": "gauss"}, {"category": "Standard", "default": 0.0, "group": "Simulator", "name": "SIM_MAG_OFFSET_Z", "shortDesc": "simulated magnetometer Z offset", "type": "Float", "units": "gauss"}, {"category": "Standard", "default": 0, "group": "System", "longDesc": "Set to 1 to reset parameters on next system startup (setting defaults). Platform-specific values are used if available. RC* parameters are preserved.", "name": "SYS_AUTOCONFIG", "shortDesc": "Automatically configure default values", "type": "Int32", "values": [{"description": "Keep parameters", "value": 0}, {"description": "Reset parameters to airframe defaults", "value": 1}]}, {"category": "Standard", "default": 0, "group": "System", "longDesc": "CHANGING THIS VALUE REQUIRES A RESTART. Defines the auto-start script used to bootstrap the system.", "max": 9999999, "min": 0, "name": "SYS_AUTOSTART", "rebootRequired": true, "shortDesc": "Auto-start script index", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "System", "longDesc": "If enabled, update the bootloader on the next boot. WARNING: do not cut the power during an update process, otherwise you will have to recover using some alternative method (e.g. JTAG). Instructions: - Insert an SD card - Enable this parameter - Reboot the board (plug the power or send a reboot command) - Wait until the board comes back up (or at least 2 minutes) - If it does not come back, check the file bootlog.txt on the SD card", "name": "SYS_BL_UPDATE", "rebootRequired": true, "shortDesc": "Bootloader update", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "System", "longDesc": "0 : Set to 0 to do nothing 1 : Set to 1 to start a calibration at next boot This parameter is reset to zero when the temperature calibration starts. default (0, no calibration)", "max": 1, "min": 0, "name": "SYS_CAL_ACCEL", "shortDesc": "Enable auto start of accelerometer thermal calibration at the next power up", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "System", "longDesc": "0 : Set to 0 to do nothing 1 : Set to 1 to start a calibration at next boot This parameter is reset to zero when the temperature calibration starts. default (0, no calibration)", "max": 1, "min": 0, "name": "SYS_CAL_BARO", "shortDesc": "Enable auto start of barometer thermal calibration at the next power up", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "System", "longDesc": "0 : Set to 0 to do nothing 1 : Set to 1 to start a calibration at next boot This parameter is reset to zero when the temperature calibration starts. default (0, no calibration)", "max": 1, "min": 0, "name": "SYS_CAL_GYRO", "shortDesc": "Enable auto start of rate gyro thermal calibration at the next power up", "type": "Int32"}, {"category": "Standard", "default": 24, "group": "System", "longDesc": "A temperature increase greater than this value is required during calibration. Calibration will complete for each sensor when the temperature increase above the starting temperature exceeds the value set by SYS_CAL_TDEL. If the temperature rise is insufficient, the calibration will continue indefinitely and the board will need to be repowered to exit.", "min": 10, "name": "SYS_CAL_TDEL", "shortDesc": "Required temperature rise during thermal calibration", "type": "Int32", "units": "celcius"}, {"category": "Standard", "default": 10, "group": "System", "longDesc": "Temperature calibration will not start if the temperature of any sensor is higher than the value set by SYS_CAL_TMAX.", "name": "SYS_CAL_TMAX", "shortDesc": "Maximum starting temperature for thermal calibration", "type": "Int32", "units": "celcius"}, {"category": "Standard", "default": 5, "group": "System", "longDesc": "Temperature calibration for each sensor will ignore data if the temperature is lower than the value set by SYS_CAL_TMIN.", "name": "SYS_CAL_TMIN", "shortDesc": "Minimum starting temperature for thermal calibration", "type": "Int32", "units": "celcius"}, {"category": "Standard", "default": 0, "group": "System", "name": "SYS_DM_BACKEND", "rebootRequired": true, "shortDesc": "Dataman storage backend", "type": "Int32", "values": [{"description": "Disabled", "value": -1}, {"description": "default (SD card)", "value": 0}, {"description": "RAM (not persistent)", "value": 1}]}, {"category": "Standard", "default": 0, "group": "System", "longDesc": "If enabled, future sensor calibrations will be stored to /fs/mtd_caldata. Note: this is only supported on boards with a separate calibration storage /fs/mtd_caldata.", "name": "SYS_FAC_CAL_MODE", "shortDesc": "Enable factory calibration mode", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "All sensors", "value": 1}, {"description": "All sensors except mag", "value": 2}]}, {"category": "Standard", "default": 0, "group": "System", "longDesc": "If enabled allows MAVLink INJECT_FAILURE commands. WARNING: the failures can easily cause crashes and are to be used with caution!", "name": "SYS_FAILURE_EN", "shortDesc": "Enable failure injection", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 1, "group": "System", "longDesc": "Disable this if the board has no barometer, such as some of the Omnibus F4 SD variants. If disabled, the preflight checks will not check for the presence of a barometer.", "name": "SYS_HAS_BARO", "rebootRequired": true, "shortDesc": "Control if the vehicle has a barometer", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 1, "group": "System", "longDesc": "Disable this if the system has no GPS. If disabled, the sensors hub will not process sensor_gps, and GPS will not be available for the rest of the system.", "name": "SYS_HAS_GPS", "rebootRequired": true, "shortDesc": "Control if the vehicle has a GPS", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 1, "group": "System", "longDesc": "Set this to 0 if the board has no magnetometer. If set to 0, the preflight checks will not check for the presence of a magnetometer, otherwise N sensors are required.", "name": "SYS_HAS_MAG", "rebootRequired": true, "shortDesc": "Control if the vehicle has a magnetometer", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "System", "longDesc": "Set this to 0 if the board has no airspeed sensor. If set to 0, the preflight checks will not check for the presence of an airspeed sensor.", "max": 1, "min": 0, "name": "SYS_HAS_NUM_ASPD", "shortDesc": "Control if the vehicle has an airspeed sensor", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "System", "longDesc": "The preflight check will fail if fewer than this number of distance sensors with valid data is present. Disable the check with 0.", "max": 4, "min": 0, "name": "SYS_HAS_NUM_DIST", "shortDesc": "Number of distance sensors to check being available", "type": "Int32"}, {"category": "Standard", "default": 0, "group": "System", "longDesc": "While enabled the system will boot in Hardware-In-The-Loop (HITL) or Simulation-In-Hardware (SIH) mode and not enable all sensors and checks. When disabled the same vehicle can be flown normally. Set to 'external HITL', if the system should perform as if it were a real vehicle (the only difference to a real system is then only the parameter value, which can be used for log analysis).", "name": "SYS_HITL", "rebootRequired": true, "shortDesc": "Enable HITL/SIH mode on next boot", "type": "Int32", "values": [{"description": "external HITL", "value": -1}, {"description": "HITL and SIH disabled", "value": 0}, {"description": "HITL enabled", "value": 1}, {"description": "SIH enabled", "value": 2}]}, {"category": "Standard", "default": 1, "group": "System", "longDesc": "This is used internally only: an airframe configuration might set an expected parameter version value via PARAM_DEFAULTS_VER. This is checked on bootup against SYS_PARAM_VER, and if they do not match, parameters are reset and reloaded from the airframe configuration.", "min": 0, "name": "SYS_PARAM_VER", "shortDesc": "Parameter version", "type": "Int32"}, {"category": "Standard", "default": 1.0, "group": "System", "longDesc": "Set to 0 to disable, 1 for maximum brightness", "name": "SYS_RGB_MAXBRT", "shortDesc": "RGB Led brightness limit", "type": "Float", "units": "%"}, {"category": "Standard", "default": 1, "group": "System", "name": "SYS_STCK_EN", "shortDesc": "Enable stack checking", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 2, "group": "Testing", "name": "TEST_1", "shortDesc": "TEST_1", "type": "Int32"}, {"category": "Standard", "default": 4, "group": "Testing", "name": "TEST_2", "shortDesc": "TEST_2", "type": "Int32"}, {"category": "Standard", "default": 5.0, "group": "Testing", "name": "TEST_3", "shortDesc": "TEST_3", "type": "Float"}, {"category": "Standard", "default": 0.01, "group": "Testing", "name": "TEST_D", "shortDesc": "TEST_D", "type": "Float"}, {"category": "Standard", "default": 2.0, "group": "Testing", "name": "TEST_DEV", "shortDesc": "TEST_DEV", "type": "Float"}, {"category": "Standard", "default": 10.0, "group": "Testing", "name": "TEST_D_LP", "shortDesc": "TEST_D_LP", "type": "Float"}, {"category": "Standard", "default": 10.0, "group": "Testing", "name": "TEST_HP", "shortDesc": "TEST_HP", "type": "Float"}, {"category": "Standard", "default": 0.1, "group": "Testing", "name": "TEST_I", "shortDesc": "TEST_I", "type": "Float"}, {"category": "Standard", "default": 1.0, "group": "Testing", "name": "TEST_I_MAX", "shortDesc": "TEST_I_MAX", "type": "Float"}, {"category": "Standard", "default": 10.0, "group": "Testing", "name": "TEST_LP", "shortDesc": "TEST_LP", "type": "Float"}, {"category": "Standard", "default": 1.0, "group": "Testing", "name": "TEST_MAX", "shortDesc": "TEST_MAX", "type": "Float"}, {"category": "Standard", "default": 1.0, "group": "Testing", "name": "TEST_MEAN", "shortDesc": "TEST_MEAN", "type": "Float"}, {"category": "Standard", "default": -1.0, "group": "Testing", "name": "TEST_MIN", "shortDesc": "TEST_MIN", "type": "Float"}, {"category": "Standard", "default": 0.2, "group": "Testing", "name": "TEST_P", "shortDesc": "TEST_P", "type": "Float"}, {"category": "Standard", "default": 12345678, "group": "Testing", "name": "TEST_PARAMS", "shortDesc": "TEST_PARAMS", "type": "Int32"}, {"category": "Standard", "default": 16, "group": "Testing", "name": "TEST_RC2_X", "shortDesc": "TEST_RC2_X", "type": "Int32"}, {"category": "Standard", "default": 8, "group": "Testing", "name": "TEST_RC_X", "shortDesc": "TEST_RC_X", "type": "Int32"}, {"category": "Standard", "default": 0.5, "group": "Testing", "name": "TEST_TRIM", "shortDesc": "TEST_TRIM", "type": "Float"}, {"category": "System", "default": 0, "group": "Thermal Compensation", "name": "TC_A0_ID", "shortDesc": "ID of Accelerometer that the calibration is for", "type": "Int32"}, {"category": "System", "default": 100.0, "group": "Thermal Compensation", "name": "TC_A0_TMAX", "shortDesc": "Accelerometer calibration maximum temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A0_TMIN", "shortDesc": "Accelerometer calibration minimum temperature", "type": "Float"}, {"category": "System", "default": 25.0, "group": "Thermal Compensation", "name": "TC_A0_TREF", "shortDesc": "Accelerometer calibration reference temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A0_X0_0", "shortDesc": "Accelerometer offset temperature ^0 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A0_X0_1", "shortDesc": "Accelerometer offset temperature ^0 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A0_X0_2", "shortDesc": "Accelerometer offset temperature ^0 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A0_X1_0", "shortDesc": "Accelerometer offset temperature ^1 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A0_X1_1", "shortDesc": "Accelerometer offset temperature ^1 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A0_X1_2", "shortDesc": "Accelerometer offset temperature ^1 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A0_X2_0", "shortDesc": "Accelerometer offset temperature ^2 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A0_X2_1", "shortDesc": "Accelerometer offset temperature ^2 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A0_X2_2", "shortDesc": "Accelerometer offset temperature ^2 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A0_X3_0", "shortDesc": "Accelerometer offset temperature ^3 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A0_X3_1", "shortDesc": "Accelerometer offset temperature ^3 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A0_X3_2", "shortDesc": "Accelerometer offset temperature ^3 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0, "group": "Thermal Compensation", "name": "TC_A1_ID", "shortDesc": "ID of Accelerometer that the calibration is for", "type": "Int32"}, {"category": "System", "default": 100.0, "group": "Thermal Compensation", "name": "TC_A1_TMAX", "shortDesc": "Accelerometer calibration maximum temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A1_TMIN", "shortDesc": "Accelerometer calibration minimum temperature", "type": "Float"}, {"category": "System", "default": 25.0, "group": "Thermal Compensation", "name": "TC_A1_TREF", "shortDesc": "Accelerometer calibration reference temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A1_X0_0", "shortDesc": "Accelerometer offset temperature ^0 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A1_X0_1", "shortDesc": "Accelerometer offset temperature ^0 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A1_X0_2", "shortDesc": "Accelerometer offset temperature ^0 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A1_X1_0", "shortDesc": "Accelerometer offset temperature ^1 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A1_X1_1", "shortDesc": "Accelerometer offset temperature ^1 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A1_X1_2", "shortDesc": "Accelerometer offset temperature ^1 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A1_X2_0", "shortDesc": "Accelerometer offset temperature ^2 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A1_X2_1", "shortDesc": "Accelerometer offset temperature ^2 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A1_X2_2", "shortDesc": "Accelerometer offset temperature ^2 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A1_X3_0", "shortDesc": "Accelerometer offset temperature ^3 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A1_X3_1", "shortDesc": "Accelerometer offset temperature ^3 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A1_X3_2", "shortDesc": "Accelerometer offset temperature ^3 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0, "group": "Thermal Compensation", "name": "TC_A2_ID", "shortDesc": "ID of Accelerometer that the calibration is for", "type": "Int32"}, {"category": "System", "default": 100.0, "group": "Thermal Compensation", "name": "TC_A2_TMAX", "shortDesc": "Accelerometer calibration maximum temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A2_TMIN", "shortDesc": "Accelerometer calibration minimum temperature", "type": "Float"}, {"category": "System", "default": 25.0, "group": "Thermal Compensation", "name": "TC_A2_TREF", "shortDesc": "Accelerometer calibration reference temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A2_X0_0", "shortDesc": "Accelerometer offset temperature ^0 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A2_X0_1", "shortDesc": "Accelerometer offset temperature ^0 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A2_X0_2", "shortDesc": "Accelerometer offset temperature ^0 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A2_X1_0", "shortDesc": "Accelerometer offset temperature ^1 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A2_X1_1", "shortDesc": "Accelerometer offset temperature ^1 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A2_X1_2", "shortDesc": "Accelerometer offset temperature ^1 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A2_X2_0", "shortDesc": "Accelerometer offset temperature ^2 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A2_X2_1", "shortDesc": "Accelerometer offset temperature ^2 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A2_X2_2", "shortDesc": "Accelerometer offset temperature ^2 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A2_X3_0", "shortDesc": "Accelerometer offset temperature ^3 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A2_X3_1", "shortDesc": "Accelerometer offset temperature ^3 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A2_X3_2", "shortDesc": "Accelerometer offset temperature ^3 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0, "group": "Thermal Compensation", "name": "TC_A3_ID", "shortDesc": "ID of Accelerometer that the calibration is for", "type": "Int32"}, {"category": "System", "default": 100.0, "group": "Thermal Compensation", "name": "TC_A3_TMAX", "shortDesc": "Accelerometer calibration maximum temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A3_TMIN", "shortDesc": "Accelerometer calibration minimum temperature", "type": "Float"}, {"category": "System", "default": 25.0, "group": "Thermal Compensation", "name": "TC_A3_TREF", "shortDesc": "Accelerometer calibration reference temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A3_X0_0", "shortDesc": "Accelerometer offset temperature ^0 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A3_X0_1", "shortDesc": "Accelerometer offset temperature ^0 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A3_X0_2", "shortDesc": "Accelerometer offset temperature ^0 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A3_X1_0", "shortDesc": "Accelerometer offset temperature ^1 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A3_X1_1", "shortDesc": "Accelerometer offset temperature ^1 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A3_X1_2", "shortDesc": "Accelerometer offset temperature ^1 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A3_X2_0", "shortDesc": "Accelerometer offset temperature ^2 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A3_X2_1", "shortDesc": "Accelerometer offset temperature ^2 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A3_X2_2", "shortDesc": "Accelerometer offset temperature ^2 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A3_X3_0", "shortDesc": "Accelerometer offset temperature ^3 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A3_X3_1", "shortDesc": "Accelerometer offset temperature ^3 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_A3_X3_2", "shortDesc": "Accelerometer offset temperature ^3 polynomial coefficient - Z axis", "type": "Float"}, {"category": "Standard", "default": 0, "group": "Thermal Compensation", "name": "TC_A_ENABLE", "rebootRequired": true, "shortDesc": "Thermal compensation for accelerometer sensors", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "System", "default": 0, "group": "Thermal Compensation", "name": "TC_B0_ID", "shortDesc": "ID of Barometer that the calibration is for", "type": "Int32"}, {"category": "System", "default": 75.0, "group": "Thermal Compensation", "name": "TC_B0_TMAX", "shortDesc": "Barometer calibration maximum temperature", "type": "Float"}, {"category": "System", "default": 5.0, "group": "Thermal Compensation", "name": "TC_B0_TMIN", "shortDesc": "Barometer calibration minimum temperature", "type": "Float"}, {"category": "System", "default": 40.0, "group": "Thermal Compensation", "name": "TC_B0_TREF", "shortDesc": "Barometer calibration reference temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B0_X0", "shortDesc": "Barometer offset temperature ^0 polynomial coefficient", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B0_X1", "shortDesc": "Barometer offset temperature ^1 polynomial coefficients", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B0_X2", "shortDesc": "Barometer offset temperature ^2 polynomial coefficient", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B0_X3", "shortDesc": "Barometer offset temperature ^3 polynomial coefficient", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B0_X4", "shortDesc": "Barometer offset temperature ^4 polynomial coefficient", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B0_X5", "shortDesc": "Barometer offset temperature ^5 polynomial coefficient", "type": "Float"}, {"category": "System", "default": 0, "group": "Thermal Compensation", "name": "TC_B1_ID", "shortDesc": "ID of Barometer that the calibration is for", "type": "Int32"}, {"category": "System", "default": 75.0, "group": "Thermal Compensation", "name": "TC_B1_TMAX", "shortDesc": "Barometer calibration maximum temperature", "type": "Float"}, {"category": "System", "default": 5.0, "group": "Thermal Compensation", "name": "TC_B1_TMIN", "shortDesc": "Barometer calibration minimum temperature", "type": "Float"}, {"category": "System", "default": 40.0, "group": "Thermal Compensation", "name": "TC_B1_TREF", "shortDesc": "Barometer calibration reference temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B1_X0", "shortDesc": "Barometer offset temperature ^0 polynomial coefficient", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B1_X1", "shortDesc": "Barometer offset temperature ^1 polynomial coefficients", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B1_X2", "shortDesc": "Barometer offset temperature ^2 polynomial coefficient", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B1_X3", "shortDesc": "Barometer offset temperature ^3 polynomial coefficient", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B1_X4", "shortDesc": "Barometer offset temperature ^4 polynomial coefficient", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B1_X5", "shortDesc": "Barometer offset temperature ^5 polynomial coefficient", "type": "Float"}, {"category": "System", "default": 0, "group": "Thermal Compensation", "name": "TC_B2_ID", "shortDesc": "ID of Barometer that the calibration is for", "type": "Int32"}, {"category": "System", "default": 75.0, "group": "Thermal Compensation", "name": "TC_B2_TMAX", "shortDesc": "Barometer calibration maximum temperature", "type": "Float"}, {"category": "System", "default": 5.0, "group": "Thermal Compensation", "name": "TC_B2_TMIN", "shortDesc": "Barometer calibration minimum temperature", "type": "Float"}, {"category": "System", "default": 40.0, "group": "Thermal Compensation", "name": "TC_B2_TREF", "shortDesc": "Barometer calibration reference temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B2_X0", "shortDesc": "Barometer offset temperature ^0 polynomial coefficient", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B2_X1", "shortDesc": "Barometer offset temperature ^1 polynomial coefficients", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B2_X2", "shortDesc": "Barometer offset temperature ^2 polynomial coefficient", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B2_X3", "shortDesc": "Barometer offset temperature ^3 polynomial coefficient", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B2_X4", "shortDesc": "Barometer offset temperature ^4 polynomial coefficient", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B2_X5", "shortDesc": "Barometer offset temperature ^5 polynomial coefficient", "type": "Float"}, {"category": "System", "default": 0, "group": "Thermal Compensation", "name": "TC_B3_ID", "shortDesc": "ID of Barometer that the calibration is for", "type": "Int32"}, {"category": "System", "default": 75.0, "group": "Thermal Compensation", "name": "TC_B3_TMAX", "shortDesc": "Barometer calibration maximum temperature", "type": "Float"}, {"category": "System", "default": 5.0, "group": "Thermal Compensation", "name": "TC_B3_TMIN", "shortDesc": "Barometer calibration minimum temperature", "type": "Float"}, {"category": "System", "default": 40.0, "group": "Thermal Compensation", "name": "TC_B3_TREF", "shortDesc": "Barometer calibration reference temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B3_X0", "shortDesc": "Barometer offset temperature ^0 polynomial coefficient", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B3_X1", "shortDesc": "Barometer offset temperature ^1 polynomial coefficients", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B3_X2", "shortDesc": "Barometer offset temperature ^2 polynomial coefficient", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B3_X3", "shortDesc": "Barometer offset temperature ^3 polynomial coefficient", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B3_X4", "shortDesc": "Barometer offset temperature ^4 polynomial coefficient", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_B3_X5", "shortDesc": "Barometer offset temperature ^5 polynomial coefficient", "type": "Float"}, {"category": "Standard", "default": 0, "group": "Thermal Compensation", "name": "TC_B_ENABLE", "rebootRequired": true, "shortDesc": "Thermal compensation for barometric pressure sensors", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "System", "default": 0, "group": "Thermal Compensation", "name": "TC_G0_ID", "shortDesc": "ID of Gyro that the calibration is for", "type": "Int32"}, {"category": "System", "default": 100.0, "group": "Thermal Compensation", "name": "TC_G0_TMAX", "shortDesc": "Gyro calibration maximum temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G0_TMIN", "shortDesc": "Gyro calibration minimum temperature", "type": "Float"}, {"category": "System", "default": 25.0, "group": "Thermal Compensation", "name": "TC_G0_TREF", "shortDesc": "Gyro calibration reference temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G0_X0_0", "shortDesc": "Gyro rate offset temperature ^0 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G0_X0_1", "shortDesc": "Gyro rate offset temperature ^0 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G0_X0_2", "shortDesc": "Gyro rate offset temperature ^0 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G0_X1_0", "shortDesc": "Gyro rate offset temperature ^1 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G0_X1_1", "shortDesc": "Gyro rate offset temperature ^1 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G0_X1_2", "shortDesc": "Gyro rate offset temperature ^1 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G0_X2_0", "shortDesc": "Gyro rate offset temperature ^2 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G0_X2_1", "shortDesc": "Gyro rate offset temperature ^2 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G0_X2_2", "shortDesc": "Gyro rate offset temperature ^2 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G0_X3_0", "shortDesc": "Gyro rate offset temperature ^3 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G0_X3_1", "shortDesc": "Gyro rate offset temperature ^3 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G0_X3_2", "shortDesc": "Gyro rate offset temperature ^3 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0, "group": "Thermal Compensation", "name": "TC_G1_ID", "shortDesc": "ID of Gyro that the calibration is for", "type": "Int32"}, {"category": "System", "default": 100.0, "group": "Thermal Compensation", "name": "TC_G1_TMAX", "shortDesc": "Gyro calibration maximum temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G1_TMIN", "shortDesc": "Gyro calibration minimum temperature", "type": "Float"}, {"category": "System", "default": 25.0, "group": "Thermal Compensation", "name": "TC_G1_TREF", "shortDesc": "Gyro calibration reference temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G1_X0_0", "shortDesc": "Gyro rate offset temperature ^0 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G1_X0_1", "shortDesc": "Gyro rate offset temperature ^0 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G1_X0_2", "shortDesc": "Gyro rate offset temperature ^0 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G1_X1_0", "shortDesc": "Gyro rate offset temperature ^1 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G1_X1_1", "shortDesc": "Gyro rate offset temperature ^1 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G1_X1_2", "shortDesc": "Gyro rate offset temperature ^1 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G1_X2_0", "shortDesc": "Gyro rate offset temperature ^2 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G1_X2_1", "shortDesc": "Gyro rate offset temperature ^2 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G1_X2_2", "shortDesc": "Gyro rate offset temperature ^2 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G1_X3_0", "shortDesc": "Gyro rate offset temperature ^3 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G1_X3_1", "shortDesc": "Gyro rate offset temperature ^3 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G1_X3_2", "shortDesc": "Gyro rate offset temperature ^3 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0, "group": "Thermal Compensation", "name": "TC_G2_ID", "shortDesc": "ID of Gyro that the calibration is for", "type": "Int32"}, {"category": "System", "default": 100.0, "group": "Thermal Compensation", "name": "TC_G2_TMAX", "shortDesc": "Gyro calibration maximum temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G2_TMIN", "shortDesc": "Gyro calibration minimum temperature", "type": "Float"}, {"category": "System", "default": 25.0, "group": "Thermal Compensation", "name": "TC_G2_TREF", "shortDesc": "Gyro calibration reference temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G2_X0_0", "shortDesc": "Gyro rate offset temperature ^0 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G2_X0_1", "shortDesc": "Gyro rate offset temperature ^0 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G2_X0_2", "shortDesc": "Gyro rate offset temperature ^0 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G2_X1_0", "shortDesc": "Gyro rate offset temperature ^1 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G2_X1_1", "shortDesc": "Gyro rate offset temperature ^1 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G2_X1_2", "shortDesc": "Gyro rate offset temperature ^1 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G2_X2_0", "shortDesc": "Gyro rate offset temperature ^2 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G2_X2_1", "shortDesc": "Gyro rate offset temperature ^2 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G2_X2_2", "shortDesc": "Gyro rate offset temperature ^2 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G2_X3_0", "shortDesc": "Gyro rate offset temperature ^3 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G2_X3_1", "shortDesc": "Gyro rate offset temperature ^3 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G2_X3_2", "shortDesc": "Gyro rate offset temperature ^3 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0, "group": "Thermal Compensation", "name": "TC_G3_ID", "shortDesc": "ID of Gyro that the calibration is for", "type": "Int32"}, {"category": "System", "default": 100.0, "group": "Thermal Compensation", "name": "TC_G3_TMAX", "shortDesc": "Gyro calibration maximum temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G3_TMIN", "shortDesc": "Gyro calibration minimum temperature", "type": "Float"}, {"category": "System", "default": 25.0, "group": "Thermal Compensation", "name": "TC_G3_TREF", "shortDesc": "Gyro calibration reference temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G3_X0_0", "shortDesc": "Gyro rate offset temperature ^0 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G3_X0_1", "shortDesc": "Gyro rate offset temperature ^0 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G3_X0_2", "shortDesc": "Gyro rate offset temperature ^0 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G3_X1_0", "shortDesc": "Gyro rate offset temperature ^1 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G3_X1_1", "shortDesc": "Gyro rate offset temperature ^1 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G3_X1_2", "shortDesc": "Gyro rate offset temperature ^1 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G3_X2_0", "shortDesc": "Gyro rate offset temperature ^2 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G3_X2_1", "shortDesc": "Gyro rate offset temperature ^2 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G3_X2_2", "shortDesc": "Gyro rate offset temperature ^2 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G3_X3_0", "shortDesc": "Gyro rate offset temperature ^3 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G3_X3_1", "shortDesc": "Gyro rate offset temperature ^3 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_G3_X3_2", "shortDesc": "Gyro rate offset temperature ^3 polynomial coefficient - Z axis", "type": "Float"}, {"category": "Standard", "default": 0, "group": "Thermal Compensation", "name": "TC_G_ENABLE", "rebootRequired": true, "shortDesc": "Thermal compensation for rate gyro sensors", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "System", "default": 0, "group": "Thermal Compensation", "name": "TC_M0_ID", "shortDesc": "ID of Magnetometer that the calibration is for", "type": "Int32"}, {"category": "System", "default": 100.0, "group": "Thermal Compensation", "name": "TC_M0_TMAX", "shortDesc": "Magnetometer calibration maximum temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M0_TMIN", "shortDesc": "Magnetometer calibration minimum temperature", "type": "Float"}, {"category": "System", "default": 25.0, "group": "Thermal Compensation", "name": "TC_M0_TREF", "shortDesc": "Magnetometer calibration reference temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M0_X0_0", "shortDesc": "Magnetometer offset temperature ^0 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M0_X0_1", "shortDesc": "Magnetometer offset temperature ^0 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M0_X0_2", "shortDesc": "Magnetometer offset temperature ^0 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M0_X1_0", "shortDesc": "Magnetometer offset temperature ^1 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M0_X1_1", "shortDesc": "Magnetometer offset temperature ^1 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M0_X1_2", "shortDesc": "Magnetometer offset temperature ^1 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M0_X2_0", "shortDesc": "Magnetometer offset temperature ^2 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M0_X2_1", "shortDesc": "Magnetometer offset temperature ^2 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M0_X2_2", "shortDesc": "Magnetometer offset temperature ^2 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M0_X3_0", "shortDesc": "Magnetometer offset temperature ^3 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M0_X3_1", "shortDesc": "Magnetometer offset temperature ^3 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M0_X3_2", "shortDesc": "Magnetometer offset temperature ^3 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0, "group": "Thermal Compensation", "name": "TC_M1_ID", "shortDesc": "ID of Magnetometer that the calibration is for", "type": "Int32"}, {"category": "System", "default": 100.0, "group": "Thermal Compensation", "name": "TC_M1_TMAX", "shortDesc": "Magnetometer calibration maximum temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M1_TMIN", "shortDesc": "Magnetometer calibration minimum temperature", "type": "Float"}, {"category": "System", "default": 25.0, "group": "Thermal Compensation", "name": "TC_M1_TREF", "shortDesc": "Magnetometer calibration reference temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M1_X0_0", "shortDesc": "Magnetometer offset temperature ^0 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M1_X0_1", "shortDesc": "Magnetometer offset temperature ^0 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M1_X0_2", "shortDesc": "Magnetometer offset temperature ^0 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M1_X1_0", "shortDesc": "Magnetometer offset temperature ^1 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M1_X1_1", "shortDesc": "Magnetometer offset temperature ^1 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M1_X1_2", "shortDesc": "Magnetometer offset temperature ^1 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M1_X2_0", "shortDesc": "Magnetometer offset temperature ^2 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M1_X2_1", "shortDesc": "Magnetometer offset temperature ^2 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M1_X2_2", "shortDesc": "Magnetometer offset temperature ^2 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M1_X3_0", "shortDesc": "Magnetometer offset temperature ^3 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M1_X3_1", "shortDesc": "Magnetometer offset temperature ^3 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M1_X3_2", "shortDesc": "Magnetometer offset temperature ^3 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0, "group": "Thermal Compensation", "name": "TC_M2_ID", "shortDesc": "ID of Magnetometer that the calibration is for", "type": "Int32"}, {"category": "System", "default": 100.0, "group": "Thermal Compensation", "name": "TC_M2_TMAX", "shortDesc": "Magnetometer calibration maximum temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M2_TMIN", "shortDesc": "Magnetometer calibration minimum temperature", "type": "Float"}, {"category": "System", "default": 25.0, "group": "Thermal Compensation", "name": "TC_M2_TREF", "shortDesc": "Magnetometer calibration reference temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M2_X0_0", "shortDesc": "Magnetometer offset temperature ^0 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M2_X0_1", "shortDesc": "Magnetometer offset temperature ^0 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M2_X0_2", "shortDesc": "Magnetometer offset temperature ^0 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M2_X1_0", "shortDesc": "Magnetometer offset temperature ^1 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M2_X1_1", "shortDesc": "Magnetometer offset temperature ^1 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M2_X1_2", "shortDesc": "Magnetometer offset temperature ^1 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M2_X2_0", "shortDesc": "Magnetometer offset temperature ^2 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M2_X2_1", "shortDesc": "Magnetometer offset temperature ^2 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M2_X2_2", "shortDesc": "Magnetometer offset temperature ^2 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M2_X3_0", "shortDesc": "Magnetometer offset temperature ^3 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M2_X3_1", "shortDesc": "Magnetometer offset temperature ^3 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M2_X3_2", "shortDesc": "Magnetometer offset temperature ^3 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0, "group": "Thermal Compensation", "name": "TC_M3_ID", "shortDesc": "ID of Magnetometer that the calibration is for", "type": "Int32"}, {"category": "System", "default": 100.0, "group": "Thermal Compensation", "name": "TC_M3_TMAX", "shortDesc": "Magnetometer calibration maximum temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M3_TMIN", "shortDesc": "Magnetometer calibration minimum temperature", "type": "Float"}, {"category": "System", "default": 25.0, "group": "Thermal Compensation", "name": "TC_M3_TREF", "shortDesc": "Magnetometer calibration reference temperature", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M3_X0_0", "shortDesc": "Magnetometer offset temperature ^0 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M3_X0_1", "shortDesc": "Magnetometer offset temperature ^0 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M3_X0_2", "shortDesc": "Magnetometer offset temperature ^0 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M3_X1_0", "shortDesc": "Magnetometer offset temperature ^1 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M3_X1_1", "shortDesc": "Magnetometer offset temperature ^1 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M3_X1_2", "shortDesc": "Magnetometer offset temperature ^1 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M3_X2_0", "shortDesc": "Magnetometer offset temperature ^2 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M3_X2_1", "shortDesc": "Magnetometer offset temperature ^2 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M3_X2_2", "shortDesc": "Magnetometer offset temperature ^2 polynomial coefficient - Z axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M3_X3_0", "shortDesc": "Magnetometer offset temperature ^3 polynomial coefficient - X axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M3_X3_1", "shortDesc": "Magnetometer offset temperature ^3 polynomial coefficient - Y axis", "type": "Float"}, {"category": "System", "default": 0.0, "group": "Thermal Compensation", "name": "TC_M3_X3_2", "shortDesc": "Magnetometer offset temperature ^3 polynomial coefficient - Z axis", "type": "Float"}, {"category": "Standard", "default": 0, "group": "Thermal Compensation", "name": "TC_M_ENABLE", "rebootRequired": true, "shortDesc": "Thermal compensation for magnetometer sensors", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0.0, "group": "UUV Attitude Control", "name": "UUV_DIRCT_PITCH", "shortDesc": "Direct pitch input", "type": "Float"}, {"category": "Standard", "default": 0.0, "group": "UUV Attitude Control", "name": "UUV_DIRCT_ROLL", "shortDesc": "Direct roll input", "type": "Float"}, {"category": "Standard", "default": 0.0, "group": "UUV Attitude Control", "name": "UUV_DIRCT_THRUST", "shortDesc": "Direct thrust input", "type": "Float"}, {"category": "Standard", "default": 0.0, "group": "UUV Attitude Control", "name": "UUV_DIRCT_YAW", "shortDesc": "Direct yaw input", "type": "Float"}, {"category": "Standard", "default": 0, "group": "UUV Attitude Control", "name": "UUV_INPUT_MODE", "shortDesc": "Select Input Mode", "type": "Int32", "values": [{"description": "use Attitude Setpoints", "value": 0}, {"description": "Direct Feedthrough", "value": 1}]}, {"category": "Standard", "decimalPlaces": 2, "default": 2.0, "group": "UUV Attitude Control", "name": "UUV_PITCH_D", "shortDesc": "Pitch differential gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 4.0, "group": "UUV Attitude Control", "name": "UUV_PITCH_P", "shortDesc": "Pitch proportional gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.5, "group": "UUV Attitude Control", "name": "UUV_ROLL_D", "shortDesc": "Roll differential gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 4.0, "group": "UUV Attitude Control", "name": "UUV_ROLL_P", "shortDesc": "Roll proportional gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 2.0, "group": "UUV Attitude Control", "name": "UUV_YAW_D", "shortDesc": "Yaw differential gain", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 4.0, "group": "UUV Attitude Control", "name": "UUV_YAW_P", "shortDesc": "Yawh proportional gain", "type": "Float"}, {"category": "Standard", "default": 0.2, "group": "UUV Position Control", "name": "UUV_GAIN_X_D", "shortDesc": "Gain of D controller X", "type": "Float"}, {"category": "Standard", "default": 1.0, "group": "UUV Position Control", "name": "UUV_GAIN_X_P", "shortDesc": "Gain of P controller X", "type": "Float"}, {"category": "Standard", "default": 0.2, "group": "UUV Position Control", "name": "UUV_GAIN_Y_D", "shortDesc": "Gain of D controller Y", "type": "Float"}, {"category": "Standard", "default": 1.0, "group": "UUV Position Control", "name": "UUV_GAIN_Y_P", "shortDesc": "Gain of P controller Y", "type": "Float"}, {"category": "Standard", "default": 0.2, "group": "UUV Position Control", "name": "UUV_GAIN_Z_D", "shortDesc": "Gain of D controller Z", "type": "Float"}, {"category": "Standard", "default": 1.0, "group": "UUV Position Control", "name": "UUV_GAIN_Z_P", "shortDesc": "Gain of P controller Z", "type": "Float"}, {"category": "Standard", "default": 1, "group": "UUV Position Control", "name": "UUV_STAB_MODE", "shortDesc": "Stabilization mode(1) or Position Control(0)", "type": "Int32", "values": [{"description": "Position Control", "value": 0}, {"description": "Stabilization Mode", "value": 1}]}, {"category": "Standard", "default": 2130706433, "group": "UXRCE-DDS Client", "longDesc": "If ethernet is enabled and is the selected configuration for uXRCE-DDS, the selected Agent IP address will be set and used. Decimal dot notation is not supported. IP address must be provided in int32 format. For example, 192.168.1.2 is mapped to -1062731518; 127.0.0.1 is mapped to 2130706433.", "name": "UXRCE_DDS_AG_IP", "rebootRequired": true, "shortDesc": "uXRCE-DDS Agent IP address", "type": "Int32"}, {"category": "System", "default": 0, "group": "UXRCE-DDS Client", "longDesc": "uXRCE-DDS domain ID", "name": "UXRCE_DDS_DOM_ID", "rebootRequired": true, "shortDesc": "uXRCE-DDS domain ID", "type": "Int32"}, {"category": "System", "default": 1, "group": "UXRCE-DDS Client", "longDesc": "uXRCE-DDS key, must be different from zero. In a single agent - multi client configuration, each client must have a unique session key.", "name": "UXRCE_DDS_KEY", "rebootRequired": true, "shortDesc": "uXRCE-DDS session key", "type": "Int32"}, {"category": "Standard", "default": 8888, "group": "UXRCE-DDS Client", "longDesc": "If ethernet is enabled and is the selected configuration for uXRCE-DDS, the selected UDP port will be set and used.", "max": 65535, "min": 0, "name": "UXRCE_DDS_PRT", "rebootRequired": true, "shortDesc": "uXRCE-DDS UDP port", "type": "Int32"}, {"category": "System", "default": 0, "group": "UXRCE-DDS Client", "longDesc": "Set the participant configuration on the Agent's system. 0: Use the default configuration. 1: Restrict messages to localhost (use in combination with ROS_LOCALHOST_ONLY=1). 2: Use a custom participant with the profile name \"px4_participant\".", "max": 2, "min": 0, "name": "UXRCE_DDS_PTCFG", "rebootRequired": true, "shortDesc": "uXRCE-DDS participant configuration", "type": "Int32", "values": [{"description": "Default", "value": 0}, {"description": "Localhost-only", "value": 1}, {"description": "Custom participant", "value": 2}]}, {"category": "System", "default": 0, "group": "UXRCE-DDS Client", "longDesc": "When enabled along with UXRCE_DDS_SYNCT, uxrce_dds_client will set the system clock using the agents UTC timestamp.", "name": "UXRCE_DDS_SYNCC", "rebootRequired": true, "shortDesc": "Enable uXRCE-DDS system clock synchronization", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "System", "default": 1, "group": "UXRCE-DDS Client", "longDesc": "When enabled, uxrce_dds_client will synchronize the timestamps of the incoming and outgoing messages measuring the offset between the Agent OS time and the PX4 time.", "name": "UXRCE_DDS_SYNCT", "rebootRequired": true, "shortDesc": "Enable uXRCE-DDS timestamp synchronization", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "decimalPlaces": 2, "default": 8.0, "group": "VTOL Attitude Control", "increment": 1.0, "longDesc": "Airspeed at which we can start blending both fw and mc controls. Set to 0 to disable.", "max": 30.0, "min": 0.0, "name": "VT_ARSP_BLEND", "shortDesc": "Transition blending airspeed", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 10.0, "group": "VTOL Attitude Control", "increment": 1.0, "longDesc": "Airspeed at which we can switch to fw mode", "max": 30.0, "min": 0.0, "name": "VT_ARSP_TRANS", "shortDesc": "Transition airspeed", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 1.0, "group": "VTOL Attitude Control", "increment": 0.1, "longDesc": "Time in seconds it takes to tilt form VT_TILT_FW to VT_TILT_MC.", "max": 10.0, "min": 0.1, "name": "VT_BT_TILT_DUR", "shortDesc": "Duration motor tilt up in backtransition", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "VTOL Attitude Control", "increment": 0.05, "max": 0.3, "min": 0.0, "name": "VT_B_DEC_I", "shortDesc": "Backtransition deceleration setpoint to pitch I gain", "type": "Float", "units": "rad s/m"}, {"category": "Standard", "decimalPlaces": 2, "default": 2.0, "group": "VTOL Attitude Control", "increment": 0.1, "longDesc": "Used to calculate back transition distance in an auto mode. For standard vtol and tiltrotors a controller is used to track this value during the transition.", "max": 10.0, "min": 0.5, "name": "VT_B_DEC_MSS", "shortDesc": "Approximate deceleration during back transition", "type": "Float", "units": "m/s^2"}, {"category": "Standard", "decimalPlaces": 2, "default": 10.0, "group": "VTOL Attitude Control", "increment": 1.0, "longDesc": "Transition is also declared over if the groundspeed drops below MPC_XY_CRUISE.", "max": 20.0, "min": 0.1, "name": "VT_B_TRANS_DUR", "shortDesc": "Maximum duration of a back transition", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 1, "default": 3.0, "group": "VTOL Attitude Control", "increment": 0.1, "longDesc": "This sets the duration during which the MC motors ramp up to the commanded thrust during the back transition stage.", "max": 20.0, "min": 0.0, "name": "VT_B_TRANS_RAMP", "shortDesc": "Back transition MC motor ramp up time", "type": "Float", "units": "s"}, {"category": "Standard", "default": 1, "group": "VTOL Attitude Control", "longDesc": "If set to 1 the control surfaces are locked at the disarmed value in multicopter mode.", "name": "VT_ELEV_MC_LOCK", "shortDesc": "Lock control surfaces in hover", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled", "value": 1}]}, {"category": "Standard", "default": 0, "group": "VTOL Attitude Control", "longDesc": "This feature can be used to avoid the plane having to pitch nose down in order to move forward. Prevents large, negative lift from pitching nose down into wind. Fixed-wing forward actuators refers to puller/pusher (standard VTOL), or forward-tilt (tiltrotor VTOL). Only active if demanded down pitch is below VT_PITCH_MIN. Use VT_FWD_THRUST_SC to tune it. Descend mode is treated as Landing too. Only active (if enabled) in Altitude, Position and Auto modes, not in Stabilized.", "name": "VT_FWD_THRUST_EN", "shortDesc": "Use fixed-wing actuation in hover to accelerate forward", "type": "Int32", "values": [{"description": "Disabled", "value": 0}, {"description": "Enabled (except LANDING)", "value": 1}, {"description": "Enabled if distance to ground above MPC_LAND_ALT1", "value": 2}, {"description": "Enabled if distance to ground above MPC_LAND_ALT2", "value": 3}, {"description": "Enabled constantly", "value": 4}, {"description": "Enabled if distance to ground above MPC_LAND_ALT1 (except LANDING)", "value": 5}, {"description": "Enabled if distance to ground above MPC_LAND_ALT2 (except LANDING)", "value": 6}]}, {"category": "Standard", "decimalPlaces": 2, "default": 0.7, "group": "VTOL Attitude Control", "increment": 0.01, "longDesc": "Scale applied to the demanded down-pitch to get the fixed-wing forward actuation in hover mode. Enabled via VT_FWD_THRUST_EN.", "max": 2.0, "min": 0.0, "name": "VT_FWD_THRUST_SC", "shortDesc": "Fixed-wing actuation thrust scale for hover forward flight", "type": "Float"}, {"bitmask": [{"description": "Yaw", "index": 0}, {"description": "Roll", "index": 1}, {"description": "Pitch", "index": 2}], "category": "Standard", "default": 0, "group": "VTOL Attitude Control", "longDesc": "Enable differential thrust seperately for roll, pitch, yaw in forward (fixed-wing) mode. The effectiveness of differential thrust around the corresponding axis can be tuned by setting VT_FW_DIFTHR_S_R / VT_FW_DIFTHR_S_P / VT_FW_DIFTHR_S_Y.", "max": 7, "min": 0, "name": "VT_FW_DIFTHR_EN", "shortDesc": "Differential thrust in forwards flight", "type": "Int32"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "VTOL Attitude Control", "increment": 0.1, "longDesc": "Differential thrust in forward flight is enabled via VT_FW_DIFTHR_EN.", "max": 2.0, "min": 0.0, "name": "VT_FW_DIFTHR_S_P", "shortDesc": "Pitch differential thrust factor in forward flight", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "VTOL Attitude Control", "increment": 0.1, "longDesc": "Differential thrust in forward flight is enabled via VT_FW_DIFTHR_EN.", "max": 2.0, "min": 0.0, "name": "VT_FW_DIFTHR_S_R", "shortDesc": "Roll differential thrust factor in forward flight", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.1, "group": "VTOL Attitude Control", "increment": 0.1, "longDesc": "Differential thrust in forward flight is enabled via VT_FW_DIFTHR_EN.", "max": 2.0, "min": 0.0, "name": "VT_FW_DIFTHR_S_Y", "shortDesc": "Yaw differential thrust factor in forward flight", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 0.0, "group": "VTOL Attitude Control", "increment": 1.0, "longDesc": "Minimum altitude for fixed-wing flight. When the vehicle is in fixed-wing mode and the altitude drops below this altitude (relative altitude above local origin), it will instantly switch back to MC mode and execute behavior defined in COM_QC_ACT.", "max": 200.0, "min": 0.0, "name": "VT_FW_MIN_ALT", "shortDesc": "Quad-chute altitude", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "VTOL Attitude Control", "increment": 1, "longDesc": "Maximum height above the ground (if available, otherwise above Home if available, otherwise above the local origin) where triggering a quad-chute is possible. At high altitudes there is a big risk to deplete the battery and therefore crash if quad-chuting there.", "min": 0, "name": "VT_FW_QC_HMAX", "shortDesc": "Quad-chute maximum height", "type": "Int32", "units": "m"}, {"category": "Standard", "default": 0, "group": "VTOL Attitude Control", "longDesc": "Absolute pitch threshold for quad-chute triggering in FW mode. Above this the vehicle will transition back to MC mode and execute behavior defined in COM_QC_ACT. Set to 0 do disable this threshold.", "max": 180, "min": 0, "name": "VT_FW_QC_P", "shortDesc": "Quad-chute max pitch threshold", "type": "Int32", "units": "deg"}, {"category": "Standard", "default": 0, "group": "VTOL Attitude Control", "longDesc": "Absolute roll threshold for quad-chute triggering in FW mode. Above this the vehicle will transition back to MC mode and execute behavior defined in COM_QC_ACT. Set to 0 do disable this threshold.", "max": 180, "min": 0, "name": "VT_FW_QC_R", "shortDesc": "Quad-chute max roll threshold", "type": "Int32", "units": "deg"}, {"category": "Standard", "decimalPlaces": 2, "default": 5.0, "group": "VTOL Attitude Control", "increment": 1.0, "longDesc": "Time in seconds used for a transition", "max": 20.0, "min": 0.1, "name": "VT_F_TRANS_DUR", "shortDesc": "Duration of a front transition", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 3, "default": 1.0, "group": "VTOL Attitude Control", "increment": 0.01, "max": 1.0, "min": 0.0, "name": "VT_F_TRANS_THR", "shortDesc": "Target throttle value for the transition to fixed-wing flight", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 6.0, "group": "VTOL Attitude Control", "increment": 0.5, "longDesc": "The duration of the front transition when there is no airspeed feedback available.", "max": 30.0, "min": 1.0, "name": "VT_F_TR_OL_TM", "shortDesc": "Airspeed-less front transition time (open loop)", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 1, "default": -5.0, "group": "VTOL Attitude Control", "increment": 0.1, "longDesc": "Overrides VT_PITCH_MIN when the vehicle is in LAND mode (hovering). During landing it can be beneficial to reduce the pitch angle to reduce the generated lift in head wind.", "max": 45.0, "min": -10.0, "name": "VT_LND_PITCH_MIN", "shortDesc": "Minimum pitch angle during hover landing", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 1, "default": -5.0, "group": "VTOL Attitude Control", "increment": 0.1, "longDesc": "Any pitch setpoint below this value is translated to a forward force by the fixed-wing forward actuation if VT_FW_TRHUST_EN is set to 1.", "max": 45.0, "min": -10.0, "name": "VT_PITCH_MIN", "shortDesc": "Minimum pitch angle during hover", "type": "Float", "units": "deg"}, {"category": "Standard", "decimalPlaces": 2, "default": 0.33, "group": "VTOL Attitude Control", "increment": 0.01, "longDesc": "Defines the slew rate of the puller/pusher throttle during transitions. Zero will deactivate the slew rate limiting and thus produce an instant throttle rise to the transition throttle VT_F_TRANS_THR.", "min": 0.0, "name": "VT_PSHER_SLEW", "shortDesc": "Pusher throttle ramp up slew rate", "type": "Float", "units": "1/s"}, {"category": "Standard", "decimalPlaces": 1, "default": 0.0, "group": "VTOL Attitude Control", "increment": 1.0, "longDesc": "Altitude error threshold for quad-chute triggering during fixed-wing flight. The check is only active if altitude is controlled and the vehicle is below the current altitude reference. The altitude error is relative to the highest altitude the vehicle has achieved since it has flown below the current altitude reference. Set to 0 do disable.", "max": 200.0, "min": 0.0, "name": "VT_QC_ALT_LOSS", "shortDesc": "Quad-chute uncommanded descent threshold", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 20.0, "group": "VTOL Attitude Control", "increment": 1.0, "longDesc": "Altitude loss threshold for quad-chute triggering during VTOL transition to fixed-wing flight in altitude-controlled flight modes. Active until 5s after completing transition to fixed-wing. If the current altitude is more than this value below the altitude at the beginning of the transition, it will instantly switch back to MC mode and execute behavior defined in COM_QC_ACT. Set to 0 do disable this threshold.", "max": 50.0, "min": 0.0, "name": "VT_QC_T_ALT_LOSS", "shortDesc": "Quad-chute transition altitude loss threshold", "type": "Float", "units": "m"}, {"category": "Standard", "decimalPlaces": 1, "default": 0.0, "group": "VTOL Attitude Control", "increment": 0.1, "max": 1.0, "min": -1.0, "name": "VT_SPOILER_MC_LD", "shortDesc": "Spoiler setting while landing (hover)", "type": "Float", "units": "norm"}, {"category": "Standard", "decimalPlaces": 3, "default": 1.0, "group": "VTOL Attitude Control", "increment": 0.01, "max": 1.0, "min": 0.0, "name": "VT_TILT_FW", "shortDesc": "Normalized tilt in FW", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.0, "group": "VTOL Attitude Control", "increment": 0.01, "max": 1.0, "min": 0.0, "name": "VT_TILT_MC", "shortDesc": "Normalized tilt in Hover", "type": "Float"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.4, "group": "VTOL Attitude Control", "increment": 0.01, "max": 1.0, "min": 0.0, "name": "VT_TILT_TRANS", "shortDesc": "Normalized tilt in transition to FW", "type": "Float"}, {"category": "Standard", "decimalPlaces": 1, "default": 2.0, "group": "VTOL Attitude Control", "increment": 0.1, "longDesc": "Minimum time in seconds for front transition.", "max": 20.0, "min": 0.0, "name": "VT_TRANS_MIN_TM", "shortDesc": "Front transition minimum time", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 3, "default": 0.5, "group": "VTOL Attitude Control", "increment": 0.01, "longDesc": "Time in seconds it takes to tilt form VT_TILT_TRANS to VT_TILT_FW.", "max": 5.0, "min": 0.1, "name": "VT_TRANS_P2_DUR", "shortDesc": "Duration of front transition phase 2", "type": "Float", "units": "s"}, {"category": "Standard", "decimalPlaces": 2, "default": 15.0, "group": "VTOL Attitude Control", "increment": 1.0, "longDesc": "Time in seconds after which transition will be cancelled. Disabled if set to 0.", "max": 30.0, "min": 0.1, "name": "VT_TRANS_TIMEOUT", "shortDesc": "Front transition timeout", "type": "Float", "units": "s"}, {"category": "Standard", "default": 0, "group": "VTOL Attitude Control", "max": 2, "min": 0, "name": "VT_TYPE", "rebootRequired": true, "shortDesc": "VTOL Type (Tailsitter=0, Tiltrotor=1, Standard=2)", "type": "Int32", "values": [{"description": "Tailsitter", "value": 0}, {"description": "Tiltrotor", "value": 1}, {"description": "Standard", "value": 2}]}, {"category": "Standard", "decimalPlaces": 3, "default": 1.0, "group": "VTOL Attitude Control", "increment": 0.01, "longDesc": "The desired gain to convert roll sp into yaw rate sp.", "max": 3.0, "min": 0.0, "name": "WV_GAIN", "shortDesc": "Weather-vane roll angle to yawrate", "type": "Float", "units": "Hz"}, {"category": "Standard", "decimalPlaces": 1, "default": 80.0, "group": "VTOL Takeoff", "increment": 1.0, "longDesc": "Altitude relative to home at which vehicle will loiter after front transition.", "max": 300.0, "min": 20.0, "name": "VTO_LOITER_ALT", "shortDesc": "VTOL Takeoff relative loiter altitude", "type": "Float", "units": "m"}, {"category": "Standard", "default": 0, "group": "Miscellaneous", "name": "UUV_SKIP_CTRL", "shortDesc": "Skip the controller", "type": "Int32", "values": [{"description": "use the module's controller", "value": 0}, {"description": "skip the controller and feedthrough the setpoints", "value": 1}]}], "translation": {"items": {"parameters": {"list": {"items": {"bitmask": {"list": {"key": "index", "translate": ["description"]}}, "values": {"list": {"key": "value", "translate": ["description"]}}}, "key": "name", "translate": ["shortDesc", "longDesc"], "translate-global": ["category", "group"]}}}}, "version": 1} \ No newline at end of file diff --git a/to_translate/parameters.ts b/to_translate/parameters.ts index 28d6710..f2d59b9 100644 --- a/to_translate/parameters.ts +++ b/to_translate/parameters.ts @@ -873,76455 +873,36387 @@ - /parameters/PCA9685_DIS1/shortDesc - - PCA9685 Output Channel 1 Disarmed Value - - - - /parameters/PCA9685_DIS1/longDesc - - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. - - - - /parameters/PCA9685_DIS10/shortDesc - - PCA9685 Output Channel 10 Disarmed Value - - - - /parameters/PCA9685_DIS10/longDesc - - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. - - - - /parameters/PCA9685_DIS11/shortDesc - - PCA9685 Output Channel 11 Disarmed Value - - - - /parameters/PCA9685_DIS11/longDesc - - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. - - - - /parameters/PCA9685_DIS12/shortDesc - - PCA9685 Output Channel 12 Disarmed Value - - - - /parameters/PCA9685_DIS12/longDesc - - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. - - - - /parameters/PCA9685_DIS13/shortDesc - - PCA9685 Output Channel 13 Disarmed Value - - - - /parameters/PCA9685_DIS13/longDesc - - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. - - - - /parameters/PCA9685_DIS14/shortDesc - - PCA9685 Output Channel 14 Disarmed Value - - - - /parameters/PCA9685_DIS14/longDesc - - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. - - - - /parameters/PCA9685_DIS15/shortDesc - - PCA9685 Output Channel 15 Disarmed Value - - - - /parameters/PCA9685_DIS15/longDesc - - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. - - - - /parameters/PCA9685_DIS16/shortDesc - - PCA9685 Output Channel 16 Disarmed Value - - - - /parameters/PCA9685_DIS16/longDesc - - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. - - - - /parameters/PCA9685_DIS2/shortDesc - - PCA9685 Output Channel 2 Disarmed Value - - - - /parameters/PCA9685_DIS2/longDesc - - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. - - - - /parameters/PCA9685_DIS3/shortDesc - - PCA9685 Output Channel 3 Disarmed Value - - - - /parameters/PCA9685_DIS3/longDesc - - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. - - - - /parameters/PCA9685_DIS4/shortDesc - - PCA9685 Output Channel 4 Disarmed Value - - - - /parameters/PCA9685_DIS4/longDesc - - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. - - - - /parameters/PCA9685_DIS5/shortDesc - - PCA9685 Output Channel 5 Disarmed Value - - - - /parameters/PCA9685_DIS5/longDesc - - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. - - - - /parameters/PCA9685_DIS6/shortDesc - - PCA9685 Output Channel 6 Disarmed Value - - - - /parameters/PCA9685_DIS6/longDesc - - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. - - - - /parameters/PCA9685_DIS7/shortDesc - - PCA9685 Output Channel 7 Disarmed Value - - - - /parameters/PCA9685_DIS7/longDesc - - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. - - - - /parameters/PCA9685_DIS8/shortDesc - - PCA9685 Output Channel 8 Disarmed Value - - - - /parameters/PCA9685_DIS8/longDesc - - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. - - - - /parameters/PCA9685_DIS9/shortDesc - - PCA9685 Output Channel 9 Disarmed Value - - - - /parameters/PCA9685_DIS9/longDesc - - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. - - - - /parameters/PCA9685_DUTY_EN/shortDesc - - Put the selected channels into Duty-Cycle output mode - - - - /parameters/PCA9685_DUTY_EN/longDesc - - The driver will output standard pulse-width encoded signal without this bit set. To make PCA9685 output in duty-cycle fashion, please enable the corresponding channel bit here and adjusting standard params to suit your need. The driver will have 12bits resolution for duty-cycle output. That means to achieve 0% to 100% output range on one channel, the corresponding params MIN and MAX for the channel should be set to 0 and 4096. Other standard params follows the same rule. - - - - /parameters/PCA9685_DUTY_EN/bitmask/0/description - - Put CH1 to Duty-Cycle mode - - - - /parameters/PCA9685_DUTY_EN/bitmask/1/description - - Put CH2 to Duty-Cycle mode - - - - /parameters/PCA9685_DUTY_EN/bitmask/2/description - - Put CH3 to Duty-Cycle mode - - - - /parameters/PCA9685_DUTY_EN/bitmask/3/description - - Put CH4 to Duty-Cycle mode - - - - /parameters/PCA9685_DUTY_EN/bitmask/4/description - - Put CH5 to Duty-Cycle mode - - - - /parameters/PCA9685_DUTY_EN/bitmask/5/description - - Put CH6 to Duty-Cycle mode - - - - /parameters/PCA9685_DUTY_EN/bitmask/6/description - - Put CH7 to Duty-Cycle mode - - - - /parameters/PCA9685_DUTY_EN/bitmask/7/description - - Put CH8 to Duty-Cycle mode - - - - /parameters/PCA9685_DUTY_EN/bitmask/8/description - - Put CH9 to Duty-Cycle mode - - - - /parameters/PCA9685_DUTY_EN/bitmask/9/description - - Put CH10 to Duty-Cycle mode - - - - /parameters/PCA9685_DUTY_EN/bitmask/10/description - - Put CH11 to Duty-Cycle mode - - - - /parameters/PCA9685_DUTY_EN/bitmask/11/description - - Put CH12 to Duty-Cycle mode - - - - /parameters/PCA9685_DUTY_EN/bitmask/12/description - - Put CH13 to Duty-Cycle mode - - - - /parameters/PCA9685_DUTY_EN/bitmask/13/description - - Put CH14 to Duty-Cycle mode - - - - /parameters/PCA9685_DUTY_EN/bitmask/14/description - - Put CH15 to Duty-Cycle mode - - - - /parameters/PCA9685_DUTY_EN/bitmask/15/description - - Put CH16 to Duty-Cycle mode - - - - /parameters/PCA9685_FAIL1/shortDesc - - PCA9685 Output Channel 1 Failsafe Value - - - - /parameters/PCA9685_FAIL1/longDesc - - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC1). - - - - /parameters/PCA9685_FAIL10/shortDesc - - PCA9685 Output Channel 10 Failsafe Value - - - - /parameters/PCA9685_FAIL10/longDesc - - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC10). - - - - /parameters/PCA9685_FAIL11/shortDesc - - PCA9685 Output Channel 11 Failsafe Value - - - - /parameters/PCA9685_FAIL11/longDesc - - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC11). - - - - /parameters/PCA9685_FAIL12/shortDesc - - PCA9685 Output Channel 12 Failsafe Value - - - - /parameters/PCA9685_FAIL12/longDesc - - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC12). - - - - /parameters/PCA9685_FAIL13/shortDesc - - PCA9685 Output Channel 13 Failsafe Value - - - - /parameters/PCA9685_FAIL13/longDesc - - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC13). - - - - /parameters/PCA9685_FAIL14/shortDesc - - PCA9685 Output Channel 14 Failsafe Value - - - - /parameters/PCA9685_FAIL14/longDesc - - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC14). - - - - /parameters/PCA9685_FAIL15/shortDesc - - PCA9685 Output Channel 15 Failsafe Value - - - - /parameters/PCA9685_FAIL15/longDesc - - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC15). - - - - /parameters/PCA9685_FAIL16/shortDesc - - PCA9685 Output Channel 16 Failsafe Value - - - - /parameters/PCA9685_FAIL16/longDesc - - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC16). - - - - /parameters/PCA9685_FAIL2/shortDesc - - PCA9685 Output Channel 2 Failsafe Value - - - - /parameters/PCA9685_FAIL2/longDesc - - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC2). - - - - /parameters/PCA9685_FAIL3/shortDesc - - PCA9685 Output Channel 3 Failsafe Value - - - - /parameters/PCA9685_FAIL3/longDesc - - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC3). - - - - /parameters/PCA9685_FAIL4/shortDesc - - PCA9685 Output Channel 4 Failsafe Value - - - - /parameters/PCA9685_FAIL4/longDesc - - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC4). - - - - /parameters/PCA9685_FAIL5/shortDesc - - PCA9685 Output Channel 5 Failsafe Value - - - - /parameters/PCA9685_FAIL5/longDesc - - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC5). - - - - /parameters/PCA9685_FAIL6/shortDesc - - PCA9685 Output Channel 6 Failsafe Value - - - - /parameters/PCA9685_FAIL6/longDesc - - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC6). - - - - /parameters/PCA9685_FAIL7/shortDesc - - PCA9685 Output Channel 7 Failsafe Value - - - - /parameters/PCA9685_FAIL7/longDesc - - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC7). - - - - /parameters/PCA9685_FAIL8/shortDesc - - PCA9685 Output Channel 8 Failsafe Value - - - - /parameters/PCA9685_FAIL8/longDesc - - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC8). - - - - /parameters/PCA9685_FAIL9/shortDesc - - PCA9685 Output Channel 9 Failsafe Value - - - - /parameters/PCA9685_FAIL9/longDesc - - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PCA9685_FUNC9). - - - - /parameters/PCA9685_FUNC1/shortDesc + /parameters/PWM_MAIN_FUNC1/shortDesc - PCA9685 Output Channel 1 Output Function + SIM Channel 1 Output Function - /parameters/PCA9685_FUNC1/longDesc + /parameters/PWM_MAIN_FUNC1/longDesc - Select what should be output on PCA9685 Output Channel 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Select what should be output on SIM Channel 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest - /parameters/PCA9685_FUNC1/values/0/description + /parameters/PWM_MAIN_FUNC1/values/0/description Disabled - /parameters/PCA9685_FUNC1/values/1/description + /parameters/PWM_MAIN_FUNC1/values/1/description Constant Min - /parameters/PCA9685_FUNC1/values/2/description + /parameters/PWM_MAIN_FUNC1/values/2/description Constant Max - /parameters/PCA9685_FUNC1/values/101/description + /parameters/PWM_MAIN_FUNC1/values/101/description Motor 1 - /parameters/PCA9685_FUNC1/values/102/description + /parameters/PWM_MAIN_FUNC1/values/102/description Motor 2 - /parameters/PCA9685_FUNC1/values/103/description + /parameters/PWM_MAIN_FUNC1/values/103/description Motor 3 - /parameters/PCA9685_FUNC1/values/104/description + /parameters/PWM_MAIN_FUNC1/values/104/description Motor 4 - /parameters/PCA9685_FUNC1/values/105/description + /parameters/PWM_MAIN_FUNC1/values/105/description Motor 5 - /parameters/PCA9685_FUNC1/values/106/description + /parameters/PWM_MAIN_FUNC1/values/106/description Motor 6 - /parameters/PCA9685_FUNC1/values/107/description + /parameters/PWM_MAIN_FUNC1/values/107/description Motor 7 - /parameters/PCA9685_FUNC1/values/108/description + /parameters/PWM_MAIN_FUNC1/values/108/description Motor 8 - /parameters/PCA9685_FUNC1/values/109/description + /parameters/PWM_MAIN_FUNC1/values/109/description Motor 9 - /parameters/PCA9685_FUNC1/values/110/description + /parameters/PWM_MAIN_FUNC1/values/110/description Motor 10 - /parameters/PCA9685_FUNC1/values/111/description + /parameters/PWM_MAIN_FUNC1/values/111/description Motor 11 - /parameters/PCA9685_FUNC1/values/112/description + /parameters/PWM_MAIN_FUNC1/values/112/description Motor 12 - /parameters/PCA9685_FUNC1/values/201/description + /parameters/PWM_MAIN_FUNC1/values/201/description Servo 1 - /parameters/PCA9685_FUNC1/values/202/description + /parameters/PWM_MAIN_FUNC1/values/202/description Servo 2 - /parameters/PCA9685_FUNC1/values/203/description + /parameters/PWM_MAIN_FUNC1/values/203/description Servo 3 - /parameters/PCA9685_FUNC1/values/204/description + /parameters/PWM_MAIN_FUNC1/values/204/description Servo 4 - /parameters/PCA9685_FUNC1/values/205/description + /parameters/PWM_MAIN_FUNC1/values/205/description Servo 5 - /parameters/PCA9685_FUNC1/values/206/description + /parameters/PWM_MAIN_FUNC1/values/206/description Servo 6 - /parameters/PCA9685_FUNC1/values/207/description + /parameters/PWM_MAIN_FUNC1/values/207/description Servo 7 - /parameters/PCA9685_FUNC1/values/208/description + /parameters/PWM_MAIN_FUNC1/values/208/description Servo 8 - /parameters/PCA9685_FUNC1/values/301/description + /parameters/PWM_MAIN_FUNC1/values/301/description Peripheral via Actuator Set 1 - /parameters/PCA9685_FUNC1/values/302/description + /parameters/PWM_MAIN_FUNC1/values/302/description Peripheral via Actuator Set 2 - /parameters/PCA9685_FUNC1/values/303/description + /parameters/PWM_MAIN_FUNC1/values/303/description Peripheral via Actuator Set 3 - /parameters/PCA9685_FUNC1/values/304/description + /parameters/PWM_MAIN_FUNC1/values/304/description Peripheral via Actuator Set 4 - /parameters/PCA9685_FUNC1/values/305/description + /parameters/PWM_MAIN_FUNC1/values/305/description Peripheral via Actuator Set 5 - /parameters/PCA9685_FUNC1/values/306/description + /parameters/PWM_MAIN_FUNC1/values/306/description Peripheral via Actuator Set 6 - /parameters/PCA9685_FUNC1/values/400/description + /parameters/PWM_MAIN_FUNC1/values/400/description Landing Gear - /parameters/PCA9685_FUNC1/values/401/description + /parameters/PWM_MAIN_FUNC1/values/401/description Parachute - /parameters/PCA9685_FUNC1/values/402/description + /parameters/PWM_MAIN_FUNC1/values/402/description RC Roll - /parameters/PCA9685_FUNC1/values/403/description + /parameters/PWM_MAIN_FUNC1/values/403/description RC Pitch - /parameters/PCA9685_FUNC1/values/404/description + /parameters/PWM_MAIN_FUNC1/values/404/description RC Throttle - /parameters/PCA9685_FUNC1/values/405/description + /parameters/PWM_MAIN_FUNC1/values/405/description RC Yaw - /parameters/PCA9685_FUNC1/values/406/description + /parameters/PWM_MAIN_FUNC1/values/406/description RC Flaps - /parameters/PCA9685_FUNC1/values/407/description + /parameters/PWM_MAIN_FUNC1/values/407/description RC AUX 1 - /parameters/PCA9685_FUNC1/values/408/description + /parameters/PWM_MAIN_FUNC1/values/408/description RC AUX 2 - /parameters/PCA9685_FUNC1/values/409/description + /parameters/PWM_MAIN_FUNC1/values/409/description RC AUX 3 - /parameters/PCA9685_FUNC1/values/410/description + /parameters/PWM_MAIN_FUNC1/values/410/description RC AUX 4 - /parameters/PCA9685_FUNC1/values/411/description + /parameters/PWM_MAIN_FUNC1/values/411/description RC AUX 5 - /parameters/PCA9685_FUNC1/values/412/description + /parameters/PWM_MAIN_FUNC1/values/412/description RC AUX 6 - /parameters/PCA9685_FUNC1/values/420/description + /parameters/PWM_MAIN_FUNC1/values/420/description Gimbal Roll - /parameters/PCA9685_FUNC1/values/421/description + /parameters/PWM_MAIN_FUNC1/values/421/description Gimbal Pitch - /parameters/PCA9685_FUNC1/values/422/description + /parameters/PWM_MAIN_FUNC1/values/422/description Gimbal Yaw - /parameters/PCA9685_FUNC1/values/430/description + /parameters/PWM_MAIN_FUNC1/values/430/description Gripper - /parameters/PCA9685_FUNC1/values/440/description + /parameters/PWM_MAIN_FUNC1/values/440/description Landing Gear Wheel - /parameters/PCA9685_FUNC10/shortDesc + /parameters/PWM_MAIN_FUNC10/shortDesc - PCA9685 Output Channel 10 Output Function + SIM Channel 10 Output Function - /parameters/PCA9685_FUNC10/longDesc + /parameters/PWM_MAIN_FUNC10/longDesc - Select what should be output on PCA9685 Output Channel 10. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Select what should be output on SIM Channel 10. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest - /parameters/PCA9685_FUNC10/values/0/description + /parameters/PWM_MAIN_FUNC10/values/0/description Disabled - /parameters/PCA9685_FUNC10/values/1/description + /parameters/PWM_MAIN_FUNC10/values/1/description Constant Min - /parameters/PCA9685_FUNC10/values/2/description + /parameters/PWM_MAIN_FUNC10/values/2/description Constant Max - /parameters/PCA9685_FUNC10/values/101/description + /parameters/PWM_MAIN_FUNC10/values/101/description Motor 1 - /parameters/PCA9685_FUNC10/values/102/description + /parameters/PWM_MAIN_FUNC10/values/102/description Motor 2 - /parameters/PCA9685_FUNC10/values/103/description + /parameters/PWM_MAIN_FUNC10/values/103/description Motor 3 - /parameters/PCA9685_FUNC10/values/104/description + /parameters/PWM_MAIN_FUNC10/values/104/description Motor 4 - /parameters/PCA9685_FUNC10/values/105/description + /parameters/PWM_MAIN_FUNC10/values/105/description Motor 5 - /parameters/PCA9685_FUNC10/values/106/description + /parameters/PWM_MAIN_FUNC10/values/106/description Motor 6 - /parameters/PCA9685_FUNC10/values/107/description + /parameters/PWM_MAIN_FUNC10/values/107/description Motor 7 - /parameters/PCA9685_FUNC10/values/108/description + /parameters/PWM_MAIN_FUNC10/values/108/description Motor 8 - /parameters/PCA9685_FUNC10/values/109/description + /parameters/PWM_MAIN_FUNC10/values/109/description Motor 9 - /parameters/PCA9685_FUNC10/values/110/description + /parameters/PWM_MAIN_FUNC10/values/110/description Motor 10 - /parameters/PCA9685_FUNC10/values/111/description + /parameters/PWM_MAIN_FUNC10/values/111/description Motor 11 - /parameters/PCA9685_FUNC10/values/112/description + /parameters/PWM_MAIN_FUNC10/values/112/description Motor 12 - /parameters/PCA9685_FUNC10/values/201/description + /parameters/PWM_MAIN_FUNC10/values/201/description Servo 1 - /parameters/PCA9685_FUNC10/values/202/description + /parameters/PWM_MAIN_FUNC10/values/202/description Servo 2 - /parameters/PCA9685_FUNC10/values/203/description + /parameters/PWM_MAIN_FUNC10/values/203/description Servo 3 - /parameters/PCA9685_FUNC10/values/204/description + /parameters/PWM_MAIN_FUNC10/values/204/description Servo 4 - /parameters/PCA9685_FUNC10/values/205/description + /parameters/PWM_MAIN_FUNC10/values/205/description Servo 5 - /parameters/PCA9685_FUNC10/values/206/description + /parameters/PWM_MAIN_FUNC10/values/206/description Servo 6 - /parameters/PCA9685_FUNC10/values/207/description + /parameters/PWM_MAIN_FUNC10/values/207/description Servo 7 - /parameters/PCA9685_FUNC10/values/208/description + /parameters/PWM_MAIN_FUNC10/values/208/description Servo 8 - /parameters/PCA9685_FUNC10/values/301/description + /parameters/PWM_MAIN_FUNC10/values/301/description Peripheral via Actuator Set 1 - /parameters/PCA9685_FUNC10/values/302/description + /parameters/PWM_MAIN_FUNC10/values/302/description Peripheral via Actuator Set 2 - /parameters/PCA9685_FUNC10/values/303/description + /parameters/PWM_MAIN_FUNC10/values/303/description Peripheral via Actuator Set 3 - /parameters/PCA9685_FUNC10/values/304/description + /parameters/PWM_MAIN_FUNC10/values/304/description Peripheral via Actuator Set 4 - /parameters/PCA9685_FUNC10/values/305/description + /parameters/PWM_MAIN_FUNC10/values/305/description Peripheral via Actuator Set 5 - /parameters/PCA9685_FUNC10/values/306/description + /parameters/PWM_MAIN_FUNC10/values/306/description Peripheral via Actuator Set 6 - /parameters/PCA9685_FUNC10/values/400/description + /parameters/PWM_MAIN_FUNC10/values/400/description Landing Gear - /parameters/PCA9685_FUNC10/values/401/description + /parameters/PWM_MAIN_FUNC10/values/401/description Parachute - /parameters/PCA9685_FUNC10/values/402/description + /parameters/PWM_MAIN_FUNC10/values/402/description RC Roll - /parameters/PCA9685_FUNC10/values/403/description + /parameters/PWM_MAIN_FUNC10/values/403/description RC Pitch - /parameters/PCA9685_FUNC10/values/404/description + /parameters/PWM_MAIN_FUNC10/values/404/description RC Throttle - /parameters/PCA9685_FUNC10/values/405/description + /parameters/PWM_MAIN_FUNC10/values/405/description RC Yaw - /parameters/PCA9685_FUNC10/values/406/description + /parameters/PWM_MAIN_FUNC10/values/406/description RC Flaps - /parameters/PCA9685_FUNC10/values/407/description + /parameters/PWM_MAIN_FUNC10/values/407/description RC AUX 1 - /parameters/PCA9685_FUNC10/values/408/description + /parameters/PWM_MAIN_FUNC10/values/408/description RC AUX 2 - /parameters/PCA9685_FUNC10/values/409/description + /parameters/PWM_MAIN_FUNC10/values/409/description RC AUX 3 - /parameters/PCA9685_FUNC10/values/410/description + /parameters/PWM_MAIN_FUNC10/values/410/description RC AUX 4 - /parameters/PCA9685_FUNC10/values/411/description + /parameters/PWM_MAIN_FUNC10/values/411/description RC AUX 5 - /parameters/PCA9685_FUNC10/values/412/description + /parameters/PWM_MAIN_FUNC10/values/412/description RC AUX 6 - /parameters/PCA9685_FUNC10/values/420/description + /parameters/PWM_MAIN_FUNC10/values/420/description Gimbal Roll - /parameters/PCA9685_FUNC10/values/421/description + /parameters/PWM_MAIN_FUNC10/values/421/description Gimbal Pitch - /parameters/PCA9685_FUNC10/values/422/description + /parameters/PWM_MAIN_FUNC10/values/422/description Gimbal Yaw - /parameters/PCA9685_FUNC10/values/430/description + /parameters/PWM_MAIN_FUNC10/values/430/description Gripper - /parameters/PCA9685_FUNC10/values/440/description + /parameters/PWM_MAIN_FUNC10/values/440/description Landing Gear Wheel - /parameters/PCA9685_FUNC11/shortDesc + /parameters/PWM_MAIN_FUNC11/shortDesc - PCA9685 Output Channel 11 Output Function + SIM Channel 11 Output Function - /parameters/PCA9685_FUNC11/longDesc + /parameters/PWM_MAIN_FUNC11/longDesc - Select what should be output on PCA9685 Output Channel 11. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Select what should be output on SIM Channel 11. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest - /parameters/PCA9685_FUNC11/values/0/description + /parameters/PWM_MAIN_FUNC11/values/0/description Disabled - /parameters/PCA9685_FUNC11/values/1/description + /parameters/PWM_MAIN_FUNC11/values/1/description Constant Min - /parameters/PCA9685_FUNC11/values/2/description + /parameters/PWM_MAIN_FUNC11/values/2/description Constant Max - /parameters/PCA9685_FUNC11/values/101/description + /parameters/PWM_MAIN_FUNC11/values/101/description Motor 1 - /parameters/PCA9685_FUNC11/values/102/description + /parameters/PWM_MAIN_FUNC11/values/102/description Motor 2 - /parameters/PCA9685_FUNC11/values/103/description + /parameters/PWM_MAIN_FUNC11/values/103/description Motor 3 - /parameters/PCA9685_FUNC11/values/104/description + /parameters/PWM_MAIN_FUNC11/values/104/description Motor 4 - /parameters/PCA9685_FUNC11/values/105/description + /parameters/PWM_MAIN_FUNC11/values/105/description Motor 5 - /parameters/PCA9685_FUNC11/values/106/description + /parameters/PWM_MAIN_FUNC11/values/106/description Motor 6 - /parameters/PCA9685_FUNC11/values/107/description + /parameters/PWM_MAIN_FUNC11/values/107/description Motor 7 - /parameters/PCA9685_FUNC11/values/108/description + /parameters/PWM_MAIN_FUNC11/values/108/description Motor 8 - /parameters/PCA9685_FUNC11/values/109/description + /parameters/PWM_MAIN_FUNC11/values/109/description Motor 9 - /parameters/PCA9685_FUNC11/values/110/description + /parameters/PWM_MAIN_FUNC11/values/110/description Motor 10 - /parameters/PCA9685_FUNC11/values/111/description + /parameters/PWM_MAIN_FUNC11/values/111/description Motor 11 - /parameters/PCA9685_FUNC11/values/112/description + /parameters/PWM_MAIN_FUNC11/values/112/description Motor 12 - /parameters/PCA9685_FUNC11/values/201/description + /parameters/PWM_MAIN_FUNC11/values/201/description Servo 1 - /parameters/PCA9685_FUNC11/values/202/description + /parameters/PWM_MAIN_FUNC11/values/202/description Servo 2 - /parameters/PCA9685_FUNC11/values/203/description + /parameters/PWM_MAIN_FUNC11/values/203/description Servo 3 - /parameters/PCA9685_FUNC11/values/204/description + /parameters/PWM_MAIN_FUNC11/values/204/description Servo 4 - /parameters/PCA9685_FUNC11/values/205/description + /parameters/PWM_MAIN_FUNC11/values/205/description Servo 5 - /parameters/PCA9685_FUNC11/values/206/description + /parameters/PWM_MAIN_FUNC11/values/206/description Servo 6 - /parameters/PCA9685_FUNC11/values/207/description + /parameters/PWM_MAIN_FUNC11/values/207/description Servo 7 - /parameters/PCA9685_FUNC11/values/208/description + /parameters/PWM_MAIN_FUNC11/values/208/description Servo 8 - /parameters/PCA9685_FUNC11/values/301/description + /parameters/PWM_MAIN_FUNC11/values/301/description Peripheral via Actuator Set 1 - /parameters/PCA9685_FUNC11/values/302/description + /parameters/PWM_MAIN_FUNC11/values/302/description Peripheral via Actuator Set 2 - /parameters/PCA9685_FUNC11/values/303/description + /parameters/PWM_MAIN_FUNC11/values/303/description Peripheral via Actuator Set 3 - /parameters/PCA9685_FUNC11/values/304/description + /parameters/PWM_MAIN_FUNC11/values/304/description Peripheral via Actuator Set 4 - /parameters/PCA9685_FUNC11/values/305/description + /parameters/PWM_MAIN_FUNC11/values/305/description Peripheral via Actuator Set 5 - /parameters/PCA9685_FUNC11/values/306/description + /parameters/PWM_MAIN_FUNC11/values/306/description Peripheral via Actuator Set 6 - /parameters/PCA9685_FUNC11/values/400/description + /parameters/PWM_MAIN_FUNC11/values/400/description Landing Gear - /parameters/PCA9685_FUNC11/values/401/description + /parameters/PWM_MAIN_FUNC11/values/401/description Parachute - /parameters/PCA9685_FUNC11/values/402/description + /parameters/PWM_MAIN_FUNC11/values/402/description RC Roll - /parameters/PCA9685_FUNC11/values/403/description + /parameters/PWM_MAIN_FUNC11/values/403/description RC Pitch - /parameters/PCA9685_FUNC11/values/404/description + /parameters/PWM_MAIN_FUNC11/values/404/description RC Throttle - /parameters/PCA9685_FUNC11/values/405/description + /parameters/PWM_MAIN_FUNC11/values/405/description RC Yaw - /parameters/PCA9685_FUNC11/values/406/description + /parameters/PWM_MAIN_FUNC11/values/406/description RC Flaps - /parameters/PCA9685_FUNC11/values/407/description + /parameters/PWM_MAIN_FUNC11/values/407/description RC AUX 1 - /parameters/PCA9685_FUNC11/values/408/description + /parameters/PWM_MAIN_FUNC11/values/408/description RC AUX 2 - /parameters/PCA9685_FUNC11/values/409/description + /parameters/PWM_MAIN_FUNC11/values/409/description RC AUX 3 - /parameters/PCA9685_FUNC11/values/410/description + /parameters/PWM_MAIN_FUNC11/values/410/description RC AUX 4 - /parameters/PCA9685_FUNC11/values/411/description + /parameters/PWM_MAIN_FUNC11/values/411/description RC AUX 5 - /parameters/PCA9685_FUNC11/values/412/description + /parameters/PWM_MAIN_FUNC11/values/412/description RC AUX 6 - /parameters/PCA9685_FUNC11/values/420/description + /parameters/PWM_MAIN_FUNC11/values/420/description Gimbal Roll - /parameters/PCA9685_FUNC11/values/421/description + /parameters/PWM_MAIN_FUNC11/values/421/description Gimbal Pitch - /parameters/PCA9685_FUNC11/values/422/description + /parameters/PWM_MAIN_FUNC11/values/422/description Gimbal Yaw - /parameters/PCA9685_FUNC11/values/430/description + /parameters/PWM_MAIN_FUNC11/values/430/description Gripper - /parameters/PCA9685_FUNC11/values/440/description + /parameters/PWM_MAIN_FUNC11/values/440/description Landing Gear Wheel - /parameters/PCA9685_FUNC12/shortDesc + /parameters/PWM_MAIN_FUNC12/shortDesc - PCA9685 Output Channel 12 Output Function + SIM Channel 12 Output Function - /parameters/PCA9685_FUNC12/longDesc + /parameters/PWM_MAIN_FUNC12/longDesc - Select what should be output on PCA9685 Output Channel 12. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Select what should be output on SIM Channel 12. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest - /parameters/PCA9685_FUNC12/values/0/description + /parameters/PWM_MAIN_FUNC12/values/0/description Disabled - /parameters/PCA9685_FUNC12/values/1/description + /parameters/PWM_MAIN_FUNC12/values/1/description Constant Min - /parameters/PCA9685_FUNC12/values/2/description + /parameters/PWM_MAIN_FUNC12/values/2/description Constant Max - /parameters/PCA9685_FUNC12/values/101/description + /parameters/PWM_MAIN_FUNC12/values/101/description Motor 1 - /parameters/PCA9685_FUNC12/values/102/description + /parameters/PWM_MAIN_FUNC12/values/102/description Motor 2 - /parameters/PCA9685_FUNC12/values/103/description + /parameters/PWM_MAIN_FUNC12/values/103/description Motor 3 - /parameters/PCA9685_FUNC12/values/104/description + /parameters/PWM_MAIN_FUNC12/values/104/description Motor 4 - /parameters/PCA9685_FUNC12/values/105/description + /parameters/PWM_MAIN_FUNC12/values/105/description Motor 5 - /parameters/PCA9685_FUNC12/values/106/description + /parameters/PWM_MAIN_FUNC12/values/106/description Motor 6 - /parameters/PCA9685_FUNC12/values/107/description + /parameters/PWM_MAIN_FUNC12/values/107/description Motor 7 - /parameters/PCA9685_FUNC12/values/108/description + /parameters/PWM_MAIN_FUNC12/values/108/description Motor 8 - /parameters/PCA9685_FUNC12/values/109/description + /parameters/PWM_MAIN_FUNC12/values/109/description Motor 9 - /parameters/PCA9685_FUNC12/values/110/description + /parameters/PWM_MAIN_FUNC12/values/110/description Motor 10 - /parameters/PCA9685_FUNC12/values/111/description + /parameters/PWM_MAIN_FUNC12/values/111/description Motor 11 - /parameters/PCA9685_FUNC12/values/112/description + /parameters/PWM_MAIN_FUNC12/values/112/description Motor 12 - /parameters/PCA9685_FUNC12/values/201/description + /parameters/PWM_MAIN_FUNC12/values/201/description Servo 1 - /parameters/PCA9685_FUNC12/values/202/description + /parameters/PWM_MAIN_FUNC12/values/202/description Servo 2 - /parameters/PCA9685_FUNC12/values/203/description + /parameters/PWM_MAIN_FUNC12/values/203/description Servo 3 - /parameters/PCA9685_FUNC12/values/204/description + /parameters/PWM_MAIN_FUNC12/values/204/description Servo 4 - /parameters/PCA9685_FUNC12/values/205/description + /parameters/PWM_MAIN_FUNC12/values/205/description Servo 5 - /parameters/PCA9685_FUNC12/values/206/description + /parameters/PWM_MAIN_FUNC12/values/206/description Servo 6 - /parameters/PCA9685_FUNC12/values/207/description + /parameters/PWM_MAIN_FUNC12/values/207/description Servo 7 - /parameters/PCA9685_FUNC12/values/208/description + /parameters/PWM_MAIN_FUNC12/values/208/description Servo 8 - /parameters/PCA9685_FUNC12/values/301/description + /parameters/PWM_MAIN_FUNC12/values/301/description Peripheral via Actuator Set 1 - /parameters/PCA9685_FUNC12/values/302/description + /parameters/PWM_MAIN_FUNC12/values/302/description Peripheral via Actuator Set 2 - /parameters/PCA9685_FUNC12/values/303/description + /parameters/PWM_MAIN_FUNC12/values/303/description Peripheral via Actuator Set 3 - /parameters/PCA9685_FUNC12/values/304/description + /parameters/PWM_MAIN_FUNC12/values/304/description Peripheral via Actuator Set 4 - /parameters/PCA9685_FUNC12/values/305/description + /parameters/PWM_MAIN_FUNC12/values/305/description Peripheral via Actuator Set 5 - /parameters/PCA9685_FUNC12/values/306/description + /parameters/PWM_MAIN_FUNC12/values/306/description Peripheral via Actuator Set 6 - /parameters/PCA9685_FUNC12/values/400/description + /parameters/PWM_MAIN_FUNC12/values/400/description Landing Gear - /parameters/PCA9685_FUNC12/values/401/description + /parameters/PWM_MAIN_FUNC12/values/401/description Parachute - /parameters/PCA9685_FUNC12/values/402/description + /parameters/PWM_MAIN_FUNC12/values/402/description RC Roll - /parameters/PCA9685_FUNC12/values/403/description + /parameters/PWM_MAIN_FUNC12/values/403/description RC Pitch - /parameters/PCA9685_FUNC12/values/404/description + /parameters/PWM_MAIN_FUNC12/values/404/description RC Throttle - /parameters/PCA9685_FUNC12/values/405/description + /parameters/PWM_MAIN_FUNC12/values/405/description RC Yaw - /parameters/PCA9685_FUNC12/values/406/description + /parameters/PWM_MAIN_FUNC12/values/406/description RC Flaps - /parameters/PCA9685_FUNC12/values/407/description + /parameters/PWM_MAIN_FUNC12/values/407/description RC AUX 1 - /parameters/PCA9685_FUNC12/values/408/description + /parameters/PWM_MAIN_FUNC12/values/408/description RC AUX 2 - /parameters/PCA9685_FUNC12/values/409/description + /parameters/PWM_MAIN_FUNC12/values/409/description RC AUX 3 - /parameters/PCA9685_FUNC12/values/410/description + /parameters/PWM_MAIN_FUNC12/values/410/description RC AUX 4 - /parameters/PCA9685_FUNC12/values/411/description + /parameters/PWM_MAIN_FUNC12/values/411/description RC AUX 5 - /parameters/PCA9685_FUNC12/values/412/description + /parameters/PWM_MAIN_FUNC12/values/412/description RC AUX 6 - /parameters/PCA9685_FUNC12/values/420/description + /parameters/PWM_MAIN_FUNC12/values/420/description Gimbal Roll - /parameters/PCA9685_FUNC12/values/421/description + /parameters/PWM_MAIN_FUNC12/values/421/description Gimbal Pitch - /parameters/PCA9685_FUNC12/values/422/description + /parameters/PWM_MAIN_FUNC12/values/422/description Gimbal Yaw - /parameters/PCA9685_FUNC12/values/430/description + /parameters/PWM_MAIN_FUNC12/values/430/description Gripper - /parameters/PCA9685_FUNC12/values/440/description + /parameters/PWM_MAIN_FUNC12/values/440/description Landing Gear Wheel - /parameters/PCA9685_FUNC13/shortDesc + /parameters/PWM_MAIN_FUNC13/shortDesc - PCA9685 Output Channel 13 Output Function + SIM Channel 13 Output Function - /parameters/PCA9685_FUNC13/longDesc + /parameters/PWM_MAIN_FUNC13/longDesc - Select what should be output on PCA9685 Output Channel 13. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Select what should be output on SIM Channel 13. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest - /parameters/PCA9685_FUNC13/values/0/description + /parameters/PWM_MAIN_FUNC13/values/0/description Disabled - /parameters/PCA9685_FUNC13/values/1/description + /parameters/PWM_MAIN_FUNC13/values/1/description Constant Min - /parameters/PCA9685_FUNC13/values/2/description + /parameters/PWM_MAIN_FUNC13/values/2/description Constant Max - /parameters/PCA9685_FUNC13/values/101/description + /parameters/PWM_MAIN_FUNC13/values/101/description Motor 1 - /parameters/PCA9685_FUNC13/values/102/description + /parameters/PWM_MAIN_FUNC13/values/102/description Motor 2 - /parameters/PCA9685_FUNC13/values/103/description + /parameters/PWM_MAIN_FUNC13/values/103/description Motor 3 - /parameters/PCA9685_FUNC13/values/104/description + /parameters/PWM_MAIN_FUNC13/values/104/description Motor 4 - /parameters/PCA9685_FUNC13/values/105/description + /parameters/PWM_MAIN_FUNC13/values/105/description Motor 5 - /parameters/PCA9685_FUNC13/values/106/description + /parameters/PWM_MAIN_FUNC13/values/106/description Motor 6 - /parameters/PCA9685_FUNC13/values/107/description + /parameters/PWM_MAIN_FUNC13/values/107/description Motor 7 - /parameters/PCA9685_FUNC13/values/108/description + /parameters/PWM_MAIN_FUNC13/values/108/description Motor 8 - /parameters/PCA9685_FUNC13/values/109/description + /parameters/PWM_MAIN_FUNC13/values/109/description Motor 9 - /parameters/PCA9685_FUNC13/values/110/description + /parameters/PWM_MAIN_FUNC13/values/110/description Motor 10 - /parameters/PCA9685_FUNC13/values/111/description + /parameters/PWM_MAIN_FUNC13/values/111/description Motor 11 - /parameters/PCA9685_FUNC13/values/112/description + /parameters/PWM_MAIN_FUNC13/values/112/description Motor 12 - /parameters/PCA9685_FUNC13/values/201/description + /parameters/PWM_MAIN_FUNC13/values/201/description Servo 1 - /parameters/PCA9685_FUNC13/values/202/description + /parameters/PWM_MAIN_FUNC13/values/202/description Servo 2 - /parameters/PCA9685_FUNC13/values/203/description + /parameters/PWM_MAIN_FUNC13/values/203/description Servo 3 - /parameters/PCA9685_FUNC13/values/204/description + /parameters/PWM_MAIN_FUNC13/values/204/description Servo 4 - /parameters/PCA9685_FUNC13/values/205/description + /parameters/PWM_MAIN_FUNC13/values/205/description Servo 5 - /parameters/PCA9685_FUNC13/values/206/description + /parameters/PWM_MAIN_FUNC13/values/206/description Servo 6 - /parameters/PCA9685_FUNC13/values/207/description + /parameters/PWM_MAIN_FUNC13/values/207/description Servo 7 - /parameters/PCA9685_FUNC13/values/208/description + /parameters/PWM_MAIN_FUNC13/values/208/description Servo 8 - /parameters/PCA9685_FUNC13/values/301/description + /parameters/PWM_MAIN_FUNC13/values/301/description Peripheral via Actuator Set 1 - /parameters/PCA9685_FUNC13/values/302/description + /parameters/PWM_MAIN_FUNC13/values/302/description Peripheral via Actuator Set 2 - /parameters/PCA9685_FUNC13/values/303/description + /parameters/PWM_MAIN_FUNC13/values/303/description Peripheral via Actuator Set 3 - /parameters/PCA9685_FUNC13/values/304/description + /parameters/PWM_MAIN_FUNC13/values/304/description Peripheral via Actuator Set 4 - /parameters/PCA9685_FUNC13/values/305/description + /parameters/PWM_MAIN_FUNC13/values/305/description Peripheral via Actuator Set 5 - /parameters/PCA9685_FUNC13/values/306/description + /parameters/PWM_MAIN_FUNC13/values/306/description Peripheral via Actuator Set 6 - /parameters/PCA9685_FUNC13/values/400/description + /parameters/PWM_MAIN_FUNC13/values/400/description Landing Gear - /parameters/PCA9685_FUNC13/values/401/description + /parameters/PWM_MAIN_FUNC13/values/401/description Parachute - /parameters/PCA9685_FUNC13/values/402/description + /parameters/PWM_MAIN_FUNC13/values/402/description RC Roll - /parameters/PCA9685_FUNC13/values/403/description + /parameters/PWM_MAIN_FUNC13/values/403/description RC Pitch - /parameters/PCA9685_FUNC13/values/404/description + /parameters/PWM_MAIN_FUNC13/values/404/description RC Throttle - /parameters/PCA9685_FUNC13/values/405/description + /parameters/PWM_MAIN_FUNC13/values/405/description RC Yaw - /parameters/PCA9685_FUNC13/values/406/description + /parameters/PWM_MAIN_FUNC13/values/406/description RC Flaps - /parameters/PCA9685_FUNC13/values/407/description + /parameters/PWM_MAIN_FUNC13/values/407/description RC AUX 1 - /parameters/PCA9685_FUNC13/values/408/description + /parameters/PWM_MAIN_FUNC13/values/408/description RC AUX 2 - /parameters/PCA9685_FUNC13/values/409/description + /parameters/PWM_MAIN_FUNC13/values/409/description RC AUX 3 - /parameters/PCA9685_FUNC13/values/410/description + /parameters/PWM_MAIN_FUNC13/values/410/description RC AUX 4 - /parameters/PCA9685_FUNC13/values/411/description + /parameters/PWM_MAIN_FUNC13/values/411/description RC AUX 5 - /parameters/PCA9685_FUNC13/values/412/description + /parameters/PWM_MAIN_FUNC13/values/412/description RC AUX 6 - /parameters/PCA9685_FUNC13/values/420/description + /parameters/PWM_MAIN_FUNC13/values/420/description Gimbal Roll - /parameters/PCA9685_FUNC13/values/421/description + /parameters/PWM_MAIN_FUNC13/values/421/description Gimbal Pitch - /parameters/PCA9685_FUNC13/values/422/description + /parameters/PWM_MAIN_FUNC13/values/422/description Gimbal Yaw - /parameters/PCA9685_FUNC13/values/430/description + /parameters/PWM_MAIN_FUNC13/values/430/description Gripper - /parameters/PCA9685_FUNC13/values/440/description + /parameters/PWM_MAIN_FUNC13/values/440/description Landing Gear Wheel - /parameters/PCA9685_FUNC14/shortDesc + /parameters/PWM_MAIN_FUNC14/shortDesc - PCA9685 Output Channel 14 Output Function + SIM Channel 14 Output Function - /parameters/PCA9685_FUNC14/longDesc + /parameters/PWM_MAIN_FUNC14/longDesc - Select what should be output on PCA9685 Output Channel 14. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Select what should be output on SIM Channel 14. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest - /parameters/PCA9685_FUNC14/values/0/description + /parameters/PWM_MAIN_FUNC14/values/0/description Disabled - /parameters/PCA9685_FUNC14/values/1/description + /parameters/PWM_MAIN_FUNC14/values/1/description Constant Min - /parameters/PCA9685_FUNC14/values/2/description + /parameters/PWM_MAIN_FUNC14/values/2/description Constant Max - /parameters/PCA9685_FUNC14/values/101/description + /parameters/PWM_MAIN_FUNC14/values/101/description Motor 1 - /parameters/PCA9685_FUNC14/values/102/description + /parameters/PWM_MAIN_FUNC14/values/102/description Motor 2 - /parameters/PCA9685_FUNC14/values/103/description + /parameters/PWM_MAIN_FUNC14/values/103/description Motor 3 - /parameters/PCA9685_FUNC14/values/104/description + /parameters/PWM_MAIN_FUNC14/values/104/description Motor 4 - /parameters/PCA9685_FUNC14/values/105/description + /parameters/PWM_MAIN_FUNC14/values/105/description Motor 5 - /parameters/PCA9685_FUNC14/values/106/description + /parameters/PWM_MAIN_FUNC14/values/106/description Motor 6 - /parameters/PCA9685_FUNC14/values/107/description + /parameters/PWM_MAIN_FUNC14/values/107/description Motor 7 - /parameters/PCA9685_FUNC14/values/108/description + /parameters/PWM_MAIN_FUNC14/values/108/description Motor 8 - /parameters/PCA9685_FUNC14/values/109/description + /parameters/PWM_MAIN_FUNC14/values/109/description Motor 9 - /parameters/PCA9685_FUNC14/values/110/description + /parameters/PWM_MAIN_FUNC14/values/110/description Motor 10 - /parameters/PCA9685_FUNC14/values/111/description + /parameters/PWM_MAIN_FUNC14/values/111/description Motor 11 - /parameters/PCA9685_FUNC14/values/112/description + /parameters/PWM_MAIN_FUNC14/values/112/description Motor 12 - /parameters/PCA9685_FUNC14/values/201/description + /parameters/PWM_MAIN_FUNC14/values/201/description Servo 1 - /parameters/PCA9685_FUNC14/values/202/description + /parameters/PWM_MAIN_FUNC14/values/202/description Servo 2 - /parameters/PCA9685_FUNC14/values/203/description + /parameters/PWM_MAIN_FUNC14/values/203/description Servo 3 - /parameters/PCA9685_FUNC14/values/204/description + /parameters/PWM_MAIN_FUNC14/values/204/description Servo 4 - /parameters/PCA9685_FUNC14/values/205/description + /parameters/PWM_MAIN_FUNC14/values/205/description Servo 5 - /parameters/PCA9685_FUNC14/values/206/description + /parameters/PWM_MAIN_FUNC14/values/206/description Servo 6 - /parameters/PCA9685_FUNC14/values/207/description + /parameters/PWM_MAIN_FUNC14/values/207/description Servo 7 - /parameters/PCA9685_FUNC14/values/208/description + /parameters/PWM_MAIN_FUNC14/values/208/description Servo 8 - /parameters/PCA9685_FUNC14/values/301/description + /parameters/PWM_MAIN_FUNC14/values/301/description Peripheral via Actuator Set 1 - /parameters/PCA9685_FUNC14/values/302/description + /parameters/PWM_MAIN_FUNC14/values/302/description Peripheral via Actuator Set 2 - /parameters/PCA9685_FUNC14/values/303/description + /parameters/PWM_MAIN_FUNC14/values/303/description Peripheral via Actuator Set 3 - /parameters/PCA9685_FUNC14/values/304/description + /parameters/PWM_MAIN_FUNC14/values/304/description Peripheral via Actuator Set 4 - /parameters/PCA9685_FUNC14/values/305/description + /parameters/PWM_MAIN_FUNC14/values/305/description Peripheral via Actuator Set 5 - /parameters/PCA9685_FUNC14/values/306/description + /parameters/PWM_MAIN_FUNC14/values/306/description Peripheral via Actuator Set 6 - /parameters/PCA9685_FUNC14/values/400/description + /parameters/PWM_MAIN_FUNC14/values/400/description Landing Gear - /parameters/PCA9685_FUNC14/values/401/description + /parameters/PWM_MAIN_FUNC14/values/401/description Parachute - /parameters/PCA9685_FUNC14/values/402/description + /parameters/PWM_MAIN_FUNC14/values/402/description RC Roll - /parameters/PCA9685_FUNC14/values/403/description + /parameters/PWM_MAIN_FUNC14/values/403/description RC Pitch - /parameters/PCA9685_FUNC14/values/404/description + /parameters/PWM_MAIN_FUNC14/values/404/description RC Throttle - /parameters/PCA9685_FUNC14/values/405/description + /parameters/PWM_MAIN_FUNC14/values/405/description RC Yaw - /parameters/PCA9685_FUNC14/values/406/description + /parameters/PWM_MAIN_FUNC14/values/406/description RC Flaps - /parameters/PCA9685_FUNC14/values/407/description + /parameters/PWM_MAIN_FUNC14/values/407/description RC AUX 1 - /parameters/PCA9685_FUNC14/values/408/description + /parameters/PWM_MAIN_FUNC14/values/408/description RC AUX 2 - /parameters/PCA9685_FUNC14/values/409/description + /parameters/PWM_MAIN_FUNC14/values/409/description RC AUX 3 - /parameters/PCA9685_FUNC14/values/410/description + /parameters/PWM_MAIN_FUNC14/values/410/description RC AUX 4 - /parameters/PCA9685_FUNC14/values/411/description + /parameters/PWM_MAIN_FUNC14/values/411/description RC AUX 5 - /parameters/PCA9685_FUNC14/values/412/description + /parameters/PWM_MAIN_FUNC14/values/412/description RC AUX 6 - /parameters/PCA9685_FUNC14/values/420/description + /parameters/PWM_MAIN_FUNC14/values/420/description Gimbal Roll - /parameters/PCA9685_FUNC14/values/421/description + /parameters/PWM_MAIN_FUNC14/values/421/description Gimbal Pitch - /parameters/PCA9685_FUNC14/values/422/description + /parameters/PWM_MAIN_FUNC14/values/422/description Gimbal Yaw - /parameters/PCA9685_FUNC14/values/430/description + /parameters/PWM_MAIN_FUNC14/values/430/description Gripper - /parameters/PCA9685_FUNC14/values/440/description + /parameters/PWM_MAIN_FUNC14/values/440/description Landing Gear Wheel - /parameters/PCA9685_FUNC15/shortDesc + /parameters/PWM_MAIN_FUNC15/shortDesc - PCA9685 Output Channel 15 Output Function + SIM Channel 15 Output Function - /parameters/PCA9685_FUNC15/longDesc + /parameters/PWM_MAIN_FUNC15/longDesc - Select what should be output on PCA9685 Output Channel 15. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Select what should be output on SIM Channel 15. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest - /parameters/PCA9685_FUNC15/values/0/description + /parameters/PWM_MAIN_FUNC15/values/0/description Disabled - /parameters/PCA9685_FUNC15/values/1/description + /parameters/PWM_MAIN_FUNC15/values/1/description Constant Min - /parameters/PCA9685_FUNC15/values/2/description + /parameters/PWM_MAIN_FUNC15/values/2/description Constant Max - /parameters/PCA9685_FUNC15/values/101/description + /parameters/PWM_MAIN_FUNC15/values/101/description Motor 1 - /parameters/PCA9685_FUNC15/values/102/description + /parameters/PWM_MAIN_FUNC15/values/102/description Motor 2 - /parameters/PCA9685_FUNC15/values/103/description + /parameters/PWM_MAIN_FUNC15/values/103/description Motor 3 - /parameters/PCA9685_FUNC15/values/104/description + /parameters/PWM_MAIN_FUNC15/values/104/description Motor 4 - /parameters/PCA9685_FUNC15/values/105/description + /parameters/PWM_MAIN_FUNC15/values/105/description Motor 5 - /parameters/PCA9685_FUNC15/values/106/description + /parameters/PWM_MAIN_FUNC15/values/106/description Motor 6 - /parameters/PCA9685_FUNC15/values/107/description + /parameters/PWM_MAIN_FUNC15/values/107/description Motor 7 - /parameters/PCA9685_FUNC15/values/108/description + /parameters/PWM_MAIN_FUNC15/values/108/description Motor 8 - /parameters/PCA9685_FUNC15/values/109/description + /parameters/PWM_MAIN_FUNC15/values/109/description Motor 9 - /parameters/PCA9685_FUNC15/values/110/description + /parameters/PWM_MAIN_FUNC15/values/110/description Motor 10 - /parameters/PCA9685_FUNC15/values/111/description + /parameters/PWM_MAIN_FUNC15/values/111/description Motor 11 - /parameters/PCA9685_FUNC15/values/112/description + /parameters/PWM_MAIN_FUNC15/values/112/description Motor 12 - /parameters/PCA9685_FUNC15/values/201/description + /parameters/PWM_MAIN_FUNC15/values/201/description Servo 1 - /parameters/PCA9685_FUNC15/values/202/description + /parameters/PWM_MAIN_FUNC15/values/202/description Servo 2 - /parameters/PCA9685_FUNC15/values/203/description + /parameters/PWM_MAIN_FUNC15/values/203/description Servo 3 - /parameters/PCA9685_FUNC15/values/204/description + /parameters/PWM_MAIN_FUNC15/values/204/description Servo 4 - /parameters/PCA9685_FUNC15/values/205/description + /parameters/PWM_MAIN_FUNC15/values/205/description Servo 5 - /parameters/PCA9685_FUNC15/values/206/description + /parameters/PWM_MAIN_FUNC15/values/206/description Servo 6 - /parameters/PCA9685_FUNC15/values/207/description + /parameters/PWM_MAIN_FUNC15/values/207/description Servo 7 - /parameters/PCA9685_FUNC15/values/208/description + /parameters/PWM_MAIN_FUNC15/values/208/description Servo 8 - /parameters/PCA9685_FUNC15/values/301/description + /parameters/PWM_MAIN_FUNC15/values/301/description Peripheral via Actuator Set 1 - /parameters/PCA9685_FUNC15/values/302/description + /parameters/PWM_MAIN_FUNC15/values/302/description Peripheral via Actuator Set 2 - /parameters/PCA9685_FUNC15/values/303/description + /parameters/PWM_MAIN_FUNC15/values/303/description Peripheral via Actuator Set 3 - /parameters/PCA9685_FUNC15/values/304/description + /parameters/PWM_MAIN_FUNC15/values/304/description Peripheral via Actuator Set 4 - /parameters/PCA9685_FUNC15/values/305/description + /parameters/PWM_MAIN_FUNC15/values/305/description Peripheral via Actuator Set 5 - /parameters/PCA9685_FUNC15/values/306/description + /parameters/PWM_MAIN_FUNC15/values/306/description Peripheral via Actuator Set 6 - /parameters/PCA9685_FUNC15/values/400/description + /parameters/PWM_MAIN_FUNC15/values/400/description Landing Gear - /parameters/PCA9685_FUNC15/values/401/description + /parameters/PWM_MAIN_FUNC15/values/401/description Parachute - /parameters/PCA9685_FUNC15/values/402/description + /parameters/PWM_MAIN_FUNC15/values/402/description RC Roll - /parameters/PCA9685_FUNC15/values/403/description + /parameters/PWM_MAIN_FUNC15/values/403/description RC Pitch - /parameters/PCA9685_FUNC15/values/404/description + /parameters/PWM_MAIN_FUNC15/values/404/description RC Throttle - /parameters/PCA9685_FUNC15/values/405/description + /parameters/PWM_MAIN_FUNC15/values/405/description RC Yaw - /parameters/PCA9685_FUNC15/values/406/description + /parameters/PWM_MAIN_FUNC15/values/406/description RC Flaps - /parameters/PCA9685_FUNC15/values/407/description + /parameters/PWM_MAIN_FUNC15/values/407/description RC AUX 1 - /parameters/PCA9685_FUNC15/values/408/description + /parameters/PWM_MAIN_FUNC15/values/408/description RC AUX 2 - /parameters/PCA9685_FUNC15/values/409/description + /parameters/PWM_MAIN_FUNC15/values/409/description RC AUX 3 - /parameters/PCA9685_FUNC15/values/410/description + /parameters/PWM_MAIN_FUNC15/values/410/description RC AUX 4 - /parameters/PCA9685_FUNC15/values/411/description + /parameters/PWM_MAIN_FUNC15/values/411/description RC AUX 5 - /parameters/PCA9685_FUNC15/values/412/description + /parameters/PWM_MAIN_FUNC15/values/412/description RC AUX 6 - /parameters/PCA9685_FUNC15/values/420/description + /parameters/PWM_MAIN_FUNC15/values/420/description Gimbal Roll - /parameters/PCA9685_FUNC15/values/421/description + /parameters/PWM_MAIN_FUNC15/values/421/description Gimbal Pitch - /parameters/PCA9685_FUNC15/values/422/description + /parameters/PWM_MAIN_FUNC15/values/422/description Gimbal Yaw - /parameters/PCA9685_FUNC15/values/430/description + /parameters/PWM_MAIN_FUNC15/values/430/description Gripper - /parameters/PCA9685_FUNC15/values/440/description + /parameters/PWM_MAIN_FUNC15/values/440/description Landing Gear Wheel - /parameters/PCA9685_FUNC16/shortDesc + /parameters/PWM_MAIN_FUNC16/shortDesc - PCA9685 Output Channel 16 Output Function + SIM Channel 16 Output Function - /parameters/PCA9685_FUNC16/longDesc + /parameters/PWM_MAIN_FUNC16/longDesc - Select what should be output on PCA9685 Output Channel 16. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Select what should be output on SIM Channel 16. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest - /parameters/PCA9685_FUNC16/values/0/description + /parameters/PWM_MAIN_FUNC16/values/0/description Disabled - /parameters/PCA9685_FUNC16/values/1/description + /parameters/PWM_MAIN_FUNC16/values/1/description Constant Min - /parameters/PCA9685_FUNC16/values/2/description + /parameters/PWM_MAIN_FUNC16/values/2/description Constant Max - /parameters/PCA9685_FUNC16/values/101/description + /parameters/PWM_MAIN_FUNC16/values/101/description Motor 1 - /parameters/PCA9685_FUNC16/values/102/description + /parameters/PWM_MAIN_FUNC16/values/102/description Motor 2 - /parameters/PCA9685_FUNC16/values/103/description + /parameters/PWM_MAIN_FUNC16/values/103/description Motor 3 - /parameters/PCA9685_FUNC16/values/104/description + /parameters/PWM_MAIN_FUNC16/values/104/description Motor 4 - /parameters/PCA9685_FUNC16/values/105/description + /parameters/PWM_MAIN_FUNC16/values/105/description Motor 5 - /parameters/PCA9685_FUNC16/values/106/description + /parameters/PWM_MAIN_FUNC16/values/106/description Motor 6 - /parameters/PCA9685_FUNC16/values/107/description + /parameters/PWM_MAIN_FUNC16/values/107/description Motor 7 - /parameters/PCA9685_FUNC16/values/108/description + /parameters/PWM_MAIN_FUNC16/values/108/description Motor 8 - /parameters/PCA9685_FUNC16/values/109/description + /parameters/PWM_MAIN_FUNC16/values/109/description Motor 9 - /parameters/PCA9685_FUNC16/values/110/description + /parameters/PWM_MAIN_FUNC16/values/110/description Motor 10 - /parameters/PCA9685_FUNC16/values/111/description + /parameters/PWM_MAIN_FUNC16/values/111/description Motor 11 - /parameters/PCA9685_FUNC16/values/112/description + /parameters/PWM_MAIN_FUNC16/values/112/description Motor 12 - /parameters/PCA9685_FUNC16/values/201/description + /parameters/PWM_MAIN_FUNC16/values/201/description Servo 1 - /parameters/PCA9685_FUNC16/values/202/description + /parameters/PWM_MAIN_FUNC16/values/202/description Servo 2 - /parameters/PCA9685_FUNC16/values/203/description + /parameters/PWM_MAIN_FUNC16/values/203/description Servo 3 - /parameters/PCA9685_FUNC16/values/204/description + /parameters/PWM_MAIN_FUNC16/values/204/description Servo 4 - /parameters/PCA9685_FUNC16/values/205/description + /parameters/PWM_MAIN_FUNC16/values/205/description Servo 5 - /parameters/PCA9685_FUNC16/values/206/description + /parameters/PWM_MAIN_FUNC16/values/206/description Servo 6 - /parameters/PCA9685_FUNC16/values/207/description + /parameters/PWM_MAIN_FUNC16/values/207/description Servo 7 - /parameters/PCA9685_FUNC16/values/208/description + /parameters/PWM_MAIN_FUNC16/values/208/description Servo 8 - /parameters/PCA9685_FUNC16/values/301/description + /parameters/PWM_MAIN_FUNC16/values/301/description Peripheral via Actuator Set 1 - /parameters/PCA9685_FUNC16/values/302/description + /parameters/PWM_MAIN_FUNC16/values/302/description Peripheral via Actuator Set 2 - /parameters/PCA9685_FUNC16/values/303/description + /parameters/PWM_MAIN_FUNC16/values/303/description Peripheral via Actuator Set 3 - /parameters/PCA9685_FUNC16/values/304/description + /parameters/PWM_MAIN_FUNC16/values/304/description Peripheral via Actuator Set 4 - /parameters/PCA9685_FUNC16/values/305/description + /parameters/PWM_MAIN_FUNC16/values/305/description Peripheral via Actuator Set 5 - /parameters/PCA9685_FUNC16/values/306/description + /parameters/PWM_MAIN_FUNC16/values/306/description Peripheral via Actuator Set 6 - /parameters/PCA9685_FUNC16/values/400/description + /parameters/PWM_MAIN_FUNC16/values/400/description Landing Gear - /parameters/PCA9685_FUNC16/values/401/description + /parameters/PWM_MAIN_FUNC16/values/401/description Parachute - /parameters/PCA9685_FUNC16/values/402/description + /parameters/PWM_MAIN_FUNC16/values/402/description RC Roll - /parameters/PCA9685_FUNC16/values/403/description + /parameters/PWM_MAIN_FUNC16/values/403/description RC Pitch - /parameters/PCA9685_FUNC16/values/404/description + /parameters/PWM_MAIN_FUNC16/values/404/description RC Throttle - /parameters/PCA9685_FUNC16/values/405/description + /parameters/PWM_MAIN_FUNC16/values/405/description RC Yaw - /parameters/PCA9685_FUNC16/values/406/description + /parameters/PWM_MAIN_FUNC16/values/406/description RC Flaps - /parameters/PCA9685_FUNC16/values/407/description + /parameters/PWM_MAIN_FUNC16/values/407/description RC AUX 1 - /parameters/PCA9685_FUNC16/values/408/description + /parameters/PWM_MAIN_FUNC16/values/408/description RC AUX 2 - /parameters/PCA9685_FUNC16/values/409/description + /parameters/PWM_MAIN_FUNC16/values/409/description RC AUX 3 - /parameters/PCA9685_FUNC16/values/410/description + /parameters/PWM_MAIN_FUNC16/values/410/description RC AUX 4 - /parameters/PCA9685_FUNC16/values/411/description + /parameters/PWM_MAIN_FUNC16/values/411/description RC AUX 5 - /parameters/PCA9685_FUNC16/values/412/description + /parameters/PWM_MAIN_FUNC16/values/412/description RC AUX 6 - /parameters/PCA9685_FUNC16/values/420/description + /parameters/PWM_MAIN_FUNC16/values/420/description Gimbal Roll - /parameters/PCA9685_FUNC16/values/421/description + /parameters/PWM_MAIN_FUNC16/values/421/description Gimbal Pitch - /parameters/PCA9685_FUNC16/values/422/description + /parameters/PWM_MAIN_FUNC16/values/422/description Gimbal Yaw - /parameters/PCA9685_FUNC16/values/430/description + /parameters/PWM_MAIN_FUNC16/values/430/description Gripper - /parameters/PCA9685_FUNC16/values/440/description + /parameters/PWM_MAIN_FUNC16/values/440/description Landing Gear Wheel - /parameters/PCA9685_FUNC2/shortDesc + /parameters/PWM_MAIN_FUNC2/shortDesc - PCA9685 Output Channel 2 Output Function + SIM Channel 2 Output Function - /parameters/PCA9685_FUNC2/longDesc + /parameters/PWM_MAIN_FUNC2/longDesc - Select what should be output on PCA9685 Output Channel 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Select what should be output on SIM Channel 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest - /parameters/PCA9685_FUNC2/values/0/description + /parameters/PWM_MAIN_FUNC2/values/0/description Disabled - /parameters/PCA9685_FUNC2/values/1/description + /parameters/PWM_MAIN_FUNC2/values/1/description Constant Min - /parameters/PCA9685_FUNC2/values/2/description + /parameters/PWM_MAIN_FUNC2/values/2/description Constant Max - /parameters/PCA9685_FUNC2/values/101/description + /parameters/PWM_MAIN_FUNC2/values/101/description Motor 1 - /parameters/PCA9685_FUNC2/values/102/description + /parameters/PWM_MAIN_FUNC2/values/102/description Motor 2 - /parameters/PCA9685_FUNC2/values/103/description + /parameters/PWM_MAIN_FUNC2/values/103/description Motor 3 - /parameters/PCA9685_FUNC2/values/104/description + /parameters/PWM_MAIN_FUNC2/values/104/description Motor 4 - /parameters/PCA9685_FUNC2/values/105/description + /parameters/PWM_MAIN_FUNC2/values/105/description Motor 5 - /parameters/PCA9685_FUNC2/values/106/description + /parameters/PWM_MAIN_FUNC2/values/106/description Motor 6 - /parameters/PCA9685_FUNC2/values/107/description + /parameters/PWM_MAIN_FUNC2/values/107/description Motor 7 - /parameters/PCA9685_FUNC2/values/108/description + /parameters/PWM_MAIN_FUNC2/values/108/description Motor 8 - /parameters/PCA9685_FUNC2/values/109/description + /parameters/PWM_MAIN_FUNC2/values/109/description Motor 9 - /parameters/PCA9685_FUNC2/values/110/description + /parameters/PWM_MAIN_FUNC2/values/110/description Motor 10 - /parameters/PCA9685_FUNC2/values/111/description + /parameters/PWM_MAIN_FUNC2/values/111/description Motor 11 - /parameters/PCA9685_FUNC2/values/112/description + /parameters/PWM_MAIN_FUNC2/values/112/description Motor 12 - /parameters/PCA9685_FUNC2/values/201/description + /parameters/PWM_MAIN_FUNC2/values/201/description Servo 1 - /parameters/PCA9685_FUNC2/values/202/description + /parameters/PWM_MAIN_FUNC2/values/202/description Servo 2 - /parameters/PCA9685_FUNC2/values/203/description + /parameters/PWM_MAIN_FUNC2/values/203/description Servo 3 - /parameters/PCA9685_FUNC2/values/204/description + /parameters/PWM_MAIN_FUNC2/values/204/description Servo 4 - /parameters/PCA9685_FUNC2/values/205/description + /parameters/PWM_MAIN_FUNC2/values/205/description Servo 5 - /parameters/PCA9685_FUNC2/values/206/description + /parameters/PWM_MAIN_FUNC2/values/206/description Servo 6 - /parameters/PCA9685_FUNC2/values/207/description + /parameters/PWM_MAIN_FUNC2/values/207/description Servo 7 - /parameters/PCA9685_FUNC2/values/208/description + /parameters/PWM_MAIN_FUNC2/values/208/description Servo 8 - /parameters/PCA9685_FUNC2/values/301/description + /parameters/PWM_MAIN_FUNC2/values/301/description Peripheral via Actuator Set 1 - /parameters/PCA9685_FUNC2/values/302/description + /parameters/PWM_MAIN_FUNC2/values/302/description Peripheral via Actuator Set 2 - /parameters/PCA9685_FUNC2/values/303/description + /parameters/PWM_MAIN_FUNC2/values/303/description Peripheral via Actuator Set 3 - /parameters/PCA9685_FUNC2/values/304/description + /parameters/PWM_MAIN_FUNC2/values/304/description Peripheral via Actuator Set 4 - /parameters/PCA9685_FUNC2/values/305/description + /parameters/PWM_MAIN_FUNC2/values/305/description Peripheral via Actuator Set 5 - /parameters/PCA9685_FUNC2/values/306/description + /parameters/PWM_MAIN_FUNC2/values/306/description Peripheral via Actuator Set 6 - /parameters/PCA9685_FUNC2/values/400/description + /parameters/PWM_MAIN_FUNC2/values/400/description Landing Gear - /parameters/PCA9685_FUNC2/values/401/description + /parameters/PWM_MAIN_FUNC2/values/401/description Parachute - /parameters/PCA9685_FUNC2/values/402/description + /parameters/PWM_MAIN_FUNC2/values/402/description RC Roll - /parameters/PCA9685_FUNC2/values/403/description + /parameters/PWM_MAIN_FUNC2/values/403/description RC Pitch - /parameters/PCA9685_FUNC2/values/404/description + /parameters/PWM_MAIN_FUNC2/values/404/description RC Throttle - /parameters/PCA9685_FUNC2/values/405/description + /parameters/PWM_MAIN_FUNC2/values/405/description RC Yaw - /parameters/PCA9685_FUNC2/values/406/description + /parameters/PWM_MAIN_FUNC2/values/406/description RC Flaps - /parameters/PCA9685_FUNC2/values/407/description + /parameters/PWM_MAIN_FUNC2/values/407/description RC AUX 1 - /parameters/PCA9685_FUNC2/values/408/description + /parameters/PWM_MAIN_FUNC2/values/408/description RC AUX 2 - /parameters/PCA9685_FUNC2/values/409/description + /parameters/PWM_MAIN_FUNC2/values/409/description RC AUX 3 - /parameters/PCA9685_FUNC2/values/410/description + /parameters/PWM_MAIN_FUNC2/values/410/description RC AUX 4 - /parameters/PCA9685_FUNC2/values/411/description + /parameters/PWM_MAIN_FUNC2/values/411/description RC AUX 5 - /parameters/PCA9685_FUNC2/values/412/description + /parameters/PWM_MAIN_FUNC2/values/412/description RC AUX 6 - /parameters/PCA9685_FUNC2/values/420/description + /parameters/PWM_MAIN_FUNC2/values/420/description Gimbal Roll - /parameters/PCA9685_FUNC2/values/421/description + /parameters/PWM_MAIN_FUNC2/values/421/description Gimbal Pitch - /parameters/PCA9685_FUNC2/values/422/description + /parameters/PWM_MAIN_FUNC2/values/422/description Gimbal Yaw - /parameters/PCA9685_FUNC2/values/430/description + /parameters/PWM_MAIN_FUNC2/values/430/description Gripper - /parameters/PCA9685_FUNC2/values/440/description + /parameters/PWM_MAIN_FUNC2/values/440/description Landing Gear Wheel - /parameters/PCA9685_FUNC3/shortDesc + /parameters/PWM_MAIN_FUNC3/shortDesc - PCA9685 Output Channel 3 Output Function + SIM Channel 3 Output Function - /parameters/PCA9685_FUNC3/longDesc + /parameters/PWM_MAIN_FUNC3/longDesc - Select what should be output on PCA9685 Output Channel 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Select what should be output on SIM Channel 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest - /parameters/PCA9685_FUNC3/values/0/description + /parameters/PWM_MAIN_FUNC3/values/0/description Disabled - /parameters/PCA9685_FUNC3/values/1/description + /parameters/PWM_MAIN_FUNC3/values/1/description Constant Min - /parameters/PCA9685_FUNC3/values/2/description + /parameters/PWM_MAIN_FUNC3/values/2/description Constant Max - /parameters/PCA9685_FUNC3/values/101/description + /parameters/PWM_MAIN_FUNC3/values/101/description Motor 1 - /parameters/PCA9685_FUNC3/values/102/description + /parameters/PWM_MAIN_FUNC3/values/102/description Motor 2 - /parameters/PCA9685_FUNC3/values/103/description + /parameters/PWM_MAIN_FUNC3/values/103/description Motor 3 - /parameters/PCA9685_FUNC3/values/104/description + /parameters/PWM_MAIN_FUNC3/values/104/description Motor 4 - /parameters/PCA9685_FUNC3/values/105/description + /parameters/PWM_MAIN_FUNC3/values/105/description Motor 5 - /parameters/PCA9685_FUNC3/values/106/description + /parameters/PWM_MAIN_FUNC3/values/106/description Motor 6 - /parameters/PCA9685_FUNC3/values/107/description + /parameters/PWM_MAIN_FUNC3/values/107/description Motor 7 - /parameters/PCA9685_FUNC3/values/108/description + /parameters/PWM_MAIN_FUNC3/values/108/description Motor 8 - /parameters/PCA9685_FUNC3/values/109/description + /parameters/PWM_MAIN_FUNC3/values/109/description Motor 9 - /parameters/PCA9685_FUNC3/values/110/description + /parameters/PWM_MAIN_FUNC3/values/110/description Motor 10 - /parameters/PCA9685_FUNC3/values/111/description + /parameters/PWM_MAIN_FUNC3/values/111/description Motor 11 - /parameters/PCA9685_FUNC3/values/112/description + /parameters/PWM_MAIN_FUNC3/values/112/description Motor 12 - /parameters/PCA9685_FUNC3/values/201/description + /parameters/PWM_MAIN_FUNC3/values/201/description Servo 1 - /parameters/PCA9685_FUNC3/values/202/description + /parameters/PWM_MAIN_FUNC3/values/202/description Servo 2 - /parameters/PCA9685_FUNC3/values/203/description + /parameters/PWM_MAIN_FUNC3/values/203/description Servo 3 - /parameters/PCA9685_FUNC3/values/204/description + /parameters/PWM_MAIN_FUNC3/values/204/description Servo 4 - /parameters/PCA9685_FUNC3/values/205/description + /parameters/PWM_MAIN_FUNC3/values/205/description Servo 5 - /parameters/PCA9685_FUNC3/values/206/description + /parameters/PWM_MAIN_FUNC3/values/206/description Servo 6 - /parameters/PCA9685_FUNC3/values/207/description + /parameters/PWM_MAIN_FUNC3/values/207/description Servo 7 - /parameters/PCA9685_FUNC3/values/208/description + /parameters/PWM_MAIN_FUNC3/values/208/description Servo 8 - /parameters/PCA9685_FUNC3/values/301/description + /parameters/PWM_MAIN_FUNC3/values/301/description Peripheral via Actuator Set 1 - /parameters/PCA9685_FUNC3/values/302/description + /parameters/PWM_MAIN_FUNC3/values/302/description Peripheral via Actuator Set 2 - /parameters/PCA9685_FUNC3/values/303/description + /parameters/PWM_MAIN_FUNC3/values/303/description Peripheral via Actuator Set 3 - /parameters/PCA9685_FUNC3/values/304/description + /parameters/PWM_MAIN_FUNC3/values/304/description Peripheral via Actuator Set 4 - /parameters/PCA9685_FUNC3/values/305/description + /parameters/PWM_MAIN_FUNC3/values/305/description Peripheral via Actuator Set 5 - /parameters/PCA9685_FUNC3/values/306/description + /parameters/PWM_MAIN_FUNC3/values/306/description Peripheral via Actuator Set 6 - /parameters/PCA9685_FUNC3/values/400/description + /parameters/PWM_MAIN_FUNC3/values/400/description Landing Gear - /parameters/PCA9685_FUNC3/values/401/description + /parameters/PWM_MAIN_FUNC3/values/401/description Parachute - /parameters/PCA9685_FUNC3/values/402/description + /parameters/PWM_MAIN_FUNC3/values/402/description RC Roll - /parameters/PCA9685_FUNC3/values/403/description + /parameters/PWM_MAIN_FUNC3/values/403/description RC Pitch - /parameters/PCA9685_FUNC3/values/404/description + /parameters/PWM_MAIN_FUNC3/values/404/description RC Throttle - /parameters/PCA9685_FUNC3/values/405/description + /parameters/PWM_MAIN_FUNC3/values/405/description RC Yaw - /parameters/PCA9685_FUNC3/values/406/description + /parameters/PWM_MAIN_FUNC3/values/406/description RC Flaps - /parameters/PCA9685_FUNC3/values/407/description + /parameters/PWM_MAIN_FUNC3/values/407/description RC AUX 1 - /parameters/PCA9685_FUNC3/values/408/description + /parameters/PWM_MAIN_FUNC3/values/408/description RC AUX 2 - /parameters/PCA9685_FUNC3/values/409/description + /parameters/PWM_MAIN_FUNC3/values/409/description RC AUX 3 - /parameters/PCA9685_FUNC3/values/410/description + /parameters/PWM_MAIN_FUNC3/values/410/description RC AUX 4 - /parameters/PCA9685_FUNC3/values/411/description + /parameters/PWM_MAIN_FUNC3/values/411/description RC AUX 5 - /parameters/PCA9685_FUNC3/values/412/description + /parameters/PWM_MAIN_FUNC3/values/412/description RC AUX 6 - /parameters/PCA9685_FUNC3/values/420/description + /parameters/PWM_MAIN_FUNC3/values/420/description Gimbal Roll - /parameters/PCA9685_FUNC3/values/421/description + /parameters/PWM_MAIN_FUNC3/values/421/description Gimbal Pitch - /parameters/PCA9685_FUNC3/values/422/description + /parameters/PWM_MAIN_FUNC3/values/422/description Gimbal Yaw - /parameters/PCA9685_FUNC3/values/430/description + /parameters/PWM_MAIN_FUNC3/values/430/description Gripper - /parameters/PCA9685_FUNC3/values/440/description + /parameters/PWM_MAIN_FUNC3/values/440/description Landing Gear Wheel - /parameters/PCA9685_FUNC4/shortDesc + /parameters/PWM_MAIN_FUNC4/shortDesc - PCA9685 Output Channel 4 Output Function + SIM Channel 4 Output Function - /parameters/PCA9685_FUNC4/longDesc + /parameters/PWM_MAIN_FUNC4/longDesc - Select what should be output on PCA9685 Output Channel 4. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Select what should be output on SIM Channel 4. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest - /parameters/PCA9685_FUNC4/values/0/description + /parameters/PWM_MAIN_FUNC4/values/0/description Disabled - /parameters/PCA9685_FUNC4/values/1/description + /parameters/PWM_MAIN_FUNC4/values/1/description Constant Min - /parameters/PCA9685_FUNC4/values/2/description + /parameters/PWM_MAIN_FUNC4/values/2/description Constant Max - /parameters/PCA9685_FUNC4/values/101/description + /parameters/PWM_MAIN_FUNC4/values/101/description Motor 1 - /parameters/PCA9685_FUNC4/values/102/description + /parameters/PWM_MAIN_FUNC4/values/102/description Motor 2 - /parameters/PCA9685_FUNC4/values/103/description + /parameters/PWM_MAIN_FUNC4/values/103/description Motor 3 - /parameters/PCA9685_FUNC4/values/104/description + /parameters/PWM_MAIN_FUNC4/values/104/description Motor 4 - /parameters/PCA9685_FUNC4/values/105/description + /parameters/PWM_MAIN_FUNC4/values/105/description Motor 5 - /parameters/PCA9685_FUNC4/values/106/description + /parameters/PWM_MAIN_FUNC4/values/106/description Motor 6 - /parameters/PCA9685_FUNC4/values/107/description + /parameters/PWM_MAIN_FUNC4/values/107/description Motor 7 - /parameters/PCA9685_FUNC4/values/108/description + /parameters/PWM_MAIN_FUNC4/values/108/description Motor 8 - /parameters/PCA9685_FUNC4/values/109/description + /parameters/PWM_MAIN_FUNC4/values/109/description Motor 9 - /parameters/PCA9685_FUNC4/values/110/description + /parameters/PWM_MAIN_FUNC4/values/110/description Motor 10 - /parameters/PCA9685_FUNC4/values/111/description + /parameters/PWM_MAIN_FUNC4/values/111/description Motor 11 - /parameters/PCA9685_FUNC4/values/112/description + /parameters/PWM_MAIN_FUNC4/values/112/description Motor 12 - /parameters/PCA9685_FUNC4/values/201/description + /parameters/PWM_MAIN_FUNC4/values/201/description Servo 1 - /parameters/PCA9685_FUNC4/values/202/description + /parameters/PWM_MAIN_FUNC4/values/202/description Servo 2 - /parameters/PCA9685_FUNC4/values/203/description + /parameters/PWM_MAIN_FUNC4/values/203/description Servo 3 - /parameters/PCA9685_FUNC4/values/204/description + /parameters/PWM_MAIN_FUNC4/values/204/description Servo 4 - /parameters/PCA9685_FUNC4/values/205/description + /parameters/PWM_MAIN_FUNC4/values/205/description Servo 5 - /parameters/PCA9685_FUNC4/values/206/description + /parameters/PWM_MAIN_FUNC4/values/206/description Servo 6 - /parameters/PCA9685_FUNC4/values/207/description + /parameters/PWM_MAIN_FUNC4/values/207/description Servo 7 - /parameters/PCA9685_FUNC4/values/208/description + /parameters/PWM_MAIN_FUNC4/values/208/description Servo 8 - /parameters/PCA9685_FUNC4/values/301/description + /parameters/PWM_MAIN_FUNC4/values/301/description Peripheral via Actuator Set 1 - /parameters/PCA9685_FUNC4/values/302/description + /parameters/PWM_MAIN_FUNC4/values/302/description Peripheral via Actuator Set 2 - /parameters/PCA9685_FUNC4/values/303/description + /parameters/PWM_MAIN_FUNC4/values/303/description Peripheral via Actuator Set 3 - /parameters/PCA9685_FUNC4/values/304/description + /parameters/PWM_MAIN_FUNC4/values/304/description Peripheral via Actuator Set 4 - /parameters/PCA9685_FUNC4/values/305/description + /parameters/PWM_MAIN_FUNC4/values/305/description Peripheral via Actuator Set 5 - /parameters/PCA9685_FUNC4/values/306/description + /parameters/PWM_MAIN_FUNC4/values/306/description Peripheral via Actuator Set 6 - /parameters/PCA9685_FUNC4/values/400/description + /parameters/PWM_MAIN_FUNC4/values/400/description Landing Gear - /parameters/PCA9685_FUNC4/values/401/description + /parameters/PWM_MAIN_FUNC4/values/401/description Parachute - /parameters/PCA9685_FUNC4/values/402/description + /parameters/PWM_MAIN_FUNC4/values/402/description RC Roll - /parameters/PCA9685_FUNC4/values/403/description + /parameters/PWM_MAIN_FUNC4/values/403/description RC Pitch - /parameters/PCA9685_FUNC4/values/404/description + /parameters/PWM_MAIN_FUNC4/values/404/description RC Throttle - /parameters/PCA9685_FUNC4/values/405/description + /parameters/PWM_MAIN_FUNC4/values/405/description RC Yaw - /parameters/PCA9685_FUNC4/values/406/description + /parameters/PWM_MAIN_FUNC4/values/406/description RC Flaps - /parameters/PCA9685_FUNC4/values/407/description + /parameters/PWM_MAIN_FUNC4/values/407/description RC AUX 1 - /parameters/PCA9685_FUNC4/values/408/description + /parameters/PWM_MAIN_FUNC4/values/408/description RC AUX 2 - /parameters/PCA9685_FUNC4/values/409/description + /parameters/PWM_MAIN_FUNC4/values/409/description RC AUX 3 - /parameters/PCA9685_FUNC4/values/410/description + /parameters/PWM_MAIN_FUNC4/values/410/description RC AUX 4 - /parameters/PCA9685_FUNC4/values/411/description + /parameters/PWM_MAIN_FUNC4/values/411/description RC AUX 5 - /parameters/PCA9685_FUNC4/values/412/description + /parameters/PWM_MAIN_FUNC4/values/412/description RC AUX 6 - /parameters/PCA9685_FUNC4/values/420/description + /parameters/PWM_MAIN_FUNC4/values/420/description Gimbal Roll - /parameters/PCA9685_FUNC4/values/421/description + /parameters/PWM_MAIN_FUNC4/values/421/description Gimbal Pitch - /parameters/PCA9685_FUNC4/values/422/description + /parameters/PWM_MAIN_FUNC4/values/422/description Gimbal Yaw - /parameters/PCA9685_FUNC4/values/430/description + /parameters/PWM_MAIN_FUNC4/values/430/description Gripper - /parameters/PCA9685_FUNC4/values/440/description + /parameters/PWM_MAIN_FUNC4/values/440/description Landing Gear Wheel - /parameters/PCA9685_FUNC5/shortDesc + /parameters/PWM_MAIN_FUNC5/shortDesc - PCA9685 Output Channel 5 Output Function + SIM Channel 5 Output Function - /parameters/PCA9685_FUNC5/longDesc + /parameters/PWM_MAIN_FUNC5/longDesc - Select what should be output on PCA9685 Output Channel 5. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Select what should be output on SIM Channel 5. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest - /parameters/PCA9685_FUNC5/values/0/description + /parameters/PWM_MAIN_FUNC5/values/0/description Disabled - /parameters/PCA9685_FUNC5/values/1/description + /parameters/PWM_MAIN_FUNC5/values/1/description Constant Min - /parameters/PCA9685_FUNC5/values/2/description + /parameters/PWM_MAIN_FUNC5/values/2/description Constant Max - /parameters/PCA9685_FUNC5/values/101/description + /parameters/PWM_MAIN_FUNC5/values/101/description Motor 1 - /parameters/PCA9685_FUNC5/values/102/description + /parameters/PWM_MAIN_FUNC5/values/102/description Motor 2 - /parameters/PCA9685_FUNC5/values/103/description + /parameters/PWM_MAIN_FUNC5/values/103/description Motor 3 - /parameters/PCA9685_FUNC5/values/104/description + /parameters/PWM_MAIN_FUNC5/values/104/description Motor 4 - /parameters/PCA9685_FUNC5/values/105/description + /parameters/PWM_MAIN_FUNC5/values/105/description Motor 5 - /parameters/PCA9685_FUNC5/values/106/description + /parameters/PWM_MAIN_FUNC5/values/106/description Motor 6 - /parameters/PCA9685_FUNC5/values/107/description + /parameters/PWM_MAIN_FUNC5/values/107/description Motor 7 - /parameters/PCA9685_FUNC5/values/108/description + /parameters/PWM_MAIN_FUNC5/values/108/description Motor 8 - /parameters/PCA9685_FUNC5/values/109/description + /parameters/PWM_MAIN_FUNC5/values/109/description Motor 9 - /parameters/PCA9685_FUNC5/values/110/description + /parameters/PWM_MAIN_FUNC5/values/110/description Motor 10 - /parameters/PCA9685_FUNC5/values/111/description + /parameters/PWM_MAIN_FUNC5/values/111/description Motor 11 - /parameters/PCA9685_FUNC5/values/112/description + /parameters/PWM_MAIN_FUNC5/values/112/description Motor 12 - /parameters/PCA9685_FUNC5/values/201/description + /parameters/PWM_MAIN_FUNC5/values/201/description Servo 1 - /parameters/PCA9685_FUNC5/values/202/description + /parameters/PWM_MAIN_FUNC5/values/202/description Servo 2 - /parameters/PCA9685_FUNC5/values/203/description + /parameters/PWM_MAIN_FUNC5/values/203/description Servo 3 - /parameters/PCA9685_FUNC5/values/204/description + /parameters/PWM_MAIN_FUNC5/values/204/description Servo 4 - /parameters/PCA9685_FUNC5/values/205/description + /parameters/PWM_MAIN_FUNC5/values/205/description Servo 5 - /parameters/PCA9685_FUNC5/values/206/description + /parameters/PWM_MAIN_FUNC5/values/206/description Servo 6 - /parameters/PCA9685_FUNC5/values/207/description + /parameters/PWM_MAIN_FUNC5/values/207/description Servo 7 - /parameters/PCA9685_FUNC5/values/208/description + /parameters/PWM_MAIN_FUNC5/values/208/description Servo 8 - /parameters/PCA9685_FUNC5/values/301/description + /parameters/PWM_MAIN_FUNC5/values/301/description Peripheral via Actuator Set 1 - /parameters/PCA9685_FUNC5/values/302/description + /parameters/PWM_MAIN_FUNC5/values/302/description Peripheral via Actuator Set 2 - /parameters/PCA9685_FUNC5/values/303/description + /parameters/PWM_MAIN_FUNC5/values/303/description Peripheral via Actuator Set 3 - /parameters/PCA9685_FUNC5/values/304/description + /parameters/PWM_MAIN_FUNC5/values/304/description Peripheral via Actuator Set 4 - /parameters/PCA9685_FUNC5/values/305/description + /parameters/PWM_MAIN_FUNC5/values/305/description Peripheral via Actuator Set 5 - /parameters/PCA9685_FUNC5/values/306/description + /parameters/PWM_MAIN_FUNC5/values/306/description Peripheral via Actuator Set 6 - /parameters/PCA9685_FUNC5/values/400/description + /parameters/PWM_MAIN_FUNC5/values/400/description Landing Gear - /parameters/PCA9685_FUNC5/values/401/description + /parameters/PWM_MAIN_FUNC5/values/401/description Parachute - /parameters/PCA9685_FUNC5/values/402/description + /parameters/PWM_MAIN_FUNC5/values/402/description RC Roll - /parameters/PCA9685_FUNC5/values/403/description + /parameters/PWM_MAIN_FUNC5/values/403/description RC Pitch - /parameters/PCA9685_FUNC5/values/404/description + /parameters/PWM_MAIN_FUNC5/values/404/description RC Throttle - /parameters/PCA9685_FUNC5/values/405/description + /parameters/PWM_MAIN_FUNC5/values/405/description RC Yaw - /parameters/PCA9685_FUNC5/values/406/description + /parameters/PWM_MAIN_FUNC5/values/406/description RC Flaps - /parameters/PCA9685_FUNC5/values/407/description + /parameters/PWM_MAIN_FUNC5/values/407/description RC AUX 1 - /parameters/PCA9685_FUNC5/values/408/description + /parameters/PWM_MAIN_FUNC5/values/408/description RC AUX 2 - /parameters/PCA9685_FUNC5/values/409/description + /parameters/PWM_MAIN_FUNC5/values/409/description RC AUX 3 - /parameters/PCA9685_FUNC5/values/410/description + /parameters/PWM_MAIN_FUNC5/values/410/description RC AUX 4 - /parameters/PCA9685_FUNC5/values/411/description + /parameters/PWM_MAIN_FUNC5/values/411/description RC AUX 5 - /parameters/PCA9685_FUNC5/values/412/description + /parameters/PWM_MAIN_FUNC5/values/412/description RC AUX 6 - /parameters/PCA9685_FUNC5/values/420/description + /parameters/PWM_MAIN_FUNC5/values/420/description Gimbal Roll - /parameters/PCA9685_FUNC5/values/421/description + /parameters/PWM_MAIN_FUNC5/values/421/description Gimbal Pitch - /parameters/PCA9685_FUNC5/values/422/description + /parameters/PWM_MAIN_FUNC5/values/422/description Gimbal Yaw - /parameters/PCA9685_FUNC5/values/430/description + /parameters/PWM_MAIN_FUNC5/values/430/description Gripper - /parameters/PCA9685_FUNC5/values/440/description + /parameters/PWM_MAIN_FUNC5/values/440/description Landing Gear Wheel - /parameters/PCA9685_FUNC6/shortDesc + /parameters/PWM_MAIN_FUNC6/shortDesc - PCA9685 Output Channel 6 Output Function + SIM Channel 6 Output Function - /parameters/PCA9685_FUNC6/longDesc + /parameters/PWM_MAIN_FUNC6/longDesc - Select what should be output on PCA9685 Output Channel 6. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Select what should be output on SIM Channel 6. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest - /parameters/PCA9685_FUNC6/values/0/description + /parameters/PWM_MAIN_FUNC6/values/0/description Disabled - /parameters/PCA9685_FUNC6/values/1/description + /parameters/PWM_MAIN_FUNC6/values/1/description Constant Min - /parameters/PCA9685_FUNC6/values/2/description + /parameters/PWM_MAIN_FUNC6/values/2/description Constant Max - /parameters/PCA9685_FUNC6/values/101/description + /parameters/PWM_MAIN_FUNC6/values/101/description Motor 1 - /parameters/PCA9685_FUNC6/values/102/description + /parameters/PWM_MAIN_FUNC6/values/102/description Motor 2 - /parameters/PCA9685_FUNC6/values/103/description + /parameters/PWM_MAIN_FUNC6/values/103/description Motor 3 - /parameters/PCA9685_FUNC6/values/104/description + /parameters/PWM_MAIN_FUNC6/values/104/description Motor 4 - /parameters/PCA9685_FUNC6/values/105/description + /parameters/PWM_MAIN_FUNC6/values/105/description Motor 5 - /parameters/PCA9685_FUNC6/values/106/description + /parameters/PWM_MAIN_FUNC6/values/106/description Motor 6 - /parameters/PCA9685_FUNC6/values/107/description + /parameters/PWM_MAIN_FUNC6/values/107/description Motor 7 - /parameters/PCA9685_FUNC6/values/108/description + /parameters/PWM_MAIN_FUNC6/values/108/description Motor 8 - /parameters/PCA9685_FUNC6/values/109/description + /parameters/PWM_MAIN_FUNC6/values/109/description Motor 9 - /parameters/PCA9685_FUNC6/values/110/description + /parameters/PWM_MAIN_FUNC6/values/110/description Motor 10 - /parameters/PCA9685_FUNC6/values/111/description + /parameters/PWM_MAIN_FUNC6/values/111/description Motor 11 - /parameters/PCA9685_FUNC6/values/112/description + /parameters/PWM_MAIN_FUNC6/values/112/description Motor 12 - /parameters/PCA9685_FUNC6/values/201/description + /parameters/PWM_MAIN_FUNC6/values/201/description Servo 1 - /parameters/PCA9685_FUNC6/values/202/description + /parameters/PWM_MAIN_FUNC6/values/202/description Servo 2 - /parameters/PCA9685_FUNC6/values/203/description + /parameters/PWM_MAIN_FUNC6/values/203/description Servo 3 - /parameters/PCA9685_FUNC6/values/204/description + /parameters/PWM_MAIN_FUNC6/values/204/description Servo 4 - /parameters/PCA9685_FUNC6/values/205/description + /parameters/PWM_MAIN_FUNC6/values/205/description Servo 5 - /parameters/PCA9685_FUNC6/values/206/description + /parameters/PWM_MAIN_FUNC6/values/206/description Servo 6 - /parameters/PCA9685_FUNC6/values/207/description + /parameters/PWM_MAIN_FUNC6/values/207/description Servo 7 - /parameters/PCA9685_FUNC6/values/208/description + /parameters/PWM_MAIN_FUNC6/values/208/description Servo 8 - /parameters/PCA9685_FUNC6/values/301/description + /parameters/PWM_MAIN_FUNC6/values/301/description Peripheral via Actuator Set 1 - /parameters/PCA9685_FUNC6/values/302/description + /parameters/PWM_MAIN_FUNC6/values/302/description Peripheral via Actuator Set 2 - /parameters/PCA9685_FUNC6/values/303/description + /parameters/PWM_MAIN_FUNC6/values/303/description Peripheral via Actuator Set 3 - /parameters/PCA9685_FUNC6/values/304/description + /parameters/PWM_MAIN_FUNC6/values/304/description Peripheral via Actuator Set 4 - /parameters/PCA9685_FUNC6/values/305/description + /parameters/PWM_MAIN_FUNC6/values/305/description Peripheral via Actuator Set 5 - /parameters/PCA9685_FUNC6/values/306/description + /parameters/PWM_MAIN_FUNC6/values/306/description Peripheral via Actuator Set 6 - /parameters/PCA9685_FUNC6/values/400/description + /parameters/PWM_MAIN_FUNC6/values/400/description Landing Gear - /parameters/PCA9685_FUNC6/values/401/description + /parameters/PWM_MAIN_FUNC6/values/401/description Parachute - /parameters/PCA9685_FUNC6/values/402/description + /parameters/PWM_MAIN_FUNC6/values/402/description RC Roll - /parameters/PCA9685_FUNC6/values/403/description + /parameters/PWM_MAIN_FUNC6/values/403/description RC Pitch - /parameters/PCA9685_FUNC6/values/404/description + /parameters/PWM_MAIN_FUNC6/values/404/description RC Throttle - /parameters/PCA9685_FUNC6/values/405/description + /parameters/PWM_MAIN_FUNC6/values/405/description RC Yaw - /parameters/PCA9685_FUNC6/values/406/description + /parameters/PWM_MAIN_FUNC6/values/406/description RC Flaps - /parameters/PCA9685_FUNC6/values/407/description + /parameters/PWM_MAIN_FUNC6/values/407/description RC AUX 1 - /parameters/PCA9685_FUNC6/values/408/description + /parameters/PWM_MAIN_FUNC6/values/408/description RC AUX 2 - /parameters/PCA9685_FUNC6/values/409/description + /parameters/PWM_MAIN_FUNC6/values/409/description RC AUX 3 - /parameters/PCA9685_FUNC6/values/410/description + /parameters/PWM_MAIN_FUNC6/values/410/description RC AUX 4 - /parameters/PCA9685_FUNC6/values/411/description + /parameters/PWM_MAIN_FUNC6/values/411/description RC AUX 5 - /parameters/PCA9685_FUNC6/values/412/description + /parameters/PWM_MAIN_FUNC6/values/412/description RC AUX 6 - /parameters/PCA9685_FUNC6/values/420/description + /parameters/PWM_MAIN_FUNC6/values/420/description Gimbal Roll - /parameters/PCA9685_FUNC6/values/421/description + /parameters/PWM_MAIN_FUNC6/values/421/description Gimbal Pitch - /parameters/PCA9685_FUNC6/values/422/description + /parameters/PWM_MAIN_FUNC6/values/422/description Gimbal Yaw - /parameters/PCA9685_FUNC6/values/430/description + /parameters/PWM_MAIN_FUNC6/values/430/description Gripper - /parameters/PCA9685_FUNC6/values/440/description + /parameters/PWM_MAIN_FUNC6/values/440/description Landing Gear Wheel - /parameters/PCA9685_FUNC7/shortDesc + /parameters/PWM_MAIN_FUNC7/shortDesc - PCA9685 Output Channel 7 Output Function + SIM Channel 7 Output Function - /parameters/PCA9685_FUNC7/longDesc + /parameters/PWM_MAIN_FUNC7/longDesc - Select what should be output on PCA9685 Output Channel 7. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Select what should be output on SIM Channel 7. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest - /parameters/PCA9685_FUNC7/values/0/description + /parameters/PWM_MAIN_FUNC7/values/0/description Disabled - /parameters/PCA9685_FUNC7/values/1/description + /parameters/PWM_MAIN_FUNC7/values/1/description Constant Min - /parameters/PCA9685_FUNC7/values/2/description + /parameters/PWM_MAIN_FUNC7/values/2/description Constant Max - /parameters/PCA9685_FUNC7/values/101/description + /parameters/PWM_MAIN_FUNC7/values/101/description Motor 1 - /parameters/PCA9685_FUNC7/values/102/description + /parameters/PWM_MAIN_FUNC7/values/102/description Motor 2 - /parameters/PCA9685_FUNC7/values/103/description + /parameters/PWM_MAIN_FUNC7/values/103/description Motor 3 - /parameters/PCA9685_FUNC7/values/104/description + /parameters/PWM_MAIN_FUNC7/values/104/description Motor 4 - /parameters/PCA9685_FUNC7/values/105/description + /parameters/PWM_MAIN_FUNC7/values/105/description Motor 5 - /parameters/PCA9685_FUNC7/values/106/description + /parameters/PWM_MAIN_FUNC7/values/106/description Motor 6 - /parameters/PCA9685_FUNC7/values/107/description + /parameters/PWM_MAIN_FUNC7/values/107/description Motor 7 - /parameters/PCA9685_FUNC7/values/108/description + /parameters/PWM_MAIN_FUNC7/values/108/description Motor 8 - /parameters/PCA9685_FUNC7/values/109/description + /parameters/PWM_MAIN_FUNC7/values/109/description Motor 9 - /parameters/PCA9685_FUNC7/values/110/description + /parameters/PWM_MAIN_FUNC7/values/110/description Motor 10 - /parameters/PCA9685_FUNC7/values/111/description + /parameters/PWM_MAIN_FUNC7/values/111/description Motor 11 - /parameters/PCA9685_FUNC7/values/112/description + /parameters/PWM_MAIN_FUNC7/values/112/description Motor 12 - /parameters/PCA9685_FUNC7/values/201/description + /parameters/PWM_MAIN_FUNC7/values/201/description Servo 1 - /parameters/PCA9685_FUNC7/values/202/description + /parameters/PWM_MAIN_FUNC7/values/202/description Servo 2 - /parameters/PCA9685_FUNC7/values/203/description + /parameters/PWM_MAIN_FUNC7/values/203/description Servo 3 - /parameters/PCA9685_FUNC7/values/204/description + /parameters/PWM_MAIN_FUNC7/values/204/description Servo 4 - /parameters/PCA9685_FUNC7/values/205/description + /parameters/PWM_MAIN_FUNC7/values/205/description Servo 5 - /parameters/PCA9685_FUNC7/values/206/description + /parameters/PWM_MAIN_FUNC7/values/206/description Servo 6 - /parameters/PCA9685_FUNC7/values/207/description + /parameters/PWM_MAIN_FUNC7/values/207/description Servo 7 - /parameters/PCA9685_FUNC7/values/208/description + /parameters/PWM_MAIN_FUNC7/values/208/description Servo 8 - /parameters/PCA9685_FUNC7/values/301/description + /parameters/PWM_MAIN_FUNC7/values/301/description Peripheral via Actuator Set 1 - /parameters/PCA9685_FUNC7/values/302/description + /parameters/PWM_MAIN_FUNC7/values/302/description Peripheral via Actuator Set 2 - /parameters/PCA9685_FUNC7/values/303/description + /parameters/PWM_MAIN_FUNC7/values/303/description Peripheral via Actuator Set 3 - /parameters/PCA9685_FUNC7/values/304/description + /parameters/PWM_MAIN_FUNC7/values/304/description Peripheral via Actuator Set 4 - /parameters/PCA9685_FUNC7/values/305/description + /parameters/PWM_MAIN_FUNC7/values/305/description Peripheral via Actuator Set 5 - /parameters/PCA9685_FUNC7/values/306/description + /parameters/PWM_MAIN_FUNC7/values/306/description Peripheral via Actuator Set 6 - /parameters/PCA9685_FUNC7/values/400/description + /parameters/PWM_MAIN_FUNC7/values/400/description Landing Gear - /parameters/PCA9685_FUNC7/values/401/description + /parameters/PWM_MAIN_FUNC7/values/401/description Parachute - /parameters/PCA9685_FUNC7/values/402/description + /parameters/PWM_MAIN_FUNC7/values/402/description RC Roll - /parameters/PCA9685_FUNC7/values/403/description + /parameters/PWM_MAIN_FUNC7/values/403/description RC Pitch - /parameters/PCA9685_FUNC7/values/404/description + /parameters/PWM_MAIN_FUNC7/values/404/description RC Throttle - /parameters/PCA9685_FUNC7/values/405/description + /parameters/PWM_MAIN_FUNC7/values/405/description RC Yaw - /parameters/PCA9685_FUNC7/values/406/description + /parameters/PWM_MAIN_FUNC7/values/406/description RC Flaps - /parameters/PCA9685_FUNC7/values/407/description + /parameters/PWM_MAIN_FUNC7/values/407/description RC AUX 1 - /parameters/PCA9685_FUNC7/values/408/description + /parameters/PWM_MAIN_FUNC7/values/408/description RC AUX 2 - /parameters/PCA9685_FUNC7/values/409/description + /parameters/PWM_MAIN_FUNC7/values/409/description RC AUX 3 - /parameters/PCA9685_FUNC7/values/410/description + /parameters/PWM_MAIN_FUNC7/values/410/description RC AUX 4 - /parameters/PCA9685_FUNC7/values/411/description + /parameters/PWM_MAIN_FUNC7/values/411/description RC AUX 5 - /parameters/PCA9685_FUNC7/values/412/description + /parameters/PWM_MAIN_FUNC7/values/412/description RC AUX 6 - /parameters/PCA9685_FUNC7/values/420/description + /parameters/PWM_MAIN_FUNC7/values/420/description Gimbal Roll - /parameters/PCA9685_FUNC7/values/421/description + /parameters/PWM_MAIN_FUNC7/values/421/description Gimbal Pitch - /parameters/PCA9685_FUNC7/values/422/description + /parameters/PWM_MAIN_FUNC7/values/422/description Gimbal Yaw - /parameters/PCA9685_FUNC7/values/430/description + /parameters/PWM_MAIN_FUNC7/values/430/description Gripper - /parameters/PCA9685_FUNC7/values/440/description + /parameters/PWM_MAIN_FUNC7/values/440/description Landing Gear Wheel - /parameters/PCA9685_FUNC8/shortDesc + /parameters/PWM_MAIN_FUNC8/shortDesc - PCA9685 Output Channel 8 Output Function + SIM Channel 8 Output Function - /parameters/PCA9685_FUNC8/longDesc + /parameters/PWM_MAIN_FUNC8/longDesc - Select what should be output on PCA9685 Output Channel 8. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Select what should be output on SIM Channel 8. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest - /parameters/PCA9685_FUNC8/values/0/description + /parameters/PWM_MAIN_FUNC8/values/0/description Disabled - /parameters/PCA9685_FUNC8/values/1/description + /parameters/PWM_MAIN_FUNC8/values/1/description Constant Min - /parameters/PCA9685_FUNC8/values/2/description + /parameters/PWM_MAIN_FUNC8/values/2/description Constant Max - /parameters/PCA9685_FUNC8/values/101/description + /parameters/PWM_MAIN_FUNC8/values/101/description Motor 1 - /parameters/PCA9685_FUNC8/values/102/description + /parameters/PWM_MAIN_FUNC8/values/102/description Motor 2 - /parameters/PCA9685_FUNC8/values/103/description + /parameters/PWM_MAIN_FUNC8/values/103/description Motor 3 - /parameters/PCA9685_FUNC8/values/104/description + /parameters/PWM_MAIN_FUNC8/values/104/description Motor 4 - /parameters/PCA9685_FUNC8/values/105/description + /parameters/PWM_MAIN_FUNC8/values/105/description Motor 5 - /parameters/PCA9685_FUNC8/values/106/description + /parameters/PWM_MAIN_FUNC8/values/106/description Motor 6 - /parameters/PCA9685_FUNC8/values/107/description + /parameters/PWM_MAIN_FUNC8/values/107/description Motor 7 - /parameters/PCA9685_FUNC8/values/108/description + /parameters/PWM_MAIN_FUNC8/values/108/description Motor 8 - /parameters/PCA9685_FUNC8/values/109/description + /parameters/PWM_MAIN_FUNC8/values/109/description Motor 9 - /parameters/PCA9685_FUNC8/values/110/description + /parameters/PWM_MAIN_FUNC8/values/110/description Motor 10 - /parameters/PCA9685_FUNC8/values/111/description + /parameters/PWM_MAIN_FUNC8/values/111/description Motor 11 - /parameters/PCA9685_FUNC8/values/112/description + /parameters/PWM_MAIN_FUNC8/values/112/description Motor 12 - /parameters/PCA9685_FUNC8/values/201/description + /parameters/PWM_MAIN_FUNC8/values/201/description Servo 1 - /parameters/PCA9685_FUNC8/values/202/description + /parameters/PWM_MAIN_FUNC8/values/202/description Servo 2 - /parameters/PCA9685_FUNC8/values/203/description + /parameters/PWM_MAIN_FUNC8/values/203/description Servo 3 - /parameters/PCA9685_FUNC8/values/204/description + /parameters/PWM_MAIN_FUNC8/values/204/description Servo 4 - /parameters/PCA9685_FUNC8/values/205/description + /parameters/PWM_MAIN_FUNC8/values/205/description Servo 5 - /parameters/PCA9685_FUNC8/values/206/description + /parameters/PWM_MAIN_FUNC8/values/206/description Servo 6 - /parameters/PCA9685_FUNC8/values/207/description + /parameters/PWM_MAIN_FUNC8/values/207/description Servo 7 - /parameters/PCA9685_FUNC8/values/208/description + /parameters/PWM_MAIN_FUNC8/values/208/description Servo 8 - /parameters/PCA9685_FUNC8/values/301/description + /parameters/PWM_MAIN_FUNC8/values/301/description Peripheral via Actuator Set 1 - /parameters/PCA9685_FUNC8/values/302/description + /parameters/PWM_MAIN_FUNC8/values/302/description Peripheral via Actuator Set 2 - /parameters/PCA9685_FUNC8/values/303/description + /parameters/PWM_MAIN_FUNC8/values/303/description Peripheral via Actuator Set 3 - /parameters/PCA9685_FUNC8/values/304/description + /parameters/PWM_MAIN_FUNC8/values/304/description Peripheral via Actuator Set 4 - /parameters/PCA9685_FUNC8/values/305/description + /parameters/PWM_MAIN_FUNC8/values/305/description Peripheral via Actuator Set 5 - /parameters/PCA9685_FUNC8/values/306/description + /parameters/PWM_MAIN_FUNC8/values/306/description Peripheral via Actuator Set 6 - /parameters/PCA9685_FUNC8/values/400/description + /parameters/PWM_MAIN_FUNC8/values/400/description Landing Gear - /parameters/PCA9685_FUNC8/values/401/description + /parameters/PWM_MAIN_FUNC8/values/401/description Parachute - /parameters/PCA9685_FUNC8/values/402/description + /parameters/PWM_MAIN_FUNC8/values/402/description RC Roll - /parameters/PCA9685_FUNC8/values/403/description + /parameters/PWM_MAIN_FUNC8/values/403/description RC Pitch - /parameters/PCA9685_FUNC8/values/404/description + /parameters/PWM_MAIN_FUNC8/values/404/description RC Throttle - /parameters/PCA9685_FUNC8/values/405/description + /parameters/PWM_MAIN_FUNC8/values/405/description RC Yaw - /parameters/PCA9685_FUNC8/values/406/description + /parameters/PWM_MAIN_FUNC8/values/406/description RC Flaps - /parameters/PCA9685_FUNC8/values/407/description + /parameters/PWM_MAIN_FUNC8/values/407/description RC AUX 1 - /parameters/PCA9685_FUNC8/values/408/description + /parameters/PWM_MAIN_FUNC8/values/408/description RC AUX 2 - /parameters/PCA9685_FUNC8/values/409/description + /parameters/PWM_MAIN_FUNC8/values/409/description RC AUX 3 - /parameters/PCA9685_FUNC8/values/410/description + /parameters/PWM_MAIN_FUNC8/values/410/description RC AUX 4 - /parameters/PCA9685_FUNC8/values/411/description + /parameters/PWM_MAIN_FUNC8/values/411/description RC AUX 5 - /parameters/PCA9685_FUNC8/values/412/description + /parameters/PWM_MAIN_FUNC8/values/412/description RC AUX 6 - /parameters/PCA9685_FUNC8/values/420/description + /parameters/PWM_MAIN_FUNC8/values/420/description Gimbal Roll - /parameters/PCA9685_FUNC8/values/421/description + /parameters/PWM_MAIN_FUNC8/values/421/description Gimbal Pitch - /parameters/PCA9685_FUNC8/values/422/description + /parameters/PWM_MAIN_FUNC8/values/422/description Gimbal Yaw - /parameters/PCA9685_FUNC8/values/430/description + /parameters/PWM_MAIN_FUNC8/values/430/description Gripper - /parameters/PCA9685_FUNC8/values/440/description + /parameters/PWM_MAIN_FUNC8/values/440/description Landing Gear Wheel - /parameters/PCA9685_FUNC9/shortDesc + /parameters/PWM_MAIN_FUNC9/shortDesc - PCA9685 Output Channel 9 Output Function + SIM Channel 9 Output Function - /parameters/PCA9685_FUNC9/longDesc + /parameters/PWM_MAIN_FUNC9/longDesc - Select what should be output on PCA9685 Output Channel 9. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Select what should be output on SIM Channel 9. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest - /parameters/PCA9685_FUNC9/values/0/description + /parameters/PWM_MAIN_FUNC9/values/0/description Disabled - /parameters/PCA9685_FUNC9/values/1/description + /parameters/PWM_MAIN_FUNC9/values/1/description Constant Min - /parameters/PCA9685_FUNC9/values/2/description + /parameters/PWM_MAIN_FUNC9/values/2/description Constant Max - /parameters/PCA9685_FUNC9/values/101/description + /parameters/PWM_MAIN_FUNC9/values/101/description Motor 1 - /parameters/PCA9685_FUNC9/values/102/description + /parameters/PWM_MAIN_FUNC9/values/102/description Motor 2 - /parameters/PCA9685_FUNC9/values/103/description + /parameters/PWM_MAIN_FUNC9/values/103/description Motor 3 - /parameters/PCA9685_FUNC9/values/104/description + /parameters/PWM_MAIN_FUNC9/values/104/description Motor 4 - /parameters/PCA9685_FUNC9/values/105/description + /parameters/PWM_MAIN_FUNC9/values/105/description Motor 5 - /parameters/PCA9685_FUNC9/values/106/description + /parameters/PWM_MAIN_FUNC9/values/106/description Motor 6 - /parameters/PCA9685_FUNC9/values/107/description + /parameters/PWM_MAIN_FUNC9/values/107/description Motor 7 - /parameters/PCA9685_FUNC9/values/108/description + /parameters/PWM_MAIN_FUNC9/values/108/description Motor 8 - /parameters/PCA9685_FUNC9/values/109/description + /parameters/PWM_MAIN_FUNC9/values/109/description Motor 9 - /parameters/PCA9685_FUNC9/values/110/description + /parameters/PWM_MAIN_FUNC9/values/110/description Motor 10 - /parameters/PCA9685_FUNC9/values/111/description + /parameters/PWM_MAIN_FUNC9/values/111/description Motor 11 - /parameters/PCA9685_FUNC9/values/112/description + /parameters/PWM_MAIN_FUNC9/values/112/description Motor 12 - /parameters/PCA9685_FUNC9/values/201/description + /parameters/PWM_MAIN_FUNC9/values/201/description Servo 1 - /parameters/PCA9685_FUNC9/values/202/description + /parameters/PWM_MAIN_FUNC9/values/202/description Servo 2 - /parameters/PCA9685_FUNC9/values/203/description + /parameters/PWM_MAIN_FUNC9/values/203/description Servo 3 - /parameters/PCA9685_FUNC9/values/204/description + /parameters/PWM_MAIN_FUNC9/values/204/description Servo 4 - /parameters/PCA9685_FUNC9/values/205/description + /parameters/PWM_MAIN_FUNC9/values/205/description Servo 5 - /parameters/PCA9685_FUNC9/values/206/description + /parameters/PWM_MAIN_FUNC9/values/206/description Servo 6 - /parameters/PCA9685_FUNC9/values/207/description + /parameters/PWM_MAIN_FUNC9/values/207/description Servo 7 - /parameters/PCA9685_FUNC9/values/208/description + /parameters/PWM_MAIN_FUNC9/values/208/description Servo 8 - /parameters/PCA9685_FUNC9/values/301/description + /parameters/PWM_MAIN_FUNC9/values/301/description Peripheral via Actuator Set 1 - /parameters/PCA9685_FUNC9/values/302/description + /parameters/PWM_MAIN_FUNC9/values/302/description Peripheral via Actuator Set 2 - /parameters/PCA9685_FUNC9/values/303/description + /parameters/PWM_MAIN_FUNC9/values/303/description Peripheral via Actuator Set 3 - /parameters/PCA9685_FUNC9/values/304/description + /parameters/PWM_MAIN_FUNC9/values/304/description Peripheral via Actuator Set 4 - /parameters/PCA9685_FUNC9/values/305/description + /parameters/PWM_MAIN_FUNC9/values/305/description Peripheral via Actuator Set 5 - /parameters/PCA9685_FUNC9/values/306/description + /parameters/PWM_MAIN_FUNC9/values/306/description Peripheral via Actuator Set 6 - /parameters/PCA9685_FUNC9/values/400/description + /parameters/PWM_MAIN_FUNC9/values/400/description Landing Gear - /parameters/PCA9685_FUNC9/values/401/description + /parameters/PWM_MAIN_FUNC9/values/401/description Parachute - /parameters/PCA9685_FUNC9/values/402/description + /parameters/PWM_MAIN_FUNC9/values/402/description RC Roll - /parameters/PCA9685_FUNC9/values/403/description + /parameters/PWM_MAIN_FUNC9/values/403/description RC Pitch - /parameters/PCA9685_FUNC9/values/404/description + /parameters/PWM_MAIN_FUNC9/values/404/description RC Throttle - /parameters/PCA9685_FUNC9/values/405/description + /parameters/PWM_MAIN_FUNC9/values/405/description RC Yaw - /parameters/PCA9685_FUNC9/values/406/description + /parameters/PWM_MAIN_FUNC9/values/406/description RC Flaps - /parameters/PCA9685_FUNC9/values/407/description + /parameters/PWM_MAIN_FUNC9/values/407/description RC AUX 1 - /parameters/PCA9685_FUNC9/values/408/description + /parameters/PWM_MAIN_FUNC9/values/408/description RC AUX 2 - /parameters/PCA9685_FUNC9/values/409/description + /parameters/PWM_MAIN_FUNC9/values/409/description RC AUX 3 - /parameters/PCA9685_FUNC9/values/410/description + /parameters/PWM_MAIN_FUNC9/values/410/description RC AUX 4 - /parameters/PCA9685_FUNC9/values/411/description + /parameters/PWM_MAIN_FUNC9/values/411/description RC AUX 5 - /parameters/PCA9685_FUNC9/values/412/description + /parameters/PWM_MAIN_FUNC9/values/412/description RC AUX 6 - /parameters/PCA9685_FUNC9/values/420/description + /parameters/PWM_MAIN_FUNC9/values/420/description Gimbal Roll - /parameters/PCA9685_FUNC9/values/421/description + /parameters/PWM_MAIN_FUNC9/values/421/description Gimbal Pitch - /parameters/PCA9685_FUNC9/values/422/description + /parameters/PWM_MAIN_FUNC9/values/422/description Gimbal Yaw - /parameters/PCA9685_FUNC9/values/430/description + /parameters/PWM_MAIN_FUNC9/values/430/description Gripper - /parameters/PCA9685_FUNC9/values/440/description + /parameters/PWM_MAIN_FUNC9/values/440/description Landing Gear Wheel - /parameters/PCA9685_MAX1/shortDesc + /parameters/PWM_MAIN_REV/shortDesc - PCA9685 Output Channel 1 Maximum Value + Reverse Output Range for SIM - /parameters/PCA9685_MAX1/longDesc + /parameters/PWM_MAIN_REV/longDesc - Maxmimum output value (when not disarmed). + Allows to reverse the output range for each channel. Note: this is only useful for servos. - /parameters/PCA9685_MAX10/shortDesc + /parameters/PWM_MAIN_REV/bitmask/0/description - PCA9685 Output Channel 10 Maximum Value + SIM Channel 1 - /parameters/PCA9685_MAX10/longDesc + /parameters/PWM_MAIN_REV/bitmask/1/description - Maxmimum output value (when not disarmed). + SIM Channel 2 - /parameters/PCA9685_MAX11/shortDesc + /parameters/PWM_MAIN_REV/bitmask/2/description - PCA9685 Output Channel 11 Maximum Value + SIM Channel 3 - /parameters/PCA9685_MAX11/longDesc + /parameters/PWM_MAIN_REV/bitmask/3/description - Maxmimum output value (when not disarmed). + SIM Channel 4 - /parameters/PCA9685_MAX12/shortDesc + /parameters/PWM_MAIN_REV/bitmask/4/description - PCA9685 Output Channel 12 Maximum Value + SIM Channel 5 - /parameters/PCA9685_MAX12/longDesc + /parameters/PWM_MAIN_REV/bitmask/5/description - Maxmimum output value (when not disarmed). + SIM Channel 6 - /parameters/PCA9685_MAX13/shortDesc + /parameters/PWM_MAIN_REV/bitmask/6/description - PCA9685 Output Channel 13 Maximum Value + SIM Channel 7 - /parameters/PCA9685_MAX13/longDesc + /parameters/PWM_MAIN_REV/bitmask/7/description - Maxmimum output value (when not disarmed). + SIM Channel 8 - /parameters/PCA9685_MAX14/shortDesc + /parameters/PWM_MAIN_REV/bitmask/8/description - PCA9685 Output Channel 14 Maximum Value + SIM Channel 9 - /parameters/PCA9685_MAX14/longDesc + /parameters/PWM_MAIN_REV/bitmask/9/description - Maxmimum output value (when not disarmed). + SIM Channel 10 - /parameters/PCA9685_MAX15/shortDesc + /parameters/PWM_MAIN_REV/bitmask/10/description - PCA9685 Output Channel 15 Maximum Value + SIM Channel 11 - /parameters/PCA9685_MAX15/longDesc + /parameters/PWM_MAIN_REV/bitmask/11/description - Maxmimum output value (when not disarmed). + SIM Channel 12 - /parameters/PCA9685_MAX16/shortDesc + /parameters/PWM_MAIN_REV/bitmask/12/description - PCA9685 Output Channel 16 Maximum Value + SIM Channel 13 - /parameters/PCA9685_MAX16/longDesc + /parameters/PWM_MAIN_REV/bitmask/13/description - Maxmimum output value (when not disarmed). + SIM Channel 14 - /parameters/PCA9685_MAX2/shortDesc + /parameters/PWM_MAIN_REV/bitmask/14/description - PCA9685 Output Channel 2 Maximum Value + SIM Channel 15 - /parameters/PCA9685_MAX2/longDesc + /parameters/PWM_MAIN_REV/bitmask/15/description - Maxmimum output value (when not disarmed). + SIM Channel 16 - /parameters/PCA9685_MAX3/shortDesc + /parameters/ASPD_BETA_GATE/shortDesc - PCA9685 Output Channel 3 Maximum Value + Gate size for sideslip angle fusion - /parameters/PCA9685_MAX3/longDesc + /parameters/ASPD_BETA_GATE/longDesc - Maxmimum output value (when not disarmed). + Sets the number of standard deviations used by the innovation consistency test. - /parameters/PCA9685_MAX4/shortDesc + /parameters/ASPD_BETA_NOISE/shortDesc - PCA9685 Output Channel 4 Maximum Value + Wind estimator sideslip measurement noise - /parameters/PCA9685_MAX4/longDesc + /parameters/ASPD_BETA_NOISE/longDesc - Maxmimum output value (when not disarmed). + Sideslip measurement noise of the internal wind estimator(s) of the airspeed selector. - /parameters/PCA9685_MAX5/shortDesc + /parameters/ASPD_DO_CHECKS/shortDesc - PCA9685 Output Channel 5 Maximum Value + Enable checks on airspeed sensors - /parameters/PCA9685_MAX5/longDesc + /parameters/ASPD_DO_CHECKS/longDesc - Maxmimum output value (when not disarmed). + Controls which checks are run to check airspeed data for validity. Only applied if ASPD_PRIMARY > 0. - /parameters/PCA9685_MAX6/shortDesc + /parameters/ASPD_DO_CHECKS/bitmask/0/description - PCA9685 Output Channel 6 Maximum Value + Only data missing check (triggers if more than 1s no data) - /parameters/PCA9685_MAX6/longDesc + /parameters/ASPD_DO_CHECKS/bitmask/1/description - Maxmimum output value (when not disarmed). + Data stuck (triggers if data is exactly constant for 2s in FW mode) - /parameters/PCA9685_MAX7/shortDesc + /parameters/ASPD_DO_CHECKS/bitmask/2/description - PCA9685 Output Channel 7 Maximum Value + Innovation check (see ASPD_FS_INNOV) - /parameters/PCA9685_MAX7/longDesc + /parameters/ASPD_DO_CHECKS/bitmask/3/description - Maxmimum output value (when not disarmed). + Load factor check (triggers if measurement is below stall speed) - /parameters/PCA9685_MAX8/shortDesc + /parameters/ASPD_DO_CHECKS/bitmask/4/description - PCA9685 Output Channel 8 Maximum Value + First principle check (airspeed change vs. throttle and pitch) - /parameters/PCA9685_MAX8/longDesc + /parameters/ASPD_FALLBACK_GW/shortDesc - Maxmimum output value (when not disarmed). + Enable fallback to sensor-less airspeed estimation - /parameters/PCA9685_MAX9/shortDesc + /parameters/ASPD_FALLBACK_GW/longDesc - PCA9685 Output Channel 9 Maximum Value + If set to true and airspeed checks are enabled, it will use a sensor-less airspeed estimation based on groundspeed minus windspeed if no other airspeed sensor available to fall back to. - /parameters/PCA9685_MAX9/longDesc + /parameters/ASPD_FALLBACK_GW/values/0/description - Maxmimum output value (when not disarmed). + Disable fallback to sensor-less estimation - /parameters/PCA9685_MIN1/shortDesc + /parameters/ASPD_FALLBACK_GW/values/1/description - PCA9685 Output Channel 1 Minimum Value + Enable fallback to sensor-less estimation - /parameters/PCA9685_MIN1/longDesc + /parameters/ASPD_FP_T_WINDOW/shortDesc - Minimum output value (when not disarmed). + First principle airspeed check time window - /parameters/PCA9685_MIN10/shortDesc + /parameters/ASPD_FP_T_WINDOW/longDesc - PCA9685 Output Channel 10 Minimum Value + Window for comparing airspeed change to throttle and pitch change. Triggers when the airspeed change within this window is negative while throttle increases and the vehicle pitches down. Is meant to catch degrading airspeed blockages as can happen when flying through icing conditions. Relies on FW_THR_TRIM being set accurately. - /parameters/PCA9685_MIN10/longDesc + /parameters/ASPD_FS_INNOV/shortDesc - Minimum output value (when not disarmed). + Airspeed failure innovation threshold - /parameters/PCA9685_MIN11/shortDesc + /parameters/ASPD_FS_INNOV/longDesc - PCA9685 Output Channel 11 Minimum Value + This specifies the minimum airspeed innovation required to trigger a failsafe. Larger values make the check less sensitive, smaller values make it more sensitive. Large innovations indicate an inconsistency between predicted (groundspeed - windspeeed) and measured airspeed. The time required to detect a fault when the threshold is exceeded depends on the size of the exceedance and is controlled by the ASPD_FS_INTEG parameter. - /parameters/PCA9685_MIN11/longDesc + /parameters/ASPD_FS_INTEG/shortDesc - Minimum output value (when not disarmed). + Airspeed failure innovation integral threshold - /parameters/PCA9685_MIN12/shortDesc + /parameters/ASPD_FS_INTEG/longDesc - PCA9685 Output Channel 12 Minimum Value + This sets the time integral of airspeed innovation exceedance above ASPD_FS_INNOV required to trigger a failsafe. Larger values make the check less sensitive, smaller positive values make it more sensitive. - /parameters/PCA9685_MIN12/longDesc + /parameters/ASPD_FS_T_START/shortDesc - Minimum output value (when not disarmed). + Airspeed failsafe start delay - /parameters/PCA9685_MIN13/shortDesc + /parameters/ASPD_FS_T_START/longDesc - PCA9685 Output Channel 13 Minimum Value + Delay before switching back to using airspeed sensor if checks indicate sensor is good. Set to a negative value to disable the re-enabling in flight. - /parameters/PCA9685_MIN13/longDesc + /parameters/ASPD_FS_T_STOP/shortDesc - Minimum output value (when not disarmed). + Airspeed failsafe stop delay - /parameters/PCA9685_MIN14/shortDesc + /parameters/ASPD_FS_T_STOP/longDesc - PCA9685 Output Channel 14 Minimum Value + Delay before stopping use of airspeed sensor if checks indicate sensor is bad. - /parameters/PCA9685_MIN14/longDesc + /parameters/ASPD_PRIMARY/shortDesc - Minimum output value (when not disarmed). + Index or primary airspeed measurement source - /parameters/PCA9685_MIN15/shortDesc + /parameters/ASPD_PRIMARY/values/0/description - PCA9685 Output Channel 15 Minimum Value + Groundspeed minus windspeed - /parameters/PCA9685_MIN15/longDesc + /parameters/ASPD_PRIMARY/values/1/description - Minimum output value (when not disarmed). + First airspeed sensor - /parameters/PCA9685_MIN16/shortDesc + /parameters/ASPD_PRIMARY/values/2/description - PCA9685 Output Channel 16 Minimum Value + Second airspeed sensor - /parameters/PCA9685_MIN16/longDesc + /parameters/ASPD_PRIMARY/values/3/description - Minimum output value (when not disarmed). + Third airspeed sensor - /parameters/PCA9685_MIN2/shortDesc + /parameters/ASPD_SCALE_1/shortDesc - PCA9685 Output Channel 2 Minimum Value + Scale of airspeed sensor 1 - /parameters/PCA9685_MIN2/longDesc + /parameters/ASPD_SCALE_1/longDesc - Minimum output value (when not disarmed). + This is the scale IAS --> CAS of the first airspeed sensor instance - /parameters/PCA9685_MIN3/shortDesc + /parameters/ASPD_SCALE_2/shortDesc - PCA9685 Output Channel 3 Minimum Value + Scale of airspeed sensor 2 - /parameters/PCA9685_MIN3/longDesc + /parameters/ASPD_SCALE_2/longDesc - Minimum output value (when not disarmed). + This is the scale IAS --> CAS of the second airspeed sensor instance - /parameters/PCA9685_MIN4/shortDesc + /parameters/ASPD_SCALE_3/shortDesc - PCA9685 Output Channel 4 Minimum Value + Scale of airspeed sensor 3 - /parameters/PCA9685_MIN4/longDesc + /parameters/ASPD_SCALE_3/longDesc - Minimum output value (when not disarmed). + This is the scale IAS --> CAS of the third airspeed sensor instance - /parameters/PCA9685_MIN5/shortDesc + /parameters/ASPD_SCALE_APPLY/shortDesc - PCA9685 Output Channel 5 Minimum Value + Controls when to apply the new estimated airspeed scale(s) - /parameters/PCA9685_MIN5/longDesc + /parameters/ASPD_SCALE_APPLY/values/0/description - Minimum output value (when not disarmed). + Do not automatically apply the estimated scale - /parameters/PCA9685_MIN6/shortDesc + /parameters/ASPD_SCALE_APPLY/values/1/description - PCA9685 Output Channel 6 Minimum Value + Apply the estimated scale after disarm - /parameters/PCA9685_MIN6/longDesc + /parameters/ASPD_SCALE_APPLY/values/2/description - Minimum output value (when not disarmed). + Apply the estimated scale in air - /parameters/PCA9685_MIN7/shortDesc + /parameters/ASPD_SCALE_NSD/shortDesc - PCA9685 Output Channel 7 Minimum Value + Wind estimator true airspeed scale process noise spectral density - /parameters/PCA9685_MIN7/longDesc + /parameters/ASPD_SCALE_NSD/longDesc - Minimum output value (when not disarmed). + Airspeed scale process noise of the internal wind estimator(s) of the airspeed selector. When unaided, the scale uncertainty (1-sigma, unitless) increases by this amount every second. - /parameters/PCA9685_MIN8/shortDesc + /parameters/ASPD_TAS_GATE/shortDesc - PCA9685 Output Channel 8 Minimum Value + Gate size for true airspeed fusion - /parameters/PCA9685_MIN8/longDesc + /parameters/ASPD_TAS_GATE/longDesc - Minimum output value (when not disarmed). + Sets the number of standard deviations used by the innovation consistency test. - /parameters/PCA9685_MIN9/shortDesc + /parameters/ASPD_TAS_NOISE/shortDesc - PCA9685 Output Channel 9 Minimum Value + Wind estimator true airspeed measurement noise - /parameters/PCA9685_MIN9/longDesc + /parameters/ASPD_TAS_NOISE/longDesc - Minimum output value (when not disarmed). + True airspeed measurement noise of the internal wind estimator(s) of the airspeed selector. - /parameters/PCA9685_PWM_FREQ/shortDesc + /parameters/ASPD_WERR_THR/shortDesc - PWM cycle frequency + Horizontal wind uncertainty threshold for synthetic airspeed - /parameters/PCA9685_PWM_FREQ/longDesc + /parameters/ASPD_WERR_THR/longDesc - Controls the PWM frequency at timing perspective. This is independent from PWM update frequency, as PCA9685 is capable to output without being continuously commanded by FC. Higher frequency leads to more accurate pulse width, but some ESCs and servos may not support it. This parameter should be set to the same value as PWM update rate in most case. This parameter MUST NOT exceed upper limit of 400.0, if any outputs as generic 1000~2000us pulse width is desired. Frequency higher than 400 only makes sense in duty-cycle mode. + The synthetic airspeed estimate (from groundspeed and heading) will be declared valid as soon and as long the horizontal wind uncertainty is below this value. - /parameters/PCA9685_REV/shortDesc + /parameters/ASPD_WIND_NSD/shortDesc - Reverse Output Range for PCA9685 Output + Wind estimator wind process noise spectral density - /parameters/PCA9685_REV/longDesc + /parameters/ASPD_WIND_NSD/longDesc - Allows to reverse the output range for each channel. Note: this is only useful for servos. + Wind process noise of the internal wind estimator(s) of the airspeed selector. When unaided, the wind estimate uncertainty (1-sigma, in m/s) increases by this amount every second. - /parameters/PCA9685_REV/bitmask/0/description + /parameters/ATT_ACC_COMP/shortDesc - PCA9685 Output Channel 1 + Acceleration compensation based on GPS velocity - /parameters/PCA9685_REV/bitmask/1/description + /parameters/ATT_ACC_COMP/values/0/description - PCA9685 Output Channel 2 + Disabled - /parameters/PCA9685_REV/bitmask/2/description + /parameters/ATT_ACC_COMP/values/1/description - PCA9685 Output Channel 3 + Enabled - /parameters/PCA9685_REV/bitmask/3/description + /parameters/ATT_BIAS_MAX/shortDesc - PCA9685 Output Channel 4 + Gyro bias limit - /parameters/PCA9685_REV/bitmask/4/description + /parameters/ATT_EN/shortDesc - PCA9685 Output Channel 5 + standalone attitude estimator enable (unsupported) - /parameters/PCA9685_REV/bitmask/5/description + /parameters/ATT_EN/longDesc - PCA9685 Output Channel 6 + Enable standalone quaternion based attitude estimator. - /parameters/PCA9685_REV/bitmask/6/description + /parameters/ATT_EN/values/0/description - PCA9685 Output Channel 7 + Disabled - /parameters/PCA9685_REV/bitmask/7/description + /parameters/ATT_EN/values/1/description - PCA9685 Output Channel 8 + Enabled - /parameters/PCA9685_REV/bitmask/8/description + /parameters/ATT_EXT_HDG_M/shortDesc - PCA9685 Output Channel 9 + External heading usage mode (from Motion capture/Vision) - /parameters/PCA9685_REV/bitmask/9/description + /parameters/ATT_EXT_HDG_M/longDesc - PCA9685 Output Channel 10 + Set to 1 to use heading estimate from vision. Set to 2 to use heading from motion capture. - /parameters/PCA9685_REV/bitmask/10/description + /parameters/ATT_EXT_HDG_M/values/0/description - PCA9685 Output Channel 11 + None - /parameters/PCA9685_REV/bitmask/11/description + /parameters/ATT_EXT_HDG_M/values/1/description - PCA9685 Output Channel 12 + Vision - /parameters/PCA9685_REV/bitmask/12/description + /parameters/ATT_EXT_HDG_M/values/2/description - PCA9685 Output Channel 13 + Motion Capture - /parameters/PCA9685_REV/bitmask/13/description + /parameters/ATT_MAG_DECL/shortDesc - PCA9685 Output Channel 14 + Magnetic declination, in degrees - /parameters/PCA9685_REV/bitmask/14/description + /parameters/ATT_MAG_DECL/longDesc - PCA9685 Output Channel 15 + This parameter is not used in normal operation, as the declination is looked up based on the GPS coordinates of the vehicle. - /parameters/PCA9685_REV/bitmask/15/description + /parameters/ATT_MAG_DECL_A/shortDesc - PCA9685 Output Channel 16 + Automatic GPS based declination compensation - /parameters/PCA9685_SCHD_HZ/shortDesc + /parameters/ATT_MAG_DECL_A/values/0/description - PWM update rate + Disabled - /parameters/PCA9685_SCHD_HZ/longDesc + /parameters/ATT_MAG_DECL_A/values/1/description - Controls the update rate of PWM output. Flight Controller will inform those numbers of update events in a second, to PCA9685. Higher update rate will consume more I2C bandwidth, which may even lead to worse output latency, or completely block I2C bus. + Enabled - /parameters/PWM_AUX_DIS1/shortDesc + /parameters/ATT_W_ACC/shortDesc - PWM Aux 1 Disarmed Value + Complimentary filter accelerometer weight - /parameters/PWM_AUX_DIS1/longDesc + /parameters/ATT_W_EXT_HDG/shortDesc - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Complimentary filter external heading weight - /parameters/PWM_AUX_DIS10/shortDesc + /parameters/ATT_W_GYRO_BIAS/shortDesc - PWM Capture 2 Disarmed Value + Complimentary filter gyroscope bias weight - /parameters/PWM_AUX_DIS10/longDesc + /parameters/ATT_W_MAG/shortDesc - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Complimentary filter magnetometer weight - /parameters/PWM_AUX_DIS11/shortDesc + /parameters/ATT_W_MAG/longDesc - PWM Capture 3 Disarmed Value + Set to 0 to avoid using the magnetometer. - /parameters/PWM_AUX_DIS11/longDesc + /parameters/FW_AT_APPLY/shortDesc - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Controls when to apply the new gains - /parameters/PWM_AUX_DIS2/shortDesc + /parameters/FW_AT_APPLY/longDesc - PWM Aux 2 Disarmed Value + After the auto-tuning sequence is completed, a new set of gains is available and can be applied immediately or after landing. - /parameters/PWM_AUX_DIS2/longDesc + /parameters/FW_AT_APPLY/values/0/description - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Do not apply the new gains (logging only) - /parameters/PWM_AUX_DIS3/shortDesc + /parameters/FW_AT_APPLY/values/1/description - PWM Aux 3 Disarmed Value + Apply the new gains after disarm - /parameters/PWM_AUX_DIS3/longDesc + /parameters/FW_AT_APPLY/values/2/description - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Apply the new gains in air - /parameters/PWM_AUX_DIS4/shortDesc + /parameters/FW_AT_AXES/shortDesc - PWM Aux 4 Disarmed Value + Tuning axes selection - /parameters/PWM_AUX_DIS4/longDesc + /parameters/FW_AT_AXES/longDesc - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Defines which axes will be tuned during the auto-tuning sequence Set bits in the following positions to enable: 0 : Roll 1 : Pitch 2 : Yaw - /parameters/PWM_AUX_DIS5/shortDesc + /parameters/FW_AT_AXES/bitmask/0/description - PWM Aux 5 Disarmed Value + roll - /parameters/PWM_AUX_DIS5/longDesc + /parameters/FW_AT_AXES/bitmask/1/description - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + pitch - /parameters/PWM_AUX_DIS6/shortDesc + /parameters/FW_AT_AXES/bitmask/2/description - PWM Aux 6 Disarmed Value + yaw - /parameters/PWM_AUX_DIS6/longDesc + /parameters/FW_AT_MAN_AUX/shortDesc - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Enable/disable auto tuning using an RC AUX input - /parameters/PWM_AUX_DIS7/shortDesc + /parameters/FW_AT_MAN_AUX/longDesc - PWM Aux 7 Disarmed Value + Defines which RC_MAP_AUXn parameter maps the RC channel used to enable/disable auto tuning. - /parameters/PWM_AUX_DIS7/longDesc + /parameters/FW_AT_MAN_AUX/values/0/description - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Disable - /parameters/PWM_AUX_DIS8/shortDesc + /parameters/FW_AT_MAN_AUX/values/1/description - PWM Aux 8 Disarmed Value + Aux1 - /parameters/PWM_AUX_DIS8/longDesc + /parameters/FW_AT_MAN_AUX/values/2/description - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Aux2 - /parameters/PWM_AUX_DIS9/shortDesc + /parameters/FW_AT_MAN_AUX/values/3/description - PWM Capture 1 Disarmed Value + Aux3 - /parameters/PWM_AUX_DIS9/longDesc + /parameters/FW_AT_MAN_AUX/values/4/description - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Aux4 - /parameters/PWM_AUX_FAIL1/shortDesc + /parameters/FW_AT_MAN_AUX/values/5/description - PWM Aux 1 Failsafe Value + Aux5 - /parameters/PWM_AUX_FAIL1/longDesc + /parameters/FW_AT_MAN_AUX/values/6/description - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC1). + Aux6 - /parameters/PWM_AUX_FAIL10/shortDesc + /parameters/FW_AT_START/shortDesc - PWM Capture 2 Failsafe Value + Start the autotuning sequence - /parameters/PWM_AUX_FAIL10/longDesc + /parameters/FW_AT_START/longDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC2). + WARNING: this will inject steps to the rate controller and can be dangerous. Only activate if you know what you are doing, and in a safe environment. Any motion of the remote stick will abort the signal injection and reset this parameter Best is to perform the identification in position or hold mode. Increase the amplitude of the injected signal using FW_AT_SYSID_AMP for more signal/noise ratio - /parameters/PWM_AUX_FAIL11/shortDesc + /parameters/FW_AT_START/values/0/description - PWM Capture 3 Failsafe Value + Disabled - /parameters/PWM_AUX_FAIL11/longDesc + /parameters/FW_AT_START/values/1/description - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC3). + Enabled - /parameters/PWM_AUX_FAIL2/shortDesc + /parameters/FW_AT_SYSID_AMP/shortDesc - PWM Aux 2 Failsafe Value + Amplitude of the injected signal - /parameters/PWM_AUX_FAIL2/longDesc + /parameters/FW_AT_SYSID_AMP/longDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC2). + This parameter scales the signal sent to the rate controller during system identification. - /parameters/PWM_AUX_FAIL3/shortDesc + /parameters/FW_AT_SYSID_F0/shortDesc - PWM Aux 3 Failsafe Value + Start frequency of the injected signal - /parameters/PWM_AUX_FAIL3/longDesc + /parameters/FW_AT_SYSID_F0/longDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC3). + Can be set lower or higher than the end frequency - /parameters/PWM_AUX_FAIL4/shortDesc + /parameters/FW_AT_SYSID_F1/shortDesc - PWM Aux 4 Failsafe Value + End frequency of the injected signal - /parameters/PWM_AUX_FAIL4/longDesc + /parameters/FW_AT_SYSID_F1/longDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC4). + Can be set lower or higher than the start frequency - /parameters/PWM_AUX_FAIL5/shortDesc + /parameters/FW_AT_SYSID_TIME/shortDesc - PWM Aux 5 Failsafe Value + Maneuver time for each axis - /parameters/PWM_AUX_FAIL5/longDesc + /parameters/FW_AT_SYSID_TIME/longDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC5). + Duration of the input signal sent on each axis during system identification - /parameters/PWM_AUX_FAIL6/shortDesc + /parameters/FW_AT_SYSID_TYPE/shortDesc - PWM Aux 6 Failsafe Value + Input signal type - /parameters/PWM_AUX_FAIL6/longDesc + /parameters/FW_AT_SYSID_TYPE/longDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC6). + Type of signal used during system identification to excite the system. - /parameters/PWM_AUX_FAIL7/shortDesc + /parameters/FW_AT_SYSID_TYPE/values/0/description - PWM Aux 7 Failsafe Value + Step - /parameters/PWM_AUX_FAIL7/longDesc + /parameters/FW_AT_SYSID_TYPE/values/1/description - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC7). + Linear sine sweep - /parameters/PWM_AUX_FAIL8/shortDesc + /parameters/FW_AT_SYSID_TYPE/values/2/description - PWM Aux 8 Failsafe Value + Logarithmic sine sweep - /parameters/PWM_AUX_FAIL8/longDesc + /parameters/MC_AT_APPLY/shortDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC8). + Controls when to apply the new gains - /parameters/PWM_AUX_FAIL9/shortDesc + /parameters/MC_AT_APPLY/longDesc - PWM Capture 1 Failsafe Value + After the auto-tuning sequence is completed, a new set of gains is available and can be applied immediately or after landing. WARNING Applying the gains in air is dangerous as there is no guarantee that those new gains will be able to stabilize the drone properly. - /parameters/PWM_AUX_FAIL9/longDesc + /parameters/MC_AT_APPLY/values/0/description - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_AUX_FUNC1). + Do not apply the new gains (logging only) - /parameters/PWM_AUX_FUNC1/shortDesc + /parameters/MC_AT_APPLY/values/1/description - PWM Aux 1 Output Function + Apply the new gains after disarm - /parameters/PWM_AUX_FUNC1/longDesc + /parameters/MC_AT_APPLY/values/2/description - Select what should be output on PWM Aux 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + WARNING Apply the new gains in air - /parameters/PWM_AUX_FUNC1/values/0/description + /parameters/MC_AT_EN/shortDesc - Disabled + Multicopter autotune module enable - /parameters/PWM_AUX_FUNC1/values/1/description + /parameters/MC_AT_EN/values/0/description - Constant Min + Disabled - /parameters/PWM_AUX_FUNC1/values/2/description + /parameters/MC_AT_EN/values/1/description - Constant Max + Enabled - /parameters/PWM_AUX_FUNC1/values/101/description + /parameters/MC_AT_RISE_TIME/shortDesc - Motor 1 + Desired angular rate closed-loop rise time - /parameters/PWM_AUX_FUNC1/values/102/description + /parameters/MC_AT_START/shortDesc - Motor 2 + Start the autotuning sequence - /parameters/PWM_AUX_FUNC1/values/103/description + /parameters/MC_AT_START/longDesc - Motor 3 + WARNING: this will inject steps to the rate controller and can be dangerous. Only activate if you know what you are doing, and in a safe environment. Any motion of the remote stick will abort the signal injection and reset this parameter Best is to perform the identification in position or hold mode. Increase the amplitude of the injected signal using MC_AT_SYSID_AMP for more signal/noise ratio - /parameters/PWM_AUX_FUNC1/values/104/description + /parameters/MC_AT_START/values/0/description - Motor 4 + Disabled - /parameters/PWM_AUX_FUNC1/values/105/description + /parameters/MC_AT_START/values/1/description - Motor 5 + Enabled - /parameters/PWM_AUX_FUNC1/values/106/description + /parameters/MC_AT_SYSID_AMP/shortDesc - Motor 6 + Amplitude of the injected signal - /parameters/PWM_AUX_FUNC1/values/107/description + /parameters/BAT1_CAPACITY/shortDesc - Motor 7 + Battery 1 capacity - /parameters/PWM_AUX_FUNC1/values/108/description + /parameters/BAT1_CAPACITY/longDesc - Motor 8 + Defines the capacity of battery 1 in mAh. - /parameters/PWM_AUX_FUNC1/values/109/description + /parameters/BAT1_N_CELLS/shortDesc - Motor 9 + Number of cells for battery 1 - /parameters/PWM_AUX_FUNC1/values/110/description + /parameters/BAT1_N_CELLS/longDesc - Motor 10 + Defines the number of cells the attached battery consists of. - /parameters/PWM_AUX_FUNC1/values/111/description + /parameters/BAT1_N_CELLS/values/0/description - Motor 11 + Unknown - /parameters/PWM_AUX_FUNC1/values/112/description + /parameters/BAT1_N_CELLS/values/1/description - Motor 12 + 1S Battery - /parameters/PWM_AUX_FUNC1/values/201/description + /parameters/BAT1_N_CELLS/values/2/description - Servo 1 + 2S Battery - /parameters/PWM_AUX_FUNC1/values/202/description + /parameters/BAT1_N_CELLS/values/3/description - Servo 2 + 3S Battery - /parameters/PWM_AUX_FUNC1/values/203/description + /parameters/BAT1_N_CELLS/values/4/description - Servo 3 + 4S Battery - /parameters/PWM_AUX_FUNC1/values/204/description + /parameters/BAT1_N_CELLS/values/5/description - Servo 4 + 5S Battery - /parameters/PWM_AUX_FUNC1/values/205/description + /parameters/BAT1_N_CELLS/values/6/description - Servo 5 + 6S Battery - /parameters/PWM_AUX_FUNC1/values/206/description + /parameters/BAT1_N_CELLS/values/7/description - Servo 6 + 7S Battery - /parameters/PWM_AUX_FUNC1/values/207/description + /parameters/BAT1_N_CELLS/values/8/description - Servo 7 + 8S Battery - /parameters/PWM_AUX_FUNC1/values/208/description + /parameters/BAT1_N_CELLS/values/9/description - Servo 8 + 9S Battery - /parameters/PWM_AUX_FUNC1/values/301/description + /parameters/BAT1_N_CELLS/values/10/description - Peripheral via Actuator Set 1 + 10S Battery - /parameters/PWM_AUX_FUNC1/values/302/description + /parameters/BAT1_N_CELLS/values/11/description - Peripheral via Actuator Set 2 + 11S Battery - /parameters/PWM_AUX_FUNC1/values/303/description + /parameters/BAT1_N_CELLS/values/12/description - Peripheral via Actuator Set 3 + 12S Battery - /parameters/PWM_AUX_FUNC1/values/304/description + /parameters/BAT1_N_CELLS/values/13/description - Peripheral via Actuator Set 4 + 13S Battery - /parameters/PWM_AUX_FUNC1/values/305/description + /parameters/BAT1_N_CELLS/values/14/description - Peripheral via Actuator Set 5 + 14S Battery - /parameters/PWM_AUX_FUNC1/values/306/description + /parameters/BAT1_N_CELLS/values/15/description - Peripheral via Actuator Set 6 + 15S Battery - /parameters/PWM_AUX_FUNC1/values/400/description + /parameters/BAT1_N_CELLS/values/16/description - Landing Gear + 16S Battery - /parameters/PWM_AUX_FUNC1/values/401/description + /parameters/BAT1_R_INTERNAL/shortDesc - Parachute + Explicitly defines the per cell internal resistance for battery 1 - /parameters/PWM_AUX_FUNC1/values/402/description + /parameters/BAT1_R_INTERNAL/longDesc - RC Roll + If non-negative, then this will be used instead of the online estimated internal resistance. - /parameters/PWM_AUX_FUNC1/values/403/description + /parameters/BAT1_SOURCE/shortDesc - RC Pitch + Battery 1 monitoring source - /parameters/PWM_AUX_FUNC1/values/404/description + /parameters/BAT1_SOURCE/longDesc - RC Throttle + This parameter controls the source of battery data. The value 'Power Module' means that measurements are expected to come from a power module. If the value is set to 'External' then the system expects to receive mavlink battery status messages. If the value is set to 'ESCs', the battery information are taken from the esc_status message. This requires the ESC to provide both voltage as well as current. - /parameters/PWM_AUX_FUNC1/values/405/description + /parameters/BAT1_SOURCE/values/-1/description - RC Yaw + Disabled - /parameters/PWM_AUX_FUNC1/values/406/description + /parameters/BAT1_SOURCE/values/0/description - RC Flaps + Power Module - /parameters/PWM_AUX_FUNC1/values/407/description + /parameters/BAT1_SOURCE/values/1/description - RC AUX 1 + External - /parameters/PWM_AUX_FUNC1/values/408/description + /parameters/BAT1_SOURCE/values/2/description - RC AUX 2 + ESCs - /parameters/PWM_AUX_FUNC1/values/409/description + /parameters/BAT1_V_CHARGED/shortDesc - RC AUX 3 + Full cell voltage - /parameters/PWM_AUX_FUNC1/values/410/description + /parameters/BAT1_V_CHARGED/longDesc - RC AUX 4 + Defines the voltage where a single cell of the battery is considered full. For a more accurate estimate set this below the nominal voltage of e.g. 4.2V - /parameters/PWM_AUX_FUNC1/values/411/description + /parameters/BAT1_V_EMPTY/shortDesc - RC AUX 5 + Empty cell voltage - /parameters/PWM_AUX_FUNC1/values/412/description + /parameters/BAT1_V_EMPTY/longDesc - RC AUX 6 + Defines the voltage where a single cell of the battery is considered empty. The voltage should be chosen above the steep dropoff at 3.5V. A typical lithium battery can only be discharged under high load down to 10% before it drops off to a voltage level damaging the cells. - /parameters/PWM_AUX_FUNC1/values/420/description + /parameters/BAT2_CAPACITY/shortDesc - Gimbal Roll + Battery 2 capacity - /parameters/PWM_AUX_FUNC1/values/421/description + /parameters/BAT2_CAPACITY/longDesc - Gimbal Pitch + Defines the capacity of battery 2 in mAh. - /parameters/PWM_AUX_FUNC1/values/422/description + /parameters/BAT2_N_CELLS/shortDesc - Gimbal Yaw + Number of cells for battery 2 - /parameters/PWM_AUX_FUNC1/values/430/description + /parameters/BAT2_N_CELLS/longDesc - Gripper + Defines the number of cells the attached battery consists of. - /parameters/PWM_AUX_FUNC1/values/440/description + /parameters/BAT2_N_CELLS/values/0/description - Landing Gear Wheel + Unknown - /parameters/PWM_AUX_FUNC1/values/2000/description + /parameters/BAT2_N_CELLS/values/1/description - Camera Trigger + 1S Battery - /parameters/PWM_AUX_FUNC1/values/2032/description + /parameters/BAT2_N_CELLS/values/2/description - Camera Capture + 2S Battery - /parameters/PWM_AUX_FUNC1/values/2064/description + /parameters/BAT2_N_CELLS/values/3/description - PPS Input + 3S Battery - /parameters/PWM_AUX_FUNC10/shortDesc + /parameters/BAT2_N_CELLS/values/4/description - PWM Capture 2 Output Function + 4S Battery - /parameters/PWM_AUX_FUNC10/longDesc + /parameters/BAT2_N_CELLS/values/5/description - Select what should be output on PWM Capture 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + 5S Battery - /parameters/PWM_AUX_FUNC10/values/0/description + /parameters/BAT2_N_CELLS/values/6/description - Disabled + 6S Battery - /parameters/PWM_AUX_FUNC10/values/1/description + /parameters/BAT2_N_CELLS/values/7/description - Constant Min + 7S Battery - /parameters/PWM_AUX_FUNC10/values/2/description + /parameters/BAT2_N_CELLS/values/8/description - Constant Max + 8S Battery - /parameters/PWM_AUX_FUNC10/values/101/description + /parameters/BAT2_N_CELLS/values/9/description - Motor 1 + 9S Battery - /parameters/PWM_AUX_FUNC10/values/102/description + /parameters/BAT2_N_CELLS/values/10/description - Motor 2 + 10S Battery - /parameters/PWM_AUX_FUNC10/values/103/description + /parameters/BAT2_N_CELLS/values/11/description - Motor 3 + 11S Battery - /parameters/PWM_AUX_FUNC10/values/104/description + /parameters/BAT2_N_CELLS/values/12/description - Motor 4 + 12S Battery - /parameters/PWM_AUX_FUNC10/values/105/description + /parameters/BAT2_N_CELLS/values/13/description - Motor 5 + 13S Battery - /parameters/PWM_AUX_FUNC10/values/106/description + /parameters/BAT2_N_CELLS/values/14/description - Motor 6 + 14S Battery - /parameters/PWM_AUX_FUNC10/values/107/description + /parameters/BAT2_N_CELLS/values/15/description - Motor 7 + 15S Battery - /parameters/PWM_AUX_FUNC10/values/108/description + /parameters/BAT2_N_CELLS/values/16/description - Motor 8 + 16S Battery - /parameters/PWM_AUX_FUNC10/values/109/description + /parameters/BAT2_R_INTERNAL/shortDesc - Motor 9 + Explicitly defines the per cell internal resistance for battery 2 - /parameters/PWM_AUX_FUNC10/values/110/description + /parameters/BAT2_R_INTERNAL/longDesc - Motor 10 + If non-negative, then this will be used instead of the online estimated internal resistance. - /parameters/PWM_AUX_FUNC10/values/111/description + /parameters/BAT2_SOURCE/shortDesc - Motor 11 + Battery 2 monitoring source - /parameters/PWM_AUX_FUNC10/values/112/description + /parameters/BAT2_SOURCE/longDesc - Motor 12 + This parameter controls the source of battery data. The value 'Power Module' means that measurements are expected to come from a power module. If the value is set to 'External' then the system expects to receive mavlink battery status messages. If the value is set to 'ESCs', the battery information are taken from the esc_status message. This requires the ESC to provide both voltage as well as current. - /parameters/PWM_AUX_FUNC10/values/201/description + /parameters/BAT2_SOURCE/values/-1/description - Servo 1 + Disabled - /parameters/PWM_AUX_FUNC10/values/202/description + /parameters/BAT2_SOURCE/values/0/description - Servo 2 + Power Module - /parameters/PWM_AUX_FUNC10/values/203/description + /parameters/BAT2_SOURCE/values/1/description - Servo 3 + External - /parameters/PWM_AUX_FUNC10/values/204/description + /parameters/BAT2_SOURCE/values/2/description - Servo 4 + ESCs - /parameters/PWM_AUX_FUNC10/values/205/description + /parameters/BAT2_V_CHARGED/shortDesc - Servo 5 + Full cell voltage - /parameters/PWM_AUX_FUNC10/values/206/description + /parameters/BAT2_V_CHARGED/longDesc - Servo 6 + Defines the voltage where a single cell of the battery is considered full. For a more accurate estimate set this below the nominal voltage of e.g. 4.2V - /parameters/PWM_AUX_FUNC10/values/207/description + /parameters/BAT2_V_EMPTY/shortDesc - Servo 7 + Empty cell voltage - /parameters/PWM_AUX_FUNC10/values/208/description + /parameters/BAT2_V_EMPTY/longDesc - Servo 8 + Defines the voltage where a single cell of the battery is considered empty. The voltage should be chosen above the steep dropoff at 3.5V. A typical lithium battery can only be discharged under high load down to 10% before it drops off to a voltage level damaging the cells. - /parameters/PWM_AUX_FUNC10/values/301/description + /parameters/BAT3_CAPACITY/shortDesc - Peripheral via Actuator Set 1 + Battery 3 capacity - /parameters/PWM_AUX_FUNC10/values/302/description + /parameters/BAT3_CAPACITY/longDesc - Peripheral via Actuator Set 2 + Defines the capacity of battery 3 in mAh. - /parameters/PWM_AUX_FUNC10/values/303/description + /parameters/BAT3_N_CELLS/shortDesc - Peripheral via Actuator Set 3 + Number of cells for battery 3 - /parameters/PWM_AUX_FUNC10/values/304/description + /parameters/BAT3_N_CELLS/longDesc - Peripheral via Actuator Set 4 + Defines the number of cells the attached battery consists of. - /parameters/PWM_AUX_FUNC10/values/305/description + /parameters/BAT3_N_CELLS/values/0/description - Peripheral via Actuator Set 5 + Unknown - /parameters/PWM_AUX_FUNC10/values/306/description + /parameters/BAT3_N_CELLS/values/1/description - Peripheral via Actuator Set 6 + 1S Battery - /parameters/PWM_AUX_FUNC10/values/400/description + /parameters/BAT3_N_CELLS/values/2/description - Landing Gear + 2S Battery - /parameters/PWM_AUX_FUNC10/values/401/description + /parameters/BAT3_N_CELLS/values/3/description - Parachute + 3S Battery - /parameters/PWM_AUX_FUNC10/values/402/description + /parameters/BAT3_N_CELLS/values/4/description - RC Roll + 4S Battery - /parameters/PWM_AUX_FUNC10/values/403/description + /parameters/BAT3_N_CELLS/values/5/description - RC Pitch + 5S Battery - /parameters/PWM_AUX_FUNC10/values/404/description + /parameters/BAT3_N_CELLS/values/6/description - RC Throttle + 6S Battery - /parameters/PWM_AUX_FUNC10/values/405/description + /parameters/BAT3_N_CELLS/values/7/description - RC Yaw + 7S Battery - /parameters/PWM_AUX_FUNC10/values/406/description + /parameters/BAT3_N_CELLS/values/8/description - RC Flaps + 8S Battery - /parameters/PWM_AUX_FUNC10/values/407/description + /parameters/BAT3_N_CELLS/values/9/description - RC AUX 1 + 9S Battery - /parameters/PWM_AUX_FUNC10/values/408/description + /parameters/BAT3_N_CELLS/values/10/description - RC AUX 2 + 10S Battery - /parameters/PWM_AUX_FUNC10/values/409/description + /parameters/BAT3_N_CELLS/values/11/description - RC AUX 3 + 11S Battery - /parameters/PWM_AUX_FUNC10/values/410/description + /parameters/BAT3_N_CELLS/values/12/description - RC AUX 4 + 12S Battery - /parameters/PWM_AUX_FUNC10/values/411/description + /parameters/BAT3_N_CELLS/values/13/description - RC AUX 5 + 13S Battery - /parameters/PWM_AUX_FUNC10/values/412/description + /parameters/BAT3_N_CELLS/values/14/description - RC AUX 6 + 14S Battery - /parameters/PWM_AUX_FUNC10/values/420/description + /parameters/BAT3_N_CELLS/values/15/description - Gimbal Roll + 15S Battery - /parameters/PWM_AUX_FUNC10/values/421/description + /parameters/BAT3_N_CELLS/values/16/description - Gimbal Pitch + 16S Battery - /parameters/PWM_AUX_FUNC10/values/422/description + /parameters/BAT3_R_INTERNAL/shortDesc - Gimbal Yaw + Explicitly defines the per cell internal resistance for battery 3 - /parameters/PWM_AUX_FUNC10/values/430/description + /parameters/BAT3_R_INTERNAL/longDesc - Gripper + If non-negative, then this will be used instead of the online estimated internal resistance. - /parameters/PWM_AUX_FUNC10/values/440/description + /parameters/BAT3_SOURCE/shortDesc - Landing Gear Wheel + Battery 3 monitoring source - /parameters/PWM_AUX_FUNC10/values/2000/description + /parameters/BAT3_SOURCE/longDesc - Camera Trigger + This parameter controls the source of battery data. The value 'Power Module' means that measurements are expected to come from a power module. If the value is set to 'External' then the system expects to receive mavlink battery status messages. If the value is set to 'ESCs', the battery information are taken from the esc_status message. This requires the ESC to provide both voltage as well as current. - /parameters/PWM_AUX_FUNC10/values/2032/description + /parameters/BAT3_SOURCE/values/-1/description - Camera Capture + Disabled - /parameters/PWM_AUX_FUNC10/values/2064/description + /parameters/BAT3_SOURCE/values/0/description - PPS Input + Power Module - /parameters/PWM_AUX_FUNC11/shortDesc + /parameters/BAT3_SOURCE/values/1/description - PWM Capture 3 Output Function + External - /parameters/PWM_AUX_FUNC11/longDesc + /parameters/BAT3_SOURCE/values/2/description - Select what should be output on PWM Capture 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + ESCs - /parameters/PWM_AUX_FUNC11/values/0/description + /parameters/BAT3_V_CHARGED/shortDesc - Disabled + Full cell voltage - /parameters/PWM_AUX_FUNC11/values/1/description + /parameters/BAT3_V_CHARGED/longDesc - Constant Min + Defines the voltage where a single cell of the battery is considered full. For a more accurate estimate set this below the nominal voltage of e.g. 4.2V - /parameters/PWM_AUX_FUNC11/values/2/description + /parameters/BAT3_V_EMPTY/shortDesc - Constant Max + Empty cell voltage - /parameters/PWM_AUX_FUNC11/values/101/description + /parameters/BAT3_V_EMPTY/longDesc - Motor 1 + Defines the voltage where a single cell of the battery is considered empty. The voltage should be chosen above the steep dropoff at 3.5V. A typical lithium battery can only be discharged under high load down to 10% before it drops off to a voltage level damaging the cells. - /parameters/PWM_AUX_FUNC11/values/102/description + /parameters/BAT_AVRG_CURRENT/shortDesc - Motor 2 + Expected battery current in flight - /parameters/PWM_AUX_FUNC11/values/103/description + /parameters/BAT_AVRG_CURRENT/longDesc - Motor 3 + This value is used to initialize the in-flight average current estimation, which in turn is used for estimating remaining flight time and RTL triggering. - /parameters/PWM_AUX_FUNC11/values/104/description + /parameters/BAT_CRIT_THR/shortDesc - Motor 4 + Critical threshold - /parameters/PWM_AUX_FUNC11/values/105/description + /parameters/BAT_CRIT_THR/longDesc - Motor 5 + Sets the threshold when the battery will be reported as critically low. This has to be lower than the low threshold. This threshold commonly will trigger RTL. - /parameters/PWM_AUX_FUNC11/values/106/description + /parameters/BAT_EMERGEN_THR/shortDesc - Motor 6 + Emergency threshold - /parameters/PWM_AUX_FUNC11/values/107/description + /parameters/BAT_EMERGEN_THR/longDesc - Motor 7 + Sets the threshold when the battery will be reported as dangerously low. This has to be lower than the critical threshold. This threshold commonly will trigger landing. - /parameters/PWM_AUX_FUNC11/values/108/description + /parameters/BAT_LOW_THR/shortDesc - Motor 8 + Low threshold - /parameters/PWM_AUX_FUNC11/values/109/description + /parameters/BAT_LOW_THR/longDesc - Motor 9 + Sets the threshold when the battery will be reported as low. This has to be higher than the critical threshold. - /parameters/PWM_AUX_FUNC11/values/110/description + /parameters/TRIG_ACT_TIME/shortDesc - Motor 10 + Camera trigger activation time - /parameters/PWM_AUX_FUNC11/values/111/description + /parameters/TRIG_ACT_TIME/longDesc - Motor 11 + This parameter sets the time the trigger needs to pulled high or low. - /parameters/PWM_AUX_FUNC11/values/112/description + /parameters/TRIG_DISTANCE/shortDesc - Motor 12 + Camera trigger distance - /parameters/PWM_AUX_FUNC11/values/201/description + /parameters/TRIG_DISTANCE/longDesc - Servo 1 + Sets the distance at which to trigger the camera. - /parameters/PWM_AUX_FUNC11/values/202/description + /parameters/TRIG_INTERFACE/shortDesc - Servo 2 + Camera trigger Interface - /parameters/PWM_AUX_FUNC11/values/203/description + /parameters/TRIG_INTERFACE/longDesc - Servo 3 + Selects the trigger interface - /parameters/PWM_AUX_FUNC11/values/204/description + /parameters/TRIG_INTERFACE/values/1/description - Servo 4 + GPIO - /parameters/PWM_AUX_FUNC11/values/205/description + /parameters/TRIG_INTERFACE/values/2/description - Servo 5 + Seagull MAP2 (over PWM) - /parameters/PWM_AUX_FUNC11/values/206/description + /parameters/TRIG_INTERFACE/values/3/description - Servo 6 + MAVLink (Camera Protocol v1) - /parameters/PWM_AUX_FUNC11/values/207/description + /parameters/TRIG_INTERFACE/values/4/description - Servo 7 + Generic PWM (IR trigger, servo) - /parameters/PWM_AUX_FUNC11/values/208/description + /parameters/TRIG_INTERVAL/shortDesc - Servo 8 + Camera trigger interval - /parameters/PWM_AUX_FUNC11/values/301/description + /parameters/TRIG_INTERVAL/longDesc - Peripheral via Actuator Set 1 + This parameter sets the time between two consecutive trigger events - /parameters/PWM_AUX_FUNC11/values/302/description + /parameters/TRIG_MIN_INTERVA/shortDesc - Peripheral via Actuator Set 2 + Minimum camera trigger interval - /parameters/PWM_AUX_FUNC11/values/303/description + /parameters/TRIG_MIN_INTERVA/longDesc - Peripheral via Actuator Set 3 + This parameter sets the minimum time between two consecutive trigger events the specific camera setup is supporting. - /parameters/PWM_AUX_FUNC11/values/304/description + /parameters/TRIG_MODE/shortDesc - Peripheral via Actuator Set 4 + Camera trigger mode - /parameters/PWM_AUX_FUNC11/values/305/description + /parameters/TRIG_MODE/values/0/description - Peripheral via Actuator Set 5 + Disable - /parameters/PWM_AUX_FUNC11/values/306/description + /parameters/TRIG_MODE/values/1/description - Peripheral via Actuator Set 6 + Time based, on command - /parameters/PWM_AUX_FUNC11/values/400/description + /parameters/TRIG_MODE/values/2/description - Landing Gear + Time based, always on - /parameters/PWM_AUX_FUNC11/values/401/description + /parameters/TRIG_MODE/values/3/description - Parachute + Distance based, always on - /parameters/PWM_AUX_FUNC11/values/402/description + /parameters/TRIG_MODE/values/4/description - RC Roll + Distance based, on command (Survey mode) - /parameters/PWM_AUX_FUNC11/values/403/description + /parameters/TRIG_POLARITY/shortDesc - RC Pitch + Camera trigger polarity - /parameters/PWM_AUX_FUNC11/values/404/description + /parameters/TRIG_POLARITY/longDesc - RC Throttle + This parameter sets the polarity of the trigger (0 = active low, 1 = active high ) - /parameters/PWM_AUX_FUNC11/values/405/description + /parameters/TRIG_POLARITY/values/0/description - RC Yaw + Active low - /parameters/PWM_AUX_FUNC11/values/406/description + /parameters/TRIG_POLARITY/values/1/description - RC Flaps + Active high - /parameters/PWM_AUX_FUNC11/values/407/description + /parameters/TRIG_PWM_NEUTRAL/shortDesc - RC AUX 1 + PWM neutral output on trigger pin - /parameters/PWM_AUX_FUNC11/values/408/description + /parameters/TRIG_PWM_SHOOT/shortDesc - RC AUX 2 + PWM output to trigger shot - /parameters/PWM_AUX_FUNC11/values/409/description + /parameters/CBRK_BUZZER/shortDesc - RC AUX 3 + Circuit breaker for disabling buzzer - /parameters/PWM_AUX_FUNC11/values/410/description + /parameters/CBRK_BUZZER/longDesc - RC AUX 4 + Setting this parameter to 782097 will disable the buzzer audio notification. Setting this parameter to 782090 will disable the startup tune, while keeping all others enabled. - /parameters/PWM_AUX_FUNC11/values/411/description + /parameters/CBRK_FLIGHTTERM/shortDesc - RC AUX 5 + Circuit breaker for flight termination - /parameters/PWM_AUX_FUNC11/values/412/description + /parameters/CBRK_FLIGHTTERM/longDesc - RC AUX 6 + Setting this parameter to 121212 will disable the flight termination action if triggered by the FailureDetector logic or if FMU is lost. This circuit breaker does not affect the RC loss, data link loss, geofence, and takeoff failure detection safety logic. - /parameters/PWM_AUX_FUNC11/values/420/description + /parameters/CBRK_IO_SAFETY/shortDesc - Gimbal Roll + Circuit breaker for IO safety - /parameters/PWM_AUX_FUNC11/values/421/description + /parameters/CBRK_IO_SAFETY/longDesc - Gimbal Pitch + Setting this parameter to 22027 will disable IO safety. WARNING: ENABLING THIS CIRCUIT BREAKER IS AT OWN RISK - /parameters/PWM_AUX_FUNC11/values/422/description + /parameters/CBRK_SUPPLY_CHK/shortDesc - Gimbal Yaw + Circuit breaker for power supply check - /parameters/PWM_AUX_FUNC11/values/430/description + /parameters/CBRK_SUPPLY_CHK/longDesc - Gripper + Setting this parameter to 894281 will disable the power valid checks in the commander. WARNING: ENABLING THIS CIRCUIT BREAKER IS AT OWN RISK - /parameters/PWM_AUX_FUNC11/values/440/description + /parameters/CBRK_USB_CHK/shortDesc - Landing Gear Wheel + Circuit breaker for USB link check - /parameters/PWM_AUX_FUNC11/values/2000/description + /parameters/CBRK_USB_CHK/longDesc - Camera Trigger + Setting this parameter to 197848 will disable the USB connected checks in the commander, setting it to 0 keeps them enabled (recommended). We are generally recommending to not fly with the USB link connected and production vehicles should set this parameter to zero to prevent users from flying USB powered. However, for R&D purposes it has proven over the years to work just fine. - /parameters/PWM_AUX_FUNC11/values/2032/description + /parameters/CBRK_VTOLARMING/shortDesc - Camera Capture + Circuit breaker for arming in fixed-wing mode check - /parameters/PWM_AUX_FUNC11/values/2064/description + /parameters/CBRK_VTOLARMING/longDesc - PPS Input + Setting this parameter to 159753 will enable arming in fixed-wing mode for VTOLs. WARNING: ENABLING THIS CIRCUIT BREAKER IS AT OWN RISK - /parameters/PWM_AUX_FUNC2/shortDesc + /parameters/COM_ACT_FAIL_ACT/shortDesc - PWM Aux 2 Output Function + Set the actuator failure failsafe mode - /parameters/PWM_AUX_FUNC2/longDesc + /parameters/COM_ACT_FAIL_ACT/longDesc - Select what should be output on PWM Aux 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Note: actuator failure needs to be enabled and configured via FD_ACT_* parameters. - /parameters/PWM_AUX_FUNC2/values/0/description + /parameters/COM_ACT_FAIL_ACT/values/0/description - Disabled + Warning only - /parameters/PWM_AUX_FUNC2/values/1/description + /parameters/COM_ACT_FAIL_ACT/values/1/description - Constant Min + Hold mode - /parameters/PWM_AUX_FUNC2/values/2/description + /parameters/COM_ACT_FAIL_ACT/values/2/description - Constant Max + Land mode - /parameters/PWM_AUX_FUNC2/values/101/description + /parameters/COM_ACT_FAIL_ACT/values/3/description - Motor 1 + Return mode - /parameters/PWM_AUX_FUNC2/values/102/description + /parameters/COM_ACT_FAIL_ACT/values/4/description - Motor 2 + Terminate - /parameters/PWM_AUX_FUNC2/values/103/description + /parameters/COM_ARMABLE/shortDesc - Motor 3 + Flag to allow arming - /parameters/PWM_AUX_FUNC2/values/104/description + /parameters/COM_ARMABLE/longDesc - Motor 4 + Set 0 to prevent accidental use of the vehicle e.g. for safety or maintenance reasons. - /parameters/PWM_AUX_FUNC2/values/105/description + /parameters/COM_ARMABLE/values/0/description - Motor 5 + Disallow arming - /parameters/PWM_AUX_FUNC2/values/106/description + /parameters/COM_ARMABLE/values/1/description - Motor 6 + Allow arming - /parameters/PWM_AUX_FUNC2/values/107/description + /parameters/COM_ARM_AUTH_ID/shortDesc - Motor 7 + Arm authorizer system id - /parameters/PWM_AUX_FUNC2/values/108/description + /parameters/COM_ARM_AUTH_ID/longDesc - Motor 8 + Used if arm authorization is requested by COM_ARM_AUTH_REQ. - /parameters/PWM_AUX_FUNC2/values/109/description + /parameters/COM_ARM_AUTH_MET/shortDesc - Motor 9 + Arm authorization method - /parameters/PWM_AUX_FUNC2/values/110/description + /parameters/COM_ARM_AUTH_MET/longDesc - Motor 10 + Methods: - one arm: request authorization and arm when authorization is received - two step arm: 1st arm command request an authorization and 2nd arm command arm the drone if authorized Used if arm authorization is requested by COM_ARM_AUTH_REQ. - /parameters/PWM_AUX_FUNC2/values/111/description + /parameters/COM_ARM_AUTH_MET/values/0/description - Motor 11 + one arm - /parameters/PWM_AUX_FUNC2/values/112/description + /parameters/COM_ARM_AUTH_MET/values/1/description - Motor 12 + two step arm - /parameters/PWM_AUX_FUNC2/values/201/description + /parameters/COM_ARM_AUTH_REQ/shortDesc - Servo 1 + Require arm authorization to arm - /parameters/PWM_AUX_FUNC2/values/202/description + /parameters/COM_ARM_AUTH_REQ/longDesc - Servo 2 + By default off. The default allows to arm the vehicle without a arm authorization. - /parameters/PWM_AUX_FUNC2/values/203/description + /parameters/COM_ARM_AUTH_REQ/values/0/description - Servo 3 + Disabled - /parameters/PWM_AUX_FUNC2/values/204/description + /parameters/COM_ARM_AUTH_REQ/values/1/description - Servo 4 + Enabled - /parameters/PWM_AUX_FUNC2/values/205/description + /parameters/COM_ARM_AUTH_TO/shortDesc - Servo 5 + Arm authorization timeout - /parameters/PWM_AUX_FUNC2/values/206/description + /parameters/COM_ARM_AUTH_TO/longDesc - Servo 6 + Timeout for authorizer answer. Used if arm authorization is requested by COM_ARM_AUTH_REQ. - /parameters/PWM_AUX_FUNC2/values/207/description + /parameters/COM_ARM_BAT_MIN/shortDesc - Servo 7 + Minimum battery level for arming - /parameters/PWM_AUX_FUNC2/values/208/description + /parameters/COM_ARM_BAT_MIN/longDesc - Servo 8 + Threshold for battery percentage below arming is prohibited. A negative value means BAT_CRIT_THR is the threshold. - /parameters/PWM_AUX_FUNC2/values/301/description + /parameters/COM_ARM_CHK_ESCS/shortDesc - Peripheral via Actuator Set 1 + Enable checks on ESCs that report telemetry - /parameters/PWM_AUX_FUNC2/values/302/description + /parameters/COM_ARM_CHK_ESCS/longDesc - Peripheral via Actuator Set 2 + If this parameter is set, the system will check ESC's online status and failures. This param is specific for ESCs reporting status. It shall be used only if ESCs support telemetry. - /parameters/PWM_AUX_FUNC2/values/303/description + /parameters/COM_ARM_CHK_ESCS/values/0/description - Peripheral via Actuator Set 3 + Disabled - /parameters/PWM_AUX_FUNC2/values/304/description + /parameters/COM_ARM_CHK_ESCS/values/1/description - Peripheral via Actuator Set 4 + Enabled - /parameters/PWM_AUX_FUNC2/values/305/description + /parameters/COM_ARM_HFLT_CHK/shortDesc - Peripheral via Actuator Set 5 + Enable FMU SD card hardfault detection check - /parameters/PWM_AUX_FUNC2/values/306/description + /parameters/COM_ARM_HFLT_CHK/longDesc - Peripheral via Actuator Set 6 + This check detects if there are hardfault files present on the SD card. If so, and the parameter is enabled, arming is prevented. - /parameters/PWM_AUX_FUNC2/values/400/description + /parameters/COM_ARM_HFLT_CHK/values/0/description - Landing Gear + Disabled - /parameters/PWM_AUX_FUNC2/values/401/description + /parameters/COM_ARM_HFLT_CHK/values/1/description - Parachute + Enabled - /parameters/PWM_AUX_FUNC2/values/402/description + /parameters/COM_ARM_IMU_ACC/shortDesc - RC Roll + Maximum accelerometer inconsistency between IMU units that will allow arming - /parameters/PWM_AUX_FUNC2/values/403/description + /parameters/COM_ARM_IMU_GYR/shortDesc - RC Pitch + Maximum rate gyro inconsistency between IMU units that will allow arming - /parameters/PWM_AUX_FUNC2/values/404/description + /parameters/COM_ARM_MAG_ANG/shortDesc - RC Throttle + Maximum magnetic field inconsistency between units that will allow arming - /parameters/PWM_AUX_FUNC2/values/405/description + /parameters/COM_ARM_MAG_ANG/longDesc - RC Yaw + Set -1 to disable the check. - /parameters/PWM_AUX_FUNC2/values/406/description + /parameters/COM_ARM_MAG_STR/shortDesc - RC Flaps + Enable mag strength preflight check - /parameters/PWM_AUX_FUNC2/values/407/description + /parameters/COM_ARM_MAG_STR/longDesc - RC AUX 1 + Check if the estimator detects a strong magnetic disturbance (check enabled by EKF2_MAG_CHECK) - /parameters/PWM_AUX_FUNC2/values/408/description + /parameters/COM_ARM_MAG_STR/values/0/description - RC AUX 2 + Disabled - /parameters/PWM_AUX_FUNC2/values/409/description + /parameters/COM_ARM_MAG_STR/values/1/description - RC AUX 3 + Deny arming - /parameters/PWM_AUX_FUNC2/values/410/description + /parameters/COM_ARM_MAG_STR/values/2/description - RC AUX 4 + Warning only - /parameters/PWM_AUX_FUNC2/values/411/description + /parameters/COM_ARM_MIS_REQ/shortDesc - RC AUX 5 + Require valid mission to arm - /parameters/PWM_AUX_FUNC2/values/412/description + /parameters/COM_ARM_MIS_REQ/longDesc - RC AUX 6 + The default allows to arm the vehicle without a valid mission. - /parameters/PWM_AUX_FUNC2/values/420/description + /parameters/COM_ARM_MIS_REQ/values/0/description - Gimbal Roll + Disabled - /parameters/PWM_AUX_FUNC2/values/421/description + /parameters/COM_ARM_MIS_REQ/values/1/description - Gimbal Pitch + Enabled - /parameters/PWM_AUX_FUNC2/values/422/description + /parameters/COM_ARM_ODID/shortDesc - Gimbal Yaw + Enable Drone ID system detection and health check - /parameters/PWM_AUX_FUNC2/values/430/description + /parameters/COM_ARM_ODID/longDesc - Gripper + This check detects if the Open Drone ID system is missing. Depending on the value of the parameter, the check can be disabled, warn only or deny arming. - /parameters/PWM_AUX_FUNC2/values/440/description + /parameters/COM_ARM_ODID/values/0/description - Landing Gear Wheel + Disabled - /parameters/PWM_AUX_FUNC2/values/2000/description + /parameters/COM_ARM_ODID/values/1/description - Camera Trigger + Warning only - /parameters/PWM_AUX_FUNC2/values/2032/description + /parameters/COM_ARM_ODID/values/2/description - Camera Capture + Enforce Open Drone ID system presence - /parameters/PWM_AUX_FUNC2/values/2064/description + /parameters/COM_ARM_SDCARD/shortDesc - PPS Input + Enable FMU SD card detection check - /parameters/PWM_AUX_FUNC3/shortDesc + /parameters/COM_ARM_SDCARD/longDesc - PWM Aux 3 Output Function + This check detects if the FMU SD card is missing. Depending on the value of the parameter, the check can be disabled, warn only or deny arming. - /parameters/PWM_AUX_FUNC3/longDesc + /parameters/COM_ARM_SDCARD/values/0/description - Select what should be output on PWM Aux 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Disabled - /parameters/PWM_AUX_FUNC3/values/0/description + /parameters/COM_ARM_SDCARD/values/1/description - Disabled + Warning only - /parameters/PWM_AUX_FUNC3/values/1/description + /parameters/COM_ARM_SDCARD/values/2/description - Constant Min + Enforce SD card presence - /parameters/PWM_AUX_FUNC3/values/2/description + /parameters/COM_ARM_SWISBTN/shortDesc - Constant Max + Arm switch is a momentary button - /parameters/PWM_AUX_FUNC3/values/101/description + /parameters/COM_ARM_SWISBTN/longDesc - Motor 1 + 0: Arming/disarming triggers on switch transition. 1: Arming/disarming triggers when holding the momentary button down for COM_RC_ARM_HYST like the stick gesture. - /parameters/PWM_AUX_FUNC3/values/102/description + /parameters/COM_ARM_SWISBTN/values/0/description - Motor 2 + Disabled - /parameters/PWM_AUX_FUNC3/values/103/description + /parameters/COM_ARM_SWISBTN/values/1/description - Motor 3 + Enabled - /parameters/PWM_AUX_FUNC3/values/104/description + /parameters/COM_ARM_WO_GPS/shortDesc - Motor 4 + GPS preflight check - /parameters/PWM_AUX_FUNC3/values/105/description + /parameters/COM_ARM_WO_GPS/longDesc - Motor 5 + Measures taken when a check defined by EKF2_GPS_CHECK is failing. - /parameters/PWM_AUX_FUNC3/values/106/description + /parameters/COM_ARM_WO_GPS/values/0/description - Motor 6 + Deny arming - /parameters/PWM_AUX_FUNC3/values/107/description + /parameters/COM_ARM_WO_GPS/values/1/description - Motor 7 + Warning only - /parameters/PWM_AUX_FUNC3/values/108/description + /parameters/COM_ARM_WO_GPS/values/2/description - Motor 8 + Disabled - /parameters/PWM_AUX_FUNC3/values/109/description + /parameters/COM_CPU_MAX/shortDesc - Motor 9 + Maximum allowed CPU load to still arm - /parameters/PWM_AUX_FUNC3/values/110/description + /parameters/COM_CPU_MAX/longDesc - Motor 10 + The check fails if the CPU load is above this threshold for 2s. A negative value disables the check. - /parameters/PWM_AUX_FUNC3/values/111/description + /parameters/COM_DISARM_LAND/shortDesc - Motor 11 + Time-out for auto disarm after landing - /parameters/PWM_AUX_FUNC3/values/112/description + /parameters/COM_DISARM_LAND/longDesc - Motor 12 + A non-zero, positive value specifies the time-out period in seconds after which the vehicle will be automatically disarmed in case a landing situation has been detected during this period. A zero or negative value means that automatic disarming triggered by landing detection is disabled. - /parameters/PWM_AUX_FUNC3/values/201/description + /parameters/COM_DISARM_MAN/shortDesc - Servo 1 + Allow disarming via switch/stick/button on multicopters in manual thrust modes - /parameters/PWM_AUX_FUNC3/values/202/description + /parameters/COM_DISARM_MAN/longDesc - Servo 2 + 0: Disallow disarming when not landed 1: Allow disarming in multicopter flight in modes where the thrust is directly controlled by thr throttle stick e.g. Stabilized, Acro - /parameters/PWM_AUX_FUNC3/values/203/description + /parameters/COM_DISARM_MAN/values/0/description - Servo 3 + Disabled - /parameters/PWM_AUX_FUNC3/values/204/description + /parameters/COM_DISARM_MAN/values/1/description - Servo 4 + Enabled - /parameters/PWM_AUX_FUNC3/values/205/description + /parameters/COM_DISARM_PRFLT/shortDesc - Servo 5 + Time-out for auto disarm if not taking off - /parameters/PWM_AUX_FUNC3/values/206/description + /parameters/COM_DISARM_PRFLT/longDesc - Servo 6 + A non-zero, positive value specifies the time in seconds, within which the vehicle is expected to take off after arming. In case the vehicle didn't takeoff within the timeout it disarms again. A negative value disables autmoatic disarming triggered by a pre-takeoff timeout. - /parameters/PWM_AUX_FUNC3/values/207/description + /parameters/COM_DL_LOSS_T/shortDesc - Servo 7 + GCS connection loss time threshold - /parameters/PWM_AUX_FUNC3/values/208/description + /parameters/COM_DL_LOSS_T/longDesc - Servo 8 + After this amount of seconds without datalink, the GCS connection lost mode triggers - /parameters/PWM_AUX_FUNC3/values/301/description + /parameters/COM_FAIL_ACT_T/shortDesc - Peripheral via Actuator Set 1 + Delay between failsafe condition triggered and failsafe reaction - /parameters/PWM_AUX_FUNC3/values/302/description + /parameters/COM_FAIL_ACT_T/longDesc - Peripheral via Actuator Set 2 + Before entering failsafe (RTL, Land, Hold), wait COM_FAIL_ACT_T seconds in Hold mode for the user to realize. During that time the user cannot take over control via the stick override feature (see COM_RC_OVERRIDE). Afterwards the configured failsafe action is triggered and the user may use stick override. A zero value disables the delay and the user cannot take over via stick movements (switching modes is still allowed). - /parameters/PWM_AUX_FUNC3/values/303/description + /parameters/COM_FLIGHT_UUID/shortDesc - Peripheral via Actuator Set 3 + Next flight UUID - /parameters/PWM_AUX_FUNC3/values/304/description + /parameters/COM_FLIGHT_UUID/longDesc - Peripheral via Actuator Set 4 + This number is incremented automatically after every flight on disarming in order to remember the next flight UUID. The first flight is 0. - /parameters/PWM_AUX_FUNC3/values/305/description + /parameters/COM_FLTMODE1/shortDesc - Peripheral via Actuator Set 5 + Mode slot 1 - /parameters/PWM_AUX_FUNC3/values/306/description + /parameters/COM_FLTMODE1/longDesc - Peripheral via Actuator Set 6 + If the main switch channel is in this range the selected flight mode will be applied. - /parameters/PWM_AUX_FUNC3/values/400/description + /parameters/COM_FLTMODE1/values/-1/description - Landing Gear + Unassigned - /parameters/PWM_AUX_FUNC3/values/401/description + /parameters/COM_FLTMODE1/values/0/description - Parachute + Manual - /parameters/PWM_AUX_FUNC3/values/402/description + /parameters/COM_FLTMODE1/values/1/description - RC Roll + Altitude - /parameters/PWM_AUX_FUNC3/values/403/description + /parameters/COM_FLTMODE1/values/2/description - RC Pitch + Position - /parameters/PWM_AUX_FUNC3/values/404/description + /parameters/COM_FLTMODE1/values/3/description - RC Throttle + Mission - /parameters/PWM_AUX_FUNC3/values/405/description + /parameters/COM_FLTMODE1/values/4/description - RC Yaw + Hold - /parameters/PWM_AUX_FUNC3/values/406/description + /parameters/COM_FLTMODE1/values/5/description - RC Flaps + Return - /parameters/PWM_AUX_FUNC3/values/407/description + /parameters/COM_FLTMODE1/values/6/description - RC AUX 1 + Acro - /parameters/PWM_AUX_FUNC3/values/408/description + /parameters/COM_FLTMODE1/values/7/description - RC AUX 2 + Offboard - /parameters/PWM_AUX_FUNC3/values/409/description + /parameters/COM_FLTMODE1/values/8/description - RC AUX 3 + Stabilized - /parameters/PWM_AUX_FUNC3/values/410/description + /parameters/COM_FLTMODE1/values/9/description - RC AUX 4 + Position Slow - /parameters/PWM_AUX_FUNC3/values/411/description + /parameters/COM_FLTMODE1/values/10/description - RC AUX 5 + Takeoff - /parameters/PWM_AUX_FUNC3/values/412/description + /parameters/COM_FLTMODE1/values/11/description - RC AUX 6 + Land - /parameters/PWM_AUX_FUNC3/values/420/description + /parameters/COM_FLTMODE1/values/12/description - Gimbal Roll + Follow Me - /parameters/PWM_AUX_FUNC3/values/421/description + /parameters/COM_FLTMODE1/values/13/description - Gimbal Pitch + Precision Land - /parameters/PWM_AUX_FUNC3/values/422/description + /parameters/COM_FLTMODE1/values/100/description - Gimbal Yaw + External Mode 1 - /parameters/PWM_AUX_FUNC3/values/430/description + /parameters/COM_FLTMODE1/values/101/description - Gripper + External Mode 2 - /parameters/PWM_AUX_FUNC3/values/440/description + /parameters/COM_FLTMODE1/values/102/description - Landing Gear Wheel + External Mode 3 - /parameters/PWM_AUX_FUNC3/values/2000/description + /parameters/COM_FLTMODE1/values/103/description - Camera Trigger + External Mode 4 - /parameters/PWM_AUX_FUNC3/values/2032/description + /parameters/COM_FLTMODE1/values/104/description - Camera Capture + External Mode 5 - /parameters/PWM_AUX_FUNC3/values/2064/description + /parameters/COM_FLTMODE1/values/105/description - PPS Input + External Mode 6 - /parameters/PWM_AUX_FUNC4/shortDesc + /parameters/COM_FLTMODE1/values/106/description - PWM Aux 4 Output Function + External Mode 7 - /parameters/PWM_AUX_FUNC4/longDesc + /parameters/COM_FLTMODE1/values/107/description - Select what should be output on PWM Aux 4. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + External Mode 8 - /parameters/PWM_AUX_FUNC4/values/0/description + /parameters/COM_FLTMODE2/shortDesc - Disabled + Mode slot 2 - /parameters/PWM_AUX_FUNC4/values/1/description + /parameters/COM_FLTMODE2/longDesc - Constant Min + If the main switch channel is in this range the selected flight mode will be applied. - /parameters/PWM_AUX_FUNC4/values/2/description + /parameters/COM_FLTMODE2/values/-1/description - Constant Max + Unassigned - /parameters/PWM_AUX_FUNC4/values/101/description + /parameters/COM_FLTMODE2/values/0/description - Motor 1 + Manual - /parameters/PWM_AUX_FUNC4/values/102/description + /parameters/COM_FLTMODE2/values/1/description - Motor 2 + Altitude - /parameters/PWM_AUX_FUNC4/values/103/description + /parameters/COM_FLTMODE2/values/2/description - Motor 3 + Position - /parameters/PWM_AUX_FUNC4/values/104/description + /parameters/COM_FLTMODE2/values/3/description - Motor 4 + Mission - /parameters/PWM_AUX_FUNC4/values/105/description + /parameters/COM_FLTMODE2/values/4/description - Motor 5 + Hold - /parameters/PWM_AUX_FUNC4/values/106/description + /parameters/COM_FLTMODE2/values/5/description - Motor 6 + Return - /parameters/PWM_AUX_FUNC4/values/107/description + /parameters/COM_FLTMODE2/values/6/description - Motor 7 + Acro - /parameters/PWM_AUX_FUNC4/values/108/description + /parameters/COM_FLTMODE2/values/7/description - Motor 8 + Offboard - /parameters/PWM_AUX_FUNC4/values/109/description + /parameters/COM_FLTMODE2/values/8/description - Motor 9 + Stabilized - /parameters/PWM_AUX_FUNC4/values/110/description + /parameters/COM_FLTMODE2/values/9/description - Motor 10 + Position Slow - /parameters/PWM_AUX_FUNC4/values/111/description + /parameters/COM_FLTMODE2/values/10/description - Motor 11 + Takeoff - /parameters/PWM_AUX_FUNC4/values/112/description + /parameters/COM_FLTMODE2/values/11/description - Motor 12 + Land - /parameters/PWM_AUX_FUNC4/values/201/description + /parameters/COM_FLTMODE2/values/12/description - Servo 1 + Follow Me - /parameters/PWM_AUX_FUNC4/values/202/description + /parameters/COM_FLTMODE2/values/13/description - Servo 2 + Precision Land - /parameters/PWM_AUX_FUNC4/values/203/description + /parameters/COM_FLTMODE2/values/100/description - Servo 3 + External Mode 1 - /parameters/PWM_AUX_FUNC4/values/204/description + /parameters/COM_FLTMODE2/values/101/description - Servo 4 + External Mode 2 - /parameters/PWM_AUX_FUNC4/values/205/description + /parameters/COM_FLTMODE2/values/102/description - Servo 5 + External Mode 3 - /parameters/PWM_AUX_FUNC4/values/206/description + /parameters/COM_FLTMODE2/values/103/description - Servo 6 + External Mode 4 - /parameters/PWM_AUX_FUNC4/values/207/description + /parameters/COM_FLTMODE2/values/104/description - Servo 7 + External Mode 5 - /parameters/PWM_AUX_FUNC4/values/208/description + /parameters/COM_FLTMODE2/values/105/description - Servo 8 + External Mode 6 - /parameters/PWM_AUX_FUNC4/values/301/description + /parameters/COM_FLTMODE2/values/106/description - Peripheral via Actuator Set 1 + External Mode 7 - /parameters/PWM_AUX_FUNC4/values/302/description + /parameters/COM_FLTMODE2/values/107/description - Peripheral via Actuator Set 2 + External Mode 8 - /parameters/PWM_AUX_FUNC4/values/303/description + /parameters/COM_FLTMODE3/shortDesc - Peripheral via Actuator Set 3 + Mode slot 3 - /parameters/PWM_AUX_FUNC4/values/304/description + /parameters/COM_FLTMODE3/longDesc - Peripheral via Actuator Set 4 + If the main switch channel is in this range the selected flight mode will be applied. - /parameters/PWM_AUX_FUNC4/values/305/description + /parameters/COM_FLTMODE3/values/-1/description - Peripheral via Actuator Set 5 + Unassigned - /parameters/PWM_AUX_FUNC4/values/306/description + /parameters/COM_FLTMODE3/values/0/description - Peripheral via Actuator Set 6 + Manual - /parameters/PWM_AUX_FUNC4/values/400/description + /parameters/COM_FLTMODE3/values/1/description - Landing Gear + Altitude - /parameters/PWM_AUX_FUNC4/values/401/description + /parameters/COM_FLTMODE3/values/2/description - Parachute + Position - /parameters/PWM_AUX_FUNC4/values/402/description + /parameters/COM_FLTMODE3/values/3/description - RC Roll + Mission - /parameters/PWM_AUX_FUNC4/values/403/description + /parameters/COM_FLTMODE3/values/4/description - RC Pitch + Hold - /parameters/PWM_AUX_FUNC4/values/404/description + /parameters/COM_FLTMODE3/values/5/description - RC Throttle + Return - /parameters/PWM_AUX_FUNC4/values/405/description + /parameters/COM_FLTMODE3/values/6/description - RC Yaw + Acro - /parameters/PWM_AUX_FUNC4/values/406/description + /parameters/COM_FLTMODE3/values/7/description - RC Flaps + Offboard - /parameters/PWM_AUX_FUNC4/values/407/description + /parameters/COM_FLTMODE3/values/8/description - RC AUX 1 + Stabilized - /parameters/PWM_AUX_FUNC4/values/408/description + /parameters/COM_FLTMODE3/values/9/description - RC AUX 2 + Position Slow - /parameters/PWM_AUX_FUNC4/values/409/description + /parameters/COM_FLTMODE3/values/10/description - RC AUX 3 + Takeoff - /parameters/PWM_AUX_FUNC4/values/410/description + /parameters/COM_FLTMODE3/values/11/description - RC AUX 4 + Land - /parameters/PWM_AUX_FUNC4/values/411/description + /parameters/COM_FLTMODE3/values/12/description - RC AUX 5 + Follow Me - /parameters/PWM_AUX_FUNC4/values/412/description + /parameters/COM_FLTMODE3/values/13/description - RC AUX 6 + Precision Land - /parameters/PWM_AUX_FUNC4/values/420/description + /parameters/COM_FLTMODE3/values/100/description - Gimbal Roll + External Mode 1 - /parameters/PWM_AUX_FUNC4/values/421/description + /parameters/COM_FLTMODE3/values/101/description - Gimbal Pitch + External Mode 2 - /parameters/PWM_AUX_FUNC4/values/422/description + /parameters/COM_FLTMODE3/values/102/description - Gimbal Yaw + External Mode 3 - /parameters/PWM_AUX_FUNC4/values/430/description + /parameters/COM_FLTMODE3/values/103/description - Gripper + External Mode 4 - /parameters/PWM_AUX_FUNC4/values/440/description + /parameters/COM_FLTMODE3/values/104/description - Landing Gear Wheel + External Mode 5 - /parameters/PWM_AUX_FUNC4/values/2000/description + /parameters/COM_FLTMODE3/values/105/description - Camera Trigger + External Mode 6 - /parameters/PWM_AUX_FUNC4/values/2032/description + /parameters/COM_FLTMODE3/values/106/description - Camera Capture + External Mode 7 - /parameters/PWM_AUX_FUNC4/values/2064/description + /parameters/COM_FLTMODE3/values/107/description - PPS Input + External Mode 8 - /parameters/PWM_AUX_FUNC5/shortDesc + /parameters/COM_FLTMODE4/shortDesc - PWM Aux 5 Output Function + Mode slot 4 - /parameters/PWM_AUX_FUNC5/longDesc + /parameters/COM_FLTMODE4/longDesc - Select what should be output on PWM Aux 5. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + If the main switch channel is in this range the selected flight mode will be applied. - /parameters/PWM_AUX_FUNC5/values/0/description + /parameters/COM_FLTMODE4/values/-1/description - Disabled + Unassigned - /parameters/PWM_AUX_FUNC5/values/1/description + /parameters/COM_FLTMODE4/values/0/description - Constant Min + Manual - /parameters/PWM_AUX_FUNC5/values/2/description + /parameters/COM_FLTMODE4/values/1/description - Constant Max + Altitude - /parameters/PWM_AUX_FUNC5/values/101/description + /parameters/COM_FLTMODE4/values/2/description - Motor 1 + Position - /parameters/PWM_AUX_FUNC5/values/102/description + /parameters/COM_FLTMODE4/values/3/description - Motor 2 + Mission - /parameters/PWM_AUX_FUNC5/values/103/description + /parameters/COM_FLTMODE4/values/4/description - Motor 3 + Hold - /parameters/PWM_AUX_FUNC5/values/104/description + /parameters/COM_FLTMODE4/values/5/description - Motor 4 + Return - /parameters/PWM_AUX_FUNC5/values/105/description + /parameters/COM_FLTMODE4/values/6/description - Motor 5 + Acro - /parameters/PWM_AUX_FUNC5/values/106/description + /parameters/COM_FLTMODE4/values/7/description - Motor 6 + Offboard - /parameters/PWM_AUX_FUNC5/values/107/description + /parameters/COM_FLTMODE4/values/8/description - Motor 7 + Stabilized - /parameters/PWM_AUX_FUNC5/values/108/description + /parameters/COM_FLTMODE4/values/9/description - Motor 8 + Position Slow - /parameters/PWM_AUX_FUNC5/values/109/description + /parameters/COM_FLTMODE4/values/10/description - Motor 9 + Takeoff - /parameters/PWM_AUX_FUNC5/values/110/description + /parameters/COM_FLTMODE4/values/11/description - Motor 10 + Land - /parameters/PWM_AUX_FUNC5/values/111/description + /parameters/COM_FLTMODE4/values/12/description - Motor 11 + Follow Me - /parameters/PWM_AUX_FUNC5/values/112/description + /parameters/COM_FLTMODE4/values/13/description - Motor 12 + Precision Land - /parameters/PWM_AUX_FUNC5/values/201/description + /parameters/COM_FLTMODE4/values/100/description - Servo 1 + External Mode 1 - /parameters/PWM_AUX_FUNC5/values/202/description + /parameters/COM_FLTMODE4/values/101/description - Servo 2 + External Mode 2 - /parameters/PWM_AUX_FUNC5/values/203/description + /parameters/COM_FLTMODE4/values/102/description - Servo 3 + External Mode 3 - /parameters/PWM_AUX_FUNC5/values/204/description + /parameters/COM_FLTMODE4/values/103/description - Servo 4 + External Mode 4 - /parameters/PWM_AUX_FUNC5/values/205/description + /parameters/COM_FLTMODE4/values/104/description - Servo 5 + External Mode 5 - /parameters/PWM_AUX_FUNC5/values/206/description + /parameters/COM_FLTMODE4/values/105/description - Servo 6 + External Mode 6 - /parameters/PWM_AUX_FUNC5/values/207/description + /parameters/COM_FLTMODE4/values/106/description - Servo 7 + External Mode 7 - /parameters/PWM_AUX_FUNC5/values/208/description + /parameters/COM_FLTMODE4/values/107/description - Servo 8 + External Mode 8 - /parameters/PWM_AUX_FUNC5/values/301/description + /parameters/COM_FLTMODE5/shortDesc - Peripheral via Actuator Set 1 + Mode slot 5 - /parameters/PWM_AUX_FUNC5/values/302/description + /parameters/COM_FLTMODE5/longDesc - Peripheral via Actuator Set 2 + If the main switch channel is in this range the selected flight mode will be applied. - /parameters/PWM_AUX_FUNC5/values/303/description + /parameters/COM_FLTMODE5/values/-1/description - Peripheral via Actuator Set 3 + Unassigned - /parameters/PWM_AUX_FUNC5/values/304/description + /parameters/COM_FLTMODE5/values/0/description - Peripheral via Actuator Set 4 + Manual - /parameters/PWM_AUX_FUNC5/values/305/description + /parameters/COM_FLTMODE5/values/1/description - Peripheral via Actuator Set 5 + Altitude - /parameters/PWM_AUX_FUNC5/values/306/description + /parameters/COM_FLTMODE5/values/2/description - Peripheral via Actuator Set 6 + Position - /parameters/PWM_AUX_FUNC5/values/400/description + /parameters/COM_FLTMODE5/values/3/description - Landing Gear + Mission - /parameters/PWM_AUX_FUNC5/values/401/description + /parameters/COM_FLTMODE5/values/4/description - Parachute + Hold - /parameters/PWM_AUX_FUNC5/values/402/description + /parameters/COM_FLTMODE5/values/5/description - RC Roll + Return - /parameters/PWM_AUX_FUNC5/values/403/description + /parameters/COM_FLTMODE5/values/6/description - RC Pitch + Acro - /parameters/PWM_AUX_FUNC5/values/404/description + /parameters/COM_FLTMODE5/values/7/description - RC Throttle + Offboard - /parameters/PWM_AUX_FUNC5/values/405/description + /parameters/COM_FLTMODE5/values/8/description - RC Yaw + Stabilized - /parameters/PWM_AUX_FUNC5/values/406/description + /parameters/COM_FLTMODE5/values/9/description - RC Flaps + Position Slow - /parameters/PWM_AUX_FUNC5/values/407/description + /parameters/COM_FLTMODE5/values/10/description - RC AUX 1 + Takeoff - /parameters/PWM_AUX_FUNC5/values/408/description + /parameters/COM_FLTMODE5/values/11/description - RC AUX 2 + Land - /parameters/PWM_AUX_FUNC5/values/409/description + /parameters/COM_FLTMODE5/values/12/description - RC AUX 3 + Follow Me - /parameters/PWM_AUX_FUNC5/values/410/description + /parameters/COM_FLTMODE5/values/13/description - RC AUX 4 + Precision Land - /parameters/PWM_AUX_FUNC5/values/411/description + /parameters/COM_FLTMODE5/values/100/description - RC AUX 5 + External Mode 1 - /parameters/PWM_AUX_FUNC5/values/412/description + /parameters/COM_FLTMODE5/values/101/description - RC AUX 6 + External Mode 2 - /parameters/PWM_AUX_FUNC5/values/420/description + /parameters/COM_FLTMODE5/values/102/description - Gimbal Roll + External Mode 3 - /parameters/PWM_AUX_FUNC5/values/421/description + /parameters/COM_FLTMODE5/values/103/description - Gimbal Pitch + External Mode 4 - /parameters/PWM_AUX_FUNC5/values/422/description + /parameters/COM_FLTMODE5/values/104/description - Gimbal Yaw + External Mode 5 - /parameters/PWM_AUX_FUNC5/values/430/description + /parameters/COM_FLTMODE5/values/105/description - Gripper + External Mode 6 - /parameters/PWM_AUX_FUNC5/values/440/description + /parameters/COM_FLTMODE5/values/106/description - Landing Gear Wheel + External Mode 7 - /parameters/PWM_AUX_FUNC5/values/2000/description + /parameters/COM_FLTMODE5/values/107/description - Camera Trigger + External Mode 8 - /parameters/PWM_AUX_FUNC5/values/2032/description + /parameters/COM_FLTMODE6/shortDesc - Camera Capture + Mode slot 6 - /parameters/PWM_AUX_FUNC5/values/2064/description + /parameters/COM_FLTMODE6/longDesc - PPS Input + If the main switch channel is in this range the selected flight mode will be applied. - /parameters/PWM_AUX_FUNC6/shortDesc + /parameters/COM_FLTMODE6/values/-1/description - PWM Aux 6 Output Function + Unassigned - /parameters/PWM_AUX_FUNC6/longDesc + /parameters/COM_FLTMODE6/values/0/description - Select what should be output on PWM Aux 6. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Manual - /parameters/PWM_AUX_FUNC6/values/0/description + /parameters/COM_FLTMODE6/values/1/description - Disabled + Altitude - /parameters/PWM_AUX_FUNC6/values/1/description + /parameters/COM_FLTMODE6/values/2/description - Constant Min + Position - /parameters/PWM_AUX_FUNC6/values/2/description + /parameters/COM_FLTMODE6/values/3/description - Constant Max + Mission - /parameters/PWM_AUX_FUNC6/values/101/description + /parameters/COM_FLTMODE6/values/4/description - Motor 1 + Hold - /parameters/PWM_AUX_FUNC6/values/102/description + /parameters/COM_FLTMODE6/values/5/description - Motor 2 + Return - /parameters/PWM_AUX_FUNC6/values/103/description + /parameters/COM_FLTMODE6/values/6/description - Motor 3 + Acro - /parameters/PWM_AUX_FUNC6/values/104/description + /parameters/COM_FLTMODE6/values/7/description - Motor 4 + Offboard - /parameters/PWM_AUX_FUNC6/values/105/description + /parameters/COM_FLTMODE6/values/8/description - Motor 5 + Stabilized - /parameters/PWM_AUX_FUNC6/values/106/description + /parameters/COM_FLTMODE6/values/9/description - Motor 6 + Position Slow - /parameters/PWM_AUX_FUNC6/values/107/description + /parameters/COM_FLTMODE6/values/10/description - Motor 7 + Takeoff - /parameters/PWM_AUX_FUNC6/values/108/description + /parameters/COM_FLTMODE6/values/11/description - Motor 8 + Land - /parameters/PWM_AUX_FUNC6/values/109/description + /parameters/COM_FLTMODE6/values/12/description - Motor 9 + Follow Me - /parameters/PWM_AUX_FUNC6/values/110/description + /parameters/COM_FLTMODE6/values/13/description - Motor 10 + Precision Land - /parameters/PWM_AUX_FUNC6/values/111/description + /parameters/COM_FLTMODE6/values/100/description - Motor 11 + External Mode 1 - /parameters/PWM_AUX_FUNC6/values/112/description + /parameters/COM_FLTMODE6/values/101/description - Motor 12 + External Mode 2 - /parameters/PWM_AUX_FUNC6/values/201/description + /parameters/COM_FLTMODE6/values/102/description - Servo 1 + External Mode 3 - /parameters/PWM_AUX_FUNC6/values/202/description + /parameters/COM_FLTMODE6/values/103/description - Servo 2 + External Mode 4 - /parameters/PWM_AUX_FUNC6/values/203/description + /parameters/COM_FLTMODE6/values/104/description - Servo 3 + External Mode 5 - /parameters/PWM_AUX_FUNC6/values/204/description + /parameters/COM_FLTMODE6/values/105/description - Servo 4 + External Mode 6 - /parameters/PWM_AUX_FUNC6/values/205/description + /parameters/COM_FLTMODE6/values/106/description - Servo 5 + External Mode 7 - /parameters/PWM_AUX_FUNC6/values/206/description + /parameters/COM_FLTMODE6/values/107/description - Servo 6 + External Mode 8 - /parameters/PWM_AUX_FUNC6/values/207/description + /parameters/COM_FLTT_LOW_ACT/shortDesc - Servo 7 + Remaining flight time low failsafe - /parameters/PWM_AUX_FUNC6/values/208/description + /parameters/COM_FLTT_LOW_ACT/longDesc - Servo 8 + Action the system takes when the remaining flight time is below the estimated time it takes to reach the RTL destination. - /parameters/PWM_AUX_FUNC6/values/301/description + /parameters/COM_FLTT_LOW_ACT/values/0/description - Peripheral via Actuator Set 1 + None - /parameters/PWM_AUX_FUNC6/values/302/description + /parameters/COM_FLTT_LOW_ACT/values/1/description - Peripheral via Actuator Set 2 + Warning - /parameters/PWM_AUX_FUNC6/values/303/description + /parameters/COM_FLTT_LOW_ACT/values/3/description - Peripheral via Actuator Set 3 + Return - /parameters/PWM_AUX_FUNC6/values/304/description + /parameters/COM_FLT_PROFILE/shortDesc - Peripheral via Actuator Set 4 + User Flight Profile - /parameters/PWM_AUX_FUNC6/values/305/description + /parameters/COM_FLT_PROFILE/longDesc - Peripheral via Actuator Set 5 + Describes the intended use of the vehicle. Can be used by ground control software or log post processing. This param does not influence the behavior within the firmware. This means for example the control logic is independent of the setting of this param (but depends on other params). - /parameters/PWM_AUX_FUNC6/values/306/description + /parameters/COM_FLT_PROFILE/values/0/description - Peripheral via Actuator Set 6 + Default - /parameters/PWM_AUX_FUNC6/values/400/description + /parameters/COM_FLT_PROFILE/values/100/description - Landing Gear + Pro User - /parameters/PWM_AUX_FUNC6/values/401/description + /parameters/COM_FLT_PROFILE/values/200/description - Parachute + Flight Tester - /parameters/PWM_AUX_FUNC6/values/402/description + /parameters/COM_FLT_PROFILE/values/300/description - RC Roll + Developer - /parameters/PWM_AUX_FUNC6/values/403/description + /parameters/COM_FLT_TIME_MAX/shortDesc - RC Pitch + Maximum allowed flight time - /parameters/PWM_AUX_FUNC6/values/404/description + /parameters/COM_FLT_TIME_MAX/longDesc - RC Throttle + The vehicle aborts the current operation and returns to launch when the time since takeoff is above this value. It is not possible to resume the mission or switch to any auto mode other than RTL or Land. Taking over in any manual mode is still possible. Starting from 90% of the maximum flight time, a warning message will be sent every 1 minute with the remaining time until automatic RTL. Set to -1 to disable. - /parameters/PWM_AUX_FUNC6/values/405/description + /parameters/COM_FORCE_SAFETY/shortDesc - RC Yaw + Enable force safety - /parameters/PWM_AUX_FUNC6/values/406/description + /parameters/COM_FORCE_SAFETY/longDesc - RC Flaps + Force safety when the vehicle disarms - /parameters/PWM_AUX_FUNC6/values/407/description + /parameters/COM_FORCE_SAFETY/values/0/description - RC AUX 1 + Disabled - /parameters/PWM_AUX_FUNC6/values/408/description + /parameters/COM_FORCE_SAFETY/values/1/description - RC AUX 2 + Enabled - /parameters/PWM_AUX_FUNC6/values/409/description + /parameters/COM_HLDL_LOSS_T/shortDesc - RC AUX 3 + High Latency Datalink loss time threshold - /parameters/PWM_AUX_FUNC6/values/410/description + /parameters/COM_HLDL_LOSS_T/longDesc - RC AUX 4 + After this amount of seconds without datalink the data link lost mode triggers - /parameters/PWM_AUX_FUNC6/values/411/description + /parameters/COM_HLDL_REG_T/shortDesc - RC AUX 5 + High Latency Datalink regain time threshold - /parameters/PWM_AUX_FUNC6/values/412/description + /parameters/COM_HLDL_REG_T/longDesc - RC AUX 6 + After a data link loss: after this number of seconds with a healthy datalink the 'datalink loss' flag is set back to false - /parameters/PWM_AUX_FUNC6/values/420/description + /parameters/COM_HOME_EN/shortDesc - Gimbal Roll + Home position enabled - /parameters/PWM_AUX_FUNC6/values/421/description + /parameters/COM_HOME_EN/longDesc - Gimbal Pitch + Set home position automatically if possible. - /parameters/PWM_AUX_FUNC6/values/422/description + /parameters/COM_HOME_EN/values/0/description - Gimbal Yaw + Disabled - /parameters/PWM_AUX_FUNC6/values/430/description + /parameters/COM_HOME_EN/values/1/description - Gripper + Enabled - /parameters/PWM_AUX_FUNC6/values/440/description + /parameters/COM_HOME_IN_AIR/shortDesc - Landing Gear Wheel + Allows setting the home position after takeoff - /parameters/PWM_AUX_FUNC6/values/2000/description + /parameters/COM_HOME_IN_AIR/longDesc - Camera Trigger + If set to true, the autopilot is allowed to set its home position after takeoff The true home position is back-computed if a local position is estimate if available. If no local position is available, home is set to the current position. - /parameters/PWM_AUX_FUNC6/values/2032/description + /parameters/COM_HOME_IN_AIR/values/0/description - Camera Capture + Disabled - /parameters/PWM_AUX_FUNC6/values/2064/description + /parameters/COM_HOME_IN_AIR/values/1/description - PPS Input + Enabled - /parameters/PWM_AUX_FUNC7/shortDesc + /parameters/COM_IMB_PROP_ACT/shortDesc - PWM Aux 7 Output Function + Imbalanced propeller failsafe mode - /parameters/PWM_AUX_FUNC7/longDesc + /parameters/COM_IMB_PROP_ACT/longDesc - Select what should be output on PWM Aux 7. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Action the system takes when an imbalanced propeller is detected by the failure detector. See also FD_IMB_PROP_THR to set the failure threshold. - /parameters/PWM_AUX_FUNC7/values/0/description + /parameters/COM_IMB_PROP_ACT/values/-1/description Disabled - /parameters/PWM_AUX_FUNC7/values/1/description + /parameters/COM_IMB_PROP_ACT/values/0/description - Constant Min + Warning - /parameters/PWM_AUX_FUNC7/values/2/description + /parameters/COM_IMB_PROP_ACT/values/1/description - Constant Max + Return - /parameters/PWM_AUX_FUNC7/values/101/description + /parameters/COM_IMB_PROP_ACT/values/2/description - Motor 1 + Land - /parameters/PWM_AUX_FUNC7/values/102/description + /parameters/COM_KILL_DISARM/shortDesc - Motor 2 + Timeout value for disarming when kill switch is engaged - /parameters/PWM_AUX_FUNC7/values/103/description + /parameters/COM_LKDOWN_TKO/shortDesc - Motor 3 + Timeout for detecting a failure after takeoff - /parameters/PWM_AUX_FUNC7/values/104/description + /parameters/COM_LKDOWN_TKO/longDesc - Motor 4 + A non-zero, positive value specifies the timeframe in seconds within failure detector is allowed to disarm the vehicle if attitude exceeds the limits defined in FD_FAIL_P and FD_FAIL_R. The check is not executed for flight modes that do support acrobatic maneuvers, e.g: Acro (MC/FW) and Manual (FW). A zero or negative value means that the check is disabled. - /parameters/PWM_AUX_FUNC7/values/105/description + /parameters/COM_LOW_BAT_ACT/shortDesc - Motor 5 + Battery failsafe mode - /parameters/PWM_AUX_FUNC7/values/106/description + /parameters/COM_LOW_BAT_ACT/longDesc - Motor 6 + Action the system takes at critical battery. See also BAT_CRIT_THR and BAT_EMERGEN_THR for definition of battery states. - /parameters/PWM_AUX_FUNC7/values/107/description + /parameters/COM_LOW_BAT_ACT/values/0/description - Motor 7 + Warning - /parameters/PWM_AUX_FUNC7/values/108/description + /parameters/COM_LOW_BAT_ACT/values/2/description - Motor 8 + Land mode - /parameters/PWM_AUX_FUNC7/values/109/description + /parameters/COM_LOW_BAT_ACT/values/3/description - Motor 9 + Return at critical level, land at emergency level - /parameters/PWM_AUX_FUNC7/values/110/description + /parameters/COM_MODE0_HASH/shortDesc - Motor 10 + External mode identifier 0 - /parameters/PWM_AUX_FUNC7/values/111/description + /parameters/COM_MODE0_HASH/longDesc - Motor 11 + This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch. - /parameters/PWM_AUX_FUNC7/values/112/description + /parameters/COM_MODE1_HASH/shortDesc - Motor 12 + External mode identifier 1 - /parameters/PWM_AUX_FUNC7/values/201/description + /parameters/COM_MODE1_HASH/longDesc - Servo 1 + This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch. - /parameters/PWM_AUX_FUNC7/values/202/description + /parameters/COM_MODE2_HASH/shortDesc - Servo 2 + External mode identifier 2 - /parameters/PWM_AUX_FUNC7/values/203/description + /parameters/COM_MODE2_HASH/longDesc - Servo 3 + This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch. - /parameters/PWM_AUX_FUNC7/values/204/description + /parameters/COM_MODE3_HASH/shortDesc - Servo 4 + External mode identifier 3 - /parameters/PWM_AUX_FUNC7/values/205/description + /parameters/COM_MODE3_HASH/longDesc - Servo 5 + This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch. - /parameters/PWM_AUX_FUNC7/values/206/description + /parameters/COM_MODE4_HASH/shortDesc - Servo 6 + External mode identifier 4 - /parameters/PWM_AUX_FUNC7/values/207/description + /parameters/COM_MODE4_HASH/longDesc - Servo 7 + This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch. - /parameters/PWM_AUX_FUNC7/values/208/description + /parameters/COM_MODE5_HASH/shortDesc - Servo 8 + External mode identifier 5 - /parameters/PWM_AUX_FUNC7/values/301/description + /parameters/COM_MODE5_HASH/longDesc - Peripheral via Actuator Set 1 + This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch. - /parameters/PWM_AUX_FUNC7/values/302/description + /parameters/COM_MODE6_HASH/shortDesc - Peripheral via Actuator Set 2 + External mode identifier 6 - /parameters/PWM_AUX_FUNC7/values/303/description + /parameters/COM_MODE6_HASH/longDesc - Peripheral via Actuator Set 3 + This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch. - /parameters/PWM_AUX_FUNC7/values/304/description + /parameters/COM_MODE7_HASH/shortDesc - Peripheral via Actuator Set 4 + External mode identifier 7 - /parameters/PWM_AUX_FUNC7/values/305/description + /parameters/COM_MODE7_HASH/longDesc - Peripheral via Actuator Set 5 + This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch. - /parameters/PWM_AUX_FUNC7/values/306/description + /parameters/COM_MOT_TEST_EN/shortDesc - Peripheral via Actuator Set 6 + Enable Actuator Testing - /parameters/PWM_AUX_FUNC7/values/400/description + /parameters/COM_MOT_TEST_EN/longDesc - Landing Gear + If set, enables the actuator test interface via MAVLink (ACTUATOR_TEST), that allows spinning the motors and moving the servos for testing purposes. - /parameters/PWM_AUX_FUNC7/values/401/description + /parameters/COM_MOT_TEST_EN/values/0/description - Parachute + Disabled - /parameters/PWM_AUX_FUNC7/values/402/description + /parameters/COM_MOT_TEST_EN/values/1/description - RC Roll + Enabled - /parameters/PWM_AUX_FUNC7/values/403/description + /parameters/COM_OBC_LOSS_T/shortDesc - RC Pitch + Time-out to wait when onboard computer connection is lost before warning about loss connection - /parameters/PWM_AUX_FUNC7/values/404/description + /parameters/COM_OBL_RC_ACT/shortDesc - RC Throttle + Set offboard loss failsafe mode - /parameters/PWM_AUX_FUNC7/values/405/description + /parameters/COM_OBL_RC_ACT/longDesc - RC Yaw + The offboard loss failsafe will only be entered after a timeout, set by COM_OF_LOSS_T in seconds. - /parameters/PWM_AUX_FUNC7/values/406/description + /parameters/COM_OBL_RC_ACT/values/0/description - RC Flaps + Position mode - /parameters/PWM_AUX_FUNC7/values/407/description + /parameters/COM_OBL_RC_ACT/values/1/description - RC AUX 1 + Altitude mode - /parameters/PWM_AUX_FUNC7/values/408/description + /parameters/COM_OBL_RC_ACT/values/2/description - RC AUX 2 + Stabilized - /parameters/PWM_AUX_FUNC7/values/409/description + /parameters/COM_OBL_RC_ACT/values/3/description - RC AUX 3 + Return mode - /parameters/PWM_AUX_FUNC7/values/410/description + /parameters/COM_OBL_RC_ACT/values/4/description - RC AUX 4 + Land mode - /parameters/PWM_AUX_FUNC7/values/411/description + /parameters/COM_OBL_RC_ACT/values/5/description - RC AUX 5 + Hold mode - /parameters/PWM_AUX_FUNC7/values/412/description + /parameters/COM_OBL_RC_ACT/values/6/description - RC AUX 6 + Terminate - /parameters/PWM_AUX_FUNC7/values/420/description + /parameters/COM_OBL_RC_ACT/values/7/description - Gimbal Roll + Disarm - /parameters/PWM_AUX_FUNC7/values/421/description + /parameters/COM_OBS_AVOID/shortDesc - Gimbal Pitch + Flag to enable obstacle avoidance - /parameters/PWM_AUX_FUNC7/values/422/description + /parameters/COM_OBS_AVOID/values/0/description - Gimbal Yaw + Disabled - /parameters/PWM_AUX_FUNC7/values/430/description + /parameters/COM_OBS_AVOID/values/1/description - Gripper + Enabled - /parameters/PWM_AUX_FUNC7/values/440/description + /parameters/COM_OF_LOSS_T/shortDesc - Landing Gear Wheel + Time-out to wait when offboard connection is lost before triggering offboard lost action - /parameters/PWM_AUX_FUNC7/values/2000/description + /parameters/COM_OF_LOSS_T/longDesc - Camera Trigger + See COM_OBL_RC_ACT to configure action. - /parameters/PWM_AUX_FUNC7/values/2032/description + /parameters/COM_PARACHUTE/shortDesc - Camera Capture + Expect and require a healthy MAVLink parachute system - /parameters/PWM_AUX_FUNC7/values/2064/description + /parameters/COM_PARACHUTE/values/0/description - PPS Input + Disabled - /parameters/PWM_AUX_FUNC8/shortDesc + /parameters/COM_PARACHUTE/values/1/description - PWM Aux 8 Output Function + Enabled - /parameters/PWM_AUX_FUNC8/longDesc + /parameters/COM_POSCTL_NAVL/shortDesc - Select what should be output on PWM Aux 8. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Position mode navigation loss response - /parameters/PWM_AUX_FUNC8/values/0/description + /parameters/COM_POSCTL_NAVL/longDesc - Disabled + This sets the flight mode that will be used if navigation accuracy is no longer adequate for position control in manual Position mode. - /parameters/PWM_AUX_FUNC8/values/1/description + /parameters/COM_POSCTL_NAVL/values/0/description - Constant Min + Altitude mode - /parameters/PWM_AUX_FUNC8/values/2/description + /parameters/COM_POSCTL_NAVL/values/1/description - Constant Max + Land mode (descend) - /parameters/PWM_AUX_FUNC8/values/101/description + /parameters/COM_POS_FS_DELAY/shortDesc - Motor 1 + Loss of position failsafe activation delay - /parameters/PWM_AUX_FUNC8/values/102/description + /parameters/COM_POS_FS_DELAY/longDesc - Motor 2 + This sets number of seconds that the position checks need to be failed before the failsafe will activate. The default value has been optimised for rotary wing applications. For fixed wing applications, a larger value between 5 and 10 should be used. - /parameters/PWM_AUX_FUNC8/values/103/description + /parameters/COM_POS_FS_EPH/shortDesc - Motor 3 + Horizontal position error threshold - /parameters/PWM_AUX_FUNC8/values/104/description + /parameters/COM_POS_FS_EPH/longDesc - Motor 4 + This is the horizontal position error (EPH) threshold that will trigger a failsafe. The default is appropriate for a multicopter. Can be increased for a fixed-wing. If the previous position error was below this threshold, there is an additional factor of 2.5 applied (threshold for invalidation 2.5 times the one for validation). Set to -1 to disable. - /parameters/PWM_AUX_FUNC8/values/105/description + /parameters/COM_POS_LOW_EPH/shortDesc - Motor 5 + EPH threshold for RTL - /parameters/PWM_AUX_FUNC8/values/106/description + /parameters/COM_POS_LOW_EPH/longDesc - Motor 6 + Specify the threshold for triggering a warning for low local position accuracy. Additionally triggers a RTL if currently in Mission or Loiter mode. Local position has to be still declared valid, which is most of all depending on COM_POS_FS_EPH. Use this feature on systems with dead-reckoning capabilites (e.g. fixed-wing vehicles with airspeed sensor) to improve the user notification and failure mitigation when flying in GNSS-denied areas. Set to -1 to disable. - /parameters/PWM_AUX_FUNC8/values/107/description + /parameters/COM_POWER_COUNT/shortDesc - Motor 7 + Required number of redundant power modules - /parameters/PWM_AUX_FUNC8/values/108/description + /parameters/COM_POWER_COUNT/longDesc - Motor 8 + This configures a check to verify the expected number of 5V rail power supplies are present. By default only one is expected. Note: CBRK_SUPPLY_CHK disables all power checks including this one. - /parameters/PWM_AUX_FUNC8/values/109/description + /parameters/COM_PREARM_MODE/shortDesc - Motor 9 + Condition to enter prearmed mode - /parameters/PWM_AUX_FUNC8/values/110/description + /parameters/COM_PREARM_MODE/longDesc - Motor 10 + Condition to enter the prearmed state, an intermediate state between disarmed and armed in which non-throttling actuators are active. - /parameters/PWM_AUX_FUNC8/values/111/description + /parameters/COM_PREARM_MODE/values/0/description - Motor 11 + Disabled - /parameters/PWM_AUX_FUNC8/values/112/description + /parameters/COM_PREARM_MODE/values/1/description - Motor 12 + Safety button - /parameters/PWM_AUX_FUNC8/values/201/description + /parameters/COM_PREARM_MODE/values/2/description - Servo 1 + Always - /parameters/PWM_AUX_FUNC8/values/202/description + /parameters/COM_QC_ACT/shortDesc - Servo 2 + Set command after a quadchute - /parameters/PWM_AUX_FUNC8/values/203/description + /parameters/COM_QC_ACT/values/-1/description - Servo 3 + Warning only - /parameters/PWM_AUX_FUNC8/values/204/description + /parameters/COM_QC_ACT/values/0/description - Servo 4 + Return mode - /parameters/PWM_AUX_FUNC8/values/205/description + /parameters/COM_QC_ACT/values/1/description - Servo 5 + Land mode - /parameters/PWM_AUX_FUNC8/values/206/description + /parameters/COM_QC_ACT/values/2/description - Servo 6 + Hold mode - /parameters/PWM_AUX_FUNC8/values/207/description + /parameters/COM_RAM_MAX/shortDesc - Servo 7 + Maximum allowed RAM usage to pass checks - /parameters/PWM_AUX_FUNC8/values/208/description + /parameters/COM_RAM_MAX/longDesc - Servo 8 + The check fails if the RAM usage is above this threshold. A negative value disables the check. - /parameters/PWM_AUX_FUNC8/values/301/description + /parameters/COM_RCL_EXCEPT/shortDesc - Peripheral via Actuator Set 1 + RC loss exceptions - /parameters/PWM_AUX_FUNC8/values/302/description + /parameters/COM_RCL_EXCEPT/longDesc - Peripheral via Actuator Set 2 + Specify modes in which RC loss is ignored and the failsafe action not triggered. - /parameters/PWM_AUX_FUNC8/values/303/description + /parameters/COM_RCL_EXCEPT/bitmask/0/description - Peripheral via Actuator Set 3 + Mission - /parameters/PWM_AUX_FUNC8/values/304/description + /parameters/COM_RCL_EXCEPT/bitmask/1/description - Peripheral via Actuator Set 4 + Hold - /parameters/PWM_AUX_FUNC8/values/305/description + /parameters/COM_RCL_EXCEPT/bitmask/2/description - Peripheral via Actuator Set 5 + Offboard - /parameters/PWM_AUX_FUNC8/values/306/description + /parameters/COM_RC_ARM_HYST/shortDesc - Peripheral via Actuator Set 6 + RC input arm/disarm command duration - /parameters/PWM_AUX_FUNC8/values/400/description + /parameters/COM_RC_ARM_HYST/longDesc - Landing Gear + The default value of 1000 requires the stick to be held in the arm or disarm position for 1 second. - /parameters/PWM_AUX_FUNC8/values/401/description + /parameters/COM_RC_IN_MODE/shortDesc - Parachute + RC control input mode - /parameters/PWM_AUX_FUNC8/values/402/description + /parameters/COM_RC_IN_MODE/longDesc - RC Roll + A value of 0 enables RC transmitter control (only). A valid RC transmitter calibration is required. A value of 1 allows joystick control only. RC input handling and the associated checks are disabled. A value of 2 allows either RC Transmitter or Joystick input. The first valid input is used, will fallback to other sources if the input stream becomes invalid. A value of 3 allows either input from RC or joystick. The first available source is selected and used until reboot. A value of 4 ignores any stick input. - /parameters/PWM_AUX_FUNC8/values/403/description + /parameters/COM_RC_IN_MODE/values/0/description - RC Pitch + RC Transmitter only - /parameters/PWM_AUX_FUNC8/values/404/description + /parameters/COM_RC_IN_MODE/values/1/description - RC Throttle + Joystick only - /parameters/PWM_AUX_FUNC8/values/405/description + /parameters/COM_RC_IN_MODE/values/2/description - RC Yaw + RC and Joystick with fallback - /parameters/PWM_AUX_FUNC8/values/406/description + /parameters/COM_RC_IN_MODE/values/3/description - RC Flaps + RC or Joystick keep first - /parameters/PWM_AUX_FUNC8/values/407/description + /parameters/COM_RC_IN_MODE/values/4/description - RC AUX 1 + Stick input disabled - /parameters/PWM_AUX_FUNC8/values/408/description + /parameters/COM_RC_LOSS_T/shortDesc - RC AUX 2 + Manual control loss timeout - /parameters/PWM_AUX_FUNC8/values/409/description + /parameters/COM_RC_LOSS_T/longDesc - RC AUX 3 + The time in seconds without a new setpoint from RC or Joystick, after which the connection is considered lost. This must be kept short as the vehicle will use the last supplied setpoint until the timeout triggers. - /parameters/PWM_AUX_FUNC8/values/410/description + /parameters/COM_RC_OVERRIDE/shortDesc - RC AUX 4 + Enable RC stick override of auto and/or offboard modes - /parameters/PWM_AUX_FUNC8/values/411/description + /parameters/COM_RC_OVERRIDE/longDesc - RC AUX 5 + When RC stick override is enabled, moving the RC sticks more than COM_RC_STICK_OV immediately gives control back to the pilot by switching to Position mode and if position is unavailable Altitude mode. Note: Only has an effect on multicopters, and VTOLs in multicopter mode. - /parameters/PWM_AUX_FUNC8/values/412/description + /parameters/COM_RC_OVERRIDE/bitmask/0/description - RC AUX 6 + Enable override during auto modes (except for in critical battery reaction) - /parameters/PWM_AUX_FUNC8/values/420/description + /parameters/COM_RC_OVERRIDE/bitmask/1/description - Gimbal Roll + Enable override during offboard mode - /parameters/PWM_AUX_FUNC8/values/421/description + /parameters/COM_RC_STICK_OV/shortDesc - Gimbal Pitch + RC stick override threshold - /parameters/PWM_AUX_FUNC8/values/422/description + /parameters/COM_RC_STICK_OV/longDesc - Gimbal Yaw + If COM_RC_OVERRIDE is enabled and the joystick input is moved more than this threshold the autopilot the pilot takes over control. - /parameters/PWM_AUX_FUNC8/values/430/description + /parameters/COM_SPOOLUP_TIME/shortDesc - Gripper + Enforced delay between arming and further navigation - /parameters/PWM_AUX_FUNC8/values/440/description + /parameters/COM_SPOOLUP_TIME/longDesc - Landing Gear Wheel + The minimal time from arming the motors until moving the vehicle is possible is COM_SPOOLUP_TIME seconds. Goal: - Motors and propellers spool up to idle speed before getting commanded to spin faster - Timeout for ESCs and smart batteries to successfulyy do failure checks e.g. for stuck rotors before the vehicle is off the ground - /parameters/PWM_AUX_FUNC8/values/2000/description + /parameters/COM_TAKEOFF_ACT/shortDesc - Camera Trigger + Action after TAKEOFF has been accepted - /parameters/PWM_AUX_FUNC8/values/2032/description + /parameters/COM_TAKEOFF_ACT/longDesc - Camera Capture + The mode transition after TAKEOFF has completed successfully. - /parameters/PWM_AUX_FUNC8/values/2064/description + /parameters/COM_TAKEOFF_ACT/values/0/description - PPS Input + Hold - /parameters/PWM_AUX_FUNC9/shortDesc + /parameters/COM_TAKEOFF_ACT/values/1/description - PWM Capture 1 Output Function + Mission (if valid) - /parameters/PWM_AUX_FUNC9/longDesc + /parameters/COM_THROW_EN/shortDesc - Select what should be output on PWM Capture 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Enable throw-start - /parameters/PWM_AUX_FUNC9/values/0/description + /parameters/COM_THROW_EN/longDesc - Disabled + Allows to start the vehicle by throwing it into the air. - /parameters/PWM_AUX_FUNC9/values/1/description + /parameters/COM_THROW_EN/values/0/description - Constant Min + Disabled - /parameters/PWM_AUX_FUNC9/values/2/description + /parameters/COM_THROW_EN/values/1/description - Constant Max + Enabled - /parameters/PWM_AUX_FUNC9/values/101/description + /parameters/COM_THROW_SPEED/shortDesc - Motor 1 + Minimum speed for the throw start - /parameters/PWM_AUX_FUNC9/values/102/description + /parameters/COM_THROW_SPEED/longDesc - Motor 2 + When the throw launch is enabled, the drone will only allow motors to spin after this speed is exceeded before detecting the freefall. This is a safety feature to ensure the drone does not turn on after accidental drop or a rapid movement before the throw. Set to 0 to disable. - /parameters/PWM_AUX_FUNC9/values/103/description + /parameters/COM_VEL_FS_EVH/shortDesc - Motor 3 + Horizontal velocity error threshold - /parameters/PWM_AUX_FUNC9/values/104/description + /parameters/COM_VEL_FS_EVH/longDesc - Motor 4 + This is the horizontal velocity error (EVH) threshold that will trigger a failsafe. The default is appropriate for a multicopter. Can be increased for a fixed-wing. If the previous velocity error was below this threshold, there is an additional factor of 2.5 applied (threshold for invalidation 2.5 times the one for validation). - /parameters/PWM_AUX_FUNC9/values/105/description + /parameters/COM_WIND_MAX/shortDesc - Motor 5 + High wind speed failsafe threshold - /parameters/PWM_AUX_FUNC9/values/106/description + /parameters/COM_WIND_MAX/longDesc - Motor 6 + Wind speed threshold above which an automatic failsafe action is triggered. Failsafe action can be specified with COM_WIND_MAX_ACT. - /parameters/PWM_AUX_FUNC9/values/107/description + /parameters/COM_WIND_MAX_ACT/shortDesc - Motor 7 + High wind failsafe mode - /parameters/PWM_AUX_FUNC9/values/108/description + /parameters/COM_WIND_MAX_ACT/longDesc - Motor 8 + Action the system takes when a wind speed above the specified threshold is detected. See COM_WIND_MAX to set the failsafe threshold. If enabled, it is not possible to resume the mission or switch to any auto mode other than RTL or Land if this threshold is exceeded. Taking over in any manual mode is still possible. - /parameters/PWM_AUX_FUNC9/values/109/description + /parameters/COM_WIND_MAX_ACT/values/0/description - Motor 9 + None - /parameters/PWM_AUX_FUNC9/values/110/description + /parameters/COM_WIND_MAX_ACT/values/1/description - Motor 10 + Warning - /parameters/PWM_AUX_FUNC9/values/111/description + /parameters/COM_WIND_MAX_ACT/values/2/description - Motor 11 + Hold - /parameters/PWM_AUX_FUNC9/values/112/description + /parameters/COM_WIND_MAX_ACT/values/3/description - Motor 12 + Return - /parameters/PWM_AUX_FUNC9/values/201/description + /parameters/COM_WIND_MAX_ACT/values/4/description - Servo 1 + Terminate - /parameters/PWM_AUX_FUNC9/values/202/description + /parameters/COM_WIND_MAX_ACT/values/5/description - Servo 2 + Land - /parameters/PWM_AUX_FUNC9/values/203/description + /parameters/COM_WIND_WARN/shortDesc - Servo 3 + Wind speed warning threshold - /parameters/PWM_AUX_FUNC9/values/204/description + /parameters/COM_WIND_WARN/longDesc - Servo 4 + A warning is triggered if the currently estimated wind speed is above this value. Warning is sent periodically (every 1 minute). Set to -1 to disable. - /parameters/PWM_AUX_FUNC9/values/205/description + /parameters/NAV_DLL_ACT/shortDesc - Servo 5 + Set GCS connection loss failsafe mode - /parameters/PWM_AUX_FUNC9/values/206/description + /parameters/NAV_DLL_ACT/longDesc - Servo 6 + The GCS connection loss failsafe will only be entered after a timeout, set by COM_DL_LOSS_T in seconds. Once the timeout occurs the selected action will be executed. - /parameters/PWM_AUX_FUNC9/values/207/description + /parameters/NAV_DLL_ACT/values/0/description - Servo 7 + Disabled - /parameters/PWM_AUX_FUNC9/values/208/description + /parameters/NAV_DLL_ACT/values/1/description - Servo 8 + Hold mode - /parameters/PWM_AUX_FUNC9/values/301/description + /parameters/NAV_DLL_ACT/values/2/description - Peripheral via Actuator Set 1 + Return mode - /parameters/PWM_AUX_FUNC9/values/302/description + /parameters/NAV_DLL_ACT/values/3/description - Peripheral via Actuator Set 2 + Land mode - /parameters/PWM_AUX_FUNC9/values/303/description + /parameters/NAV_DLL_ACT/values/5/description - Peripheral via Actuator Set 3 + Terminate - /parameters/PWM_AUX_FUNC9/values/304/description + /parameters/NAV_DLL_ACT/values/6/description - Peripheral via Actuator Set 4 + Disarm - /parameters/PWM_AUX_FUNC9/values/305/description + /parameters/NAV_RCL_ACT/shortDesc - Peripheral via Actuator Set 5 + Set RC loss failsafe mode - /parameters/PWM_AUX_FUNC9/values/306/description + /parameters/NAV_RCL_ACT/longDesc - Peripheral via Actuator Set 6 + The RC loss failsafe will only be entered after a timeout, set by COM_RC_LOSS_T in seconds. If RC input checks have been disabled by setting the COM_RC_IN_MODE param it will not be triggered. - /parameters/PWM_AUX_FUNC9/values/400/description + /parameters/NAV_RCL_ACT/values/1/description - Landing Gear + Hold mode - /parameters/PWM_AUX_FUNC9/values/401/description + /parameters/NAV_RCL_ACT/values/2/description - Parachute + Return mode - /parameters/PWM_AUX_FUNC9/values/402/description + /parameters/NAV_RCL_ACT/values/3/description - RC Roll + Land mode - /parameters/PWM_AUX_FUNC9/values/403/description + /parameters/NAV_RCL_ACT/values/5/description - RC Pitch + Terminate - /parameters/PWM_AUX_FUNC9/values/404/description + /parameters/NAV_RCL_ACT/values/6/description - RC Throttle + Disarm - /parameters/PWM_AUX_FUNC9/values/405/description + /parameters/EKF2_ABIAS_INIT/shortDesc - RC Yaw + 1-sigma IMU accelerometer switch-on bias - /parameters/PWM_AUX_FUNC9/values/406/description + /parameters/EKF2_ABL_ACCLIM/shortDesc - RC Flaps + Maximum IMU accel magnitude that allows IMU bias learning - /parameters/PWM_AUX_FUNC9/values/407/description + /parameters/EKF2_ABL_ACCLIM/longDesc - RC AUX 1 + If the magnitude of the IMU accelerometer vector exceeds this value, the EKF accel bias state estimation will be inhibited. This reduces the adverse effect of high manoeuvre accelerations and IMU nonlinerity and scale factor errors on the accel bias estimates. - /parameters/PWM_AUX_FUNC9/values/408/description + /parameters/EKF2_ABL_GYRLIM/shortDesc - RC AUX 2 + Maximum IMU gyro angular rate magnitude that allows IMU bias learning - /parameters/PWM_AUX_FUNC9/values/409/description + /parameters/EKF2_ABL_GYRLIM/longDesc - RC AUX 3 + If the magnitude of the IMU angular rate vector exceeds this value, the EKF accel bias state estimation will be inhibited. This reduces the adverse effect of rapid rotation rates and associated errors on the accel bias estimates. - /parameters/PWM_AUX_FUNC9/values/410/description + /parameters/EKF2_ABL_LIM/shortDesc - RC AUX 4 + Accelerometer bias learning limit - /parameters/PWM_AUX_FUNC9/values/411/description + /parameters/EKF2_ABL_LIM/longDesc - RC AUX 5 + The ekf accel bias states will be limited to within a range equivalent to +- of this value. - /parameters/PWM_AUX_FUNC9/values/412/description + /parameters/EKF2_ABL_TAU/shortDesc - RC AUX 6 + Accel bias learning inhibit time constant - /parameters/PWM_AUX_FUNC9/values/420/description + /parameters/EKF2_ABL_TAU/longDesc - Gimbal Roll + The vector magnitude of angular rate and acceleration used to check if learning should be inhibited has a peak hold filter applied to it with an exponential decay. This parameter controls the time constant of the decay. - /parameters/PWM_AUX_FUNC9/values/421/description + /parameters/EKF2_ACC_B_NOISE/shortDesc - Gimbal Pitch + Process noise for IMU accelerometer bias prediction - /parameters/PWM_AUX_FUNC9/values/422/description + /parameters/EKF2_ACC_NOISE/shortDesc - Gimbal Yaw + Accelerometer noise for covariance prediction - /parameters/PWM_AUX_FUNC9/values/430/description + /parameters/EKF2_AGP_CTRL/shortDesc - Gripper + Aux global position (AGP) sensor aiding - /parameters/PWM_AUX_FUNC9/values/440/description + /parameters/EKF2_AGP_CTRL/longDesc - Landing Gear Wheel + Set bits in the following positions to enable: 0 : Horizontal position fusion 1 : Vertical position fusion - /parameters/PWM_AUX_FUNC9/values/2000/description + /parameters/EKF2_AGP_CTRL/bitmask/0/description - Camera Trigger + Horizontal position - /parameters/PWM_AUX_FUNC9/values/2032/description + /parameters/EKF2_AGP_CTRL/bitmask/1/description - Camera Capture + Vertical position - /parameters/PWM_AUX_FUNC9/values/2064/description + /parameters/EKF2_AGP_DELAY/shortDesc - PPS Input + Aux global position estimator delay relative to IMU measurements - /parameters/PWM_AUX_MAX1/shortDesc + /parameters/EKF2_AGP_GATE/shortDesc - PWM Aux 1 Maximum Value + Gate size for aux global position fusion - /parameters/PWM_AUX_MAX1/longDesc + /parameters/EKF2_AGP_GATE/longDesc - Maxmimum output value (when not disarmed). + Sets the number of standard deviations used by the innovation consistency test. - /parameters/PWM_AUX_MAX10/shortDesc + /parameters/EKF2_AGP_NOISE/shortDesc - PWM Capture 2 Maximum Value + Measurement noise for aux global position measurements - /parameters/PWM_AUX_MAX10/longDesc + /parameters/EKF2_AGP_NOISE/longDesc - Maxmimum output value (when not disarmed). + Used to lower bound or replace the uncertainty included in the message - /parameters/PWM_AUX_MAX11/shortDesc + /parameters/EKF2_ANGERR_INIT/shortDesc - PWM Capture 3 Maximum Value + 1-sigma tilt angle uncertainty after gravity vector alignment - /parameters/PWM_AUX_MAX11/longDesc + /parameters/EKF2_ARSP_THR/shortDesc - Maxmimum output value (when not disarmed). + Airspeed fusion threshold - /parameters/PWM_AUX_MAX2/shortDesc + /parameters/EKF2_ARSP_THR/longDesc - PWM Aux 2 Maximum Value + Airspeed data is fused for wind estimation if above this threshold. Set to 0 to disable airspeed fusion. For reliable wind estimation both sideslip (see EKF2_FUSE_BETA) and airspeed fusion should be enabled. Only applies to fixed-wing vehicles (or VTOLs in fixed-wing mode). - /parameters/PWM_AUX_MAX2/longDesc + /parameters/EKF2_ASPD_MAX/shortDesc - Maxmimum output value (when not disarmed). + Maximum airspeed used for baro static pressure compensation - /parameters/PWM_AUX_MAX3/shortDesc + /parameters/EKF2_ASP_DELAY/shortDesc - PWM Aux 3 Maximum Value + Airspeed measurement delay relative to IMU measurements - /parameters/PWM_AUX_MAX3/longDesc + /parameters/EKF2_AVEL_DELAY/shortDesc - Maxmimum output value (when not disarmed). + Auxiliary Velocity Estimate delay relative to IMU measurements - /parameters/PWM_AUX_MAX4/shortDesc + /parameters/EKF2_BARO_CTRL/shortDesc - PWM Aux 4 Maximum Value + Barometric sensor height aiding - /parameters/PWM_AUX_MAX4/longDesc + /parameters/EKF2_BARO_CTRL/longDesc - Maxmimum output value (when not disarmed). + If this parameter is enabled then the estimator will make use of the barometric height measurements to estimate its height in addition to other height sources (if activated). - /parameters/PWM_AUX_MAX5/shortDesc + /parameters/EKF2_BARO_CTRL/values/0/description - PWM Aux 5 Maximum Value + Disabled - /parameters/PWM_AUX_MAX5/longDesc + /parameters/EKF2_BARO_CTRL/values/1/description - Maxmimum output value (when not disarmed). + Enabled - /parameters/PWM_AUX_MAX6/shortDesc + /parameters/EKF2_BARO_DELAY/shortDesc - PWM Aux 6 Maximum Value + Barometer measurement delay relative to IMU measurements - /parameters/PWM_AUX_MAX6/longDesc + /parameters/EKF2_BARO_GATE/shortDesc - Maxmimum output value (when not disarmed). + Gate size for barometric and GPS height fusion - /parameters/PWM_AUX_MAX7/shortDesc + /parameters/EKF2_BARO_GATE/longDesc - PWM Aux 7 Maximum Value + Sets the number of standard deviations used by the innovation consistency test. - /parameters/PWM_AUX_MAX7/longDesc + /parameters/EKF2_BARO_NOISE/shortDesc - Maxmimum output value (when not disarmed). + Measurement noise for barometric altitude - /parameters/PWM_AUX_MAX8/shortDesc + /parameters/EKF2_BCOEF_X/shortDesc - PWM Aux 8 Maximum Value + X-axis ballistic coefficient used for multi-rotor wind estimation - /parameters/PWM_AUX_MAX8/longDesc + /parameters/EKF2_BCOEF_X/longDesc - Maxmimum output value (when not disarmed). + This parameter controls the prediction of drag produced by bluff body drag along the forward/reverse axis when flying a multi-copter which enables estimation of wind drift when enabled by the EKF2_DRAG_CTRL parameter. The drag produced by this effect scales with speed squared. The predicted drag from the rotors is specified separately by the EKF2_MCOEF parameter. Set this parameter to zero to turn off the bluff body drag model for this axis. - /parameters/PWM_AUX_MAX9/shortDesc + /parameters/EKF2_BCOEF_Y/shortDesc - PWM Capture 1 Maximum Value + Y-axis ballistic coefficient used for multi-rotor wind estimation - /parameters/PWM_AUX_MAX9/longDesc + /parameters/EKF2_BCOEF_Y/longDesc - Maxmimum output value (when not disarmed). + This parameter controls the prediction of drag produced by bluff body drag along the right/left axis when flying a multi-copter, which enables estimation of wind drift when enabled by the EKF2_DRAG_CTRL parameter. The drag produced by this effect scales with speed squared. The predicted drag from the rotors is specified separately by the EKF2_MCOEF parameter. Set this parameter to zero to turn off the bluff body drag model for this axis. - /parameters/PWM_AUX_MIN1/shortDesc + /parameters/EKF2_BETA_GATE/shortDesc - PWM Aux 1 Minimum Value + Gate size for synthetic sideslip fusion - /parameters/PWM_AUX_MIN1/longDesc + /parameters/EKF2_BETA_GATE/longDesc - Minimum output value (when not disarmed). + Sets the number of standard deviations used by the innovation consistency test. - /parameters/PWM_AUX_MIN10/shortDesc + /parameters/EKF2_BETA_NOISE/shortDesc - PWM Capture 2 Minimum Value + Noise for synthetic sideslip fusion - /parameters/PWM_AUX_MIN10/longDesc + /parameters/EKF2_DECL_TYPE/shortDesc - Minimum output value (when not disarmed). + Integer bitmask controlling handling of magnetic declination - /parameters/PWM_AUX_MIN11/shortDesc + /parameters/EKF2_DECL_TYPE/longDesc - PWM Capture 3 Minimum Value + Set bits in the following positions to enable functions. 0 : Set to true to use the declination from the geo_lookup library when the GPS position becomes available, set to false to always use the EKF2_MAG_DECL value. 1 : Set to true to save the EKF2_MAG_DECL parameter to the value returned by the EKF when the vehicle disarms. - /parameters/PWM_AUX_MIN11/longDesc + /parameters/EKF2_DECL_TYPE/bitmask/0/description - Minimum output value (when not disarmed). + use geo_lookup declination - /parameters/PWM_AUX_MIN2/shortDesc + /parameters/EKF2_DECL_TYPE/bitmask/1/description - PWM Aux 2 Minimum Value + save EKF2_MAG_DECL on disarm - /parameters/PWM_AUX_MIN2/longDesc + /parameters/EKF2_DELAY_MAX/shortDesc - Minimum output value (when not disarmed). + Maximum delay of all the aiding sensors - /parameters/PWM_AUX_MIN3/shortDesc + /parameters/EKF2_DELAY_MAX/longDesc - PWM Aux 3 Minimum Value + Defines the delay between the current time and the delayed-time horizon. This value should be at least as large as the largest EKF2_XXX_DELAY parameter. - /parameters/PWM_AUX_MIN3/longDesc + /parameters/EKF2_DRAG_CTRL/shortDesc - Minimum output value (when not disarmed). + Multirotor wind estimation selection - /parameters/PWM_AUX_MIN4/shortDesc + /parameters/EKF2_DRAG_CTRL/longDesc - PWM Aux 4 Minimum Value + Activate wind speed estimation using specific-force measurements and a drag model defined by EKF2_BCOEF_[XY] and EKF2_MCOEF. Only use on vehicles that have their thrust aligned with the Z axis and no thrust in the XY plane. - /parameters/PWM_AUX_MIN4/longDesc + /parameters/EKF2_DRAG_CTRL/values/0/description - Minimum output value (when not disarmed). + Disabled - /parameters/PWM_AUX_MIN5/shortDesc + /parameters/EKF2_DRAG_CTRL/values/1/description - PWM Aux 5 Minimum Value + Enabled - /parameters/PWM_AUX_MIN5/longDesc + /parameters/EKF2_DRAG_NOISE/shortDesc - Minimum output value (when not disarmed). + Specific drag force observation noise variance - /parameters/PWM_AUX_MIN6/shortDesc + /parameters/EKF2_DRAG_NOISE/longDesc - PWM Aux 6 Minimum Value + Used by the multi-rotor specific drag force model. Increasing this makes the multi-rotor wind estimates adjust more slowly. - /parameters/PWM_AUX_MIN6/longDesc + /parameters/EKF2_EAS_NOISE/shortDesc - Minimum output value (when not disarmed). + Measurement noise for airspeed fusion - /parameters/PWM_AUX_MIN7/shortDesc + /parameters/EKF2_EN/shortDesc - PWM Aux 7 Minimum Value + EKF2 enable - /parameters/PWM_AUX_MIN7/longDesc + /parameters/EKF2_EN/values/0/description - Minimum output value (when not disarmed). + Disabled - /parameters/PWM_AUX_MIN8/shortDesc + /parameters/EKF2_EN/values/1/description - PWM Aux 8 Minimum Value + Enabled - /parameters/PWM_AUX_MIN8/longDesc + /parameters/EKF2_EVA_NOISE/shortDesc - Minimum output value (when not disarmed). + Measurement noise for vision angle measurements - /parameters/PWM_AUX_MIN9/shortDesc + /parameters/EKF2_EVA_NOISE/longDesc - PWM Capture 1 Minimum Value + Used to lower bound or replace the uncertainty included in the message - /parameters/PWM_AUX_MIN9/longDesc + /parameters/EKF2_EVP_GATE/shortDesc - Minimum output value (when not disarmed). + Gate size for vision position fusion - /parameters/PWM_AUX_REV/shortDesc + /parameters/EKF2_EVP_GATE/longDesc - Reverse Output Range for PWM AUX + Sets the number of standard deviations used by the innovation consistency test. - /parameters/PWM_AUX_REV/longDesc + /parameters/EKF2_EVP_NOISE/shortDesc - Allows to reverse the output range for each channel. Note: this is only useful for servos. + Measurement noise for vision position measurements - /parameters/PWM_AUX_REV/bitmask/0/description + /parameters/EKF2_EVP_NOISE/longDesc - PWM Aux 1 + Used to lower bound or replace the uncertainty included in the message - /parameters/PWM_AUX_REV/bitmask/1/description + /parameters/EKF2_EVV_GATE/shortDesc - PWM Aux 2 + Gate size for vision velocity estimate fusion - /parameters/PWM_AUX_REV/bitmask/2/description + /parameters/EKF2_EVV_GATE/longDesc - PWM Aux 3 + Sets the number of standard deviations used by the innovation consistency test. - /parameters/PWM_AUX_REV/bitmask/3/description + /parameters/EKF2_EVV_NOISE/shortDesc - PWM Aux 4 + Measurement noise for vision velocity measurements - /parameters/PWM_AUX_REV/bitmask/4/description + /parameters/EKF2_EVV_NOISE/longDesc - PWM Aux 5 + Used to lower bound or replace the uncertainty included in the message - /parameters/PWM_AUX_REV/bitmask/5/description + /parameters/EKF2_EV_CTRL/shortDesc - PWM Aux 6 + External vision (EV) sensor aiding - /parameters/PWM_AUX_REV/bitmask/6/description + /parameters/EKF2_EV_CTRL/longDesc - PWM Aux 7 + Set bits in the following positions to enable: 0 : Horizontal position fusion 1 : Vertical position fusion 2 : 3D velocity fusion 3 : Yaw - /parameters/PWM_AUX_REV/bitmask/7/description + /parameters/EKF2_EV_CTRL/bitmask/0/description - PWM Aux 8 + Horizontal position - /parameters/PWM_AUX_REV/bitmask/8/description + /parameters/EKF2_EV_CTRL/bitmask/1/description - PWM Capture 1 + Vertical position - /parameters/PWM_AUX_REV/bitmask/9/description + /parameters/EKF2_EV_CTRL/bitmask/2/description - PWM Capture 2 + 3D velocity - /parameters/PWM_AUX_REV/bitmask/10/description + /parameters/EKF2_EV_CTRL/bitmask/3/description - PWM Capture 3 + Yaw - /parameters/PWM_AUX_TIM0/shortDesc + /parameters/EKF2_EV_DELAY/shortDesc - Output Protocol Configuration for PWM Aux 1-4 + Vision Position Estimator delay relative to IMU measurements - /parameters/PWM_AUX_TIM0/longDesc + /parameters/EKF2_EV_NOISE_MD/shortDesc - Select which Output Protocol to use for outputs PWM Aux 1-4. Custom PWM rates can be used by directly setting any value >0. + External vision (EV) noise mode - /parameters/PWM_AUX_TIM0/values/-5/description + /parameters/EKF2_EV_NOISE_MD/longDesc - DShot150 + If set to 0 (default) the measurement noise is taken from the vision message and the EV noise parameters are used as a lower bound. If set to 1 the observation noise is set from the parameters directly, - /parameters/PWM_AUX_TIM0/values/-4/description + /parameters/EKF2_EV_NOISE_MD/values/0/description - DShot300 + EV reported variance (parameter lower bound) - /parameters/PWM_AUX_TIM0/values/-3/description + /parameters/EKF2_EV_NOISE_MD/values/1/description - DShot600 + EV noise parameters - /parameters/PWM_AUX_TIM0/values/-2/description + /parameters/EKF2_EV_POS_X/shortDesc - DShot1200 + X position of VI sensor focal point in body frame - /parameters/PWM_AUX_TIM0/values/-1/description + /parameters/EKF2_EV_POS_X/longDesc - OneShot + Forward axis with origin relative to vehicle centre of gravity - /parameters/PWM_AUX_TIM0/values/50/description + /parameters/EKF2_EV_POS_Y/shortDesc - PWM 50 Hz + Y position of VI sensor focal point in body frame - /parameters/PWM_AUX_TIM0/values/100/description + /parameters/EKF2_EV_POS_Y/longDesc - PWM 100 Hz + Forward axis with origin relative to vehicle centre of gravity - /parameters/PWM_AUX_TIM0/values/200/description + /parameters/EKF2_EV_POS_Z/shortDesc - PWM 200 Hz + Z position of VI sensor focal point in body frame - /parameters/PWM_AUX_TIM0/values/400/description + /parameters/EKF2_EV_POS_Z/longDesc - PWM 400 Hz + Forward axis with origin relative to vehicle centre of gravity - /parameters/PWM_AUX_TIM1/shortDesc + /parameters/EKF2_EV_QMIN/shortDesc - Output Protocol Configuration for PWM Aux 5-6 + External vision (EV) minimum quality (optional) - /parameters/PWM_AUX_TIM1/longDesc + /parameters/EKF2_EV_QMIN/longDesc - Select which Output Protocol to use for outputs PWM Aux 5-6. Custom PWM rates can be used by directly setting any value >0. + External vision will only be started and fused if the quality metric is above this threshold. The quality metric is a completely optional field provided by some VIO systems. - /parameters/PWM_AUX_TIM1/values/-1/description + /parameters/EKF2_FUSE_BETA/shortDesc - OneShot + Enable synthetic sideslip fusion - /parameters/PWM_AUX_TIM1/values/50/description + /parameters/EKF2_FUSE_BETA/longDesc - PWM 50 Hz + For reliable wind estimation both sideslip and airspeed fusion (see EKF2_ARSP_THR) should be enabled. Only applies to fixed-wing vehicles (or VTOLs in fixed-wing mode). Note: side slip fusion is currently not supported for tailsitters. - /parameters/PWM_AUX_TIM1/values/100/description + /parameters/EKF2_FUSE_BETA/values/0/description - PWM 100 Hz + Disabled - /parameters/PWM_AUX_TIM1/values/200/description + /parameters/EKF2_FUSE_BETA/values/1/description - PWM 200 Hz + Enabled - /parameters/PWM_AUX_TIM1/values/400/description + /parameters/EKF2_GBIAS_INIT/shortDesc - PWM 400 Hz + 1-sigma IMU gyro switch-on bias - /parameters/PWM_AUX_TIM2/shortDesc + /parameters/EKF2_GND_EFF_DZ/shortDesc - Output Protocol Configuration for PWM Aux 7-8 + Baro deadzone range for height fusion - /parameters/PWM_AUX_TIM2/longDesc + /parameters/EKF2_GND_EFF_DZ/longDesc - Select which Output Protocol to use for outputs PWM Aux 7-8. Custom PWM rates can be used by directly setting any value >0. + Sets the value of deadzone applied to negative baro innovations. Deadzone is enabled when EKF2_GND_EFF_DZ > 0. - /parameters/PWM_AUX_TIM2/values/-1/description + /parameters/EKF2_GND_MAX_HGT/shortDesc - OneShot + Height above ground level for ground effect zone - /parameters/PWM_AUX_TIM2/values/50/description + /parameters/EKF2_GND_MAX_HGT/longDesc - PWM 50 Hz + Sets the maximum distance to the ground level where negative baro innovations are expected. - /parameters/PWM_AUX_TIM2/values/100/description + /parameters/EKF2_GPS_CHECK/shortDesc - PWM 100 Hz + Integer bitmask controlling GPS checks - /parameters/PWM_AUX_TIM2/values/200/description + /parameters/EKF2_GPS_CHECK/longDesc - PWM 200 Hz + Each threshold value is defined by the parameter indicated next to the check. Drift and offset checks only run when the vehicle is on ground and stationary. - /parameters/PWM_AUX_TIM2/values/400/description + /parameters/EKF2_GPS_CHECK/bitmask/0/description - PWM 400 Hz + Sat count (EKF2_REQ_NSATS) - /parameters/PWM_AUX_TIM3/shortDesc + /parameters/EKF2_GPS_CHECK/bitmask/1/description - Output Protocol Configuration for PWM Capture 1-3 + PDOP (EKF2_REQ_PDOP) - /parameters/PWM_AUX_TIM3/longDesc + /parameters/EKF2_GPS_CHECK/bitmask/2/description - Select which Output Protocol to use for outputs PWM Capture 1-3. Custom PWM rates can be used by directly setting any value >0. + EPH (EKF2_REQ_EPH) - /parameters/PWM_AUX_TIM3/values/-1/description + /parameters/EKF2_GPS_CHECK/bitmask/3/description - OneShot + EPV (EKF2_REQ_EPV) - /parameters/PWM_AUX_TIM3/values/50/description + /parameters/EKF2_GPS_CHECK/bitmask/4/description - PWM 50 Hz + Speed accuracy (EKF2_REQ_SACC) - /parameters/PWM_AUX_TIM3/values/100/description + /parameters/EKF2_GPS_CHECK/bitmask/5/description - PWM 100 Hz + Horizontal position drift (EKF2_REQ_HDRIFT) - /parameters/PWM_AUX_TIM3/values/200/description + /parameters/EKF2_GPS_CHECK/bitmask/6/description - PWM 200 Hz + Vertical position drift (EKF2_REQ_VDRIFT) - /parameters/PWM_AUX_TIM3/values/400/description + /parameters/EKF2_GPS_CHECK/bitmask/7/description - PWM 400 Hz + Horizontal speed offset (EKF2_REQ_HDRIFT) - /parameters/PWM_MAIN_DIS1/shortDesc + /parameters/EKF2_GPS_CHECK/bitmask/8/description - MAIN 1 Disarmed Value + Vertical speed offset (EKF2_REQ_VDRIFT) - /parameters/PWM_MAIN_DIS1/longDesc + /parameters/EKF2_GPS_CHECK/bitmask/9/description - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Spoofing - /parameters/PWM_MAIN_DIS2/shortDesc + /parameters/EKF2_GPS_CTRL/shortDesc - MAIN 2 Disarmed Value + GNSS sensor aiding - /parameters/PWM_MAIN_DIS2/longDesc + /parameters/EKF2_GPS_CTRL/longDesc - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Set bits in the following positions to enable: 0 : Longitude and latitude fusion 1 : Altitude fusion 2 : 3D velocity fusion 3 : Dual antenna heading fusion - /parameters/PWM_MAIN_DIS3/shortDesc + /parameters/EKF2_GPS_CTRL/bitmask/0/description - MAIN 3 Disarmed Value + Lon/lat - /parameters/PWM_MAIN_DIS3/longDesc + /parameters/EKF2_GPS_CTRL/bitmask/1/description - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Altitude - /parameters/PWM_MAIN_DIS4/shortDesc + /parameters/EKF2_GPS_CTRL/bitmask/2/description - MAIN 4 Disarmed Value + 3D velocity - /parameters/PWM_MAIN_DIS4/longDesc + /parameters/EKF2_GPS_CTRL/bitmask/3/description - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Dual antenna heading - /parameters/PWM_MAIN_DIS5/shortDesc + /parameters/EKF2_GPS_DELAY/shortDesc - MAIN 5 Disarmed Value + GPS measurement delay relative to IMU measurements - /parameters/PWM_MAIN_DIS5/longDesc + /parameters/EKF2_GPS_POS_X/shortDesc - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + X position of GPS antenna in body frame - /parameters/PWM_MAIN_DIS6/shortDesc + /parameters/EKF2_GPS_POS_X/longDesc - MAIN 6 Disarmed Value + Forward axis with origin relative to vehicle centre of gravity - /parameters/PWM_MAIN_DIS6/longDesc + /parameters/EKF2_GPS_POS_Y/shortDesc - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Y position of GPS antenna in body frame - /parameters/PWM_MAIN_DIS7/shortDesc + /parameters/EKF2_GPS_POS_Y/longDesc - MAIN 7 Disarmed Value + Forward axis with origin relative to vehicle centre of gravity - /parameters/PWM_MAIN_DIS7/longDesc + /parameters/EKF2_GPS_POS_Z/shortDesc - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Z position of GPS antenna in body frame - /parameters/PWM_MAIN_DIS8/shortDesc + /parameters/EKF2_GPS_POS_Z/longDesc - MAIN 8 Disarmed Value + Forward axis with origin relative to vehicle centre of gravity - /parameters/PWM_MAIN_DIS8/longDesc + /parameters/EKF2_GPS_P_GATE/shortDesc - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Gate size for GNSS position fusion - /parameters/PWM_MAIN_FAIL1/shortDesc + /parameters/EKF2_GPS_P_GATE/longDesc - MAIN 1 Failsafe Value + Sets the number of standard deviations used by the innovation consistency test. - /parameters/PWM_MAIN_FAIL1/longDesc + /parameters/EKF2_GPS_P_NOISE/shortDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_MAIN_FUNC1). + Measurement noise for GNSS position - /parameters/PWM_MAIN_FAIL2/shortDesc + /parameters/EKF2_GPS_V_GATE/shortDesc - MAIN 2 Failsafe Value + Gate size for GNSS velocity fusion - /parameters/PWM_MAIN_FAIL2/longDesc + /parameters/EKF2_GPS_V_GATE/longDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_MAIN_FUNC2). + Sets the number of standard deviations used by the innovation consistency test. - /parameters/PWM_MAIN_FAIL3/shortDesc + /parameters/EKF2_GPS_V_NOISE/shortDesc - MAIN 3 Failsafe Value + Measurement noise for GNSS velocity - /parameters/PWM_MAIN_FAIL3/longDesc + /parameters/EKF2_GPS_YAW_OFF/shortDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_MAIN_FUNC3). + Heading/Yaw offset for dual antenna GPS - /parameters/PWM_MAIN_FAIL4/shortDesc + /parameters/EKF2_GRAV_NOISE/shortDesc - MAIN 4 Failsafe Value + Accelerometer measurement noise for gravity based observations - /parameters/PWM_MAIN_FAIL4/longDesc + /parameters/EKF2_GSF_TAS/shortDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_MAIN_FUNC4). + Default value of true airspeed used in EKF-GSF AHRS calculation - /parameters/PWM_MAIN_FAIL5/shortDesc + /parameters/EKF2_GSF_TAS/longDesc - MAIN 5 Failsafe Value + If no airspeed measurements are available, the EKF-GSF AHRS calculation will assume this value of true airspeed when compensating for centripetal acceleration during turns. Set to zero to disable centripetal acceleration compensation during fixed wing flight modes. - /parameters/PWM_MAIN_FAIL5/longDesc + /parameters/EKF2_GYR_B_LIM/shortDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_MAIN_FUNC5). + Gyro bias learning limit - /parameters/PWM_MAIN_FAIL6/shortDesc + /parameters/EKF2_GYR_B_LIM/longDesc - MAIN 6 Failsafe Value + The ekf gyro bias states will be limited to within a range equivalent to +- of this value. - /parameters/PWM_MAIN_FAIL6/longDesc + /parameters/EKF2_GYR_B_NOISE/shortDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_MAIN_FUNC6). + Process noise for IMU rate gyro bias prediction - /parameters/PWM_MAIN_FAIL7/shortDesc + /parameters/EKF2_GYR_NOISE/shortDesc - MAIN 7 Failsafe Value + Rate gyro noise for covariance prediction - /parameters/PWM_MAIN_FAIL7/longDesc + /parameters/EKF2_HDG_GATE/shortDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_MAIN_FUNC7). + Gate size for heading fusion - /parameters/PWM_MAIN_FAIL8/shortDesc + /parameters/EKF2_HDG_GATE/longDesc - MAIN 8 Failsafe Value + Sets the number of standard deviations used by the innovation consistency test. - /parameters/PWM_MAIN_FAIL8/longDesc + /parameters/EKF2_HEAD_NOISE/shortDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see PWM_MAIN_FUNC8). + Measurement noise for magnetic heading fusion - /parameters/PWM_MAIN_FUNC1/shortDesc + /parameters/EKF2_HGT_REF/shortDesc - MAIN 1 Output Function + Determines the reference source of height data used by the EKF - /parameters/PWM_MAIN_FUNC1/longDesc + /parameters/EKF2_HGT_REF/longDesc - Select what should be output on MAIN 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + When multiple height sources are enabled at the same time, the height estimate will always converge towards the reference height source selected by this parameter. The range sensor and vision options should only be used when for operation over a flat surface as the local NED origin will move up and down with ground level. - /parameters/PWM_MAIN_FUNC1/values/0/description + /parameters/EKF2_HGT_REF/values/0/description - Disabled + Barometric pressure - /parameters/PWM_MAIN_FUNC1/values/1/description + /parameters/EKF2_HGT_REF/values/1/description - Constant Min + GPS - /parameters/PWM_MAIN_FUNC1/values/2/description + /parameters/EKF2_HGT_REF/values/2/description - Constant Max + Range sensor - /parameters/PWM_MAIN_FUNC1/values/101/description + /parameters/EKF2_HGT_REF/values/3/description - Motor 1 + Vision - /parameters/PWM_MAIN_FUNC1/values/102/description + /parameters/EKF2_IMU_CTRL/shortDesc - Motor 2 + IMU control - /parameters/PWM_MAIN_FUNC1/values/103/description + /parameters/EKF2_IMU_CTRL/bitmask/0/description - Motor 3 + Gyro Bias - /parameters/PWM_MAIN_FUNC1/values/104/description + /parameters/EKF2_IMU_CTRL/bitmask/1/description - Motor 4 + Accel Bias - /parameters/PWM_MAIN_FUNC1/values/105/description + /parameters/EKF2_IMU_CTRL/bitmask/2/description - Motor 5 + Gravity vector fusion - /parameters/PWM_MAIN_FUNC1/values/106/description + /parameters/EKF2_IMU_POS_X/shortDesc - Motor 6 + X position of IMU in body frame - /parameters/PWM_MAIN_FUNC1/values/107/description + /parameters/EKF2_IMU_POS_X/longDesc - Motor 7 + Forward axis with origin relative to vehicle centre of gravity - /parameters/PWM_MAIN_FUNC1/values/108/description + /parameters/EKF2_IMU_POS_Y/shortDesc - Motor 8 + Y position of IMU in body frame - /parameters/PWM_MAIN_FUNC1/values/109/description + /parameters/EKF2_IMU_POS_Y/longDesc - Motor 9 + Forward axis with origin relative to vehicle centre of gravity - /parameters/PWM_MAIN_FUNC1/values/110/description + /parameters/EKF2_IMU_POS_Z/shortDesc - Motor 10 + Z position of IMU in body frame - /parameters/PWM_MAIN_FUNC1/values/111/description + /parameters/EKF2_IMU_POS_Z/longDesc - Motor 11 + Forward axis with origin relative to vehicle centre of gravity - /parameters/PWM_MAIN_FUNC1/values/112/description + /parameters/EKF2_LOG_VERBOSE/shortDesc - Motor 12 + Verbose logging - /parameters/PWM_MAIN_FUNC1/values/201/description + /parameters/EKF2_LOG_VERBOSE/values/0/description - Servo 1 + Disabled - /parameters/PWM_MAIN_FUNC1/values/202/description + /parameters/EKF2_LOG_VERBOSE/values/1/description - Servo 2 + Enabled - /parameters/PWM_MAIN_FUNC1/values/203/description + /parameters/EKF2_MAG_ACCLIM/shortDesc - Servo 3 + Horizontal acceleration threshold used for heading observability check - /parameters/PWM_MAIN_FUNC1/values/204/description + /parameters/EKF2_MAG_ACCLIM/longDesc - Servo 4 + The heading is assumed to be observable when the body acceleration is greater than this parameter when a global position/velocity aiding source is active. - /parameters/PWM_MAIN_FUNC1/values/205/description + /parameters/EKF2_MAG_B_NOISE/shortDesc - Servo 5 + Process noise for body magnetic field prediction - /parameters/PWM_MAIN_FUNC1/values/206/description + /parameters/EKF2_MAG_CHECK/shortDesc - Servo 6 + Magnetic field strength test selection - /parameters/PWM_MAIN_FUNC1/values/207/description + /parameters/EKF2_MAG_CHECK/longDesc - Servo 7 + Bitmask to set which check is used to decide whether the magnetometer data is valid. If GNSS data is received, the magnetic field is compared to a World Magnetic Model (WMM), otherwise an average value is used. This check is useful to reject occasional hard iron disturbance. Set bits to 1 to enable checks. Checks enabled by the following bit positions 0 : Magnetic field strength. Set tolerance using EKF2_MAG_CHK_STR 1 : Magnetic field inclination. Set tolerance using EKF2_MAG_CHK_INC 2 : Wait for GNSS to find the theoretical strength and inclination using the WMM - /parameters/PWM_MAIN_FUNC1/values/208/description + /parameters/EKF2_MAG_CHECK/bitmask/0/description - Servo 8 + Strength (EKF2_MAG_CHK_STR) - /parameters/PWM_MAIN_FUNC1/values/301/description + /parameters/EKF2_MAG_CHECK/bitmask/1/description - Peripheral via Actuator Set 1 + Inclination (EKF2_MAG_CHK_INC) - /parameters/PWM_MAIN_FUNC1/values/302/description + /parameters/EKF2_MAG_CHECK/bitmask/2/description - Peripheral via Actuator Set 2 + Wait for WMM - /parameters/PWM_MAIN_FUNC1/values/303/description + /parameters/EKF2_MAG_CHK_INC/shortDesc - Peripheral via Actuator Set 3 + Magnetic field inclination check tolerance - /parameters/PWM_MAIN_FUNC1/values/304/description + /parameters/EKF2_MAG_CHK_INC/longDesc - Peripheral via Actuator Set 4 + Maximum allowed deviation from the expected magnetic field inclination to pass the check. - /parameters/PWM_MAIN_FUNC1/values/305/description + /parameters/EKF2_MAG_CHK_STR/shortDesc - Peripheral via Actuator Set 5 + Magnetic field strength check tolerance - /parameters/PWM_MAIN_FUNC1/values/306/description + /parameters/EKF2_MAG_CHK_STR/longDesc - Peripheral via Actuator Set 6 + Maximum allowed deviation from the expected magnetic field strength to pass the check. - /parameters/PWM_MAIN_FUNC1/values/400/description + /parameters/EKF2_MAG_DECL/shortDesc - Landing Gear + Magnetic declination - /parameters/PWM_MAIN_FUNC1/values/401/description + /parameters/EKF2_MAG_DELAY/shortDesc - Parachute + Magnetometer measurement delay relative to IMU measurements - /parameters/PWM_MAIN_FUNC1/values/402/description + /parameters/EKF2_MAG_E_NOISE/shortDesc - RC Roll + Process noise for earth magnetic field prediction - /parameters/PWM_MAIN_FUNC1/values/403/description + /parameters/EKF2_MAG_GATE/shortDesc - RC Pitch + Gate size for magnetometer XYZ component fusion - /parameters/PWM_MAIN_FUNC1/values/404/description + /parameters/EKF2_MAG_GATE/longDesc - RC Throttle + Sets the number of standard deviations used by the innovation consistency test. - /parameters/PWM_MAIN_FUNC1/values/405/description + /parameters/EKF2_MAG_NOISE/shortDesc - RC Yaw + Measurement noise for magnetometer 3-axis fusion - /parameters/PWM_MAIN_FUNC1/values/406/description + /parameters/EKF2_MAG_TYPE/shortDesc - RC Flaps + Type of magnetometer fusion - /parameters/PWM_MAIN_FUNC1/values/407/description + /parameters/EKF2_MAG_TYPE/longDesc - RC AUX 1 + Integer controlling the type of magnetometer fusion used - magnetic heading or 3-component vector. The fusion of magnetometer data as a three component vector enables vehicle body fixed hard iron errors to be learned, but requires a stable earth field. If set to 'Automatic' magnetic heading fusion is used when on-ground and 3-axis magnetic field fusion in-flight. If set to 'Magnetic heading' magnetic heading fusion is used at all times. If set to 'None' the magnetometer will not be used under any circumstance. If no external source of yaw is available, it is possible to use post-takeoff horizontal movement combined with GNSS velocity measurements to align the yaw angle. If set to 'Init' the magnetometer is only used to initalize the heading. - /parameters/PWM_MAIN_FUNC1/values/408/description + /parameters/EKF2_MAG_TYPE/values/0/description - RC AUX 2 + Automatic - /parameters/PWM_MAIN_FUNC1/values/409/description + /parameters/EKF2_MAG_TYPE/values/1/description - RC AUX 3 + Magnetic heading - /parameters/PWM_MAIN_FUNC1/values/410/description + /parameters/EKF2_MAG_TYPE/values/5/description - RC AUX 4 + None - /parameters/PWM_MAIN_FUNC1/values/411/description + /parameters/EKF2_MAG_TYPE/values/6/description - RC AUX 5 + Init - /parameters/PWM_MAIN_FUNC1/values/412/description + /parameters/EKF2_MCOEF/shortDesc - RC AUX 6 + Propeller momentum drag coefficient for multi-rotor wind estimation - /parameters/PWM_MAIN_FUNC1/values/420/description + /parameters/EKF2_MCOEF/longDesc - Gimbal Roll + This parameter controls the prediction of drag produced by the propellers when flying a multi-copter, which enables estimation of wind drift when enabled by the EKF2_DRAG_CTRL parameter. The drag produced by this effect scales with speed not speed squared and is produced because some of the air velocity normal to the propeller axis of rotation is lost when passing through the rotor disc. This changes the momentum of the flow which creates a drag reaction force. When comparing un-ducted propellers of the same diameter, the effect is roughly proportional to the area of the propeller blades when viewed side on and changes with propeller selection. Momentum drag is significantly higher for ducted rotors. To account for the drag produced by the body which scales with speed squared, see documentation for the EKF2_BCOEF_X and EKF2_BCOEF_Y parameters. Set this parameter to zero to turn off the momentum drag model for both axis. - /parameters/PWM_MAIN_FUNC1/values/421/description + /parameters/EKF2_MIN_RNG/shortDesc - Gimbal Pitch + Expected range finder reading when on ground - /parameters/PWM_MAIN_FUNC1/values/422/description + /parameters/EKF2_MIN_RNG/longDesc - Gimbal Yaw + If the vehicle is on ground, is not moving as determined by the motion test and the range finder is returning invalid or no data, then an assumed range value of EKF2_MIN_RNG will be used by the terrain estimator so that a terrain height estimate is available at the start of flight in situations where the range finder may be inside its minimum measurements distance when on ground. - /parameters/PWM_MAIN_FUNC1/values/430/description + /parameters/EKF2_MULTI_IMU/shortDesc - Gripper + Multi-EKF IMUs - /parameters/PWM_MAIN_FUNC1/values/440/description + /parameters/EKF2_MULTI_IMU/longDesc - Landing Gear Wheel + Maximum number of IMUs to use for Multi-EKF. Set 0 to disable. Requires SENS_IMU_MODE 0. - /parameters/PWM_MAIN_FUNC2/shortDesc + /parameters/EKF2_MULTI_MAG/shortDesc - MAIN 2 Output Function + Multi-EKF Magnetometers - /parameters/PWM_MAIN_FUNC2/longDesc + /parameters/EKF2_MULTI_MAG/longDesc - Select what should be output on MAIN 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Maximum number of magnetometers to use for Multi-EKF. Set 0 to disable. Requires SENS_MAG_MODE 0. - /parameters/PWM_MAIN_FUNC2/values/0/description + /parameters/EKF2_NOAID_NOISE/shortDesc - Disabled + Measurement noise for non-aiding position hold - /parameters/PWM_MAIN_FUNC2/values/1/description + /parameters/EKF2_NOAID_TOUT/shortDesc - Constant Min + Maximum inertial dead-reckoning time - /parameters/PWM_MAIN_FUNC2/values/2/description + /parameters/EKF2_NOAID_TOUT/longDesc - Constant Max + Maximum lapsed time from last fusion of measurements that constrain velocity drift before the EKF will report the horizontal nav solution as invalid - /parameters/PWM_MAIN_FUNC2/values/101/description + /parameters/EKF2_OF_CTRL/shortDesc - Motor 1 + Optical flow aiding - /parameters/PWM_MAIN_FUNC2/values/102/description + /parameters/EKF2_OF_CTRL/longDesc - Motor 2 + Enable optical flow fusion. - /parameters/PWM_MAIN_FUNC2/values/103/description + /parameters/EKF2_OF_CTRL/values/0/description - Motor 3 + Disabled - /parameters/PWM_MAIN_FUNC2/values/104/description + /parameters/EKF2_OF_CTRL/values/1/description - Motor 4 + Enabled - /parameters/PWM_MAIN_FUNC2/values/105/description + /parameters/EKF2_OF_DELAY/shortDesc - Motor 5 + Optical flow measurement delay relative to IMU measurements - /parameters/PWM_MAIN_FUNC2/values/106/description + /parameters/EKF2_OF_DELAY/longDesc - Motor 6 + Assumes measurement is timestamped at trailing edge of integration period - /parameters/PWM_MAIN_FUNC2/values/107/description + /parameters/EKF2_OF_GATE/shortDesc - Motor 7 + Gate size for optical flow fusion - /parameters/PWM_MAIN_FUNC2/values/108/description + /parameters/EKF2_OF_GATE/longDesc - Motor 8 + Sets the number of standard deviations used by the innovation consistency test. - /parameters/PWM_MAIN_FUNC2/values/109/description + /parameters/EKF2_OF_GYR_SRC/shortDesc - Motor 9 + Optical flow angular rate compensation source - /parameters/PWM_MAIN_FUNC2/values/110/description + /parameters/EKF2_OF_GYR_SRC/longDesc - Motor 10 + Auto: use gyro from optical flow message if available, internal gyro otherwise. Internal: always use internal gyro - /parameters/PWM_MAIN_FUNC2/values/111/description + /parameters/EKF2_OF_GYR_SRC/values/0/description - Motor 11 + Auto - /parameters/PWM_MAIN_FUNC2/values/112/description + /parameters/EKF2_OF_GYR_SRC/values/1/description - Motor 12 + Internal - /parameters/PWM_MAIN_FUNC2/values/201/description + /parameters/EKF2_OF_N_MAX/shortDesc - Servo 1 + Optical flow maximum noise - /parameters/PWM_MAIN_FUNC2/values/202/description + /parameters/EKF2_OF_N_MAX/longDesc - Servo 2 + Measurement noise for the optical flow sensor when it's reported quality metric is at the minimum - /parameters/PWM_MAIN_FUNC2/values/203/description + /parameters/EKF2_OF_N_MIN/shortDesc - Servo 3 + Optical flow minimum noise - /parameters/PWM_MAIN_FUNC2/values/204/description + /parameters/EKF2_OF_N_MIN/longDesc - Servo 4 + Measurement noise for the optical flow sensor when it's reported quality metric is at the maximum - /parameters/PWM_MAIN_FUNC2/values/205/description + /parameters/EKF2_OF_POS_X/shortDesc - Servo 5 + X position of optical flow focal point in body frame - /parameters/PWM_MAIN_FUNC2/values/206/description + /parameters/EKF2_OF_POS_X/longDesc - Servo 6 + Forward axis with origin relative to vehicle centre of gravity - /parameters/PWM_MAIN_FUNC2/values/207/description + /parameters/EKF2_OF_POS_Y/shortDesc - Servo 7 + Y position of optical flow focal point in body frame - /parameters/PWM_MAIN_FUNC2/values/208/description + /parameters/EKF2_OF_POS_Y/longDesc - Servo 8 + Forward axis with origin relative to vehicle centre of gravity - /parameters/PWM_MAIN_FUNC2/values/301/description + /parameters/EKF2_OF_POS_Z/shortDesc - Peripheral via Actuator Set 1 + Z position of optical flow focal point in body frame - /parameters/PWM_MAIN_FUNC2/values/302/description + /parameters/EKF2_OF_POS_Z/longDesc - Peripheral via Actuator Set 2 + Forward axis with origin relative to vehicle centre of gravity - /parameters/PWM_MAIN_FUNC2/values/303/description + /parameters/EKF2_OF_QMIN/shortDesc - Peripheral via Actuator Set 3 + In air optical flow minimum quality - /parameters/PWM_MAIN_FUNC2/values/304/description + /parameters/EKF2_OF_QMIN/longDesc - Peripheral via Actuator Set 4 + Optical Flow data will only be used in air if the sensor reports a quality metric >= EKF2_OF_QMIN - /parameters/PWM_MAIN_FUNC2/values/305/description + /parameters/EKF2_OF_QMIN_GND/shortDesc - Peripheral via Actuator Set 5 + On ground optical flow minimum quality - /parameters/PWM_MAIN_FUNC2/values/306/description + /parameters/EKF2_OF_QMIN_GND/longDesc - Peripheral via Actuator Set 6 + Optical Flow data will only be used on the ground if the sensor reports a quality metric >= EKF2_OF_QMIN_GND - /parameters/PWM_MAIN_FUNC2/values/400/description + /parameters/EKF2_PCOEF_XN/shortDesc - Landing Gear + Static pressure position error coefficient for the negative X axis - /parameters/PWM_MAIN_FUNC2/values/401/description + /parameters/EKF2_PCOEF_XN/longDesc - Parachute + This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the X body axis. If the baro height estimate rises during backwards flight, then this will be a negative number. - /parameters/PWM_MAIN_FUNC2/values/402/description + /parameters/EKF2_PCOEF_XP/shortDesc - RC Roll + Static pressure position error coefficient for the positive X axis - /parameters/PWM_MAIN_FUNC2/values/403/description + /parameters/EKF2_PCOEF_XP/longDesc - RC Pitch + This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the X body axis. If the baro height estimate rises during forward flight, then this will be a negative number. - /parameters/PWM_MAIN_FUNC2/values/404/description + /parameters/EKF2_PCOEF_YN/shortDesc - RC Throttle + Pressure position error coefficient for the negative Y axis - /parameters/PWM_MAIN_FUNC2/values/405/description + /parameters/EKF2_PCOEF_YN/longDesc - RC Yaw + This is the ratio of static pressure error to dynamic pressure generated by a wind relative velocity along the negative Y (LH) body axis. If the baro height estimate rises during sideways flight to the left, then this will be a negative number. - /parameters/PWM_MAIN_FUNC2/values/406/description + /parameters/EKF2_PCOEF_YP/shortDesc - RC Flaps + Pressure position error coefficient for the positive Y axis - /parameters/PWM_MAIN_FUNC2/values/407/description + /parameters/EKF2_PCOEF_YP/longDesc - RC AUX 1 + This is the ratio of static pressure error to dynamic pressure generated by a wind relative velocity along the positive Y (RH) body axis. If the baro height estimate rises during sideways flight to the right, then this will be a negative number. - /parameters/PWM_MAIN_FUNC2/values/408/description + /parameters/EKF2_PCOEF_Z/shortDesc - RC AUX 2 + Static pressure position error coefficient for the Z axis - /parameters/PWM_MAIN_FUNC2/values/409/description + /parameters/EKF2_PCOEF_Z/longDesc - RC AUX 3 + This is the ratio of static pressure error to dynamic pressure generated by a wind relative velocity along the Z body axis. - /parameters/PWM_MAIN_FUNC2/values/410/description + /parameters/EKF2_PREDICT_US/shortDesc - RC AUX 4 + EKF prediction period - /parameters/PWM_MAIN_FUNC2/values/411/description + /parameters/EKF2_PREDICT_US/longDesc - RC AUX 5 + EKF prediction period in microseconds. This should ideally be an integer multiple of the IMU time delta. Actual filter update will be an integer multiple of IMU update. - /parameters/PWM_MAIN_FUNC2/values/412/description + /parameters/EKF2_REQ_EPH/shortDesc - RC AUX 6 + Required EPH to use GPS - /parameters/PWM_MAIN_FUNC2/values/420/description + /parameters/EKF2_REQ_EPV/shortDesc - Gimbal Roll + Required EPV to use GPS - /parameters/PWM_MAIN_FUNC2/values/421/description + /parameters/EKF2_REQ_GPS_H/shortDesc - Gimbal Pitch + Required GPS health time on startup - /parameters/PWM_MAIN_FUNC2/values/422/description + /parameters/EKF2_REQ_GPS_H/longDesc - Gimbal Yaw + Minimum continuous period without GPS failure required to mark a healthy GPS status. It can be reduced to speed up initialization, but it's recommended to keep this unchanged for a vehicle. - /parameters/PWM_MAIN_FUNC2/values/430/description + /parameters/EKF2_REQ_HDRIFT/shortDesc - Gripper + Maximum horizontal drift speed to use GPS - /parameters/PWM_MAIN_FUNC2/values/440/description + /parameters/EKF2_REQ_NSATS/shortDesc - Landing Gear Wheel + Required satellite count to use GPS - /parameters/PWM_MAIN_FUNC3/shortDesc + /parameters/EKF2_REQ_PDOP/shortDesc - MAIN 3 Output Function + Maximum PDOP to use GPS - /parameters/PWM_MAIN_FUNC3/longDesc + /parameters/EKF2_REQ_SACC/shortDesc - Select what should be output on MAIN 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Required speed accuracy to use GPS - /parameters/PWM_MAIN_FUNC3/values/0/description + /parameters/EKF2_REQ_VDRIFT/shortDesc - Disabled + Maximum vertical drift speed to use GPS - /parameters/PWM_MAIN_FUNC3/values/1/description + /parameters/EKF2_RNG_A_HMAX/shortDesc - Constant Min + Maximum height above ground allowed for conditional range aid mode - /parameters/PWM_MAIN_FUNC3/values/2/description + /parameters/EKF2_RNG_A_HMAX/longDesc - Constant Max + If the vehicle absolute altitude exceeds this value then the estimator will not fuse range measurements to estimate its height. This only applies when conditional range aid mode is activated (EKF2_RNG_CTRL = 1). - /parameters/PWM_MAIN_FUNC3/values/101/description + /parameters/EKF2_RNG_A_IGATE/shortDesc - Motor 1 + Gate size used for innovation consistency checks for range aid fusion - /parameters/PWM_MAIN_FUNC3/values/102/description + /parameters/EKF2_RNG_A_IGATE/longDesc - Motor 2 + A lower value means HAGL needs to be more stable in order to use range finder for height estimation in range aid mode - /parameters/PWM_MAIN_FUNC3/values/103/description + /parameters/EKF2_RNG_A_VMAX/shortDesc - Motor 3 + Maximum horizontal velocity allowed for conditional range aid mode - /parameters/PWM_MAIN_FUNC3/values/104/description + /parameters/EKF2_RNG_A_VMAX/longDesc - Motor 4 + If the vehicle horizontal speed exceeds this value then the estimator will not fuse range measurements to estimate its height. This only applies when conditional range aid mode is activated (EKF2_RNG_CTRL = 1). - /parameters/PWM_MAIN_FUNC3/values/105/description + /parameters/EKF2_RNG_CTRL/shortDesc - Motor 5 + Range sensor height aiding - /parameters/PWM_MAIN_FUNC3/values/106/description + /parameters/EKF2_RNG_CTRL/longDesc - Motor 6 + WARNING: Range finder measurements are less reliable and can experience unexpected errors. For these reasons, if accurate control of height relative to ground is required, it is recommended to use the MPC_ALT_MODE parameter instead, unless baro errors are severe enough to cause problems with landing and takeoff. If this parameter is enabled then the estimator will make use of the range finder measurements to estimate its height in addition to other height sources (if activated). Range sensor aiding can be enabled (i.e.: always use) or set in "conditional" mode. Conditional mode: This enables the range finder to be used during low speed (< EKF2_RNG_A_VMAX) and low altitude (< EKF2_RNG_A_HMAX) operation, eg takeoff and landing, where baro interference from rotor wash is excessive and can corrupt EKF state estimates. It is intended to be used where a vertical takeoff and landing is performed, and horizontal flight does not occur until above EKF2_RNG_A_HMAX. - /parameters/PWM_MAIN_FUNC3/values/107/description + /parameters/EKF2_RNG_CTRL/values/0/description - Motor 7 + Disable range fusion - /parameters/PWM_MAIN_FUNC3/values/108/description + /parameters/EKF2_RNG_CTRL/values/1/description - Motor 8 + Enabled (conditional mode) - /parameters/PWM_MAIN_FUNC3/values/109/description + /parameters/EKF2_RNG_CTRL/values/2/description - Motor 9 + Enabled - /parameters/PWM_MAIN_FUNC3/values/110/description + /parameters/EKF2_RNG_DELAY/shortDesc - Motor 10 + Range finder measurement delay relative to IMU measurements - /parameters/PWM_MAIN_FUNC3/values/111/description + /parameters/EKF2_RNG_FOG/shortDesc - Motor 11 + Maximum distance at which the range finder could detect fog (m) - /parameters/PWM_MAIN_FUNC3/values/112/description + /parameters/EKF2_RNG_FOG/longDesc - Motor 12 + Limit for fog detection. If the range finder measures a distance greater than this value, the measurement is considered to not be blocked by fog or rain. If there's a jump from larger than RNG_FOG to smaller than EKF2_RNG_FOG, the measurement may gets rejected. 0 - disabled - /parameters/PWM_MAIN_FUNC3/values/201/description + /parameters/EKF2_RNG_GATE/shortDesc - Servo 1 + Gate size for range finder fusion - /parameters/PWM_MAIN_FUNC3/values/202/description + /parameters/EKF2_RNG_GATE/longDesc - Servo 2 + Sets the number of standard deviations used by the innovation consistency test. - /parameters/PWM_MAIN_FUNC3/values/203/description + /parameters/EKF2_RNG_K_GATE/shortDesc - Servo 3 + Gate size used for range finder kinematic consistency check - /parameters/PWM_MAIN_FUNC3/values/204/description + /parameters/EKF2_RNG_K_GATE/longDesc - Servo 4 + To be used, the time derivative of the distance sensor measurements projected on the vertical axis needs to be statistically consistent with the estimated vertical velocity of the drone. Decrease this value to make the filter more robust against range finder faulty data (stuck, reflections, ...). Note: tune the range finder noise parameters (EKF2_RNG_NOISE and EKF2_RNG_SFE) before tuning this gate. - /parameters/PWM_MAIN_FUNC3/values/205/description + /parameters/EKF2_RNG_NOISE/shortDesc - Servo 5 + Measurement noise for range finder fusion - /parameters/PWM_MAIN_FUNC3/values/206/description + /parameters/EKF2_RNG_PITCH/shortDesc - Servo 6 + Range sensor pitch offset - /parameters/PWM_MAIN_FUNC3/values/207/description + /parameters/EKF2_RNG_POS_X/shortDesc - Servo 7 + X position of range finder origin in body frame - /parameters/PWM_MAIN_FUNC3/values/208/description + /parameters/EKF2_RNG_POS_X/longDesc - Servo 8 + Forward axis with origin relative to vehicle centre of gravity - /parameters/PWM_MAIN_FUNC3/values/301/description + /parameters/EKF2_RNG_POS_Y/shortDesc - Peripheral via Actuator Set 1 + Y position of range finder origin in body frame - /parameters/PWM_MAIN_FUNC3/values/302/description + /parameters/EKF2_RNG_POS_Y/longDesc - Peripheral via Actuator Set 2 + Forward axis with origin relative to vehicle centre of gravity - /parameters/PWM_MAIN_FUNC3/values/303/description + /parameters/EKF2_RNG_POS_Z/shortDesc - Peripheral via Actuator Set 3 + Z position of range finder origin in body frame - /parameters/PWM_MAIN_FUNC3/values/304/description + /parameters/EKF2_RNG_POS_Z/longDesc - Peripheral via Actuator Set 4 + Forward axis with origin relative to vehicle centre of gravity - /parameters/PWM_MAIN_FUNC3/values/305/description + /parameters/EKF2_RNG_QLTY_T/shortDesc - Peripheral via Actuator Set 5 + Minumum range validity period - /parameters/PWM_MAIN_FUNC3/values/306/description + /parameters/EKF2_RNG_QLTY_T/longDesc - Peripheral via Actuator Set 6 + Minimum duration during which the reported range finder signal quality needs to be non-zero in order to be declared valid (s) - /parameters/PWM_MAIN_FUNC3/values/400/description + /parameters/EKF2_RNG_SFE/shortDesc - Landing Gear + Range finder range dependent noise scaler - /parameters/PWM_MAIN_FUNC3/values/401/description + /parameters/EKF2_RNG_SFE/longDesc - Parachute + Specifies the increase in range finder noise with range. - /parameters/PWM_MAIN_FUNC3/values/402/description + /parameters/EKF2_SEL_ERR_RED/shortDesc - RC Roll + Selector error reduce threshold - /parameters/PWM_MAIN_FUNC3/values/403/description + /parameters/EKF2_SEL_ERR_RED/longDesc - RC Pitch + EKF2 instances have to be better than the selected by at least this amount before their relative score can be reduced. - /parameters/PWM_MAIN_FUNC3/values/404/description + /parameters/EKF2_SEL_IMU_ACC/shortDesc - RC Throttle + Selector acceleration threshold - /parameters/PWM_MAIN_FUNC3/values/405/description + /parameters/EKF2_SEL_IMU_ACC/longDesc - RC Yaw + EKF2 selector acceleration error threshold for comparing accelerometers. Acceleration vector differences larger than this will result in accumulated velocity error. - /parameters/PWM_MAIN_FUNC3/values/406/description + /parameters/EKF2_SEL_IMU_ANG/shortDesc - RC Flaps + Selector angular threshold - /parameters/PWM_MAIN_FUNC3/values/407/description + /parameters/EKF2_SEL_IMU_ANG/longDesc - RC AUX 1 + EKF2 selector maximum accumulated angular error threshold for comparing gyros. Accumulated angular error larger than this will result in the sensor being declared faulty. - /parameters/PWM_MAIN_FUNC3/values/408/description + /parameters/EKF2_SEL_IMU_RAT/shortDesc - RC AUX 2 + Selector angular rate threshold - /parameters/PWM_MAIN_FUNC3/values/409/description + /parameters/EKF2_SEL_IMU_RAT/longDesc - RC AUX 3 + EKF2 selector angular rate error threshold for comparing gyros. Angular rate vector differences larger than this will result in accumulated angular error. - /parameters/PWM_MAIN_FUNC3/values/410/description + /parameters/EKF2_SEL_IMU_VEL/shortDesc - RC AUX 4 + Selector angular threshold - /parameters/PWM_MAIN_FUNC3/values/411/description + /parameters/EKF2_SEL_IMU_VEL/longDesc - RC AUX 5 + EKF2 selector maximum accumulated velocity threshold for comparing accelerometers. Accumulated velocity error larger than this will result in the sensor being declared faulty. - /parameters/PWM_MAIN_FUNC3/values/412/description + /parameters/EKF2_SYNT_MAG_Z/shortDesc - RC AUX 6 + Enable synthetic magnetometer Z component measurement - /parameters/PWM_MAIN_FUNC3/values/420/description + /parameters/EKF2_SYNT_MAG_Z/longDesc - Gimbal Roll + Use for vehicles where the measured body Z magnetic field is subject to strong magnetic interference. For magnetic heading fusion the magnetometer Z measurement will be replaced by a synthetic value calculated using the knowledge of the 3D magnetic field vector at the location of the drone. Therefore, this parameter will only have an effect if the global position of the drone is known. For 3D mag fusion the magnetometer Z measurement will simply be ignored instead of fusing the synthetic value. - /parameters/PWM_MAIN_FUNC3/values/421/description + /parameters/EKF2_SYNT_MAG_Z/values/0/description - Gimbal Pitch + Disabled - /parameters/PWM_MAIN_FUNC3/values/422/description + /parameters/EKF2_SYNT_MAG_Z/values/1/description - Gimbal Yaw + Enabled - /parameters/PWM_MAIN_FUNC3/values/430/description + /parameters/EKF2_TAS_GATE/shortDesc - Gripper + Gate size for TAS fusion - /parameters/PWM_MAIN_FUNC3/values/440/description + /parameters/EKF2_TAS_GATE/longDesc - Landing Gear Wheel + Sets the number of standard deviations used by the innovation consistency test. - /parameters/PWM_MAIN_FUNC4/shortDesc + /parameters/EKF2_TAU_POS/shortDesc - MAIN 4 Output Function + Output predictor position time constant - /parameters/PWM_MAIN_FUNC4/longDesc + /parameters/EKF2_TAU_POS/longDesc - Select what should be output on MAIN 4. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Controls how tightly the output track the EKF states - /parameters/PWM_MAIN_FUNC4/values/0/description + /parameters/EKF2_TAU_VEL/shortDesc - Disabled + Time constant of the velocity output prediction and smoothing filter - /parameters/PWM_MAIN_FUNC4/values/1/description + /parameters/EKF2_TERR_GRAD/shortDesc - Constant Min + Magnitude of terrain gradient - /parameters/PWM_MAIN_FUNC4/values/2/description + /parameters/EKF2_TERR_NOISE/shortDesc - Constant Max + Terrain altitude process noise - /parameters/PWM_MAIN_FUNC4/values/101/description + /parameters/EKF2_VEL_LIM/shortDesc - Motor 1 + Velocity limit - /parameters/PWM_MAIN_FUNC4/values/102/description + /parameters/EKF2_WIND_NSD/shortDesc - Motor 2 + Process noise spectral density for wind velocity prediction - /parameters/PWM_MAIN_FUNC4/values/103/description + /parameters/EKF2_WIND_NSD/longDesc - Motor 3 + When unaided, the wind estimate uncertainty (1-sigma, in m/s) increases by this amount every second. - /parameters/PWM_MAIN_FUNC4/values/104/description + /parameters/EV_TSK_RC_LOSS/shortDesc - Motor 4 + RC Loss Alarm - /parameters/PWM_MAIN_FUNC4/values/105/description + /parameters/EV_TSK_RC_LOSS/longDesc - Motor 5 + Enable/disable event task for RC Loss. When enabled, an alarm tune will be played via buzzer or ESCs, if supported. The alarm will sound after a disarm, if the vehicle was previously armed and only if the vehicle had RC signal at some point. Particularly useful for locating crashed drones without a GPS sensor. - /parameters/PWM_MAIN_FUNC4/values/106/description + /parameters/EV_TSK_RC_LOSS/values/0/description - Motor 6 + Disabled - /parameters/PWM_MAIN_FUNC4/values/107/description + /parameters/EV_TSK_RC_LOSS/values/1/description - Motor 7 + Enabled - /parameters/PWM_MAIN_FUNC4/values/108/description + /parameters/EV_TSK_STAT_DIS/shortDesc - Motor 8 + Status Display - /parameters/PWM_MAIN_FUNC4/values/109/description + /parameters/EV_TSK_STAT_DIS/longDesc - Motor 9 + Enable/disable event task for displaying the vehicle status using arm-mounted LEDs. When enabled and if the vehicle supports it, LEDs will flash indicating various vehicle status changes. Currently PX4 has not implemented any specific status events. - - /parameters/PWM_MAIN_FUNC4/values/110/description + /parameters/EV_TSK_STAT_DIS/values/0/description - Motor 10 + Disabled - /parameters/PWM_MAIN_FUNC4/values/111/description + /parameters/EV_TSK_STAT_DIS/values/1/description - Motor 11 + Enabled - /parameters/PWM_MAIN_FUNC4/values/112/description + /parameters/FW_MAN_P_MAX/shortDesc - Motor 12 + Maximum manual pitch angle - /parameters/PWM_MAIN_FUNC4/values/201/description + /parameters/FW_MAN_P_MAX/longDesc - Servo 1 + Applies to both directions in all manual modes with attitude stabilization but without altitude control - /parameters/PWM_MAIN_FUNC4/values/202/description + /parameters/FW_MAN_R_MAX/shortDesc - Servo 2 + Maximum manual roll angle - /parameters/PWM_MAIN_FUNC4/values/203/description + /parameters/FW_MAN_R_MAX/longDesc - Servo 3 + Applies to both directions in all manual modes with attitude stabilization - /parameters/PWM_MAIN_FUNC4/values/204/description + /parameters/FW_MAN_YR_MAX/shortDesc - Servo 4 + Maximum manually added yaw rate - /parameters/PWM_MAIN_FUNC4/values/205/description + /parameters/FW_MAN_YR_MAX/longDesc - Servo 5 + This is the maximally added yaw rate setpoint from the yaw stick in any attitude controlled flight mode. It is added to the yaw rate setpoint generated by the controller for turn coordination. - /parameters/PWM_MAIN_FUNC4/values/206/description + /parameters/FW_PSP_OFF/shortDesc - Servo 6 + Pitch setpoint offset (pitch at level flight) - /parameters/PWM_MAIN_FUNC4/values/207/description + /parameters/FW_PSP_OFF/longDesc - Servo 7 + An airframe specific offset of the pitch setpoint in degrees, the value is added to the pitch setpoint and should correspond to the pitch at typical cruise speed of the airframe. - /parameters/PWM_MAIN_FUNC4/values/208/description + /parameters/FW_P_RMAX_NEG/shortDesc - Servo 8 + Maximum negative / down pitch rate setpoint - /parameters/PWM_MAIN_FUNC4/values/301/description + /parameters/FW_P_RMAX_POS/shortDesc - Peripheral via Actuator Set 1 + Maximum positive / up pitch rate setpoint - /parameters/PWM_MAIN_FUNC4/values/302/description + /parameters/FW_P_TC/shortDesc - Peripheral via Actuator Set 2 + Attitude pitch time constant - /parameters/PWM_MAIN_FUNC4/values/303/description + /parameters/FW_P_TC/longDesc - Peripheral via Actuator Set 3 + This defines the latency between a pitch step input and the achieved setpoint (inverse to a P gain). Smaller systems may require smaller values. - /parameters/PWM_MAIN_FUNC4/values/304/description + /parameters/FW_R_RMAX/shortDesc - Peripheral via Actuator Set 4 + Maximum roll rate setpoint - /parameters/PWM_MAIN_FUNC4/values/305/description + /parameters/FW_R_TC/shortDesc - Peripheral via Actuator Set 5 + Attitude Roll Time Constant - /parameters/PWM_MAIN_FUNC4/values/306/description + /parameters/FW_R_TC/longDesc - Peripheral via Actuator Set 6 + This defines the latency between a roll step input and the achieved setpoint (inverse to a P gain). Smaller systems may require smaller values. - /parameters/PWM_MAIN_FUNC4/values/400/description + /parameters/FW_SPOILERS_LND/shortDesc - Landing Gear + Spoiler landing setting - /parameters/PWM_MAIN_FUNC4/values/401/description + /parameters/FW_WR_FF/shortDesc - Parachute + Wheel steering rate feed forward - /parameters/PWM_MAIN_FUNC4/values/402/description + /parameters/FW_WR_I/shortDesc - RC Roll + Wheel steering rate integrator gain - /parameters/PWM_MAIN_FUNC4/values/403/description + /parameters/FW_WR_I/longDesc - RC Pitch + This gain defines how much control response will result out of a steady state error. It trims any constant error. - /parameters/PWM_MAIN_FUNC4/values/404/description + /parameters/FW_WR_IMAX/shortDesc - RC Throttle + Wheel steering rate integrator limit - /parameters/PWM_MAIN_FUNC4/values/405/description + /parameters/FW_WR_P/shortDesc - RC Yaw + Wheel steering rate proportional gain - /parameters/PWM_MAIN_FUNC4/values/406/description + /parameters/FW_WR_P/longDesc - RC Flaps + This defines how much the wheel steering input will be commanded depending on the current body angular rate error. - /parameters/PWM_MAIN_FUNC4/values/407/description + /parameters/FW_W_EN/shortDesc - RC AUX 1 + Enable wheel steering controller - /parameters/PWM_MAIN_FUNC4/values/408/description + /parameters/FW_W_EN/longDesc - RC AUX 2 + Only enabled during automatic runway takeoff and landing. In all manual modes the wheel is directly controlled with yaw stick. - /parameters/PWM_MAIN_FUNC4/values/409/description + /parameters/FW_W_EN/values/0/description - RC AUX 3 + Disabled - /parameters/PWM_MAIN_FUNC4/values/410/description + /parameters/FW_W_EN/values/1/description - RC AUX 4 + Enabled - /parameters/PWM_MAIN_FUNC4/values/411/description + /parameters/FW_W_RMAX/shortDesc - RC AUX 5 + Maximum wheel steering rate - /parameters/PWM_MAIN_FUNC4/values/412/description + /parameters/FW_W_RMAX/longDesc - RC AUX 6 + This limits the maximum wheel steering rate the controller will output (in degrees per second). - /parameters/PWM_MAIN_FUNC4/values/420/description + /parameters/FW_Y_RMAX/shortDesc - Gimbal Roll + Maximum yaw rate setpoint - /parameters/PWM_MAIN_FUNC4/values/421/description + /parameters/FW_LND_ABORT/shortDesc - Gimbal Pitch + Bit mask to set the automatic landing abort conditions - /parameters/PWM_MAIN_FUNC4/values/422/description + /parameters/FW_LND_ABORT/longDesc - Gimbal Yaw + Terrain estimation: bit 0: Abort if terrain is not found bit 1: Abort if terrain times out (after a first successful measurement) The last estimate is always used as ground, whether the last valid measurement or the land waypoint, depending on the selected abort criteria, until an abort condition is entered. If FW_LND_USETER == 0, these bits are ignored. TODO: Extend automatic abort conditions e.g. glide slope tracking error (horizontal and vertical) - /parameters/PWM_MAIN_FUNC4/values/430/description + /parameters/FW_LND_ABORT/bitmask/0/description - Gripper + Abort if terrain is not found (only applies to mission landings) - /parameters/PWM_MAIN_FUNC4/values/440/description + /parameters/FW_LND_ABORT/bitmask/1/description - Landing Gear Wheel + Abort if terrain times out (after a first successful measurement) - /parameters/PWM_MAIN_FUNC5/shortDesc + /parameters/FW_LND_AIRSPD/shortDesc - MAIN 5 Output Function + Landing airspeed - /parameters/PWM_MAIN_FUNC5/longDesc + /parameters/FW_LND_AIRSPD/longDesc - Select what should be output on MAIN 5. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + The calibrated airspeed setpoint during landing. If set <= 0, landing airspeed = FW_AIRSPD_MIN by default. - /parameters/PWM_MAIN_FUNC5/values/0/description + /parameters/FW_LND_ANG/shortDesc - Disabled + Maximum landing slope angle - /parameters/PWM_MAIN_FUNC5/values/1/description + /parameters/FW_LND_ANG/longDesc - Constant Min + Typically the desired landing slope angle when landing configuration (flaps, airspeed) is enabled. Set this value within the vehicle's performance limits. - /parameters/PWM_MAIN_FUNC5/values/2/description + /parameters/FW_LND_EARLYCFG/shortDesc - Constant Max + Early landing configuration deployment - /parameters/PWM_MAIN_FUNC5/values/101/description + /parameters/FW_LND_EARLYCFG/longDesc - Motor 1 + Allows to deploy the landing configuration (flaps, landing airspeed, etc.) already in the loiter-down waypoint before the final approach. Otherwise is enabled only in the final approach. - /parameters/PWM_MAIN_FUNC5/values/102/description + /parameters/FW_LND_EARLYCFG/values/0/description - Motor 2 + Disabled - /parameters/PWM_MAIN_FUNC5/values/103/description + /parameters/FW_LND_EARLYCFG/values/1/description - Motor 3 + Enabled - /parameters/PWM_MAIN_FUNC5/values/104/description + /parameters/FW_LND_FLALT/shortDesc - Motor 4 + Landing flare altitude (relative to landing altitude) - /parameters/PWM_MAIN_FUNC5/values/105/description + /parameters/FW_LND_FLALT/longDesc - Motor 5 + NOTE: max(FW_LND_FLALT, FW_LND_FL_TIME * |z-velocity|) is taken as the flare altitude - /parameters/PWM_MAIN_FUNC5/values/106/description + /parameters/FW_LND_FL_PMAX/shortDesc - Motor 6 + Flare, maximum pitch - /parameters/PWM_MAIN_FUNC5/values/107/description + /parameters/FW_LND_FL_PMAX/longDesc - Motor 7 + Maximum pitch during landing flare. - /parameters/PWM_MAIN_FUNC5/values/108/description + /parameters/FW_LND_FL_PMIN/shortDesc - Motor 8 + Flare, minimum pitch - /parameters/PWM_MAIN_FUNC5/values/109/description + /parameters/FW_LND_FL_PMIN/longDesc - Motor 9 + Minimum pitch during landing flare. - /parameters/PWM_MAIN_FUNC5/values/110/description + /parameters/FW_LND_FL_SINK/shortDesc - Motor 10 + Landing flare sink rate - /parameters/PWM_MAIN_FUNC5/values/111/description + /parameters/FW_LND_FL_SINK/longDesc - Motor 11 + TECS will attempt to control the aircraft to this sink rate via pitch angle (throttle killed during flare) - /parameters/PWM_MAIN_FUNC5/values/112/description + /parameters/FW_LND_FL_TIME/shortDesc - Motor 12 + Landing flare time - /parameters/PWM_MAIN_FUNC5/values/201/description + /parameters/FW_LND_FL_TIME/longDesc - Servo 1 + Multiplied by the descent rate to calculate a dynamic altitude at which to trigger the flare. NOTE: max(FW_LND_FLALT, FW_LND_FL_TIME * descent rate) is taken as the flare altitude - /parameters/PWM_MAIN_FUNC5/values/202/description + /parameters/FW_LND_NUDGE/shortDesc - Servo 2 + Landing touchdown nudging option - /parameters/PWM_MAIN_FUNC5/values/203/description + /parameters/FW_LND_NUDGE/longDesc - Servo 3 + Approach angle nudging: shifts the touchdown point laterally while keeping the approach entrance point constant Approach path nudging: shifts the touchdown point laterally along with the entire approach path This is useful for manually adjusting the landing point in real time when map or GNSS errors cause an offset from the desired landing vector. Nudging is done with yaw stick, constrained to FW_LND_TD_OFF (in meters) and the direction is relative to the vehicle heading (stick deflection to the right = land point moves to the right as seen by the vehicle). - /parameters/PWM_MAIN_FUNC5/values/204/description + /parameters/FW_LND_NUDGE/values/0/description - Servo 4 + Disable nudging - /parameters/PWM_MAIN_FUNC5/values/205/description + /parameters/FW_LND_NUDGE/values/1/description - Servo 5 + Nudge approach angle - /parameters/PWM_MAIN_FUNC5/values/206/description + /parameters/FW_LND_NUDGE/values/2/description - Servo 6 + Nudge approach path - /parameters/PWM_MAIN_FUNC5/values/207/description + /parameters/FW_LND_TD_OFF/shortDesc - Servo 7 + Maximum lateral position offset for the touchdown point - /parameters/PWM_MAIN_FUNC5/values/208/description + /parameters/FW_LND_TD_TIME/shortDesc - Servo 8 + Landing touchdown time (since flare start) - /parameters/PWM_MAIN_FUNC5/values/301/description + /parameters/FW_LND_TD_TIME/longDesc - Peripheral via Actuator Set 1 + This is the time after the start of flaring that we expect the vehicle to touch the runway. At this time, a 0.5s clamp down ramp will engage, constraining the pitch setpoint to RWTO_PSP. If enabled, ensure that RWTO_PSP is configured appropriately for full gear contact on ground roll. Set to -1.0 to disable touchdown clamping. E.g. it may not be desirable to clamp on belly landings. The touchdown time will be constrained to be greater than or equal to the flare time (FW_LND_FL_TIME). - /parameters/PWM_MAIN_FUNC5/values/302/description + /parameters/FW_LND_THRTC_SC/shortDesc - Peripheral via Actuator Set 2 + Altitude time constant factor for landing and low-height flight - /parameters/PWM_MAIN_FUNC5/values/303/description + /parameters/FW_LND_THRTC_SC/longDesc - Peripheral via Actuator Set 3 + The TECS altitude time constant (FW_T_ALT_TC) is multiplied by this value. - /parameters/PWM_MAIN_FUNC5/values/304/description + /parameters/FW_LND_USETER/shortDesc - Peripheral via Actuator Set 4 + Use terrain estimation during landing - /parameters/PWM_MAIN_FUNC5/values/305/description + /parameters/FW_LND_USETER/longDesc - Peripheral via Actuator Set 5 + This is critical for detecting when to flare, and should be enabled if possible. NOTE: terrain estimate is currently solely derived from a distance sensor. If enabled and no measurement is found within a given timeout, the landing waypoint altitude will be used OR the landing will be aborted, depending on the criteria set in FW_LND_ABORT. If disabled, FW_LND_ABORT terrain based criteria are ignored. - /parameters/PWM_MAIN_FUNC5/values/306/description + /parameters/FW_LND_USETER/values/0/description - Peripheral via Actuator Set 6 + Disable the terrain estimate - /parameters/PWM_MAIN_FUNC5/values/400/description + /parameters/FW_LND_USETER/values/1/description - Landing Gear + Use the terrain estimate to trigger the flare (only) - /parameters/PWM_MAIN_FUNC5/values/401/description + /parameters/FW_LND_USETER/values/2/description - Parachute + Calculate landing glide slope relative to the terrain estimate - /parameters/PWM_MAIN_FUNC5/values/402/description + /parameters/FW_WING_HEIGHT/shortDesc - RC Roll + Height (AGL) of the wings when the aircraft is on the ground - /parameters/PWM_MAIN_FUNC5/values/403/description + /parameters/FW_WING_HEIGHT/longDesc - RC Pitch + This is used to constrain a minimum altitude below which we keep wings level to avoid wing tip strike. It's safer to give a slight margin here (> 0m) - /parameters/PWM_MAIN_FUNC5/values/404/description + /parameters/FW_WING_SPAN/shortDesc - RC Throttle + The aircraft's wing span (length from tip to tip) - /parameters/PWM_MAIN_FUNC5/values/405/description + /parameters/FW_WING_SPAN/longDesc - RC Yaw + This is used for limiting the roll setpoint near the ground. (if multiple wings, take the longest span) - /parameters/PWM_MAIN_FUNC5/values/406/description + /parameters/FW_LAUN_AC_T/shortDesc - RC Flaps + Trigger time - /parameters/PWM_MAIN_FUNC5/values/407/description + /parameters/FW_LAUN_AC_T/longDesc - RC AUX 1 + Launch is detected when acceleration in body forward direction is above FW_LAUN_AC_THLD for FW_LAUN_AC_T seconds. - /parameters/PWM_MAIN_FUNC5/values/408/description + /parameters/FW_LAUN_AC_THLD/shortDesc - RC AUX 2 + Trigger acceleration threshold - /parameters/PWM_MAIN_FUNC5/values/409/description + /parameters/FW_LAUN_AC_THLD/longDesc - RC AUX 3 + Launch is detected when acceleration in body forward direction is above FW_LAUN_AC_THLD for FW_LAUN_AC_T seconds. - /parameters/PWM_MAIN_FUNC5/values/410/description + /parameters/FW_LAUN_DETCN_ON/shortDesc - RC AUX 4 + Fixed-wing launch detection - /parameters/PWM_MAIN_FUNC5/values/411/description + /parameters/FW_LAUN_DETCN_ON/longDesc - RC AUX 5 + Enables automatic launch detection based on measured acceleration. Use for hand- or catapult-launched vehicles. Not compatible with runway takeoff. - /parameters/PWM_MAIN_FUNC5/values/412/description + /parameters/FW_LAUN_DETCN_ON/values/0/description - RC AUX 6 + Disabled - /parameters/PWM_MAIN_FUNC5/values/420/description + /parameters/FW_LAUN_DETCN_ON/values/1/description - Gimbal Roll + Enabled - /parameters/PWM_MAIN_FUNC5/values/421/description + /parameters/FW_LAUN_MOT_DEL/shortDesc - Gimbal Pitch + Motor delay - /parameters/PWM_MAIN_FUNC5/values/422/description + /parameters/FW_LAUN_MOT_DEL/longDesc - Gimbal Yaw + Start the motor(s) this amount of seconds after launch is detected. - /parameters/PWM_MAIN_FUNC5/values/430/description + /parameters/NPFG_DAMPING/shortDesc - Gripper + NPFG damping ratio - /parameters/PWM_MAIN_FUNC5/values/440/description + /parameters/NPFG_DAMPING/longDesc - Landing Gear Wheel + Damping ratio of the NPFG control law. - /parameters/PWM_MAIN_FUNC6/shortDesc + /parameters/NPFG_EN_MIN_GSP/shortDesc - MAIN 6 Output Function + Enable minimum forward ground speed maintaining excess wind handling logic - /parameters/PWM_MAIN_FUNC6/longDesc + /parameters/NPFG_EN_MIN_GSP/values/0/description - Select what should be output on MAIN 6. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Disabled - /parameters/PWM_MAIN_FUNC6/values/0/description + /parameters/NPFG_EN_MIN_GSP/values/1/description - Disabled + Enabled - /parameters/PWM_MAIN_FUNC6/values/1/description + /parameters/NPFG_GSP_MAX_TK/shortDesc - Constant Min + Maximum, minimum forward ground speed for track keeping in excess wind - /parameters/PWM_MAIN_FUNC6/values/2/description + /parameters/NPFG_GSP_MAX_TK/longDesc - Constant Max + The maximum value of the minimum forward ground speed that may be commanded by the track keeping excess wind handling logic. Commanded in full at the normalized track error fraction of the track error boundary and reduced to zero on track. - /parameters/PWM_MAIN_FUNC6/values/101/description + /parameters/NPFG_LB_PERIOD/shortDesc - Motor 1 + Enable automatic lower bound on the NPFG period - /parameters/PWM_MAIN_FUNC6/values/102/description + /parameters/NPFG_LB_PERIOD/longDesc - Motor 2 + Avoids limit cycling from a too aggressively tuned period/damping combination. If set to false, also disables the upper bound NPFG_PERIOD_UB. - /parameters/PWM_MAIN_FUNC6/values/103/description + /parameters/NPFG_LB_PERIOD/values/0/description - Motor 3 + Disabled - /parameters/PWM_MAIN_FUNC6/values/104/description + /parameters/NPFG_LB_PERIOD/values/1/description - Motor 4 + Enabled - /parameters/PWM_MAIN_FUNC6/values/105/description + /parameters/NPFG_PERIOD/shortDesc - Motor 5 + NPFG period - /parameters/PWM_MAIN_FUNC6/values/106/description + /parameters/NPFG_PERIOD/longDesc - Motor 6 + Period of the NPFG control law. - /parameters/PWM_MAIN_FUNC6/values/107/description + /parameters/NPFG_PERIOD_SF/shortDesc - Motor 7 + Period safety factor - /parameters/PWM_MAIN_FUNC6/values/108/description + /parameters/NPFG_PERIOD_SF/longDesc - Motor 8 + Multiplied by period for conservative minimum period bounding (when period lower bounding is enabled). 1.0 bounds at marginal stability. - /parameters/PWM_MAIN_FUNC6/values/109/description + /parameters/NPFG_ROLL_TC/shortDesc - Motor 9 + Roll time constant - /parameters/PWM_MAIN_FUNC6/values/110/description + /parameters/NPFG_ROLL_TC/longDesc - Motor 10 + Time constant of roll controller command / response, modeled as first order delay. Used to determine lower period bound. Setting zero disables automatic period bounding. - /parameters/PWM_MAIN_FUNC6/values/111/description + /parameters/NPFG_SW_DST_MLT/shortDesc - Motor 11 + NPFG switch distance multiplier - /parameters/PWM_MAIN_FUNC6/values/112/description + /parameters/NPFG_SW_DST_MLT/longDesc - Motor 12 + Multiplied by the track error boundary to determine when the aircraft switches to the next waypoint and/or path segment. Should be less than 1. - /parameters/PWM_MAIN_FUNC6/values/201/description + /parameters/NPFG_TRACK_KEEP/shortDesc - Servo 1 + Enable track keeping excess wind handling logic - /parameters/PWM_MAIN_FUNC6/values/202/description + /parameters/NPFG_TRACK_KEEP/values/0/description - Servo 2 + Disabled - /parameters/PWM_MAIN_FUNC6/values/203/description + /parameters/NPFG_TRACK_KEEP/values/1/description - Servo 3 + Enabled - /parameters/PWM_MAIN_FUNC6/values/204/description + /parameters/NPFG_UB_PERIOD/shortDesc - Servo 4 + Enable automatic upper bound on the NPFG period - /parameters/PWM_MAIN_FUNC6/values/205/description + /parameters/NPFG_UB_PERIOD/longDesc - Servo 5 + Adapts period to maintain track keeping in variable winds and path curvature. - /parameters/PWM_MAIN_FUNC6/values/206/description + /parameters/NPFG_UB_PERIOD/values/0/description - Servo 6 + Disabled - /parameters/PWM_MAIN_FUNC6/values/207/description + /parameters/NPFG_UB_PERIOD/values/1/description - Servo 7 + Enabled - /parameters/PWM_MAIN_FUNC6/values/208/description + /parameters/NPFG_WIND_REG/shortDesc - Servo 8 + Enable wind excess regulation - /parameters/PWM_MAIN_FUNC6/values/301/description + /parameters/NPFG_WIND_REG/longDesc - Peripheral via Actuator Set 1 + Disabling this parameter further disables all other airspeed incrementation options. - /parameters/PWM_MAIN_FUNC6/values/302/description + /parameters/NPFG_WIND_REG/values/0/description - Peripheral via Actuator Set 2 + Disabled - /parameters/PWM_MAIN_FUNC6/values/303/description + /parameters/NPFG_WIND_REG/values/1/description - Peripheral via Actuator Set 3 + Enabled - /parameters/PWM_MAIN_FUNC6/values/304/description + /parameters/FW_PN_R_SLEW_MAX/shortDesc - Peripheral via Actuator Set 4 + Path navigation roll slew rate limit - /parameters/PWM_MAIN_FUNC6/values/305/description + /parameters/FW_PN_R_SLEW_MAX/longDesc - Peripheral via Actuator Set 5 + The maximum change in roll angle setpoint per second. This limit is applied in all Auto modes, plus manual Position and Altitude modes. - /parameters/PWM_MAIN_FUNC6/values/306/description + /parameters/FW_POS_STK_CONF/shortDesc - Peripheral via Actuator Set 6 + Custom stick configuration - /parameters/PWM_MAIN_FUNC6/values/400/description + /parameters/FW_POS_STK_CONF/longDesc - Landing Gear + Applies in manual Position and Altitude flight modes. - /parameters/PWM_MAIN_FUNC6/values/401/description + /parameters/FW_POS_STK_CONF/bitmask/0/description - Parachute + Alternative stick configuration (height rate on throttle stick, airspeed on pitch stick) - /parameters/PWM_MAIN_FUNC6/values/402/description + /parameters/FW_POS_STK_CONF/bitmask/1/description - RC Roll + Enable airspeed setpoint via sticks in altitude and position flight mode - /parameters/PWM_MAIN_FUNC6/values/403/description + /parameters/FW_R_LIM/shortDesc - RC Pitch + Maximum roll angle setpoint - /parameters/PWM_MAIN_FUNC6/values/404/description + /parameters/FW_R_LIM/longDesc - RC Throttle + Applies in any altitude controlled flight mode. - /parameters/PWM_MAIN_FUNC6/values/405/description + /parameters/FW_TKO_PITCH_MIN/shortDesc - RC Yaw + Minimum pitch during takeoff - /parameters/PWM_MAIN_FUNC6/values/406/description + /parameters/FW_AIRSPD_MAX/shortDesc - RC Flaps + Maximum Airspeed (CAS) - /parameters/PWM_MAIN_FUNC6/values/407/description + /parameters/FW_AIRSPD_MAX/longDesc - RC AUX 1 + The maximal airspeed (calibrated airspeed) the user is able to command. - /parameters/PWM_MAIN_FUNC6/values/408/description + /parameters/FW_AIRSPD_MIN/shortDesc - RC AUX 2 + Minimum Airspeed (CAS) - /parameters/PWM_MAIN_FUNC6/values/409/description + /parameters/FW_AIRSPD_MIN/longDesc - RC AUX 3 + The minimal airspeed (calibrated airspeed) the user is able to command. Further, if the airspeed falls below this value, the TECS controller will try to increase airspeed more aggressively. Has to be set according to the vehicle's stall speed (which should be set in FW_AIRSPD_STALL), with some margin between the stall speed and minimum airspeed. This value corresponds to the desired minimum speed with the default load factor (level flight, default weight), and is automatically adpated to the current load factor (calculated from roll setpoint and WEIGHT_GROSS/WEIGHT_BASE). - /parameters/PWM_MAIN_FUNC6/values/410/description + /parameters/FW_AIRSPD_STALL/shortDesc - RC AUX 4 + Stall Airspeed (CAS) - /parameters/PWM_MAIN_FUNC6/values/411/description + /parameters/FW_AIRSPD_STALL/longDesc - RC AUX 5 + The stall airspeed (calibrated airspeed) of the vehicle. It is used for airspeed sensor failure detection and for the control surface scaling airspeed limits. - /parameters/PWM_MAIN_FUNC6/values/412/description + /parameters/FW_AIRSPD_TRIM/shortDesc - RC AUX 6 + Trim (Cruise) Airspeed - /parameters/PWM_MAIN_FUNC6/values/420/description + /parameters/FW_AIRSPD_TRIM/longDesc - Gimbal Roll + The trim CAS (calibrated airspeed) of the vehicle. If an airspeed controller is active, this is the default airspeed setpoint that the controller will try to achieve. This value corresponds to the trim airspeed with the default load factor (level flight, default weight). - /parameters/PWM_MAIN_FUNC6/values/421/description + /parameters/FW_SERVICE_CEIL/shortDesc - Gimbal Pitch + Service ceiling - /parameters/PWM_MAIN_FUNC6/values/422/description + /parameters/FW_SERVICE_CEIL/longDesc - Gimbal Yaw + Altitude in standard atmosphere at which the vehicle in normal configuration (WEIGHT_BASE) is still able to achieve a maximum climb rate of 0.5m/s at maximum throttle (FW_THR_MAX). Used to compensate for air density in FW_T_CLMB_MAX. Set negative to disable. - /parameters/PWM_MAIN_FUNC6/values/430/description + /parameters/FW_THR_ASPD_MAX/shortDesc - Gripper + Throttle at max airspeed - /parameters/PWM_MAIN_FUNC6/values/440/description + /parameters/FW_THR_ASPD_MAX/longDesc - Landing Gear Wheel + Required throttle (at sea level, standard atmosphere) for level flight at maximum airspeed FW_AIRSPD_MAX Set to 0 to disable mapping of airspeed to trim throttle. - /parameters/PWM_MAIN_FUNC7/shortDesc + /parameters/FW_THR_ASPD_MIN/shortDesc - MAIN 7 Output Function + Throttle at min airspeed - /parameters/PWM_MAIN_FUNC7/longDesc + /parameters/FW_THR_ASPD_MIN/longDesc - Select what should be output on MAIN 7. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Required throttle (at sea level, standard atmosphere) for level flight at minimum airspeed FW_AIRSPD_MIN Set to 0 to disable mapping of airspeed to trim throttle below FW_AIRSPD_TRIM. - /parameters/PWM_MAIN_FUNC7/values/0/description + /parameters/FW_THR_TRIM/shortDesc - Disabled + Trim throttle - /parameters/PWM_MAIN_FUNC7/values/1/description + /parameters/FW_THR_TRIM/longDesc - Constant Min + Required throttle (at sea level, standard atmosphere) for level flight at FW_AIRSPD_TRIM - /parameters/PWM_MAIN_FUNC7/values/2/description + /parameters/FW_T_CLMB_MAX/shortDesc - Constant Max + Maximum climb rate - /parameters/PWM_MAIN_FUNC7/values/101/description + /parameters/FW_T_CLMB_MAX/longDesc - Motor 1 + This is the maximum calibrated climb rate that the aircraft can achieve with the throttle set to FW_THR_MAX and the airspeed set to the trim value. For electric aircraft make sure this number can be achieved towards the end of flight when the battery voltage has reduced. - /parameters/PWM_MAIN_FUNC7/values/102/description + /parameters/FW_T_SINK_MIN/shortDesc - Motor 2 + Minimum descent rate - /parameters/PWM_MAIN_FUNC7/values/103/description + /parameters/FW_T_SINK_MIN/longDesc - Motor 3 + This is the minimum calibrated sink rate of the aircraft with the throttle set to THR_MIN and flown at the same airspeed as used to measure FW_T_CLMB_MAX. - /parameters/PWM_MAIN_FUNC7/values/104/description + /parameters/WEIGHT_BASE/shortDesc - Motor 4 + Vehicle base weight - /parameters/PWM_MAIN_FUNC7/values/105/description + /parameters/WEIGHT_BASE/longDesc - Motor 5 + This is the weight of the vehicle at which it's performance limits were derived. A zero or negative value disables trim throttle and minimum airspeed compensation based on weight. - /parameters/PWM_MAIN_FUNC7/values/106/description + /parameters/WEIGHT_GROSS/shortDesc - Motor 6 + Vehicle gross weight - /parameters/PWM_MAIN_FUNC7/values/107/description + /parameters/WEIGHT_GROSS/longDesc - Motor 7 + This is the actual weight of the vehicle at any time. This value will differ from WEIGHT_BASE in case weight was added or removed from the base weight. Examples are the addition of payloads or larger batteries. A zero or negative value disables trim throttle and minimum airspeed compensation based on weight. - /parameters/PWM_MAIN_FUNC7/values/108/description + /parameters/FW_ACRO_X_MAX/shortDesc - Motor 8 + Acro body roll max rate setpoint - /parameters/PWM_MAIN_FUNC7/values/109/description + /parameters/FW_ACRO_YAW_EN/shortDesc - Motor 9 + Enable yaw rate controller in Acro - /parameters/PWM_MAIN_FUNC7/values/110/description + /parameters/FW_ACRO_YAW_EN/longDesc - Motor 10 + If this parameter is set to 1, the yaw rate controller is enabled in Fixed-wing Acro mode. Otherwise the pilot commands directly the yaw actuator. It is disabled by default because an active yaw rate controller will fight against the natural turn coordination of the plane. - /parameters/PWM_MAIN_FUNC7/values/111/description + /parameters/FW_ACRO_YAW_EN/values/0/description - Motor 11 + Disabled - /parameters/PWM_MAIN_FUNC7/values/112/description + /parameters/FW_ACRO_YAW_EN/values/1/description - Motor 12 + Enabled - /parameters/PWM_MAIN_FUNC7/values/201/description + /parameters/FW_ACRO_Y_MAX/shortDesc - Servo 1 + Acro body pitch max rate setpoint - /parameters/PWM_MAIN_FUNC7/values/202/description + /parameters/FW_ACRO_Z_MAX/shortDesc - Servo 2 + Acro body yaw max rate setpoint - /parameters/PWM_MAIN_FUNC7/values/203/description + /parameters/FW_ARSP_SCALE_EN/shortDesc - Servo 3 + Enable airspeed scaling - /parameters/PWM_MAIN_FUNC7/values/204/description + /parameters/FW_ARSP_SCALE_EN/longDesc - Servo 4 + This enables a logic that automatically adjusts the output of the rate controller to take into account the real torque produced by an aerodynamic control surface given the current deviation from the trim airspeed (FW_AIRSPD_TRIM). Enable when using aerodynamic control surfaces (e.g.: plane) Disable when using rotor wings (e.g.: autogyro) - /parameters/PWM_MAIN_FUNC7/values/205/description + /parameters/FW_ARSP_SCALE_EN/values/0/description - Servo 5 + Disabled - /parameters/PWM_MAIN_FUNC7/values/206/description + /parameters/FW_ARSP_SCALE_EN/values/1/description - Servo 6 + Enabled - /parameters/PWM_MAIN_FUNC7/values/207/description + /parameters/FW_BAT_SCALE_EN/shortDesc - Servo 7 + Enable throttle scale by battery level - /parameters/PWM_MAIN_FUNC7/values/208/description + /parameters/FW_BAT_SCALE_EN/longDesc - Servo 8 + This compensates for voltage drop of the battery over time by attempting to normalize performance across the operating range of the battery. - /parameters/PWM_MAIN_FUNC7/values/301/description + /parameters/FW_BAT_SCALE_EN/values/0/description - Peripheral via Actuator Set 1 + Disabled - /parameters/PWM_MAIN_FUNC7/values/302/description + /parameters/FW_BAT_SCALE_EN/values/1/description - Peripheral via Actuator Set 2 + Enabled - /parameters/PWM_MAIN_FUNC7/values/303/description + /parameters/FW_DTRIM_P_VMAX/shortDesc - Peripheral via Actuator Set 3 + Pitch trim increment at maximum airspeed - /parameters/PWM_MAIN_FUNC7/values/304/description + /parameters/FW_DTRIM_P_VMAX/longDesc - Peripheral via Actuator Set 4 + This increment is added to TRIM_PITCH when airspeed is FW_AIRSPD_MAX. - /parameters/PWM_MAIN_FUNC7/values/305/description + /parameters/FW_DTRIM_P_VMIN/shortDesc - Peripheral via Actuator Set 5 + Pitch trim increment at minimum airspeed - /parameters/PWM_MAIN_FUNC7/values/306/description + /parameters/FW_DTRIM_P_VMIN/longDesc - Peripheral via Actuator Set 6 + This increment is added to TRIM_PITCH when airspeed is FW_AIRSPD_MIN. - /parameters/PWM_MAIN_FUNC7/values/400/description + /parameters/FW_DTRIM_R_VMAX/shortDesc - Landing Gear + Roll trim increment at maximum airspeed - /parameters/PWM_MAIN_FUNC7/values/401/description + /parameters/FW_DTRIM_R_VMAX/longDesc - Parachute + This increment is added to TRIM_ROLL when airspeed is FW_AIRSPD_MAX. - /parameters/PWM_MAIN_FUNC7/values/402/description + /parameters/FW_DTRIM_R_VMIN/shortDesc - RC Roll + Roll trim increment at minimum airspeed - /parameters/PWM_MAIN_FUNC7/values/403/description + /parameters/FW_DTRIM_R_VMIN/longDesc - RC Pitch + This increment is added to TRIM_ROLL when airspeed is FW_AIRSPD_MIN. - /parameters/PWM_MAIN_FUNC7/values/404/description + /parameters/FW_DTRIM_Y_VMAX/shortDesc - RC Throttle + Yaw trim increment at maximum airspeed - /parameters/PWM_MAIN_FUNC7/values/405/description + /parameters/FW_DTRIM_Y_VMAX/longDesc - RC Yaw + This increment is added to TRIM_YAW when airspeed is FW_AIRSPD_MAX. - /parameters/PWM_MAIN_FUNC7/values/406/description + /parameters/FW_DTRIM_Y_VMIN/shortDesc - RC Flaps + Yaw trim increment at minimum airspeed - /parameters/PWM_MAIN_FUNC7/values/407/description + /parameters/FW_DTRIM_Y_VMIN/longDesc - RC AUX 1 + This increment is added to TRIM_YAW when airspeed is FW_AIRSPD_MIN. - /parameters/PWM_MAIN_FUNC7/values/408/description + /parameters/FW_FLAPS_LND_SCL/shortDesc - RC AUX 2 + Flaps setting during landing - /parameters/PWM_MAIN_FUNC7/values/409/description + /parameters/FW_FLAPS_LND_SCL/longDesc - RC AUX 3 + Sets a fraction of full flaps during landing. Also applies to flaperons if enabled in the mixer/allocation. - /parameters/PWM_MAIN_FUNC7/values/410/description + /parameters/FW_FLAPS_TO_SCL/shortDesc - RC AUX 4 + Flaps setting during take-off - /parameters/PWM_MAIN_FUNC7/values/411/description + /parameters/FW_FLAPS_TO_SCL/longDesc - RC AUX 5 + Sets a fraction of full flaps during take-off. Also applies to flaperons if enabled in the mixer/allocation. - /parameters/PWM_MAIN_FUNC7/values/412/description + /parameters/FW_MAN_P_SC/shortDesc - RC AUX 6 + Manual pitch scale - /parameters/PWM_MAIN_FUNC7/values/420/description + /parameters/FW_MAN_P_SC/longDesc - Gimbal Roll + Scale factor applied to the desired pitch actuator command in full manual mode. This parameter allows to adjust the throws of the control surfaces. - /parameters/PWM_MAIN_FUNC7/values/421/description + /parameters/FW_MAN_R_SC/shortDesc - Gimbal Pitch + Manual roll scale - /parameters/PWM_MAIN_FUNC7/values/422/description + /parameters/FW_MAN_R_SC/longDesc - Gimbal Yaw + Scale factor applied to the desired roll actuator command in full manual mode. This parameter allows to adjust the throws of the control surfaces. - /parameters/PWM_MAIN_FUNC7/values/430/description + /parameters/FW_MAN_Y_SC/shortDesc - Gripper + Manual yaw scale - /parameters/PWM_MAIN_FUNC7/values/440/description + /parameters/FW_MAN_Y_SC/longDesc - Landing Gear Wheel + Scale factor applied to the desired yaw actuator command in full manual mode. This parameter allows to adjust the throws of the control surfaces. - /parameters/PWM_MAIN_FUNC8/shortDesc + /parameters/FW_PR_D/shortDesc - MAIN 8 Output Function + Pitch rate derivative gain - /parameters/PWM_MAIN_FUNC8/longDesc + /parameters/FW_PR_D/longDesc - Select what should be output on MAIN 8. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Pitch rate differential gain. - /parameters/PWM_MAIN_FUNC8/values/0/description + /parameters/FW_PR_FF/shortDesc - Disabled + Pitch rate feed forward - /parameters/PWM_MAIN_FUNC8/values/1/description + /parameters/FW_PR_FF/longDesc - Constant Min + Direct feed forward from rate setpoint to control surface output - /parameters/PWM_MAIN_FUNC8/values/2/description + /parameters/FW_PR_I/shortDesc - Constant Max + Pitch rate integrator gain - /parameters/PWM_MAIN_FUNC8/values/101/description + /parameters/FW_PR_IMAX/shortDesc - Motor 1 + Pitch rate integrator limit - /parameters/PWM_MAIN_FUNC8/values/102/description + /parameters/FW_PR_P/shortDesc - Motor 2 + Pitch rate proportional gain - /parameters/PWM_MAIN_FUNC8/values/103/description + /parameters/FW_RLL_TO_YAW_FF/shortDesc - Motor 3 + Roll control to yaw control feedforward gain - /parameters/PWM_MAIN_FUNC8/values/104/description + /parameters/FW_RLL_TO_YAW_FF/longDesc - Motor 4 + This gain can be used to counteract the "adverse yaw" effect for fixed wings. When the plane enters a roll it will tend to yaw the nose out of the turn. This gain enables the use of a yaw actuator to counteract this effect. - /parameters/PWM_MAIN_FUNC8/values/105/description + /parameters/FW_RR_D/shortDesc - Motor 5 + Roll rate derivative gain - /parameters/PWM_MAIN_FUNC8/values/106/description + /parameters/FW_RR_FF/shortDesc - Motor 6 + Roll rate feed forward - /parameters/PWM_MAIN_FUNC8/values/107/description + /parameters/FW_RR_FF/longDesc - Motor 7 + Direct feed forward from rate setpoint to control surface output. - /parameters/PWM_MAIN_FUNC8/values/108/description + /parameters/FW_RR_I/shortDesc - Motor 8 + Roll rate integrator gain - /parameters/PWM_MAIN_FUNC8/values/109/description + /parameters/FW_RR_IMAX/shortDesc - Motor 9 + Roll integrator limit - /parameters/PWM_MAIN_FUNC8/values/110/description + /parameters/FW_RR_P/shortDesc - Motor 10 + Roll rate proportional gain - /parameters/PWM_MAIN_FUNC8/values/111/description + /parameters/FW_SPOILERS_MAN/shortDesc - Motor 11 + Spoiler input in manual flight - /parameters/PWM_MAIN_FUNC8/values/112/description + /parameters/FW_SPOILERS_MAN/longDesc - Motor 12 + Chose source for manual setting of spoilers in manual flight modes. - /parameters/PWM_MAIN_FUNC8/values/201/description + /parameters/FW_SPOILERS_MAN/values/0/description - Servo 1 + Disabled - /parameters/PWM_MAIN_FUNC8/values/202/description + /parameters/FW_SPOILERS_MAN/values/1/description - Servo 2 + Flaps channel - /parameters/PWM_MAIN_FUNC8/values/203/description + /parameters/FW_SPOILERS_MAN/values/2/description - Servo 3 + Aux1 - /parameters/PWM_MAIN_FUNC8/values/204/description + /parameters/FW_USE_AIRSPD/shortDesc - Servo 4 + Use airspeed for control - /parameters/PWM_MAIN_FUNC8/values/205/description + /parameters/FW_USE_AIRSPD/longDesc - Servo 5 + If set to 1, the airspeed measurement data, if valid, is used in the following controllers: - Rate controller: output scaling - Attitude controller: coordinated turn controller - Position controller: airspeed setpoint tracking, takeoff logic - VTOL: transition logic - /parameters/PWM_MAIN_FUNC8/values/206/description + /parameters/FW_USE_AIRSPD/values/0/description - Servo 6 + Disabled - /parameters/PWM_MAIN_FUNC8/values/207/description + /parameters/FW_USE_AIRSPD/values/1/description - Servo 7 + Enabled - /parameters/PWM_MAIN_FUNC8/values/208/description + /parameters/FW_YR_D/shortDesc - Servo 8 + Yaw rate derivative gain - /parameters/PWM_MAIN_FUNC8/values/301/description + /parameters/FW_YR_FF/shortDesc - Peripheral via Actuator Set 1 + Yaw rate feed forward - /parameters/PWM_MAIN_FUNC8/values/302/description + /parameters/FW_YR_FF/longDesc - Peripheral via Actuator Set 2 + Direct feed forward from rate setpoint to control surface output - /parameters/PWM_MAIN_FUNC8/values/303/description + /parameters/FW_YR_I/shortDesc - Peripheral via Actuator Set 3 + Yaw rate integrator gain - /parameters/PWM_MAIN_FUNC8/values/304/description + /parameters/FW_YR_IMAX/shortDesc - Peripheral via Actuator Set 4 + Yaw rate integrator limit - /parameters/PWM_MAIN_FUNC8/values/305/description + /parameters/FW_YR_P/shortDesc - Peripheral via Actuator Set 5 + Yaw rate proportional gain - /parameters/PWM_MAIN_FUNC8/values/306/description + /parameters/FW_GND_SPD_MIN/shortDesc - Peripheral via Actuator Set 6 + Minimum groundspeed - /parameters/PWM_MAIN_FUNC8/values/400/description + /parameters/FW_GND_SPD_MIN/longDesc - Landing Gear + The controller will increase the commanded airspeed to maintain this minimum groundspeed to the next waypoint. - /parameters/PWM_MAIN_FUNC8/values/401/description + /parameters/FW_P_LIM_MAX/shortDesc - Parachute + Maximum pitch angle setpoint - /parameters/PWM_MAIN_FUNC8/values/402/description + /parameters/FW_P_LIM_MAX/longDesc - RC Roll + Applies in any altitude controlled flight mode. - /parameters/PWM_MAIN_FUNC8/values/403/description + /parameters/FW_P_LIM_MIN/shortDesc - RC Pitch + Minimum pitch angle setpoint - /parameters/PWM_MAIN_FUNC8/values/404/description + /parameters/FW_P_LIM_MIN/longDesc - RC Throttle + Applies in any altitude controlled flight mode. - /parameters/PWM_MAIN_FUNC8/values/405/description + /parameters/FW_THR_IDLE/shortDesc - RC Yaw + Idle throttle - /parameters/PWM_MAIN_FUNC8/values/406/description + /parameters/FW_THR_IDLE/longDesc - RC Flaps + This is the minimum throttle while on the ground ("landed") in auto modes. - /parameters/PWM_MAIN_FUNC8/values/407/description + /parameters/FW_THR_MAX/shortDesc - RC AUX 1 + Throttle limit max - /parameters/PWM_MAIN_FUNC8/values/408/description + /parameters/FW_THR_MAX/longDesc - RC AUX 2 + Applies in any altitude controlled flight mode. Should be set accordingly to achieve FW_T_CLMB_MAX. - /parameters/PWM_MAIN_FUNC8/values/409/description + /parameters/FW_THR_MIN/shortDesc - RC AUX 3 + Throttle limit min - /parameters/PWM_MAIN_FUNC8/values/410/description + /parameters/FW_THR_MIN/longDesc - RC AUX 4 + Applies in any altitude controlled flight mode. Usually set to 0 but can be increased to prevent the motor from stopping when descending, which can increase achievable descent rates. - /parameters/PWM_MAIN_FUNC8/values/411/description + /parameters/FW_THR_SLEW_MAX/shortDesc - RC AUX 5 + Throttle max slew rate - /parameters/PWM_MAIN_FUNC8/values/412/description + /parameters/FW_THR_SLEW_MAX/longDesc - RC AUX 6 + Maximum slew rate for the commanded throttle - /parameters/PWM_MAIN_FUNC8/values/420/description + /parameters/FW_TKO_AIRSPD/shortDesc - Gimbal Roll + Takeoff Airspeed - /parameters/PWM_MAIN_FUNC8/values/421/description + /parameters/FW_TKO_AIRSPD/longDesc - Gimbal Pitch + The calibrated airspeed setpoint during the takeoff climbout. If set <= 0, FW_AIRSPD_MIN will be set by default. - /parameters/PWM_MAIN_FUNC8/values/422/description + /parameters/FW_T_ALT_TC/shortDesc - Gimbal Yaw + Altitude error time constant - /parameters/PWM_MAIN_FUNC8/values/430/description + /parameters/FW_T_CLMB_R_SP/shortDesc - Gripper + Default target climbrate - /parameters/PWM_MAIN_FUNC8/values/440/description + /parameters/FW_T_CLMB_R_SP/longDesc - Landing Gear Wheel + In auto modes: default climb rate output by controller to achieve altitude setpoints. In manual modes: maximum climb rate setpoint. - /parameters/PWM_MAIN_MAX1/shortDesc + /parameters/FW_T_F_ALT_ERR/shortDesc - MAIN 1 Maximum Value + Fast descend: minimum altitude error - /parameters/PWM_MAIN_MAX1/longDesc + /parameters/FW_T_F_ALT_ERR/longDesc - Maxmimum output value (when not disarmed). + Minimum altitude error needed to descend with max airspeed and minimal throttle. A negative value disables fast descend. - /parameters/PWM_MAIN_MAX2/shortDesc + /parameters/FW_T_HRATE_FF/shortDesc - MAIN 2 Maximum Value + Height rate feed forward - /parameters/PWM_MAIN_MAX2/longDesc + /parameters/FW_T_I_GAIN_PIT/shortDesc - Maxmimum output value (when not disarmed). + Integrator gain pitch - /parameters/PWM_MAIN_MAX3/shortDesc + /parameters/FW_T_I_GAIN_PIT/longDesc - MAIN 3 Maximum Value + Increase it to trim out speed and height offsets faster, with the downside of possible overshoots and oscillations. - /parameters/PWM_MAIN_MAX3/longDesc + /parameters/FW_T_PTCH_DAMP/shortDesc - Maxmimum output value (when not disarmed). + Pitch damping gain - /parameters/PWM_MAIN_MAX4/shortDesc + /parameters/FW_T_RLL2THR/shortDesc - MAIN 4 Maximum Value + Roll -> Throttle feedforward - /parameters/PWM_MAIN_MAX4/longDesc + /parameters/FW_T_RLL2THR/longDesc - Maxmimum output value (when not disarmed). + Is used to compensate for the additional drag created by turning. Increase this gain if the aircraft initially loses energy in turns and reduce if the aircraft initially gains energy in turns. - /parameters/PWM_MAIN_MAX5/shortDesc + /parameters/FW_T_SEB_R_FF/shortDesc - MAIN 5 Maximum Value + Specific total energy balance rate feedforward gain - /parameters/PWM_MAIN_MAX5/longDesc + /parameters/FW_T_SINK_MAX/shortDesc - Maxmimum output value (when not disarmed). + Maximum descent rate - /parameters/PWM_MAIN_MAX6/shortDesc + /parameters/FW_T_SINK_MAX/longDesc - MAIN 6 Maximum Value + This sets the maximum descent rate that the controller will use. - /parameters/PWM_MAIN_MAX6/longDesc + /parameters/FW_T_SINK_R_SP/shortDesc - Maxmimum output value (when not disarmed). + Default target sinkrate - /parameters/PWM_MAIN_MAX7/shortDesc + /parameters/FW_T_SINK_R_SP/longDesc - MAIN 7 Maximum Value + In auto modes: default sink rate output by controller to achieve altitude setpoints. In manual modes: maximum sink rate setpoint. - /parameters/PWM_MAIN_MAX7/longDesc + /parameters/FW_T_SPDWEIGHT/shortDesc - Maxmimum output value (when not disarmed). + Speed <--> Altitude priority - /parameters/PWM_MAIN_MAX8/shortDesc + /parameters/FW_T_SPDWEIGHT/longDesc - MAIN 8 Maximum Value + Adjusts the amount of weighting that the pitch control applies to speed vs height errors. Setting it to 0.0 will cause the pitch control to control height and ignore speed errors. Setting it to 2.0 will cause the pitch control loop to control speed and ignore height errors. The default value of 1.0 allows the pitch control to simultaneously control height and speed. Set to 2 for gliders. - /parameters/PWM_MAIN_MAX8/longDesc + /parameters/FW_T_SPD_DEV_STD/shortDesc - Maxmimum output value (when not disarmed). + Airspeed rate measurement standard deviation - /parameters/PWM_MAIN_MIN1/shortDesc + /parameters/FW_T_SPD_DEV_STD/longDesc - MAIN 1 Minimum Value + For the airspeed filter in TECS. - /parameters/PWM_MAIN_MIN1/longDesc + /parameters/FW_T_SPD_PRC_STD/shortDesc - Minimum output value (when not disarmed). + Process noise standard deviation for the airspeed rate - /parameters/PWM_MAIN_MIN2/shortDesc + /parameters/FW_T_SPD_PRC_STD/longDesc - MAIN 2 Minimum Value + This is defining the noise in the airspeed rate for the constant airspeed rate model of the TECS airspeed filter. - /parameters/PWM_MAIN_MIN2/longDesc + /parameters/FW_T_SPD_STD/shortDesc - Minimum output value (when not disarmed). + Airspeed measurement standard deviation - /parameters/PWM_MAIN_MIN3/shortDesc + /parameters/FW_T_SPD_STD/longDesc - MAIN 3 Minimum Value + For the airspeed filter in TECS. - /parameters/PWM_MAIN_MIN3/longDesc + /parameters/FW_T_STE_R_TC/shortDesc - Minimum output value (when not disarmed). + Specific total energy rate first order filter time constant - /parameters/PWM_MAIN_MIN4/shortDesc + /parameters/FW_T_STE_R_TC/longDesc - MAIN 4 Minimum Value + This filter is applied to the specific total energy rate used for throttle damping. - /parameters/PWM_MAIN_MIN4/longDesc + /parameters/FW_T_TAS_TC/shortDesc - Minimum output value (when not disarmed). + True airspeed error time constant - /parameters/PWM_MAIN_MIN5/shortDesc + /parameters/FW_T_THR_DAMPING/shortDesc - MAIN 5 Minimum Value + Throttle damping factor - /parameters/PWM_MAIN_MIN5/longDesc + /parameters/FW_T_THR_DAMPING/longDesc - Minimum output value (when not disarmed). + This is the damping gain for the throttle demand loop. - /parameters/PWM_MAIN_MIN6/shortDesc + /parameters/FW_T_THR_INTEG/shortDesc - MAIN 6 Minimum Value + Integrator gain throttle - /parameters/PWM_MAIN_MIN6/longDesc + /parameters/FW_T_THR_INTEG/longDesc - Minimum output value (when not disarmed). + Increase it to trim out speed and height offsets faster, with the downside of possible overshoots and oscillations. - /parameters/PWM_MAIN_MIN7/shortDesc + /parameters/FW_T_THR_LOW_HGT/shortDesc - MAIN 7 Minimum Value + Low-height threshold for tighter altitude tracking - /parameters/PWM_MAIN_MIN7/longDesc + /parameters/FW_T_THR_LOW_HGT/longDesc - Minimum output value (when not disarmed). + Defines the height (distance to bottom) threshold below which tighter altitude tracking gets enabled (see FW_LND_THRTC_SC). Below this height, TECS smoothly (1 sec / sec) transitions the altitude tracking time constant from FW_T_ALT_TC to FW_LND_THRTC_SC*FW_T_ALT_TC. If equal to -1, low-height traking is disabled. - /parameters/PWM_MAIN_MIN8/shortDesc + /parameters/FW_T_VERT_ACC/shortDesc - MAIN 8 Minimum Value + Maximum vertical acceleration - /parameters/PWM_MAIN_MIN8/longDesc + /parameters/FW_T_VERT_ACC/longDesc - Minimum output value (when not disarmed). + This is the maximum vertical acceleration either up or down that the controller will use to correct speed or height errors. - /parameters/PWM_MAIN_REV/shortDesc + /parameters/FW_WIND_ARSP_SC/shortDesc - Reverse Output Range for PWM MAIN + Wind-based airspeed scaling factor - /parameters/PWM_MAIN_REV/longDesc + /parameters/FW_WIND_ARSP_SC/longDesc - Allows to reverse the output range for each channel. Note: this is only useful for servos. + Multiplying this factor with the current absolute wind estimate gives the airspeed offset added to the minimum airspeed setpoint limit. This helps to make the system more robust against disturbances (turbulence) in high wind. - /parameters/PWM_MAIN_REV/bitmask/0/description + /parameters/FD_ACT_EN/shortDesc - MAIN 1 + Enable Actuator Failure check - /parameters/PWM_MAIN_REV/bitmask/1/description + /parameters/FD_ACT_EN/longDesc - MAIN 2 + If enabled, failure detector will verify that for motors, a minimum amount of ESC current per throttle level is being consumed. Otherwise this indicates an motor failure. - /parameters/PWM_MAIN_REV/bitmask/2/description + /parameters/FD_ACT_EN/values/0/description - MAIN 3 + Disabled - /parameters/PWM_MAIN_REV/bitmask/3/description + /parameters/FD_ACT_EN/values/1/description - MAIN 4 + Enabled - /parameters/PWM_MAIN_REV/bitmask/4/description + /parameters/FD_ACT_MOT_C2T/shortDesc - MAIN 5 + Motor Failure Current/Throttle Threshold - /parameters/PWM_MAIN_REV/bitmask/5/description + /parameters/FD_ACT_MOT_C2T/longDesc - MAIN 6 + Motor failure triggers only below this current value - /parameters/PWM_MAIN_REV/bitmask/6/description + /parameters/FD_ACT_MOT_THR/shortDesc - MAIN 7 + Motor Failure Throttle Threshold - /parameters/PWM_MAIN_REV/bitmask/7/description + /parameters/FD_ACT_MOT_THR/longDesc - MAIN 8 + Motor failure triggers only above this throttle value. - /parameters/PWM_MAIN_TIM0/shortDesc + /parameters/FD_ACT_MOT_TOUT/shortDesc - Output Protocol Configuration for MAIN 1-2 + Motor Failure Time Threshold - /parameters/PWM_MAIN_TIM0/longDesc + /parameters/FD_ACT_MOT_TOUT/longDesc - Select which Output Protocol to use for outputs MAIN 1-2. Custom PWM rates can be used by directly setting any value >0. + Motor failure triggers only if the throttle threshold and the current to throttle threshold are violated for this time. - /parameters/PWM_MAIN_TIM0/values/-1/description + /parameters/FD_ESCS_EN/shortDesc - OneShot + Enable checks on ESCs that report their arming state - /parameters/PWM_MAIN_TIM0/values/50/description + /parameters/FD_ESCS_EN/longDesc - PWM 50 Hz + If enabled, failure detector will verify that all the ESCs have successfully armed when the vehicle has transitioned to the armed state. Timeout for receiving an acknowledgement from the ESCs is 0.3s, if no feedback is received the failure detector will auto disarm the vehicle. - /parameters/PWM_MAIN_TIM0/values/100/description + /parameters/FD_ESCS_EN/values/0/description - PWM 100 Hz + Disabled - /parameters/PWM_MAIN_TIM0/values/200/description + /parameters/FD_ESCS_EN/values/1/description - PWM 200 Hz + Enabled - /parameters/PWM_MAIN_TIM0/values/400/description + /parameters/FD_EXT_ATS_EN/shortDesc - PWM 400 Hz + Enable PWM input on for engaging failsafe from an external automatic trigger system (ATS) - /parameters/PWM_MAIN_TIM1/shortDesc + /parameters/FD_EXT_ATS_EN/longDesc - Output Protocol Configuration for MAIN 3-4 + Enabled on either AUX5 or MAIN5 depending on board. External ATS is required by ASTM F3322-18. - /parameters/PWM_MAIN_TIM1/longDesc + /parameters/FD_EXT_ATS_EN/values/0/description - Select which Output Protocol to use for outputs MAIN 3-4. Custom PWM rates can be used by directly setting any value >0. + Disabled - /parameters/PWM_MAIN_TIM1/values/-1/description + /parameters/FD_EXT_ATS_EN/values/1/description - OneShot + Enabled - /parameters/PWM_MAIN_TIM1/values/50/description + /parameters/FD_EXT_ATS_TRIG/shortDesc - PWM 50 Hz + The PWM threshold from external automatic trigger system for engaging failsafe - /parameters/PWM_MAIN_TIM1/values/100/description + /parameters/FD_EXT_ATS_TRIG/longDesc - PWM 100 Hz + External ATS is required by ASTM F3322-18. - /parameters/PWM_MAIN_TIM1/values/200/description + /parameters/FD_FAIL_P/shortDesc - PWM 200 Hz + FailureDetector Max Pitch - /parameters/PWM_MAIN_TIM1/values/400/description + /parameters/FD_FAIL_P/longDesc - PWM 400 Hz + Maximum pitch angle before FailureDetector triggers the attitude_failure flag. The flag triggers flight termination (if @CBRK_FLIGHTTERM = 0), which sets outputs to their failsafe values. On takeoff the flag triggers lockdown (irrespective of @CBRK_FLIGHTTERM), which disarms motors but does not set outputs to failsafe values. Setting this parameter to 0 disables the check - /parameters/PWM_MAIN_TIM2/shortDesc + /parameters/FD_FAIL_P_TTRI/shortDesc - Output Protocol Configuration for MAIN 5-8 + Pitch failure trigger time - /parameters/PWM_MAIN_TIM2/longDesc + /parameters/FD_FAIL_P_TTRI/longDesc - Select which Output Protocol to use for outputs MAIN 5-8. Custom PWM rates can be used by directly setting any value >0. + Seconds (decimal) that pitch has to exceed FD_FAIL_P before being considered as a failure. - /parameters/PWM_MAIN_TIM2/values/-1/description + /parameters/FD_FAIL_R/shortDesc - OneShot + FailureDetector Max Roll - /parameters/PWM_MAIN_TIM2/values/50/description + /parameters/FD_FAIL_R/longDesc - PWM 50 Hz + Maximum roll angle before FailureDetector triggers the attitude_failure flag. The flag triggers flight termination (if @CBRK_FLIGHTTERM = 0), which sets outputs to their failsafe values. On takeoff the flag triggers lockdown (irrespective of @CBRK_FLIGHTTERM), which disarms motors but does not set outputs to failsafe values. Setting this parameter to 0 disables the check - /parameters/PWM_MAIN_TIM2/values/100/description + /parameters/FD_FAIL_R_TTRI/shortDesc - PWM 100 Hz + Roll failure trigger time - /parameters/PWM_MAIN_TIM2/values/200/description + /parameters/FD_FAIL_R_TTRI/longDesc - PWM 200 Hz + Seconds (decimal) that roll has to exceed FD_FAIL_R before being considered as a failure. - /parameters/PWM_MAIN_TIM2/values/400/description + /parameters/FD_IMB_PROP_THR/shortDesc - PWM 400 Hz + Imbalanced propeller check threshold - /parameters/RBCLW_DIS1/shortDesc + /parameters/FD_IMB_PROP_THR/longDesc - Roboclaw Driver Channel 1 Disarmed Value + Value at which the imbalanced propeller metric (based on horizontal and vertical acceleration variance) triggers a failure Setting this value to 0 disables the feature. - /parameters/RBCLW_DIS1/longDesc + /parameters/MC_ORBIT_RAD_MAX/shortDesc - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Maximum radius of orbit - /parameters/RBCLW_DIS2/shortDesc + /parameters/MC_ORBIT_YAW_MOD/shortDesc - Roboclaw Driver Channel 2 Disarmed Value + Yaw behaviour during orbit flight - /parameters/RBCLW_DIS2/longDesc + /parameters/MC_ORBIT_YAW_MOD/values/0/description - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Front to Circle Center - /parameters/RBCLW_FAIL1/shortDesc + /parameters/MC_ORBIT_YAW_MOD/values/1/description - Roboclaw Driver Channel 1 Failsafe Value + Hold Initial Heading - /parameters/RBCLW_FAIL1/longDesc + /parameters/MC_ORBIT_YAW_MOD/values/2/description - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see RBCLW_FUNC1). + Uncontrolled - /parameters/RBCLW_FAIL2/shortDesc + /parameters/MC_ORBIT_YAW_MOD/values/3/description - Roboclaw Driver Channel 2 Failsafe Value + Hold Front Tangent to Circle - /parameters/RBCLW_FAIL2/longDesc + /parameters/MC_ORBIT_YAW_MOD/values/4/description - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see RBCLW_FUNC2). + RC Controlled - /parameters/RBCLW_FUNC1/shortDesc + /parameters/FLW_TGT_ALT_M/shortDesc - Roboclaw Driver Channel 1 Output Function + Altitude control mode - /parameters/RBCLW_FUNC1/longDesc + /parameters/FLW_TGT_ALT_M/longDesc - Select what should be output on Roboclaw Driver Channel 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Maintain altitude or track target's altitude. When maintaining the altitude, the drone can crash into terrain when the target moves uphill. When tracking the target's altitude, the follow altitude FLW_TGT_HT should be high enough to prevent terrain collisions due to GPS inaccuracies of the target. - /parameters/RBCLW_FUNC1/values/0/description + /parameters/FLW_TGT_ALT_M/values/0/description - Disabled + 2D Tracking: Maintain constant altitude relative to home and track XY position only - /parameters/RBCLW_FUNC1/values/1/description + /parameters/FLW_TGT_ALT_M/values/1/description - Constant Min + 2D + Terrain: Maintain constant altitude relative to terrain below and track XY position - /parameters/RBCLW_FUNC1/values/2/description + /parameters/FLW_TGT_ALT_M/values/2/description - Constant Max + 3D Tracking: Track target's altitude (be aware that GPS altitude bias usually makes this useless) - /parameters/RBCLW_FUNC1/values/101/description + /parameters/FLW_TGT_DST/shortDesc - Motor 1 + Distance to follow target from - /parameters/RBCLW_FUNC1/values/102/description + /parameters/FLW_TGT_DST/longDesc - Motor 2 + The distance in meters to follow the target at - /parameters/RBCLW_FUNC1/values/103/description + /parameters/FLW_TGT_FA/shortDesc - Motor 3 + Follow Angle setting in degrees - /parameters/RBCLW_FUNC1/values/104/description + /parameters/FLW_TGT_FA/longDesc - Motor 4 + Angle to follow the target from. 0.0 Equals straight in front of the target's course (direction of motion) and the angle increases in clockwise direction, meaning Right-side would be 90.0 degrees while Left-side is -90.0 degrees Note: When the user force sets the angle out of the min/max range, it will be wrapped (e.g. 480 -> 120) in the range to gracefully handle the out of range. - /parameters/RBCLW_FUNC1/values/105/description + /parameters/FLW_TGT_HT/shortDesc - Motor 5 + Follow target height - /parameters/RBCLW_FUNC1/values/106/description + /parameters/FLW_TGT_HT/longDesc - Motor 6 + Following height above the target - /parameters/RBCLW_FUNC1/values/107/description + /parameters/FLW_TGT_MAX_VEL/shortDesc - Motor 7 + Maximum tangential velocity setting for generating the follow orbit trajectory - /parameters/RBCLW_FUNC1/values/108/description + /parameters/FLW_TGT_MAX_VEL/longDesc - Motor 8 + This is the maximum tangential velocity the drone will circle around the target whenever an orbit angle setpoint changes. Higher value means more aggressive follow behavior. - /parameters/RBCLW_FUNC1/values/109/description + /parameters/FLW_TGT_RS/shortDesc - Motor 9 + Responsiveness to target movement in Target Estimator - /parameters/RBCLW_FUNC1/values/110/description + /parameters/FLW_TGT_RS/longDesc - Motor 10 + lower values increase the responsiveness to changing position, but also ignore less noise - /parameters/RBCLW_FUNC1/values/111/description + /parameters/GPS_1_GNSS/shortDesc - Motor 11 + GNSS Systems for Primary GPS (integer bitmask) - /parameters/RBCLW_FUNC1/values/112/description + /parameters/GPS_1_GNSS/longDesc - Motor 12 + This integer bitmask controls the set of GNSS systems used by the receiver. Check your receiver's documentation on how many systems are supported to be used in parallel. Currently this functionality is just implemented for u-blox receivers. When no bits are set, the receiver's default configuration should be used. Set bits true to enable: 0 : Use GPS (with QZSS) 1 : Use SBAS (multiple GPS augmentation systems) 2 : Use Galileo 3 : Use BeiDou 4 : Use GLONASS 5 : Use NAVIC - /parameters/RBCLW_FUNC1/values/201/description + /parameters/GPS_1_GNSS/bitmask/0/description - Servo 1 + GPS (with QZSS) - /parameters/RBCLW_FUNC1/values/202/description + /parameters/GPS_1_GNSS/bitmask/1/description - Servo 2 + SBAS - /parameters/RBCLW_FUNC1/values/203/description + /parameters/GPS_1_GNSS/bitmask/2/description - Servo 3 + Galileo - /parameters/RBCLW_FUNC1/values/204/description + /parameters/GPS_1_GNSS/bitmask/3/description - Servo 4 + BeiDou - /parameters/RBCLW_FUNC1/values/205/description + /parameters/GPS_1_GNSS/bitmask/4/description - Servo 5 + GLONASS - /parameters/RBCLW_FUNC1/values/206/description + /parameters/GPS_1_GNSS/bitmask/5/description - Servo 6 + NAVIC - /parameters/RBCLW_FUNC1/values/207/description + /parameters/GPS_1_PROTOCOL/shortDesc - Servo 7 + Protocol for Main GPS - /parameters/RBCLW_FUNC1/values/208/description + /parameters/GPS_1_PROTOCOL/longDesc - Servo 8 + Select the GPS protocol over serial. Auto-detection will probe all protocols, and thus is a bit slower. - /parameters/RBCLW_FUNC1/values/301/description + /parameters/GPS_1_PROTOCOL/values/0/description - Peripheral via Actuator Set 1 + Auto detect - /parameters/RBCLW_FUNC1/values/302/description + /parameters/GPS_1_PROTOCOL/values/1/description - Peripheral via Actuator Set 2 + u-blox - /parameters/RBCLW_FUNC1/values/303/description + /parameters/GPS_1_PROTOCOL/values/2/description - Peripheral via Actuator Set 3 + MTK - /parameters/RBCLW_FUNC1/values/304/description + /parameters/GPS_1_PROTOCOL/values/3/description - Peripheral via Actuator Set 4 + Ashtech / Trimble - /parameters/RBCLW_FUNC1/values/305/description + /parameters/GPS_1_PROTOCOL/values/4/description - Peripheral via Actuator Set 5 + Emlid Reach - /parameters/RBCLW_FUNC1/values/306/description + /parameters/GPS_1_PROTOCOL/values/5/description - Peripheral via Actuator Set 6 + Femtomes - /parameters/RBCLW_FUNC1/values/400/description + /parameters/GPS_1_PROTOCOL/values/6/description - Landing Gear + NMEA (generic) - /parameters/RBCLW_FUNC1/values/401/description + /parameters/GPS_2_GNSS/shortDesc - Parachute + GNSS Systems for Secondary GPS (integer bitmask) - /parameters/RBCLW_FUNC1/values/402/description + /parameters/GPS_2_GNSS/longDesc - RC Roll + This integer bitmask controls the set of GNSS systems used by the receiver. Check your receiver's documentation on how many systems are supported to be used in parallel. Currently this functionality is just implemented for u-blox receivers. When no bits are set, the receiver's default configuration should be used. Set bits true to enable: 0 : Use GPS (with QZSS) 1 : Use SBAS (multiple GPS augmentation systems) 2 : Use Galileo 3 : Use BeiDou 4 : Use GLONASS 5 : Use NAVIC - /parameters/RBCLW_FUNC1/values/403/description + /parameters/GPS_2_GNSS/bitmask/0/description - RC Pitch + GPS (with QZSS) - /parameters/RBCLW_FUNC1/values/404/description + /parameters/GPS_2_GNSS/bitmask/1/description - RC Throttle + SBAS - /parameters/RBCLW_FUNC1/values/405/description + /parameters/GPS_2_GNSS/bitmask/2/description - RC Yaw + Galileo - /parameters/RBCLW_FUNC1/values/406/description + /parameters/GPS_2_GNSS/bitmask/3/description - RC Flaps + BeiDou - /parameters/RBCLW_FUNC1/values/407/description + /parameters/GPS_2_GNSS/bitmask/4/description - RC AUX 1 + GLONASS - /parameters/RBCLW_FUNC1/values/408/description + /parameters/GPS_2_GNSS/bitmask/5/description - RC AUX 2 + NAVIC - /parameters/RBCLW_FUNC1/values/409/description + /parameters/GPS_2_PROTOCOL/shortDesc - RC AUX 3 + Protocol for Secondary GPS - /parameters/RBCLW_FUNC1/values/410/description + /parameters/GPS_2_PROTOCOL/longDesc - RC AUX 4 + Select the GPS protocol over serial. Auto-detection will probe all protocols, and thus is a bit slower. - /parameters/RBCLW_FUNC1/values/411/description + /parameters/GPS_2_PROTOCOL/values/0/description - RC AUX 5 + Auto detect - /parameters/RBCLW_FUNC1/values/412/description + /parameters/GPS_2_PROTOCOL/values/1/description - RC AUX 6 + u-blox - /parameters/RBCLW_FUNC1/values/420/description + /parameters/GPS_2_PROTOCOL/values/2/description - Gimbal Roll + MTK - /parameters/RBCLW_FUNC1/values/421/description + /parameters/GPS_2_PROTOCOL/values/3/description - Gimbal Pitch + Ashtech / Trimble - /parameters/RBCLW_FUNC1/values/422/description + /parameters/GPS_2_PROTOCOL/values/4/description - Gimbal Yaw + Emlid Reach - /parameters/RBCLW_FUNC1/values/430/description + /parameters/GPS_2_PROTOCOL/values/5/description - Gripper + Femtomes - /parameters/RBCLW_FUNC1/values/440/description + /parameters/GPS_2_PROTOCOL/values/6/description - Landing Gear Wheel + NMEA (generic) - /parameters/RBCLW_FUNC2/shortDesc + /parameters/GPS_DUMP_COMM/shortDesc - Roboclaw Driver Channel 2 Output Function + Log GPS communication data - /parameters/RBCLW_FUNC2/longDesc + /parameters/GPS_DUMP_COMM/longDesc - Select what should be output on Roboclaw Driver Channel 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + If this is set to 1, all GPS communication data will be published via uORB, and written to the log file as gps_dump message. If this is set to 2, the main GPS is configured to output RTCM data, which is then logged as gps_dump and can be used for PPK. - /parameters/RBCLW_FUNC2/values/0/description + /parameters/GPS_DUMP_COMM/values/0/description - Disabled + Disable - /parameters/RBCLW_FUNC2/values/1/description + /parameters/GPS_DUMP_COMM/values/1/description - Constant Min + Full communication - /parameters/RBCLW_FUNC2/values/2/description + /parameters/GPS_DUMP_COMM/values/2/description - Constant Max + RTCM output (PPK) - /parameters/RBCLW_FUNC2/values/101/description + /parameters/GPS_SAT_INFO/shortDesc - Motor 1 + Enable sat info (if available) - /parameters/RBCLW_FUNC2/values/102/description + /parameters/GPS_SAT_INFO/longDesc - Motor 2 + Enable publication of satellite info (ORB_ID(satellite_info)) if possible. Not available on MTK. - /parameters/RBCLW_FUNC2/values/103/description + /parameters/GPS_SAT_INFO/values/0/description - Motor 3 + Disabled - /parameters/RBCLW_FUNC2/values/104/description + /parameters/GPS_SAT_INFO/values/1/description - Motor 4 + Enabled - /parameters/RBCLW_FUNC2/values/105/description + /parameters/GPS_UBX_BAUD2/shortDesc - Motor 5 + u-blox F9P UART2 Baudrate - /parameters/RBCLW_FUNC2/values/106/description + /parameters/GPS_UBX_BAUD2/longDesc - Motor 6 + Select a baudrate for the F9P's UART2 port. In GPS_UBX_MODE 1, 2, and 3, the F9P's UART2 port is configured to send/receive RTCM corrections. Set this to 57600 if you want to attach a telemetry radio on UART2. - /parameters/RBCLW_FUNC2/values/107/description + /parameters/GPS_UBX_CFG_INTF/shortDesc - Motor 7 + u-blox protocol configuration for interfaces - /parameters/RBCLW_FUNC2/values/108/description + /parameters/GPS_UBX_CFG_INTF/bitmask/0/description - Motor 8 + Enable I2C input protocol UBX - /parameters/RBCLW_FUNC2/values/109/description + /parameters/GPS_UBX_CFG_INTF/bitmask/1/description - Motor 9 + Enable I2C input protocol NMEA - /parameters/RBCLW_FUNC2/values/110/description + /parameters/GPS_UBX_CFG_INTF/bitmask/2/description - Motor 10 + Enable I2C input protocol RTCM3X - /parameters/RBCLW_FUNC2/values/111/description + /parameters/GPS_UBX_CFG_INTF/bitmask/3/description - Motor 11 + Enable I2C output protocol UBX - /parameters/RBCLW_FUNC2/values/112/description + /parameters/GPS_UBX_CFG_INTF/bitmask/4/description - Motor 12 + Enable I2C output protocol NMEA - /parameters/RBCLW_FUNC2/values/201/description + /parameters/GPS_UBX_CFG_INTF/bitmask/5/description - Servo 1 + Enable I2C output protocol RTCM3X - /parameters/RBCLW_FUNC2/values/202/description + /parameters/GPS_UBX_DYNMODEL/shortDesc - Servo 2 + u-blox GPS dynamic platform model - /parameters/RBCLW_FUNC2/values/203/description + /parameters/GPS_UBX_DYNMODEL/longDesc - Servo 3 + u-blox receivers support different dynamic platform models to adjust the navigation engine to the expected application environment. - /parameters/RBCLW_FUNC2/values/204/description + /parameters/GPS_UBX_DYNMODEL/values/2/description - Servo 4 + stationary - /parameters/RBCLW_FUNC2/values/205/description + /parameters/GPS_UBX_DYNMODEL/values/4/description - Servo 5 + automotive - /parameters/RBCLW_FUNC2/values/206/description + /parameters/GPS_UBX_DYNMODEL/values/6/description - Servo 6 + airborne with <1g acceleration - /parameters/RBCLW_FUNC2/values/207/description + /parameters/GPS_UBX_DYNMODEL/values/7/description - Servo 7 + airborne with <2g acceleration - /parameters/RBCLW_FUNC2/values/208/description + /parameters/GPS_UBX_DYNMODEL/values/8/description - Servo 8 + airborne with <4g acceleration - /parameters/RBCLW_FUNC2/values/301/description + /parameters/GPS_UBX_MODE/shortDesc - Peripheral via Actuator Set 1 + u-blox GPS Mode - /parameters/RBCLW_FUNC2/values/302/description + /parameters/GPS_UBX_MODE/longDesc - Peripheral via Actuator Set 2 + Select the u-blox configuration setup. Most setups will use the default, including RTK and dual GPS without heading. If rover has RTCM corrections from a static base (or other static correction source) coming in on UART2, then select Mode 5. The Heading mode requires 2 F9P devices to be attached. The main GPS will act as rover and output heading information, whereas the secondary will act as moving base. Modes 1 and 2 require each F9P UART1 to be connected to the Autopilot. In addition, UART2 on the F9P units are connected to each other. Modes 3 and 4 only require UART1 on each F9P connected to the Autopilot or Can Node. UART RX DMA is required. RTK is still possible with this setup. - /parameters/RBCLW_FUNC2/values/303/description + /parameters/GPS_UBX_MODE/values/0/description - Peripheral via Actuator Set 3 + Default - /parameters/RBCLW_FUNC2/values/304/description + /parameters/GPS_UBX_MODE/values/1/description - Peripheral via Actuator Set 4 + Heading (Rover With Moving Base UART1 Connected To Autopilot, UART2 Connected To Moving Base) - /parameters/RBCLW_FUNC2/values/305/description + /parameters/GPS_UBX_MODE/values/2/description - Peripheral via Actuator Set 5 + Moving Base (UART1 Connected To Autopilot, UART2 Connected To Rover) - /parameters/RBCLW_FUNC2/values/306/description + /parameters/GPS_UBX_MODE/values/3/description - Peripheral via Actuator Set 6 + Heading (Rover With Moving Base UART1 Connected to Autopilot Or Can Node At 921600) - /parameters/RBCLW_FUNC2/values/400/description + /parameters/GPS_UBX_MODE/values/4/description - Landing Gear + Moving Base (Moving Base UART1 Connected to Autopilot Or Can Node At 921600) - /parameters/RBCLW_FUNC2/values/401/description + /parameters/GPS_UBX_MODE/values/5/description - Parachute + Rover with Static Base on UART2 (similar to Default, except coming in on UART2) - /parameters/RBCLW_FUNC2/values/402/description + /parameters/GPS_YAW_OFFSET/shortDesc - RC Roll + Heading/Yaw offset for dual antenna GPS - /parameters/RBCLW_FUNC2/values/403/description + /parameters/GPS_YAW_OFFSET/longDesc - RC Pitch + Heading offset angle for dual antenna GPS setups that support heading estimation. Set this to 0 if the antennas are parallel to the forward-facing direction of the vehicle and the rover (or Unicore primary) antenna is in front. The offset angle increases clockwise. Set this to 90 if the rover (or Unicore primary, or Septentrio Mosaic Aux) antenna is placed on the right side of the vehicle and the moving base antenna is on the left side. (Note: the Unicore primary antenna is the one connected on the right as seen from the top). - /parameters/RBCLW_FUNC2/values/404/description + /parameters/GF_ACTION/shortDesc - RC Throttle + Geofence violation action - /parameters/RBCLW_FUNC2/values/405/description + /parameters/GF_ACTION/longDesc - RC Yaw + Note: Setting this value to 4 enables flight termination, which will kill the vehicle on violation of the fence. - /parameters/RBCLW_FUNC2/values/406/description + /parameters/GF_ACTION/values/0/description - RC Flaps + None - /parameters/RBCLW_FUNC2/values/407/description + /parameters/GF_ACTION/values/1/description - RC AUX 1 + Warning - /parameters/RBCLW_FUNC2/values/408/description + /parameters/GF_ACTION/values/2/description - RC AUX 2 + Hold mode - /parameters/RBCLW_FUNC2/values/409/description + /parameters/GF_ACTION/values/3/description - RC AUX 3 + Return mode - /parameters/RBCLW_FUNC2/values/410/description + /parameters/GF_ACTION/values/4/description - RC AUX 4 + Terminate - /parameters/RBCLW_FUNC2/values/411/description + /parameters/GF_ACTION/values/5/description - RC AUX 5 + Land mode - /parameters/RBCLW_FUNC2/values/412/description + /parameters/GF_MAX_HOR_DIST/shortDesc - RC AUX 6 + Max horizontal distance from Home - /parameters/RBCLW_FUNC2/values/420/description + /parameters/GF_MAX_HOR_DIST/longDesc - Gimbal Roll + Maximum horizontal distance in meters the vehicle can be from Home before triggering a geofence action. Disabled if 0. - /parameters/RBCLW_FUNC2/values/421/description + /parameters/GF_MAX_VER_DIST/shortDesc - Gimbal Pitch + Max vertical distance from Home - /parameters/RBCLW_FUNC2/values/422/description + /parameters/GF_MAX_VER_DIST/longDesc - Gimbal Yaw + Maximum vertical distance in meters the vehicle can be from Home before triggering a geofence action. Disabled if 0. - /parameters/RBCLW_FUNC2/values/430/description + /parameters/GF_PREDICT/shortDesc - Gripper + [EXPERIMENTAL] Use Pre-emptive geofence triggering - /parameters/RBCLW_FUNC2/values/440/description + /parameters/GF_PREDICT/longDesc - Landing Gear Wheel + WARNING: This experimental feature may cause flyaways. Use at your own risk. Predict the motion of the vehicle and trigger the breach if it is determined that the current trajectory would result in a breach happening before the vehicle can make evasive maneuvers. The vehicle is then re-routed to a safe hold position (stop for multirotor, loiter for fixed wing). - /parameters/RBCLW_MAX1/shortDesc + /parameters/GF_PREDICT/values/0/description - Roboclaw Driver Channel 1 Maximum Value + Disabled - /parameters/RBCLW_MAX1/longDesc + /parameters/GF_PREDICT/values/1/description - Maxmimum output value (when not disarmed). + Enabled - /parameters/RBCLW_MAX2/shortDesc + /parameters/GF_SOURCE/shortDesc - Roboclaw Driver Channel 2 Maximum Value + Geofence source - /parameters/RBCLW_MAX2/longDesc + /parameters/GF_SOURCE/longDesc - Maxmimum output value (when not disarmed). + Select which position source should be used. Selecting GPS instead of global position makes sure that there is no dependence on the position estimator 0 = global position, 1 = GPS - /parameters/RBCLW_MIN1/shortDesc + /parameters/GF_SOURCE/values/0/description - Roboclaw Driver Channel 1 Minimum Value + GPOS - /parameters/RBCLW_MIN1/longDesc + /parameters/GF_SOURCE/values/1/description - Minimum output value (when not disarmed). + GPS - /parameters/RBCLW_MIN2/shortDesc + /parameters/CA_AIRFRAME/shortDesc - Roboclaw Driver Channel 2 Minimum Value + Airframe selection - /parameters/RBCLW_MIN2/longDesc + /parameters/CA_AIRFRAME/longDesc - Minimum output value (when not disarmed). + Defines which mixer implementation to use. Some are generic, while others are specifically fit to a certain vehicle with a fixed set of actuators. 'Custom' should only be used if noting else can be used. - /parameters/RBCLW_REV/shortDesc + /parameters/CA_AIRFRAME/values/0/description - Reverse Output Range for Roboclaw Driver + Multirotor - /parameters/RBCLW_REV/longDesc + /parameters/CA_AIRFRAME/values/1/description - Allows to reverse the output range for each channel. Note: this is only useful for servos. + Fixed-wing - /parameters/RBCLW_REV/bitmask/0/description + /parameters/CA_AIRFRAME/values/2/description - Roboclaw Driver Channel 1 + Standard VTOL - /parameters/RBCLW_REV/bitmask/1/description + /parameters/CA_AIRFRAME/values/3/description - Roboclaw Driver Channel 2 + Tiltrotor VTOL - /parameters/SIM_GZ_EC_DIS1/shortDesc + /parameters/CA_AIRFRAME/values/4/description - SIM_GZ ESC 1 Disarmed Value + Tailsitter VTOL - /parameters/SIM_GZ_EC_DIS1/longDesc + /parameters/CA_AIRFRAME/values/5/description - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Rover (Ackermann) - /parameters/SIM_GZ_EC_DIS2/shortDesc + /parameters/CA_AIRFRAME/values/6/description - SIM_GZ ESC 2 Disarmed Value + Rover (Differential) - /parameters/SIM_GZ_EC_DIS2/longDesc + /parameters/CA_AIRFRAME/values/7/description - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Motors (6DOF) - /parameters/SIM_GZ_EC_DIS3/shortDesc + /parameters/CA_AIRFRAME/values/8/description - SIM_GZ ESC 3 Disarmed Value + Multirotor with Tilt - /parameters/SIM_GZ_EC_DIS3/longDesc + /parameters/CA_AIRFRAME/values/9/description - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Custom - /parameters/SIM_GZ_EC_DIS4/shortDesc + /parameters/CA_AIRFRAME/values/10/description - SIM_GZ ESC 4 Disarmed Value + Helicopter (tail ESC) - /parameters/SIM_GZ_EC_DIS4/longDesc + /parameters/CA_AIRFRAME/values/11/description - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Helicopter (tail Servo) - /parameters/SIM_GZ_EC_DIS5/shortDesc + /parameters/CA_AIRFRAME/values/12/description - SIM_GZ ESC 5 Disarmed Value + Helicopter (Coaxial) - /parameters/SIM_GZ_EC_DIS5/longDesc + /parameters/CA_AIRFRAME/values/13/description - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Rover (Mecanum) - /parameters/SIM_GZ_EC_DIS6/shortDesc + /parameters/CA_FAILURE_MODE/shortDesc - SIM_GZ ESC 6 Disarmed Value + Motor failure handling mode - /parameters/SIM_GZ_EC_DIS6/longDesc + /parameters/CA_FAILURE_MODE/longDesc - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + This is used to specify how to handle motor failures reported by failure detector. - /parameters/SIM_GZ_EC_DIS7/shortDesc + /parameters/CA_FAILURE_MODE/values/0/description - SIM_GZ ESC 7 Disarmed Value + Ignore - /parameters/SIM_GZ_EC_DIS7/longDesc + /parameters/CA_FAILURE_MODE/values/1/description - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Remove first failed motor from effectiveness - /parameters/SIM_GZ_EC_DIS8/shortDesc + /parameters/CA_HELI_PITCH_C0/shortDesc - SIM_GZ ESC 8 Disarmed Value + Collective pitch curve at position 0 - /parameters/SIM_GZ_EC_DIS8/longDesc + /parameters/CA_HELI_PITCH_C0/longDesc - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Defines the collective pitch at the interval position 0 for a given thrust setpoint. Use negative values if the swash plate needs to move down to provide upwards thrust. - /parameters/SIM_GZ_EC_FAIL1/shortDesc + /parameters/CA_HELI_PITCH_C1/shortDesc - SIM_GZ ESC 1 Failsafe Value + Collective pitch curve at position 1 - /parameters/SIM_GZ_EC_FAIL1/longDesc + /parameters/CA_HELI_PITCH_C1/longDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_EC_FUNC1). + Defines the collective pitch at the interval position 1 for a given thrust setpoint. Use negative values if the swash plate needs to move down to provide upwards thrust. - /parameters/SIM_GZ_EC_FAIL2/shortDesc + /parameters/CA_HELI_PITCH_C2/shortDesc - SIM_GZ ESC 2 Failsafe Value + Collective pitch curve at position 2 - /parameters/SIM_GZ_EC_FAIL2/longDesc + /parameters/CA_HELI_PITCH_C2/longDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_EC_FUNC2). + Defines the collective pitch at the interval position 2 for a given thrust setpoint. Use negative values if the swash plate needs to move down to provide upwards thrust. - /parameters/SIM_GZ_EC_FAIL3/shortDesc + /parameters/CA_HELI_PITCH_C3/shortDesc - SIM_GZ ESC 3 Failsafe Value + Collective pitch curve at position 3 - /parameters/SIM_GZ_EC_FAIL3/longDesc + /parameters/CA_HELI_PITCH_C3/longDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_EC_FUNC3). + Defines the collective pitch at the interval position 3 for a given thrust setpoint. Use negative values if the swash plate needs to move down to provide upwards thrust. - /parameters/SIM_GZ_EC_FAIL4/shortDesc + /parameters/CA_HELI_PITCH_C4/shortDesc - SIM_GZ ESC 4 Failsafe Value + Collective pitch curve at position 4 - /parameters/SIM_GZ_EC_FAIL4/longDesc + /parameters/CA_HELI_PITCH_C4/longDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_EC_FUNC4). + Defines the collective pitch at the interval position 4 for a given thrust setpoint. Use negative values if the swash plate needs to move down to provide upwards thrust. - /parameters/SIM_GZ_EC_FAIL5/shortDesc + /parameters/CA_HELI_THR_C0/shortDesc - SIM_GZ ESC 5 Failsafe Value + Throttle curve at position 0 - /parameters/SIM_GZ_EC_FAIL5/longDesc + /parameters/CA_HELI_THR_C0/longDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_EC_FUNC5). + Defines the output throttle at the interval position 0. - /parameters/SIM_GZ_EC_FAIL6/shortDesc + /parameters/CA_HELI_THR_C1/shortDesc - SIM_GZ ESC 6 Failsafe Value + Throttle curve at position 1 - /parameters/SIM_GZ_EC_FAIL6/longDesc + /parameters/CA_HELI_THR_C1/longDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_EC_FUNC6). + Defines the output throttle at the interval position 1. - /parameters/SIM_GZ_EC_FAIL7/shortDesc + /parameters/CA_HELI_THR_C2/shortDesc - SIM_GZ ESC 7 Failsafe Value + Throttle curve at position 2 - /parameters/SIM_GZ_EC_FAIL7/longDesc + /parameters/CA_HELI_THR_C2/longDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_EC_FUNC7). + Defines the output throttle at the interval position 2. - /parameters/SIM_GZ_EC_FAIL8/shortDesc + /parameters/CA_HELI_THR_C3/shortDesc - SIM_GZ ESC 8 Failsafe Value + Throttle curve at position 3 - /parameters/SIM_GZ_EC_FAIL8/longDesc + /parameters/CA_HELI_THR_C3/longDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_EC_FUNC8). + Defines the output throttle at the interval position 3. - /parameters/SIM_GZ_EC_FUNC1/shortDesc + /parameters/CA_HELI_THR_C4/shortDesc - SIM_GZ ESC 1 Output Function + Throttle curve at position 4 - /parameters/SIM_GZ_EC_FUNC1/longDesc + /parameters/CA_HELI_THR_C4/longDesc - Select what should be output on SIM_GZ ESC 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Defines the output throttle at the interval position 4. - /parameters/SIM_GZ_EC_FUNC1/values/0/description + /parameters/CA_HELI_YAW_CCW/shortDesc - Disabled + Main rotor turns counter-clockwise - /parameters/SIM_GZ_EC_FUNC1/values/1/description + /parameters/CA_HELI_YAW_CCW/longDesc - Constant Min + Default configuration is for a clockwise turning main rotor and positive thrust of the tail rotor is expected to rotate the vehicle clockwise. Set this parameter to true if the tail rotor provides thrust in counter-clockwise direction which is mostly the case when the main rotor turns counter-clockwise. - /parameters/SIM_GZ_EC_FUNC1/values/2/description + /parameters/CA_HELI_YAW_CCW/values/0/description - Constant Max + Disabled - /parameters/SIM_GZ_EC_FUNC1/values/101/description + /parameters/CA_HELI_YAW_CCW/values/1/description - Motor 1 + Enabled - /parameters/SIM_GZ_EC_FUNC1/values/102/description + /parameters/CA_HELI_YAW_CP_O/shortDesc - Motor 2 + Offset for yaw compensation based on collective pitch - /parameters/SIM_GZ_EC_FUNC1/values/103/description + /parameters/CA_HELI_YAW_CP_O/longDesc - Motor 3 + This allows to specify which collective pitch command results in the least amount of rotor drag. This is used to increase the accuracy of the yaw drag torque compensation based on collective pitch by aligning the lowest rotor drag with zero compensation. For symmetric profile blades this is the command that results in exactly 0° collective blade angle. For lift profile blades this is typically a command resulting in slightly negative collective blade angle. tail_output += CA_HELI_YAW_CP_S * abs(collective_pitch - CA_HELI_YAW_CP_O) - /parameters/SIM_GZ_EC_FUNC1/values/104/description + /parameters/CA_HELI_YAW_CP_S/shortDesc - Motor 4 + Scale for yaw compensation based on collective pitch - /parameters/SIM_GZ_EC_FUNC1/values/105/description + /parameters/CA_HELI_YAW_CP_S/longDesc - Motor 5 + This allows to add a proportional factor of the collective pitch command to the yaw command. A negative value is needed when positive thrust of the tail rotor rotates the vehicle opposite to the main rotor turn direction. tail_output += CA_HELI_YAW_CP_S * abs(collective_pitch - CA_HELI_YAW_CP_O) - /parameters/SIM_GZ_EC_FUNC1/values/106/description + /parameters/CA_HELI_YAW_TH_S/shortDesc - Motor 6 + Scale for yaw compensation based on throttle - /parameters/SIM_GZ_EC_FUNC1/values/107/description + /parameters/CA_HELI_YAW_TH_S/longDesc - Motor 7 + This allows to add a proportional factor of the throttle command to the yaw command. A negative value is needed when positive thrust of the tail rotor rotates the vehicle opposite to the main rotor turn direction. tail_output += CA_HELI_YAW_TH_S * throttle - /parameters/SIM_GZ_EC_FUNC1/values/108/description + /parameters/CA_METHOD/shortDesc - Motor 8 + Control allocation method - /parameters/SIM_GZ_EC_FUNC1/values/109/description + /parameters/CA_METHOD/longDesc - Motor 9 + Selects the algorithm and desaturation method. If set to Automtic, the selection is based on the airframe (CA_AIRFRAME). - /parameters/SIM_GZ_EC_FUNC1/values/110/description + /parameters/CA_METHOD/values/0/description - Motor 10 + Pseudo-inverse with output clipping - /parameters/SIM_GZ_EC_FUNC1/values/111/description + /parameters/CA_METHOD/values/1/description - Motor 11 + Pseudo-inverse with sequential desaturation technique - /parameters/SIM_GZ_EC_FUNC1/values/112/description + /parameters/CA_METHOD/values/2/description - Motor 12 + Automatic - /parameters/SIM_GZ_EC_FUNC1/values/201/description + /parameters/CA_R0_SLEW/shortDesc - Servo 1 + Motor 0 slew rate limit - /parameters/SIM_GZ_EC_FUNC1/values/202/description + /parameters/CA_R0_SLEW/longDesc - Servo 2 + Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled. - /parameters/SIM_GZ_EC_FUNC1/values/203/description + /parameters/CA_R10_SLEW/shortDesc - Servo 3 + Motor 10 slew rate limit - /parameters/SIM_GZ_EC_FUNC1/values/204/description + /parameters/CA_R10_SLEW/longDesc - Servo 4 + Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled. - /parameters/SIM_GZ_EC_FUNC1/values/205/description + /parameters/CA_R11_SLEW/shortDesc - Servo 5 + Motor 11 slew rate limit - /parameters/SIM_GZ_EC_FUNC1/values/206/description + /parameters/CA_R11_SLEW/longDesc - Servo 6 + Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled. - /parameters/SIM_GZ_EC_FUNC1/values/207/description + /parameters/CA_R1_SLEW/shortDesc - Servo 7 + Motor 1 slew rate limit - /parameters/SIM_GZ_EC_FUNC1/values/208/description + /parameters/CA_R1_SLEW/longDesc - Servo 8 + Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled. - /parameters/SIM_GZ_EC_FUNC1/values/301/description + /parameters/CA_R2_SLEW/shortDesc - Peripheral via Actuator Set 1 + Motor 2 slew rate limit - /parameters/SIM_GZ_EC_FUNC1/values/302/description + /parameters/CA_R2_SLEW/longDesc - Peripheral via Actuator Set 2 + Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled. - /parameters/SIM_GZ_EC_FUNC1/values/303/description + /parameters/CA_R3_SLEW/shortDesc - Peripheral via Actuator Set 3 + Motor 3 slew rate limit - /parameters/SIM_GZ_EC_FUNC1/values/304/description + /parameters/CA_R3_SLEW/longDesc - Peripheral via Actuator Set 4 + Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled. - /parameters/SIM_GZ_EC_FUNC1/values/305/description + /parameters/CA_R4_SLEW/shortDesc - Peripheral via Actuator Set 5 + Motor 4 slew rate limit - /parameters/SIM_GZ_EC_FUNC1/values/306/description + /parameters/CA_R4_SLEW/longDesc - Peripheral via Actuator Set 6 + Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled. - /parameters/SIM_GZ_EC_FUNC1/values/400/description + /parameters/CA_R5_SLEW/shortDesc - Landing Gear + Motor 5 slew rate limit - /parameters/SIM_GZ_EC_FUNC1/values/401/description + /parameters/CA_R5_SLEW/longDesc - Parachute + Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled. - /parameters/SIM_GZ_EC_FUNC1/values/402/description + /parameters/CA_R6_SLEW/shortDesc - RC Roll + Motor 6 slew rate limit - /parameters/SIM_GZ_EC_FUNC1/values/403/description + /parameters/CA_R6_SLEW/longDesc - RC Pitch + Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled. - /parameters/SIM_GZ_EC_FUNC1/values/404/description + /parameters/CA_R7_SLEW/shortDesc - RC Throttle + Motor 7 slew rate limit - /parameters/SIM_GZ_EC_FUNC1/values/405/description + /parameters/CA_R7_SLEW/longDesc - RC Yaw + Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled. - /parameters/SIM_GZ_EC_FUNC1/values/406/description + /parameters/CA_R8_SLEW/shortDesc - RC Flaps + Motor 8 slew rate limit - /parameters/SIM_GZ_EC_FUNC1/values/407/description + /parameters/CA_R8_SLEW/longDesc - RC AUX 1 + Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled. - /parameters/SIM_GZ_EC_FUNC1/values/408/description + /parameters/CA_R9_SLEW/shortDesc - RC AUX 2 + Motor 9 slew rate limit - /parameters/SIM_GZ_EC_FUNC1/values/409/description + /parameters/CA_R9_SLEW/longDesc - RC AUX 3 + Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled. - /parameters/SIM_GZ_EC_FUNC1/values/410/description + /parameters/CA_ROTOR0_AX/shortDesc - RC AUX 4 + Axis of rotor 0 thrust vector, X body axis component - /parameters/SIM_GZ_EC_FUNC1/values/411/description + /parameters/CA_ROTOR0_AX/longDesc - RC AUX 5 + Only the direction is considered (the vector is normalized). - /parameters/SIM_GZ_EC_FUNC1/values/412/description + /parameters/CA_ROTOR0_AY/shortDesc - RC AUX 6 + Axis of rotor 0 thrust vector, Y body axis component - /parameters/SIM_GZ_EC_FUNC1/values/420/description + /parameters/CA_ROTOR0_AY/longDesc - Gimbal Roll + Only the direction is considered (the vector is normalized). - /parameters/SIM_GZ_EC_FUNC1/values/421/description + /parameters/CA_ROTOR0_AZ/shortDesc - Gimbal Pitch + Axis of rotor 0 thrust vector, Z body axis component - /parameters/SIM_GZ_EC_FUNC1/values/422/description + /parameters/CA_ROTOR0_AZ/longDesc - Gimbal Yaw + Only the direction is considered (the vector is normalized). - /parameters/SIM_GZ_EC_FUNC1/values/430/description + /parameters/CA_ROTOR0_CT/shortDesc - Gripper + Thrust coefficient of rotor 0 - /parameters/SIM_GZ_EC_FUNC1/values/440/description + /parameters/CA_ROTOR0_CT/longDesc - Landing Gear Wheel + The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. - /parameters/SIM_GZ_EC_FUNC2/shortDesc + /parameters/CA_ROTOR0_KM/shortDesc - SIM_GZ ESC 2 Output Function + Moment coefficient of rotor 0 - /parameters/SIM_GZ_EC_FUNC2/longDesc + /parameters/CA_ROTOR0_KM/longDesc - Select what should be output on SIM_GZ ESC 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. - /parameters/SIM_GZ_EC_FUNC2/values/0/description + /parameters/CA_ROTOR0_PX/shortDesc - Disabled + Position of rotor 0 along X body axis relative to center of gravity - /parameters/SIM_GZ_EC_FUNC2/values/1/description + /parameters/CA_ROTOR0_PY/shortDesc - Constant Min + Position of rotor 0 along Y body axis relative to center of gravity - /parameters/SIM_GZ_EC_FUNC2/values/2/description + /parameters/CA_ROTOR0_PZ/shortDesc - Constant Max + Position of rotor 0 along Z body axis relative to center of gravity - /parameters/SIM_GZ_EC_FUNC2/values/101/description + /parameters/CA_ROTOR0_TILT/shortDesc - Motor 1 + Rotor 0 tilt assignment - /parameters/SIM_GZ_EC_FUNC2/values/102/description + /parameters/CA_ROTOR0_TILT/longDesc - Motor 2 + If not set to None, this motor is tilted by the configured tilt servo. - /parameters/SIM_GZ_EC_FUNC2/values/103/description + /parameters/CA_ROTOR0_TILT/values/0/description - Motor 3 + None - /parameters/SIM_GZ_EC_FUNC2/values/104/description + /parameters/CA_ROTOR0_TILT/values/1/description - Motor 4 + Tilt 1 - /parameters/SIM_GZ_EC_FUNC2/values/105/description + /parameters/CA_ROTOR0_TILT/values/2/description - Motor 5 + Tilt 2 - /parameters/SIM_GZ_EC_FUNC2/values/106/description + /parameters/CA_ROTOR0_TILT/values/3/description - Motor 6 + Tilt 3 - /parameters/SIM_GZ_EC_FUNC2/values/107/description + /parameters/CA_ROTOR0_TILT/values/4/description - Motor 7 + Tilt 4 - /parameters/SIM_GZ_EC_FUNC2/values/108/description + /parameters/CA_ROTOR10_AX/shortDesc - Motor 8 + Axis of rotor 10 thrust vector, X body axis component - /parameters/SIM_GZ_EC_FUNC2/values/109/description + /parameters/CA_ROTOR10_AX/longDesc - Motor 9 + Only the direction is considered (the vector is normalized). - /parameters/SIM_GZ_EC_FUNC2/values/110/description + /parameters/CA_ROTOR10_AY/shortDesc - Motor 10 + Axis of rotor 10 thrust vector, Y body axis component - /parameters/SIM_GZ_EC_FUNC2/values/111/description + /parameters/CA_ROTOR10_AY/longDesc - Motor 11 + Only the direction is considered (the vector is normalized). - /parameters/SIM_GZ_EC_FUNC2/values/112/description + /parameters/CA_ROTOR10_AZ/shortDesc - Motor 12 + Axis of rotor 10 thrust vector, Z body axis component - /parameters/SIM_GZ_EC_FUNC2/values/201/description + /parameters/CA_ROTOR10_AZ/longDesc - Servo 1 + Only the direction is considered (the vector is normalized). - /parameters/SIM_GZ_EC_FUNC2/values/202/description + /parameters/CA_ROTOR10_CT/shortDesc - Servo 2 + Thrust coefficient of rotor 10 - /parameters/SIM_GZ_EC_FUNC2/values/203/description + /parameters/CA_ROTOR10_CT/longDesc - Servo 3 + The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. - /parameters/SIM_GZ_EC_FUNC2/values/204/description + /parameters/CA_ROTOR10_KM/shortDesc - Servo 4 + Moment coefficient of rotor 10 - /parameters/SIM_GZ_EC_FUNC2/values/205/description + /parameters/CA_ROTOR10_KM/longDesc - Servo 5 + The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. - /parameters/SIM_GZ_EC_FUNC2/values/206/description + /parameters/CA_ROTOR10_PX/shortDesc - Servo 6 + Position of rotor 10 along X body axis relative to center of gravity - /parameters/SIM_GZ_EC_FUNC2/values/207/description + /parameters/CA_ROTOR10_PY/shortDesc - Servo 7 + Position of rotor 10 along Y body axis relative to center of gravity - /parameters/SIM_GZ_EC_FUNC2/values/208/description + /parameters/CA_ROTOR10_PZ/shortDesc - Servo 8 + Position of rotor 10 along Z body axis relative to center of gravity - /parameters/SIM_GZ_EC_FUNC2/values/301/description + /parameters/CA_ROTOR10_TILT/shortDesc - Peripheral via Actuator Set 1 + Rotor 10 tilt assignment - /parameters/SIM_GZ_EC_FUNC2/values/302/description + /parameters/CA_ROTOR10_TILT/longDesc - Peripheral via Actuator Set 2 + If not set to None, this motor is tilted by the configured tilt servo. - /parameters/SIM_GZ_EC_FUNC2/values/303/description + /parameters/CA_ROTOR10_TILT/values/0/description - Peripheral via Actuator Set 3 + None - /parameters/SIM_GZ_EC_FUNC2/values/304/description + /parameters/CA_ROTOR10_TILT/values/1/description - Peripheral via Actuator Set 4 + Tilt 1 - /parameters/SIM_GZ_EC_FUNC2/values/305/description + /parameters/CA_ROTOR10_TILT/values/2/description - Peripheral via Actuator Set 5 + Tilt 2 - /parameters/SIM_GZ_EC_FUNC2/values/306/description + /parameters/CA_ROTOR10_TILT/values/3/description - Peripheral via Actuator Set 6 + Tilt 3 - /parameters/SIM_GZ_EC_FUNC2/values/400/description + /parameters/CA_ROTOR10_TILT/values/4/description - Landing Gear + Tilt 4 - /parameters/SIM_GZ_EC_FUNC2/values/401/description + /parameters/CA_ROTOR11_AX/shortDesc - Parachute + Axis of rotor 11 thrust vector, X body axis component - /parameters/SIM_GZ_EC_FUNC2/values/402/description + /parameters/CA_ROTOR11_AX/longDesc - RC Roll + Only the direction is considered (the vector is normalized). - /parameters/SIM_GZ_EC_FUNC2/values/403/description + /parameters/CA_ROTOR11_AY/shortDesc - RC Pitch + Axis of rotor 11 thrust vector, Y body axis component - /parameters/SIM_GZ_EC_FUNC2/values/404/description + /parameters/CA_ROTOR11_AY/longDesc - RC Throttle + Only the direction is considered (the vector is normalized). - /parameters/SIM_GZ_EC_FUNC2/values/405/description + /parameters/CA_ROTOR11_AZ/shortDesc - RC Yaw + Axis of rotor 11 thrust vector, Z body axis component - /parameters/SIM_GZ_EC_FUNC2/values/406/description + /parameters/CA_ROTOR11_AZ/longDesc - RC Flaps + Only the direction is considered (the vector is normalized). - /parameters/SIM_GZ_EC_FUNC2/values/407/description + /parameters/CA_ROTOR11_CT/shortDesc - RC AUX 1 + Thrust coefficient of rotor 11 - /parameters/SIM_GZ_EC_FUNC2/values/408/description + /parameters/CA_ROTOR11_CT/longDesc - RC AUX 2 + The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. - /parameters/SIM_GZ_EC_FUNC2/values/409/description + /parameters/CA_ROTOR11_KM/shortDesc - RC AUX 3 + Moment coefficient of rotor 11 - /parameters/SIM_GZ_EC_FUNC2/values/410/description + /parameters/CA_ROTOR11_KM/longDesc - RC AUX 4 + The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. - /parameters/SIM_GZ_EC_FUNC2/values/411/description + /parameters/CA_ROTOR11_PX/shortDesc - RC AUX 5 + Position of rotor 11 along X body axis relative to center of gravity - /parameters/SIM_GZ_EC_FUNC2/values/412/description + /parameters/CA_ROTOR11_PY/shortDesc - RC AUX 6 + Position of rotor 11 along Y body axis relative to center of gravity - /parameters/SIM_GZ_EC_FUNC2/values/420/description + /parameters/CA_ROTOR11_PZ/shortDesc - Gimbal Roll + Position of rotor 11 along Z body axis relative to center of gravity - /parameters/SIM_GZ_EC_FUNC2/values/421/description + /parameters/CA_ROTOR11_TILT/shortDesc - Gimbal Pitch + Rotor 11 tilt assignment - /parameters/SIM_GZ_EC_FUNC2/values/422/description + /parameters/CA_ROTOR11_TILT/longDesc - Gimbal Yaw + If not set to None, this motor is tilted by the configured tilt servo. - /parameters/SIM_GZ_EC_FUNC2/values/430/description + /parameters/CA_ROTOR11_TILT/values/0/description - Gripper + None - /parameters/SIM_GZ_EC_FUNC2/values/440/description + /parameters/CA_ROTOR11_TILT/values/1/description - Landing Gear Wheel + Tilt 1 - /parameters/SIM_GZ_EC_FUNC3/shortDesc + /parameters/CA_ROTOR11_TILT/values/2/description - SIM_GZ ESC 3 Output Function + Tilt 2 - /parameters/SIM_GZ_EC_FUNC3/longDesc + /parameters/CA_ROTOR11_TILT/values/3/description - Select what should be output on SIM_GZ ESC 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Tilt 3 - /parameters/SIM_GZ_EC_FUNC3/values/0/description + /parameters/CA_ROTOR11_TILT/values/4/description - Disabled + Tilt 4 - /parameters/SIM_GZ_EC_FUNC3/values/1/description + /parameters/CA_ROTOR1_AX/shortDesc - Constant Min + Axis of rotor 1 thrust vector, X body axis component - /parameters/SIM_GZ_EC_FUNC3/values/2/description + /parameters/CA_ROTOR1_AX/longDesc - Constant Max + Only the direction is considered (the vector is normalized). - /parameters/SIM_GZ_EC_FUNC3/values/101/description + /parameters/CA_ROTOR1_AY/shortDesc - Motor 1 + Axis of rotor 1 thrust vector, Y body axis component - /parameters/SIM_GZ_EC_FUNC3/values/102/description + /parameters/CA_ROTOR1_AY/longDesc - Motor 2 + Only the direction is considered (the vector is normalized). - /parameters/SIM_GZ_EC_FUNC3/values/103/description + /parameters/CA_ROTOR1_AZ/shortDesc - Motor 3 + Axis of rotor 1 thrust vector, Z body axis component - /parameters/SIM_GZ_EC_FUNC3/values/104/description + /parameters/CA_ROTOR1_AZ/longDesc - Motor 4 + Only the direction is considered (the vector is normalized). - /parameters/SIM_GZ_EC_FUNC3/values/105/description + /parameters/CA_ROTOR1_CT/shortDesc - Motor 5 + Thrust coefficient of rotor 1 - /parameters/SIM_GZ_EC_FUNC3/values/106/description + /parameters/CA_ROTOR1_CT/longDesc - Motor 6 + The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. - /parameters/SIM_GZ_EC_FUNC3/values/107/description + /parameters/CA_ROTOR1_KM/shortDesc - Motor 7 + Moment coefficient of rotor 1 - /parameters/SIM_GZ_EC_FUNC3/values/108/description + /parameters/CA_ROTOR1_KM/longDesc - Motor 8 + The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. - /parameters/SIM_GZ_EC_FUNC3/values/109/description + /parameters/CA_ROTOR1_PX/shortDesc - Motor 9 + Position of rotor 1 along X body axis relative to center of gravity - /parameters/SIM_GZ_EC_FUNC3/values/110/description + /parameters/CA_ROTOR1_PY/shortDesc - Motor 10 + Position of rotor 1 along Y body axis relative to center of gravity - /parameters/SIM_GZ_EC_FUNC3/values/111/description + /parameters/CA_ROTOR1_PZ/shortDesc - Motor 11 + Position of rotor 1 along Z body axis relative to center of gravity - /parameters/SIM_GZ_EC_FUNC3/values/112/description + /parameters/CA_ROTOR1_TILT/shortDesc - Motor 12 + Rotor 1 tilt assignment - /parameters/SIM_GZ_EC_FUNC3/values/201/description + /parameters/CA_ROTOR1_TILT/longDesc - Servo 1 + If not set to None, this motor is tilted by the configured tilt servo. - /parameters/SIM_GZ_EC_FUNC3/values/202/description + /parameters/CA_ROTOR1_TILT/values/0/description - Servo 2 + None - /parameters/SIM_GZ_EC_FUNC3/values/203/description + /parameters/CA_ROTOR1_TILT/values/1/description - Servo 3 + Tilt 1 - /parameters/SIM_GZ_EC_FUNC3/values/204/description + /parameters/CA_ROTOR1_TILT/values/2/description - Servo 4 + Tilt 2 - /parameters/SIM_GZ_EC_FUNC3/values/205/description + /parameters/CA_ROTOR1_TILT/values/3/description - Servo 5 + Tilt 3 - /parameters/SIM_GZ_EC_FUNC3/values/206/description + /parameters/CA_ROTOR1_TILT/values/4/description - Servo 6 + Tilt 4 - /parameters/SIM_GZ_EC_FUNC3/values/207/description + /parameters/CA_ROTOR2_AX/shortDesc - Servo 7 + Axis of rotor 2 thrust vector, X body axis component - /parameters/SIM_GZ_EC_FUNC3/values/208/description + /parameters/CA_ROTOR2_AX/longDesc - Servo 8 + Only the direction is considered (the vector is normalized). - /parameters/SIM_GZ_EC_FUNC3/values/301/description + /parameters/CA_ROTOR2_AY/shortDesc - Peripheral via Actuator Set 1 + Axis of rotor 2 thrust vector, Y body axis component - /parameters/SIM_GZ_EC_FUNC3/values/302/description + /parameters/CA_ROTOR2_AY/longDesc - Peripheral via Actuator Set 2 + Only the direction is considered (the vector is normalized). - /parameters/SIM_GZ_EC_FUNC3/values/303/description + /parameters/CA_ROTOR2_AZ/shortDesc - Peripheral via Actuator Set 3 + Axis of rotor 2 thrust vector, Z body axis component - /parameters/SIM_GZ_EC_FUNC3/values/304/description + /parameters/CA_ROTOR2_AZ/longDesc - Peripheral via Actuator Set 4 + Only the direction is considered (the vector is normalized). - /parameters/SIM_GZ_EC_FUNC3/values/305/description + /parameters/CA_ROTOR2_CT/shortDesc - Peripheral via Actuator Set 5 + Thrust coefficient of rotor 2 - /parameters/SIM_GZ_EC_FUNC3/values/306/description + /parameters/CA_ROTOR2_CT/longDesc - Peripheral via Actuator Set 6 + The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. - /parameters/SIM_GZ_EC_FUNC3/values/400/description + /parameters/CA_ROTOR2_KM/shortDesc - Landing Gear + Moment coefficient of rotor 2 - /parameters/SIM_GZ_EC_FUNC3/values/401/description + /parameters/CA_ROTOR2_KM/longDesc - Parachute + The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. - /parameters/SIM_GZ_EC_FUNC3/values/402/description + /parameters/CA_ROTOR2_PX/shortDesc - RC Roll + Position of rotor 2 along X body axis relative to center of gravity - /parameters/SIM_GZ_EC_FUNC3/values/403/description + /parameters/CA_ROTOR2_PY/shortDesc - RC Pitch + Position of rotor 2 along Y body axis relative to center of gravity - /parameters/SIM_GZ_EC_FUNC3/values/404/description + /parameters/CA_ROTOR2_PZ/shortDesc - RC Throttle + Position of rotor 2 along Z body axis relative to center of gravity - /parameters/SIM_GZ_EC_FUNC3/values/405/description + /parameters/CA_ROTOR2_TILT/shortDesc - RC Yaw + Rotor 2 tilt assignment - /parameters/SIM_GZ_EC_FUNC3/values/406/description + /parameters/CA_ROTOR2_TILT/longDesc - RC Flaps + If not set to None, this motor is tilted by the configured tilt servo. - /parameters/SIM_GZ_EC_FUNC3/values/407/description + /parameters/CA_ROTOR2_TILT/values/0/description - RC AUX 1 + None - /parameters/SIM_GZ_EC_FUNC3/values/408/description + /parameters/CA_ROTOR2_TILT/values/1/description - RC AUX 2 + Tilt 1 - /parameters/SIM_GZ_EC_FUNC3/values/409/description + /parameters/CA_ROTOR2_TILT/values/2/description - RC AUX 3 + Tilt 2 - /parameters/SIM_GZ_EC_FUNC3/values/410/description + /parameters/CA_ROTOR2_TILT/values/3/description - RC AUX 4 + Tilt 3 - /parameters/SIM_GZ_EC_FUNC3/values/411/description + /parameters/CA_ROTOR2_TILT/values/4/description - RC AUX 5 + Tilt 4 - /parameters/SIM_GZ_EC_FUNC3/values/412/description + /parameters/CA_ROTOR3_AX/shortDesc - RC AUX 6 + Axis of rotor 3 thrust vector, X body axis component - /parameters/SIM_GZ_EC_FUNC3/values/420/description + /parameters/CA_ROTOR3_AX/longDesc - Gimbal Roll + Only the direction is considered (the vector is normalized). - /parameters/SIM_GZ_EC_FUNC3/values/421/description + /parameters/CA_ROTOR3_AY/shortDesc - Gimbal Pitch + Axis of rotor 3 thrust vector, Y body axis component - /parameters/SIM_GZ_EC_FUNC3/values/422/description + /parameters/CA_ROTOR3_AY/longDesc - Gimbal Yaw + Only the direction is considered (the vector is normalized). - /parameters/SIM_GZ_EC_FUNC3/values/430/description + /parameters/CA_ROTOR3_AZ/shortDesc - Gripper + Axis of rotor 3 thrust vector, Z body axis component - /parameters/SIM_GZ_EC_FUNC3/values/440/description + /parameters/CA_ROTOR3_AZ/longDesc - Landing Gear Wheel + Only the direction is considered (the vector is normalized). - /parameters/SIM_GZ_EC_FUNC4/shortDesc + /parameters/CA_ROTOR3_CT/shortDesc - SIM_GZ ESC 4 Output Function + Thrust coefficient of rotor 3 - /parameters/SIM_GZ_EC_FUNC4/longDesc + /parameters/CA_ROTOR3_CT/longDesc - Select what should be output on SIM_GZ ESC 4. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. - /parameters/SIM_GZ_EC_FUNC4/values/0/description + /parameters/CA_ROTOR3_KM/shortDesc - Disabled + Moment coefficient of rotor 3 - /parameters/SIM_GZ_EC_FUNC4/values/1/description + /parameters/CA_ROTOR3_KM/longDesc - Constant Min + The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. - /parameters/SIM_GZ_EC_FUNC4/values/2/description + /parameters/CA_ROTOR3_PX/shortDesc - Constant Max + Position of rotor 3 along X body axis relative to center of gravity - /parameters/SIM_GZ_EC_FUNC4/values/101/description + /parameters/CA_ROTOR3_PY/shortDesc - Motor 1 + Position of rotor 3 along Y body axis relative to center of gravity - /parameters/SIM_GZ_EC_FUNC4/values/102/description + /parameters/CA_ROTOR3_PZ/shortDesc - Motor 2 + Position of rotor 3 along Z body axis relative to center of gravity - /parameters/SIM_GZ_EC_FUNC4/values/103/description + /parameters/CA_ROTOR3_TILT/shortDesc - Motor 3 + Rotor 3 tilt assignment - /parameters/SIM_GZ_EC_FUNC4/values/104/description + /parameters/CA_ROTOR3_TILT/longDesc - Motor 4 + If not set to None, this motor is tilted by the configured tilt servo. - /parameters/SIM_GZ_EC_FUNC4/values/105/description + /parameters/CA_ROTOR3_TILT/values/0/description - Motor 5 + None - /parameters/SIM_GZ_EC_FUNC4/values/106/description + /parameters/CA_ROTOR3_TILT/values/1/description - Motor 6 + Tilt 1 - /parameters/SIM_GZ_EC_FUNC4/values/107/description + /parameters/CA_ROTOR3_TILT/values/2/description - Motor 7 + Tilt 2 - /parameters/SIM_GZ_EC_FUNC4/values/108/description + /parameters/CA_ROTOR3_TILT/values/3/description - Motor 8 + Tilt 3 - /parameters/SIM_GZ_EC_FUNC4/values/109/description + /parameters/CA_ROTOR3_TILT/values/4/description - Motor 9 + Tilt 4 - /parameters/SIM_GZ_EC_FUNC4/values/110/description + /parameters/CA_ROTOR4_AX/shortDesc - Motor 10 + Axis of rotor 4 thrust vector, X body axis component - /parameters/SIM_GZ_EC_FUNC4/values/111/description + /parameters/CA_ROTOR4_AX/longDesc - Motor 11 + Only the direction is considered (the vector is normalized). - /parameters/SIM_GZ_EC_FUNC4/values/112/description + /parameters/CA_ROTOR4_AY/shortDesc - Motor 12 + Axis of rotor 4 thrust vector, Y body axis component - /parameters/SIM_GZ_EC_FUNC4/values/201/description + /parameters/CA_ROTOR4_AY/longDesc - Servo 1 + Only the direction is considered (the vector is normalized). - /parameters/SIM_GZ_EC_FUNC4/values/202/description + /parameters/CA_ROTOR4_AZ/shortDesc - Servo 2 + Axis of rotor 4 thrust vector, Z body axis component - /parameters/SIM_GZ_EC_FUNC4/values/203/description + /parameters/CA_ROTOR4_AZ/longDesc - Servo 3 + Only the direction is considered (the vector is normalized). - /parameters/SIM_GZ_EC_FUNC4/values/204/description + /parameters/CA_ROTOR4_CT/shortDesc - Servo 4 + Thrust coefficient of rotor 4 - /parameters/SIM_GZ_EC_FUNC4/values/205/description + /parameters/CA_ROTOR4_CT/longDesc - Servo 5 + The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. - /parameters/SIM_GZ_EC_FUNC4/values/206/description + /parameters/CA_ROTOR4_KM/shortDesc - Servo 6 + Moment coefficient of rotor 4 - /parameters/SIM_GZ_EC_FUNC4/values/207/description + /parameters/CA_ROTOR4_KM/longDesc - Servo 7 + The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. - /parameters/SIM_GZ_EC_FUNC4/values/208/description + /parameters/CA_ROTOR4_PX/shortDesc - Servo 8 + Position of rotor 4 along X body axis relative to center of gravity - /parameters/SIM_GZ_EC_FUNC4/values/301/description + /parameters/CA_ROTOR4_PY/shortDesc - Peripheral via Actuator Set 1 + Position of rotor 4 along Y body axis relative to center of gravity - /parameters/SIM_GZ_EC_FUNC4/values/302/description + /parameters/CA_ROTOR4_PZ/shortDesc - Peripheral via Actuator Set 2 + Position of rotor 4 along Z body axis relative to center of gravity - /parameters/SIM_GZ_EC_FUNC4/values/303/description + /parameters/CA_ROTOR4_TILT/shortDesc - Peripheral via Actuator Set 3 + Rotor 4 tilt assignment - /parameters/SIM_GZ_EC_FUNC4/values/304/description + /parameters/CA_ROTOR4_TILT/longDesc - Peripheral via Actuator Set 4 + If not set to None, this motor is tilted by the configured tilt servo. - /parameters/SIM_GZ_EC_FUNC4/values/305/description + /parameters/CA_ROTOR4_TILT/values/0/description - Peripheral via Actuator Set 5 + None - /parameters/SIM_GZ_EC_FUNC4/values/306/description + /parameters/CA_ROTOR4_TILT/values/1/description - Peripheral via Actuator Set 6 + Tilt 1 - /parameters/SIM_GZ_EC_FUNC4/values/400/description + /parameters/CA_ROTOR4_TILT/values/2/description - Landing Gear + Tilt 2 - /parameters/SIM_GZ_EC_FUNC4/values/401/description + /parameters/CA_ROTOR4_TILT/values/3/description - Parachute + Tilt 3 - /parameters/SIM_GZ_EC_FUNC4/values/402/description + /parameters/CA_ROTOR4_TILT/values/4/description - RC Roll + Tilt 4 - /parameters/SIM_GZ_EC_FUNC4/values/403/description + /parameters/CA_ROTOR5_AX/shortDesc - RC Pitch + Axis of rotor 5 thrust vector, X body axis component - /parameters/SIM_GZ_EC_FUNC4/values/404/description + /parameters/CA_ROTOR5_AX/longDesc - RC Throttle + Only the direction is considered (the vector is normalized). - /parameters/SIM_GZ_EC_FUNC4/values/405/description + /parameters/CA_ROTOR5_AY/shortDesc - RC Yaw + Axis of rotor 5 thrust vector, Y body axis component - /parameters/SIM_GZ_EC_FUNC4/values/406/description + /parameters/CA_ROTOR5_AY/longDesc - RC Flaps + Only the direction is considered (the vector is normalized). - /parameters/SIM_GZ_EC_FUNC4/values/407/description + /parameters/CA_ROTOR5_AZ/shortDesc - RC AUX 1 + Axis of rotor 5 thrust vector, Z body axis component - /parameters/SIM_GZ_EC_FUNC4/values/408/description + /parameters/CA_ROTOR5_AZ/longDesc - RC AUX 2 + Only the direction is considered (the vector is normalized). - /parameters/SIM_GZ_EC_FUNC4/values/409/description + /parameters/CA_ROTOR5_CT/shortDesc - RC AUX 3 + Thrust coefficient of rotor 5 - /parameters/SIM_GZ_EC_FUNC4/values/410/description + /parameters/CA_ROTOR5_CT/longDesc - RC AUX 4 + The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. - /parameters/SIM_GZ_EC_FUNC4/values/411/description + /parameters/CA_ROTOR5_KM/shortDesc - RC AUX 5 + Moment coefficient of rotor 5 - /parameters/SIM_GZ_EC_FUNC4/values/412/description + /parameters/CA_ROTOR5_KM/longDesc - RC AUX 6 + The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. - /parameters/SIM_GZ_EC_FUNC4/values/420/description + /parameters/CA_ROTOR5_PX/shortDesc - Gimbal Roll + Position of rotor 5 along X body axis relative to center of gravity - /parameters/SIM_GZ_EC_FUNC4/values/421/description + /parameters/CA_ROTOR5_PY/shortDesc - Gimbal Pitch + Position of rotor 5 along Y body axis relative to center of gravity - /parameters/SIM_GZ_EC_FUNC4/values/422/description + /parameters/CA_ROTOR5_PZ/shortDesc - Gimbal Yaw + Position of rotor 5 along Z body axis relative to center of gravity - /parameters/SIM_GZ_EC_FUNC4/values/430/description + /parameters/CA_ROTOR5_TILT/shortDesc - Gripper + Rotor 5 tilt assignment - /parameters/SIM_GZ_EC_FUNC4/values/440/description + /parameters/CA_ROTOR5_TILT/longDesc - Landing Gear Wheel + If not set to None, this motor is tilted by the configured tilt servo. - /parameters/SIM_GZ_EC_FUNC5/shortDesc + /parameters/CA_ROTOR5_TILT/values/0/description - SIM_GZ ESC 5 Output Function + None - /parameters/SIM_GZ_EC_FUNC5/longDesc + /parameters/CA_ROTOR5_TILT/values/1/description - Select what should be output on SIM_GZ ESC 5. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest - - - - /parameters/SIM_GZ_EC_FUNC5/values/0/description - - Disabled - - - - /parameters/SIM_GZ_EC_FUNC5/values/1/description - - Constant Min + Tilt 1 - /parameters/SIM_GZ_EC_FUNC5/values/2/description + /parameters/CA_ROTOR5_TILT/values/2/description - Constant Max + Tilt 2 - /parameters/SIM_GZ_EC_FUNC5/values/101/description + /parameters/CA_ROTOR5_TILT/values/3/description - Motor 1 + Tilt 3 - /parameters/SIM_GZ_EC_FUNC5/values/102/description + /parameters/CA_ROTOR5_TILT/values/4/description - Motor 2 + Tilt 4 - /parameters/SIM_GZ_EC_FUNC5/values/103/description + /parameters/CA_ROTOR6_AX/shortDesc - Motor 3 + Axis of rotor 6 thrust vector, X body axis component - /parameters/SIM_GZ_EC_FUNC5/values/104/description + /parameters/CA_ROTOR6_AX/longDesc - Motor 4 + Only the direction is considered (the vector is normalized). - /parameters/SIM_GZ_EC_FUNC5/values/105/description + /parameters/CA_ROTOR6_AY/shortDesc - Motor 5 + Axis of rotor 6 thrust vector, Y body axis component - /parameters/SIM_GZ_EC_FUNC5/values/106/description + /parameters/CA_ROTOR6_AY/longDesc - Motor 6 + Only the direction is considered (the vector is normalized). - /parameters/SIM_GZ_EC_FUNC5/values/107/description + /parameters/CA_ROTOR6_AZ/shortDesc - Motor 7 + Axis of rotor 6 thrust vector, Z body axis component - /parameters/SIM_GZ_EC_FUNC5/values/108/description + /parameters/CA_ROTOR6_AZ/longDesc - Motor 8 + Only the direction is considered (the vector is normalized). - /parameters/SIM_GZ_EC_FUNC5/values/109/description + /parameters/CA_ROTOR6_CT/shortDesc - Motor 9 + Thrust coefficient of rotor 6 - /parameters/SIM_GZ_EC_FUNC5/values/110/description + /parameters/CA_ROTOR6_CT/longDesc - Motor 10 + The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. - /parameters/SIM_GZ_EC_FUNC5/values/111/description + /parameters/CA_ROTOR6_KM/shortDesc - Motor 11 + Moment coefficient of rotor 6 - /parameters/SIM_GZ_EC_FUNC5/values/112/description + /parameters/CA_ROTOR6_KM/longDesc - Motor 12 + The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. - /parameters/SIM_GZ_EC_FUNC5/values/201/description + /parameters/CA_ROTOR6_PX/shortDesc - Servo 1 + Position of rotor 6 along X body axis relative to center of gravity - /parameters/SIM_GZ_EC_FUNC5/values/202/description + /parameters/CA_ROTOR6_PY/shortDesc - Servo 2 + Position of rotor 6 along Y body axis relative to center of gravity - /parameters/SIM_GZ_EC_FUNC5/values/203/description + /parameters/CA_ROTOR6_PZ/shortDesc - Servo 3 + Position of rotor 6 along Z body axis relative to center of gravity - /parameters/SIM_GZ_EC_FUNC5/values/204/description + /parameters/CA_ROTOR6_TILT/shortDesc - Servo 4 + Rotor 6 tilt assignment - /parameters/SIM_GZ_EC_FUNC5/values/205/description + /parameters/CA_ROTOR6_TILT/longDesc - Servo 5 + If not set to None, this motor is tilted by the configured tilt servo. - /parameters/SIM_GZ_EC_FUNC5/values/206/description + /parameters/CA_ROTOR6_TILT/values/0/description - Servo 6 + None - /parameters/SIM_GZ_EC_FUNC5/values/207/description + /parameters/CA_ROTOR6_TILT/values/1/description - Servo 7 + Tilt 1 - /parameters/SIM_GZ_EC_FUNC5/values/208/description + /parameters/CA_ROTOR6_TILT/values/2/description - Servo 8 + Tilt 2 - /parameters/SIM_GZ_EC_FUNC5/values/301/description + /parameters/CA_ROTOR6_TILT/values/3/description - Peripheral via Actuator Set 1 + Tilt 3 - /parameters/SIM_GZ_EC_FUNC5/values/302/description + /parameters/CA_ROTOR6_TILT/values/4/description - Peripheral via Actuator Set 2 + Tilt 4 - /parameters/SIM_GZ_EC_FUNC5/values/303/description + /parameters/CA_ROTOR7_AX/shortDesc - Peripheral via Actuator Set 3 + Axis of rotor 7 thrust vector, X body axis component - /parameters/SIM_GZ_EC_FUNC5/values/304/description + /parameters/CA_ROTOR7_AX/longDesc - Peripheral via Actuator Set 4 + Only the direction is considered (the vector is normalized). - /parameters/SIM_GZ_EC_FUNC5/values/305/description + /parameters/CA_ROTOR7_AY/shortDesc - Peripheral via Actuator Set 5 + Axis of rotor 7 thrust vector, Y body axis component - /parameters/SIM_GZ_EC_FUNC5/values/306/description + /parameters/CA_ROTOR7_AY/longDesc - Peripheral via Actuator Set 6 + Only the direction is considered (the vector is normalized). - /parameters/SIM_GZ_EC_FUNC5/values/400/description + /parameters/CA_ROTOR7_AZ/shortDesc - Landing Gear + Axis of rotor 7 thrust vector, Z body axis component - /parameters/SIM_GZ_EC_FUNC5/values/401/description + /parameters/CA_ROTOR7_AZ/longDesc - Parachute + Only the direction is considered (the vector is normalized). - /parameters/SIM_GZ_EC_FUNC5/values/402/description + /parameters/CA_ROTOR7_CT/shortDesc - RC Roll + Thrust coefficient of rotor 7 - /parameters/SIM_GZ_EC_FUNC5/values/403/description + /parameters/CA_ROTOR7_CT/longDesc - RC Pitch + The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. - /parameters/SIM_GZ_EC_FUNC5/values/404/description + /parameters/CA_ROTOR7_KM/shortDesc - RC Throttle + Moment coefficient of rotor 7 - /parameters/SIM_GZ_EC_FUNC5/values/405/description + /parameters/CA_ROTOR7_KM/longDesc - RC Yaw + The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. - /parameters/SIM_GZ_EC_FUNC5/values/406/description + /parameters/CA_ROTOR7_PX/shortDesc - RC Flaps + Position of rotor 7 along X body axis relative to center of gravity - /parameters/SIM_GZ_EC_FUNC5/values/407/description + /parameters/CA_ROTOR7_PY/shortDesc - RC AUX 1 + Position of rotor 7 along Y body axis relative to center of gravity - /parameters/SIM_GZ_EC_FUNC5/values/408/description + /parameters/CA_ROTOR7_PZ/shortDesc - RC AUX 2 + Position of rotor 7 along Z body axis relative to center of gravity - /parameters/SIM_GZ_EC_FUNC5/values/409/description + /parameters/CA_ROTOR7_TILT/shortDesc - RC AUX 3 + Rotor 7 tilt assignment - /parameters/SIM_GZ_EC_FUNC5/values/410/description + /parameters/CA_ROTOR7_TILT/longDesc - RC AUX 4 + If not set to None, this motor is tilted by the configured tilt servo. - /parameters/SIM_GZ_EC_FUNC5/values/411/description + /parameters/CA_ROTOR7_TILT/values/0/description - RC AUX 5 + None - /parameters/SIM_GZ_EC_FUNC5/values/412/description + /parameters/CA_ROTOR7_TILT/values/1/description - RC AUX 6 + Tilt 1 - /parameters/SIM_GZ_EC_FUNC5/values/420/description + /parameters/CA_ROTOR7_TILT/values/2/description - Gimbal Roll + Tilt 2 - /parameters/SIM_GZ_EC_FUNC5/values/421/description + /parameters/CA_ROTOR7_TILT/values/3/description - Gimbal Pitch + Tilt 3 - /parameters/SIM_GZ_EC_FUNC5/values/422/description + /parameters/CA_ROTOR7_TILT/values/4/description - Gimbal Yaw + Tilt 4 - /parameters/SIM_GZ_EC_FUNC5/values/430/description + /parameters/CA_ROTOR8_AX/shortDesc - Gripper + Axis of rotor 8 thrust vector, X body axis component - /parameters/SIM_GZ_EC_FUNC5/values/440/description + /parameters/CA_ROTOR8_AX/longDesc - Landing Gear Wheel + Only the direction is considered (the vector is normalized). - /parameters/SIM_GZ_EC_FUNC6/shortDesc + /parameters/CA_ROTOR8_AY/shortDesc - SIM_GZ ESC 6 Output Function + Axis of rotor 8 thrust vector, Y body axis component - /parameters/SIM_GZ_EC_FUNC6/longDesc + /parameters/CA_ROTOR8_AY/longDesc - Select what should be output on SIM_GZ ESC 6. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Only the direction is considered (the vector is normalized). - /parameters/SIM_GZ_EC_FUNC6/values/0/description + /parameters/CA_ROTOR8_AZ/shortDesc - Disabled + Axis of rotor 8 thrust vector, Z body axis component - /parameters/SIM_GZ_EC_FUNC6/values/1/description + /parameters/CA_ROTOR8_AZ/longDesc - Constant Min + Only the direction is considered (the vector is normalized). - /parameters/SIM_GZ_EC_FUNC6/values/2/description + /parameters/CA_ROTOR8_CT/shortDesc - Constant Max + Thrust coefficient of rotor 8 - /parameters/SIM_GZ_EC_FUNC6/values/101/description + /parameters/CA_ROTOR8_CT/longDesc - Motor 1 + The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. - /parameters/SIM_GZ_EC_FUNC6/values/102/description + /parameters/CA_ROTOR8_KM/shortDesc - Motor 2 + Moment coefficient of rotor 8 - /parameters/SIM_GZ_EC_FUNC6/values/103/description + /parameters/CA_ROTOR8_KM/longDesc - Motor 3 + The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. - /parameters/SIM_GZ_EC_FUNC6/values/104/description + /parameters/CA_ROTOR8_PX/shortDesc - Motor 4 + Position of rotor 8 along X body axis relative to center of gravity - /parameters/SIM_GZ_EC_FUNC6/values/105/description + /parameters/CA_ROTOR8_PY/shortDesc - Motor 5 + Position of rotor 8 along Y body axis relative to center of gravity - /parameters/SIM_GZ_EC_FUNC6/values/106/description + /parameters/CA_ROTOR8_PZ/shortDesc - Motor 6 + Position of rotor 8 along Z body axis relative to center of gravity - /parameters/SIM_GZ_EC_FUNC6/values/107/description + /parameters/CA_ROTOR8_TILT/shortDesc - Motor 7 + Rotor 8 tilt assignment - /parameters/SIM_GZ_EC_FUNC6/values/108/description + /parameters/CA_ROTOR8_TILT/longDesc - Motor 8 + If not set to None, this motor is tilted by the configured tilt servo. - /parameters/SIM_GZ_EC_FUNC6/values/109/description + /parameters/CA_ROTOR8_TILT/values/0/description - Motor 9 + None - /parameters/SIM_GZ_EC_FUNC6/values/110/description + /parameters/CA_ROTOR8_TILT/values/1/description - Motor 10 + Tilt 1 - /parameters/SIM_GZ_EC_FUNC6/values/111/description + /parameters/CA_ROTOR8_TILT/values/2/description - Motor 11 + Tilt 2 - /parameters/SIM_GZ_EC_FUNC6/values/112/description + /parameters/CA_ROTOR8_TILT/values/3/description - Motor 12 + Tilt 3 - /parameters/SIM_GZ_EC_FUNC6/values/201/description + /parameters/CA_ROTOR8_TILT/values/4/description - Servo 1 + Tilt 4 - /parameters/SIM_GZ_EC_FUNC6/values/202/description + /parameters/CA_ROTOR9_AX/shortDesc - Servo 2 + Axis of rotor 9 thrust vector, X body axis component - /parameters/SIM_GZ_EC_FUNC6/values/203/description + /parameters/CA_ROTOR9_AX/longDesc - Servo 3 + Only the direction is considered (the vector is normalized). - /parameters/SIM_GZ_EC_FUNC6/values/204/description + /parameters/CA_ROTOR9_AY/shortDesc - Servo 4 + Axis of rotor 9 thrust vector, Y body axis component - /parameters/SIM_GZ_EC_FUNC6/values/205/description + /parameters/CA_ROTOR9_AY/longDesc - Servo 5 + Only the direction is considered (the vector is normalized). - /parameters/SIM_GZ_EC_FUNC6/values/206/description + /parameters/CA_ROTOR9_AZ/shortDesc - Servo 6 + Axis of rotor 9 thrust vector, Z body axis component - /parameters/SIM_GZ_EC_FUNC6/values/207/description + /parameters/CA_ROTOR9_AZ/longDesc - Servo 7 + Only the direction is considered (the vector is normalized). - /parameters/SIM_GZ_EC_FUNC6/values/208/description + /parameters/CA_ROTOR9_CT/shortDesc - Servo 8 + Thrust coefficient of rotor 9 - /parameters/SIM_GZ_EC_FUNC6/values/301/description + /parameters/CA_ROTOR9_CT/longDesc - Peripheral via Actuator Set 1 + The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. - /parameters/SIM_GZ_EC_FUNC6/values/302/description + /parameters/CA_ROTOR9_KM/shortDesc - Peripheral via Actuator Set 2 + Moment coefficient of rotor 9 - /parameters/SIM_GZ_EC_FUNC6/values/303/description + /parameters/CA_ROTOR9_KM/longDesc - Peripheral via Actuator Set 3 + The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. - /parameters/SIM_GZ_EC_FUNC6/values/304/description + /parameters/CA_ROTOR9_PX/shortDesc - Peripheral via Actuator Set 4 + Position of rotor 9 along X body axis relative to center of gravity - /parameters/SIM_GZ_EC_FUNC6/values/305/description + /parameters/CA_ROTOR9_PY/shortDesc - Peripheral via Actuator Set 5 + Position of rotor 9 along Y body axis relative to center of gravity - /parameters/SIM_GZ_EC_FUNC6/values/306/description + /parameters/CA_ROTOR9_PZ/shortDesc - Peripheral via Actuator Set 6 + Position of rotor 9 along Z body axis relative to center of gravity - /parameters/SIM_GZ_EC_FUNC6/values/400/description + /parameters/CA_ROTOR9_TILT/shortDesc - Landing Gear + Rotor 9 tilt assignment - /parameters/SIM_GZ_EC_FUNC6/values/401/description + /parameters/CA_ROTOR9_TILT/longDesc - Parachute + If not set to None, this motor is tilted by the configured tilt servo. - /parameters/SIM_GZ_EC_FUNC6/values/402/description + /parameters/CA_ROTOR9_TILT/values/0/description - RC Roll + None - /parameters/SIM_GZ_EC_FUNC6/values/403/description + /parameters/CA_ROTOR9_TILT/values/1/description - RC Pitch + Tilt 1 - /parameters/SIM_GZ_EC_FUNC6/values/404/description + /parameters/CA_ROTOR9_TILT/values/2/description - RC Throttle + Tilt 2 - /parameters/SIM_GZ_EC_FUNC6/values/405/description + /parameters/CA_ROTOR9_TILT/values/3/description - RC Yaw + Tilt 3 - /parameters/SIM_GZ_EC_FUNC6/values/406/description + /parameters/CA_ROTOR9_TILT/values/4/description - RC Flaps + Tilt 4 - /parameters/SIM_GZ_EC_FUNC6/values/407/description + /parameters/CA_ROTOR_COUNT/shortDesc - RC AUX 1 + Total number of rotors - /parameters/SIM_GZ_EC_FUNC6/values/408/description + /parameters/CA_ROTOR_COUNT/values/0/description - RC AUX 2 + 0 - /parameters/SIM_GZ_EC_FUNC6/values/409/description + /parameters/CA_ROTOR_COUNT/values/1/description - RC AUX 3 + 1 - /parameters/SIM_GZ_EC_FUNC6/values/410/description + /parameters/CA_ROTOR_COUNT/values/2/description - RC AUX 4 + 2 - /parameters/SIM_GZ_EC_FUNC6/values/411/description + /parameters/CA_ROTOR_COUNT/values/3/description - RC AUX 5 + 3 - /parameters/SIM_GZ_EC_FUNC6/values/412/description + /parameters/CA_ROTOR_COUNT/values/4/description - RC AUX 6 + 4 - /parameters/SIM_GZ_EC_FUNC6/values/420/description + /parameters/CA_ROTOR_COUNT/values/5/description - Gimbal Roll + 5 - /parameters/SIM_GZ_EC_FUNC6/values/421/description + /parameters/CA_ROTOR_COUNT/values/6/description - Gimbal Pitch + 6 - /parameters/SIM_GZ_EC_FUNC6/values/422/description + /parameters/CA_ROTOR_COUNT/values/7/description - Gimbal Yaw + 7 - /parameters/SIM_GZ_EC_FUNC6/values/430/description + /parameters/CA_ROTOR_COUNT/values/8/description - Gripper + 8 - /parameters/SIM_GZ_EC_FUNC6/values/440/description + /parameters/CA_ROTOR_COUNT/values/9/description - Landing Gear Wheel + 9 - /parameters/SIM_GZ_EC_FUNC7/shortDesc + /parameters/CA_ROTOR_COUNT/values/10/description - SIM_GZ ESC 7 Output Function + 10 - /parameters/SIM_GZ_EC_FUNC7/longDesc + /parameters/CA_ROTOR_COUNT/values/11/description - Select what should be output on SIM_GZ ESC 7. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + 11 - /parameters/SIM_GZ_EC_FUNC7/values/0/description + /parameters/CA_ROTOR_COUNT/values/12/description - Disabled + 12 - /parameters/SIM_GZ_EC_FUNC7/values/1/description + /parameters/CA_R_REV/shortDesc - Constant Min + Bidirectional/Reversible motors - /parameters/SIM_GZ_EC_FUNC7/values/2/description + /parameters/CA_R_REV/longDesc - Constant Max + Configure motors to be bidirectional/reversible. Note that the output driver needs to support this as well. - /parameters/SIM_GZ_EC_FUNC7/values/101/description + /parameters/CA_R_REV/bitmask/0/description Motor 1 - /parameters/SIM_GZ_EC_FUNC7/values/102/description + /parameters/CA_R_REV/bitmask/1/description Motor 2 - /parameters/SIM_GZ_EC_FUNC7/values/103/description + /parameters/CA_R_REV/bitmask/2/description Motor 3 - /parameters/SIM_GZ_EC_FUNC7/values/104/description + /parameters/CA_R_REV/bitmask/3/description Motor 4 - /parameters/SIM_GZ_EC_FUNC7/values/105/description + /parameters/CA_R_REV/bitmask/4/description Motor 5 - /parameters/SIM_GZ_EC_FUNC7/values/106/description + /parameters/CA_R_REV/bitmask/5/description Motor 6 - /parameters/SIM_GZ_EC_FUNC7/values/107/description + /parameters/CA_R_REV/bitmask/6/description Motor 7 - /parameters/SIM_GZ_EC_FUNC7/values/108/description + /parameters/CA_R_REV/bitmask/7/description Motor 8 - /parameters/SIM_GZ_EC_FUNC7/values/109/description + /parameters/CA_R_REV/bitmask/8/description Motor 9 - /parameters/SIM_GZ_EC_FUNC7/values/110/description + /parameters/CA_R_REV/bitmask/9/description Motor 10 - /parameters/SIM_GZ_EC_FUNC7/values/111/description + /parameters/CA_R_REV/bitmask/10/description Motor 11 - /parameters/SIM_GZ_EC_FUNC7/values/112/description + /parameters/CA_R_REV/bitmask/11/description Motor 12 - /parameters/SIM_GZ_EC_FUNC7/values/201/description + /parameters/CA_SP0_ANG0/shortDesc - Servo 1 + Angle for swash plate servo 0 - /parameters/SIM_GZ_EC_FUNC7/values/202/description + /parameters/CA_SP0_ANG0/longDesc - Servo 2 + The angle is measured clockwise (as seen from top), with 0 pointing forwards (X axis). - /parameters/SIM_GZ_EC_FUNC7/values/203/description + /parameters/CA_SP0_ANG1/shortDesc - Servo 3 + Angle for swash plate servo 1 - /parameters/SIM_GZ_EC_FUNC7/values/204/description + /parameters/CA_SP0_ANG1/longDesc - Servo 4 + The angle is measured clockwise (as seen from top), with 0 pointing forwards (X axis). - /parameters/SIM_GZ_EC_FUNC7/values/205/description + /parameters/CA_SP0_ANG2/shortDesc - Servo 5 + Angle for swash plate servo 2 - /parameters/SIM_GZ_EC_FUNC7/values/206/description + /parameters/CA_SP0_ANG2/longDesc - Servo 6 + The angle is measured clockwise (as seen from top), with 0 pointing forwards (X axis). - /parameters/SIM_GZ_EC_FUNC7/values/207/description + /parameters/CA_SP0_ANG3/shortDesc - Servo 7 + Angle for swash plate servo 3 - /parameters/SIM_GZ_EC_FUNC7/values/208/description + /parameters/CA_SP0_ANG3/longDesc - Servo 8 + The angle is measured clockwise (as seen from top), with 0 pointing forwards (X axis). - /parameters/SIM_GZ_EC_FUNC7/values/301/description + /parameters/CA_SP0_ARM_L0/shortDesc - Peripheral via Actuator Set 1 + Arm length for swash plate servo 0 - /parameters/SIM_GZ_EC_FUNC7/values/302/description + /parameters/CA_SP0_ARM_L0/longDesc - Peripheral via Actuator Set 2 + This is relative to the other arm lengths. - /parameters/SIM_GZ_EC_FUNC7/values/303/description + /parameters/CA_SP0_ARM_L1/shortDesc - Peripheral via Actuator Set 3 + Arm length for swash plate servo 1 - /parameters/SIM_GZ_EC_FUNC7/values/304/description + /parameters/CA_SP0_ARM_L1/longDesc - Peripheral via Actuator Set 4 + This is relative to the other arm lengths. - /parameters/SIM_GZ_EC_FUNC7/values/305/description + /parameters/CA_SP0_ARM_L2/shortDesc - Peripheral via Actuator Set 5 + Arm length for swash plate servo 2 - /parameters/SIM_GZ_EC_FUNC7/values/306/description + /parameters/CA_SP0_ARM_L2/longDesc - Peripheral via Actuator Set 6 + This is relative to the other arm lengths. - /parameters/SIM_GZ_EC_FUNC7/values/400/description + /parameters/CA_SP0_ARM_L3/shortDesc - Landing Gear + Arm length for swash plate servo 3 - /parameters/SIM_GZ_EC_FUNC7/values/401/description + /parameters/CA_SP0_ARM_L3/longDesc - Parachute + This is relative to the other arm lengths. - /parameters/SIM_GZ_EC_FUNC7/values/402/description + /parameters/CA_SP0_COUNT/shortDesc - RC Roll + Number of swash plates servos - /parameters/SIM_GZ_EC_FUNC7/values/403/description + /parameters/CA_SP0_COUNT/values/2/description - RC Pitch + 2 - /parameters/SIM_GZ_EC_FUNC7/values/404/description + /parameters/CA_SP0_COUNT/values/3/description - RC Throttle + 3 - /parameters/SIM_GZ_EC_FUNC7/values/405/description + /parameters/CA_SP0_COUNT/values/4/description - RC Yaw + 4 - /parameters/SIM_GZ_EC_FUNC7/values/406/description + /parameters/CA_SV0_SLEW/shortDesc - RC Flaps + Servo 0 slew rate limit - /parameters/SIM_GZ_EC_FUNC7/values/407/description + /parameters/CA_SV0_SLEW/longDesc - RC AUX 1 + Minimum time allowed for the servo input signal to pass through the full output range. A value x means that the servo signal can only go from -1 to 1 in minimum x seconds. Zero means that slew rate limiting is disabled. - /parameters/SIM_GZ_EC_FUNC7/values/408/description + /parameters/CA_SV1_SLEW/shortDesc - RC AUX 2 + Servo 1 slew rate limit - /parameters/SIM_GZ_EC_FUNC7/values/409/description + /parameters/CA_SV1_SLEW/longDesc - RC AUX 3 + Minimum time allowed for the servo input signal to pass through the full output range. A value x means that the servo signal can only go from -1 to 1 in minimum x seconds. Zero means that slew rate limiting is disabled. - /parameters/SIM_GZ_EC_FUNC7/values/410/description + /parameters/CA_SV2_SLEW/shortDesc - RC AUX 4 + Servo 2 slew rate limit - /parameters/SIM_GZ_EC_FUNC7/values/411/description + /parameters/CA_SV2_SLEW/longDesc - RC AUX 5 + Minimum time allowed for the servo input signal to pass through the full output range. A value x means that the servo signal can only go from -1 to 1 in minimum x seconds. Zero means that slew rate limiting is disabled. - /parameters/SIM_GZ_EC_FUNC7/values/412/description + /parameters/CA_SV3_SLEW/shortDesc - RC AUX 6 + Servo 3 slew rate limit - /parameters/SIM_GZ_EC_FUNC7/values/420/description + /parameters/CA_SV3_SLEW/longDesc - Gimbal Roll + Minimum time allowed for the servo input signal to pass through the full output range. A value x means that the servo signal can only go from -1 to 1 in minimum x seconds. Zero means that slew rate limiting is disabled. - /parameters/SIM_GZ_EC_FUNC7/values/421/description + /parameters/CA_SV4_SLEW/shortDesc - Gimbal Pitch + Servo 4 slew rate limit - /parameters/SIM_GZ_EC_FUNC7/values/422/description + /parameters/CA_SV4_SLEW/longDesc - Gimbal Yaw + Minimum time allowed for the servo input signal to pass through the full output range. A value x means that the servo signal can only go from -1 to 1 in minimum x seconds. Zero means that slew rate limiting is disabled. - /parameters/SIM_GZ_EC_FUNC7/values/430/description + /parameters/CA_SV5_SLEW/shortDesc - Gripper + Servo 5 slew rate limit - /parameters/SIM_GZ_EC_FUNC7/values/440/description + /parameters/CA_SV5_SLEW/longDesc - Landing Gear Wheel + Minimum time allowed for the servo input signal to pass through the full output range. A value x means that the servo signal can only go from -1 to 1 in minimum x seconds. Zero means that slew rate limiting is disabled. - /parameters/SIM_GZ_EC_FUNC8/shortDesc + /parameters/CA_SV6_SLEW/shortDesc - SIM_GZ ESC 8 Output Function + Servo 6 slew rate limit - /parameters/SIM_GZ_EC_FUNC8/longDesc + /parameters/CA_SV6_SLEW/longDesc - Select what should be output on SIM_GZ ESC 8. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Minimum time allowed for the servo input signal to pass through the full output range. A value x means that the servo signal can only go from -1 to 1 in minimum x seconds. Zero means that slew rate limiting is disabled. - /parameters/SIM_GZ_EC_FUNC8/values/0/description + /parameters/CA_SV7_SLEW/shortDesc - Disabled + Servo 7 slew rate limit - /parameters/SIM_GZ_EC_FUNC8/values/1/description + /parameters/CA_SV7_SLEW/longDesc - Constant Min + Minimum time allowed for the servo input signal to pass through the full output range. A value x means that the servo signal can only go from -1 to 1 in minimum x seconds. Zero means that slew rate limiting is disabled. - /parameters/SIM_GZ_EC_FUNC8/values/2/description + /parameters/CA_SV_CS0_FLAP/shortDesc - Constant Max + Control Surface 0 configuration as flap - /parameters/SIM_GZ_EC_FUNC8/values/101/description + /parameters/CA_SV_CS0_SPOIL/shortDesc - Motor 1 + Control Surface 0 configuration as spoiler - /parameters/SIM_GZ_EC_FUNC8/values/102/description + /parameters/CA_SV_CS0_TRIM/shortDesc - Motor 2 + Control Surface 0 trim - /parameters/SIM_GZ_EC_FUNC8/values/103/description + /parameters/CA_SV_CS0_TRIM/longDesc - Motor 3 + Can be used to add an offset to the servo control. - /parameters/SIM_GZ_EC_FUNC8/values/104/description + /parameters/CA_SV_CS0_TRQ_P/shortDesc - Motor 4 + Control Surface 0 pitch torque scaling - /parameters/SIM_GZ_EC_FUNC8/values/105/description + /parameters/CA_SV_CS0_TRQ_R/shortDesc - Motor 5 + Control Surface 0 roll torque scaling - /parameters/SIM_GZ_EC_FUNC8/values/106/description + /parameters/CA_SV_CS0_TRQ_Y/shortDesc - Motor 6 + Control Surface 0 yaw torque scaling - /parameters/SIM_GZ_EC_FUNC8/values/107/description + /parameters/CA_SV_CS0_TYPE/shortDesc - Motor 7 + Control Surface 0 type - /parameters/SIM_GZ_EC_FUNC8/values/108/description + /parameters/CA_SV_CS0_TYPE/values/0/description - Motor 8 + (Not set) - /parameters/SIM_GZ_EC_FUNC8/values/109/description + /parameters/CA_SV_CS0_TYPE/values/1/description - Motor 9 + Left Aileron - /parameters/SIM_GZ_EC_FUNC8/values/110/description + /parameters/CA_SV_CS0_TYPE/values/2/description - Motor 10 + Right Aileron - /parameters/SIM_GZ_EC_FUNC8/values/111/description + /parameters/CA_SV_CS0_TYPE/values/3/description - Motor 11 + Elevator - /parameters/SIM_GZ_EC_FUNC8/values/112/description + /parameters/CA_SV_CS0_TYPE/values/4/description - Motor 12 + Rudder - /parameters/SIM_GZ_EC_FUNC8/values/201/description + /parameters/CA_SV_CS0_TYPE/values/5/description - Servo 1 + Left Elevon - /parameters/SIM_GZ_EC_FUNC8/values/202/description + /parameters/CA_SV_CS0_TYPE/values/6/description - Servo 2 + Right Elevon - /parameters/SIM_GZ_EC_FUNC8/values/203/description + /parameters/CA_SV_CS0_TYPE/values/7/description - Servo 3 + Left V-Tail - /parameters/SIM_GZ_EC_FUNC8/values/204/description + /parameters/CA_SV_CS0_TYPE/values/8/description - Servo 4 + Right V-Tail - /parameters/SIM_GZ_EC_FUNC8/values/205/description + /parameters/CA_SV_CS0_TYPE/values/9/description - Servo 5 + Left Flap - /parameters/SIM_GZ_EC_FUNC8/values/206/description + /parameters/CA_SV_CS0_TYPE/values/10/description - Servo 6 + Right Flap - /parameters/SIM_GZ_EC_FUNC8/values/207/description + /parameters/CA_SV_CS0_TYPE/values/11/description - Servo 7 + Airbrake - /parameters/SIM_GZ_EC_FUNC8/values/208/description + /parameters/CA_SV_CS0_TYPE/values/12/description - Servo 8 + Custom - /parameters/SIM_GZ_EC_FUNC8/values/301/description + /parameters/CA_SV_CS0_TYPE/values/13/description - Peripheral via Actuator Set 1 + Left A-tail - /parameters/SIM_GZ_EC_FUNC8/values/302/description + /parameters/CA_SV_CS0_TYPE/values/14/description - Peripheral via Actuator Set 2 + Right A-tail - /parameters/SIM_GZ_EC_FUNC8/values/303/description + /parameters/CA_SV_CS0_TYPE/values/15/description - Peripheral via Actuator Set 3 + Single Channel Aileron - /parameters/SIM_GZ_EC_FUNC8/values/304/description + /parameters/CA_SV_CS0_TYPE/values/16/description - Peripheral via Actuator Set 4 + Steering Wheel - /parameters/SIM_GZ_EC_FUNC8/values/305/description + /parameters/CA_SV_CS0_TYPE/values/17/description - Peripheral via Actuator Set 5 + Left Spoiler - /parameters/SIM_GZ_EC_FUNC8/values/306/description + /parameters/CA_SV_CS0_TYPE/values/18/description - Peripheral via Actuator Set 6 + Right Spoiler - /parameters/SIM_GZ_EC_FUNC8/values/400/description + /parameters/CA_SV_CS1_FLAP/shortDesc - Landing Gear + Control Surface 1 configuration as flap - /parameters/SIM_GZ_EC_FUNC8/values/401/description + /parameters/CA_SV_CS1_SPOIL/shortDesc - Parachute + Control Surface 1 configuration as spoiler - /parameters/SIM_GZ_EC_FUNC8/values/402/description + /parameters/CA_SV_CS1_TRIM/shortDesc - RC Roll + Control Surface 1 trim - /parameters/SIM_GZ_EC_FUNC8/values/403/description + /parameters/CA_SV_CS1_TRIM/longDesc - RC Pitch + Can be used to add an offset to the servo control. - /parameters/SIM_GZ_EC_FUNC8/values/404/description + /parameters/CA_SV_CS1_TRQ_P/shortDesc - RC Throttle + Control Surface 1 pitch torque scaling - /parameters/SIM_GZ_EC_FUNC8/values/405/description + /parameters/CA_SV_CS1_TRQ_R/shortDesc - RC Yaw + Control Surface 1 roll torque scaling - /parameters/SIM_GZ_EC_FUNC8/values/406/description + /parameters/CA_SV_CS1_TRQ_Y/shortDesc - RC Flaps + Control Surface 1 yaw torque scaling - /parameters/SIM_GZ_EC_FUNC8/values/407/description + /parameters/CA_SV_CS1_TYPE/shortDesc - RC AUX 1 + Control Surface 1 type - /parameters/SIM_GZ_EC_FUNC8/values/408/description + /parameters/CA_SV_CS1_TYPE/values/0/description - RC AUX 2 + (Not set) - /parameters/SIM_GZ_EC_FUNC8/values/409/description + /parameters/CA_SV_CS1_TYPE/values/1/description - RC AUX 3 + Left Aileron - /parameters/SIM_GZ_EC_FUNC8/values/410/description + /parameters/CA_SV_CS1_TYPE/values/2/description - RC AUX 4 + Right Aileron - /parameters/SIM_GZ_EC_FUNC8/values/411/description + /parameters/CA_SV_CS1_TYPE/values/3/description - RC AUX 5 + Elevator - /parameters/SIM_GZ_EC_FUNC8/values/412/description + /parameters/CA_SV_CS1_TYPE/values/4/description - RC AUX 6 + Rudder - /parameters/SIM_GZ_EC_FUNC8/values/420/description + /parameters/CA_SV_CS1_TYPE/values/5/description - Gimbal Roll + Left Elevon - /parameters/SIM_GZ_EC_FUNC8/values/421/description + /parameters/CA_SV_CS1_TYPE/values/6/description - Gimbal Pitch + Right Elevon - /parameters/SIM_GZ_EC_FUNC8/values/422/description + /parameters/CA_SV_CS1_TYPE/values/7/description - Gimbal Yaw + Left V-Tail - /parameters/SIM_GZ_EC_FUNC8/values/430/description + /parameters/CA_SV_CS1_TYPE/values/8/description - Gripper + Right V-Tail - /parameters/SIM_GZ_EC_FUNC8/values/440/description + /parameters/CA_SV_CS1_TYPE/values/9/description - Landing Gear Wheel + Left Flap - /parameters/SIM_GZ_EC_MAX1/shortDesc + /parameters/CA_SV_CS1_TYPE/values/10/description - SIM_GZ ESC 1 Maximum Value + Right Flap - /parameters/SIM_GZ_EC_MAX1/longDesc + /parameters/CA_SV_CS1_TYPE/values/11/description - Maxmimum output value (when not disarmed). + Airbrake - /parameters/SIM_GZ_EC_MAX2/shortDesc + /parameters/CA_SV_CS1_TYPE/values/12/description - SIM_GZ ESC 2 Maximum Value + Custom - /parameters/SIM_GZ_EC_MAX2/longDesc + /parameters/CA_SV_CS1_TYPE/values/13/description - Maxmimum output value (when not disarmed). + Left A-tail - /parameters/SIM_GZ_EC_MAX3/shortDesc + /parameters/CA_SV_CS1_TYPE/values/14/description - SIM_GZ ESC 3 Maximum Value + Right A-tail - /parameters/SIM_GZ_EC_MAX3/longDesc + /parameters/CA_SV_CS1_TYPE/values/15/description - Maxmimum output value (when not disarmed). + Single Channel Aileron - /parameters/SIM_GZ_EC_MAX4/shortDesc + /parameters/CA_SV_CS1_TYPE/values/16/description - SIM_GZ ESC 4 Maximum Value + Steering Wheel - /parameters/SIM_GZ_EC_MAX4/longDesc + /parameters/CA_SV_CS1_TYPE/values/17/description - Maxmimum output value (when not disarmed). + Left Spoiler - /parameters/SIM_GZ_EC_MAX5/shortDesc + /parameters/CA_SV_CS1_TYPE/values/18/description - SIM_GZ ESC 5 Maximum Value + Right Spoiler - /parameters/SIM_GZ_EC_MAX5/longDesc + /parameters/CA_SV_CS2_FLAP/shortDesc - Maxmimum output value (when not disarmed). + Control Surface 2 configuration as flap - /parameters/SIM_GZ_EC_MAX6/shortDesc + /parameters/CA_SV_CS2_SPOIL/shortDesc - SIM_GZ ESC 6 Maximum Value + Control Surface 2 configuration as spoiler - /parameters/SIM_GZ_EC_MAX6/longDesc + /parameters/CA_SV_CS2_TRIM/shortDesc - Maxmimum output value (when not disarmed). + Control Surface 2 trim - /parameters/SIM_GZ_EC_MAX7/shortDesc + /parameters/CA_SV_CS2_TRIM/longDesc - SIM_GZ ESC 7 Maximum Value + Can be used to add an offset to the servo control. - /parameters/SIM_GZ_EC_MAX7/longDesc + /parameters/CA_SV_CS2_TRQ_P/shortDesc - Maxmimum output value (when not disarmed). + Control Surface 2 pitch torque scaling - /parameters/SIM_GZ_EC_MAX8/shortDesc + /parameters/CA_SV_CS2_TRQ_R/shortDesc - SIM_GZ ESC 8 Maximum Value + Control Surface 2 roll torque scaling - /parameters/SIM_GZ_EC_MAX8/longDesc + /parameters/CA_SV_CS2_TRQ_Y/shortDesc - Maxmimum output value (when not disarmed). + Control Surface 2 yaw torque scaling - /parameters/SIM_GZ_EC_MIN1/shortDesc + /parameters/CA_SV_CS2_TYPE/shortDesc - SIM_GZ ESC 1 Minimum Value + Control Surface 2 type - /parameters/SIM_GZ_EC_MIN1/longDesc + /parameters/CA_SV_CS2_TYPE/values/0/description - Minimum output value (when not disarmed). + (Not set) - /parameters/SIM_GZ_EC_MIN2/shortDesc + /parameters/CA_SV_CS2_TYPE/values/1/description - SIM_GZ ESC 2 Minimum Value + Left Aileron - /parameters/SIM_GZ_EC_MIN2/longDesc + /parameters/CA_SV_CS2_TYPE/values/2/description - Minimum output value (when not disarmed). + Right Aileron - /parameters/SIM_GZ_EC_MIN3/shortDesc + /parameters/CA_SV_CS2_TYPE/values/3/description - SIM_GZ ESC 3 Minimum Value + Elevator - /parameters/SIM_GZ_EC_MIN3/longDesc + /parameters/CA_SV_CS2_TYPE/values/4/description - Minimum output value (when not disarmed). + Rudder - /parameters/SIM_GZ_EC_MIN4/shortDesc + /parameters/CA_SV_CS2_TYPE/values/5/description - SIM_GZ ESC 4 Minimum Value + Left Elevon - /parameters/SIM_GZ_EC_MIN4/longDesc + /parameters/CA_SV_CS2_TYPE/values/6/description - Minimum output value (when not disarmed). + Right Elevon - /parameters/SIM_GZ_EC_MIN5/shortDesc + /parameters/CA_SV_CS2_TYPE/values/7/description - SIM_GZ ESC 5 Minimum Value + Left V-Tail - /parameters/SIM_GZ_EC_MIN5/longDesc + /parameters/CA_SV_CS2_TYPE/values/8/description - Minimum output value (when not disarmed). + Right V-Tail - /parameters/SIM_GZ_EC_MIN6/shortDesc + /parameters/CA_SV_CS2_TYPE/values/9/description - SIM_GZ ESC 6 Minimum Value + Left Flap - /parameters/SIM_GZ_EC_MIN6/longDesc + /parameters/CA_SV_CS2_TYPE/values/10/description - Minimum output value (when not disarmed). + Right Flap - /parameters/SIM_GZ_EC_MIN7/shortDesc + /parameters/CA_SV_CS2_TYPE/values/11/description - SIM_GZ ESC 7 Minimum Value + Airbrake - /parameters/SIM_GZ_EC_MIN7/longDesc + /parameters/CA_SV_CS2_TYPE/values/12/description - Minimum output value (when not disarmed). + Custom - /parameters/SIM_GZ_EC_MIN8/shortDesc + /parameters/CA_SV_CS2_TYPE/values/13/description - SIM_GZ ESC 8 Minimum Value + Left A-tail - /parameters/SIM_GZ_EC_MIN8/longDesc + /parameters/CA_SV_CS2_TYPE/values/14/description - Minimum output value (when not disarmed). + Right A-tail - /parameters/SIM_GZ_EC_REV/shortDesc + /parameters/CA_SV_CS2_TYPE/values/15/description - Reverse Output Range for SIM_GZ + Single Channel Aileron - /parameters/SIM_GZ_EC_REV/longDesc + /parameters/CA_SV_CS2_TYPE/values/16/description - Allows to reverse the output range for each channel. Note: this is only useful for servos. + Steering Wheel - /parameters/SIM_GZ_EC_REV/bitmask/0/description + /parameters/CA_SV_CS2_TYPE/values/17/description - SIM_GZ ESC 1 + Left Spoiler - /parameters/SIM_GZ_EC_REV/bitmask/1/description + /parameters/CA_SV_CS2_TYPE/values/18/description - SIM_GZ ESC 2 + Right Spoiler - /parameters/SIM_GZ_EC_REV/bitmask/2/description + /parameters/CA_SV_CS3_FLAP/shortDesc - SIM_GZ ESC 3 + Control Surface 3 configuration as flap - /parameters/SIM_GZ_EC_REV/bitmask/3/description + /parameters/CA_SV_CS3_SPOIL/shortDesc - SIM_GZ ESC 4 + Control Surface 3 configuration as spoiler - /parameters/SIM_GZ_EC_REV/bitmask/4/description + /parameters/CA_SV_CS3_TRIM/shortDesc - SIM_GZ ESC 5 + Control Surface 3 trim - /parameters/SIM_GZ_EC_REV/bitmask/5/description + /parameters/CA_SV_CS3_TRIM/longDesc - SIM_GZ ESC 6 + Can be used to add an offset to the servo control. - /parameters/SIM_GZ_EC_REV/bitmask/6/description + /parameters/CA_SV_CS3_TRQ_P/shortDesc - SIM_GZ ESC 7 + Control Surface 3 pitch torque scaling - /parameters/SIM_GZ_EC_REV/bitmask/7/description + /parameters/CA_SV_CS3_TRQ_R/shortDesc - SIM_GZ ESC 8 + Control Surface 3 roll torque scaling - /parameters/SIM_GZ_SV_DIS1/shortDesc + /parameters/CA_SV_CS3_TRQ_Y/shortDesc - SIM_GZ Servo 1 Disarmed Value + Control Surface 3 yaw torque scaling - /parameters/SIM_GZ_SV_DIS1/longDesc + /parameters/CA_SV_CS3_TYPE/shortDesc - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Control Surface 3 type - /parameters/SIM_GZ_SV_DIS2/shortDesc + /parameters/CA_SV_CS3_TYPE/values/0/description - SIM_GZ Servo 2 Disarmed Value + (Not set) - /parameters/SIM_GZ_SV_DIS2/longDesc + /parameters/CA_SV_CS3_TYPE/values/1/description - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Left Aileron - /parameters/SIM_GZ_SV_DIS3/shortDesc + /parameters/CA_SV_CS3_TYPE/values/2/description - SIM_GZ Servo 3 Disarmed Value + Right Aileron - /parameters/SIM_GZ_SV_DIS3/longDesc + /parameters/CA_SV_CS3_TYPE/values/3/description - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Elevator - /parameters/SIM_GZ_SV_DIS4/shortDesc + /parameters/CA_SV_CS3_TYPE/values/4/description - SIM_GZ Servo 4 Disarmed Value + Rudder - /parameters/SIM_GZ_SV_DIS4/longDesc + /parameters/CA_SV_CS3_TYPE/values/5/description - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Left Elevon - /parameters/SIM_GZ_SV_DIS5/shortDesc + /parameters/CA_SV_CS3_TYPE/values/6/description - SIM_GZ Servo 5 Disarmed Value + Right Elevon - /parameters/SIM_GZ_SV_DIS5/longDesc + /parameters/CA_SV_CS3_TYPE/values/7/description - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Left V-Tail - /parameters/SIM_GZ_SV_DIS6/shortDesc + /parameters/CA_SV_CS3_TYPE/values/8/description - SIM_GZ Servo 6 Disarmed Value + Right V-Tail - /parameters/SIM_GZ_SV_DIS6/longDesc + /parameters/CA_SV_CS3_TYPE/values/9/description - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Left Flap - /parameters/SIM_GZ_SV_DIS7/shortDesc + /parameters/CA_SV_CS3_TYPE/values/10/description - SIM_GZ Servo 7 Disarmed Value + Right Flap - /parameters/SIM_GZ_SV_DIS7/longDesc + /parameters/CA_SV_CS3_TYPE/values/11/description - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Airbrake - /parameters/SIM_GZ_SV_DIS8/shortDesc + /parameters/CA_SV_CS3_TYPE/values/12/description - SIM_GZ Servo 8 Disarmed Value + Custom - /parameters/SIM_GZ_SV_DIS8/longDesc + /parameters/CA_SV_CS3_TYPE/values/13/description - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Left A-tail - /parameters/SIM_GZ_SV_FAIL1/shortDesc + /parameters/CA_SV_CS3_TYPE/values/14/description - SIM_GZ Servo 1 Failsafe Value + Right A-tail - /parameters/SIM_GZ_SV_FAIL1/longDesc + /parameters/CA_SV_CS3_TYPE/values/15/description - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_SV_FUNC1). + Single Channel Aileron - /parameters/SIM_GZ_SV_FAIL2/shortDesc + /parameters/CA_SV_CS3_TYPE/values/16/description - SIM_GZ Servo 2 Failsafe Value + Steering Wheel - /parameters/SIM_GZ_SV_FAIL2/longDesc + /parameters/CA_SV_CS3_TYPE/values/17/description - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_SV_FUNC2). + Left Spoiler - /parameters/SIM_GZ_SV_FAIL3/shortDesc + /parameters/CA_SV_CS3_TYPE/values/18/description - SIM_GZ Servo 3 Failsafe Value + Right Spoiler - /parameters/SIM_GZ_SV_FAIL3/longDesc + /parameters/CA_SV_CS4_FLAP/shortDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_SV_FUNC3). + Control Surface 4 configuration as flap - /parameters/SIM_GZ_SV_FAIL4/shortDesc + /parameters/CA_SV_CS4_SPOIL/shortDesc - SIM_GZ Servo 4 Failsafe Value + Control Surface 4 configuration as spoiler - /parameters/SIM_GZ_SV_FAIL4/longDesc + /parameters/CA_SV_CS4_TRIM/shortDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_SV_FUNC4). + Control Surface 4 trim - /parameters/SIM_GZ_SV_FAIL5/shortDesc + /parameters/CA_SV_CS4_TRIM/longDesc - SIM_GZ Servo 5 Failsafe Value + Can be used to add an offset to the servo control. - /parameters/SIM_GZ_SV_FAIL5/longDesc + /parameters/CA_SV_CS4_TRQ_P/shortDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_SV_FUNC5). + Control Surface 4 pitch torque scaling - /parameters/SIM_GZ_SV_FAIL6/shortDesc + /parameters/CA_SV_CS4_TRQ_R/shortDesc - SIM_GZ Servo 6 Failsafe Value + Control Surface 4 roll torque scaling - /parameters/SIM_GZ_SV_FAIL6/longDesc + /parameters/CA_SV_CS4_TRQ_Y/shortDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_SV_FUNC6). + Control Surface 4 yaw torque scaling - /parameters/SIM_GZ_SV_FAIL7/shortDesc + /parameters/CA_SV_CS4_TYPE/shortDesc - SIM_GZ Servo 7 Failsafe Value + Control Surface 4 type - /parameters/SIM_GZ_SV_FAIL7/longDesc + /parameters/CA_SV_CS4_TYPE/values/0/description - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_SV_FUNC7). + (Not set) - /parameters/SIM_GZ_SV_FAIL8/shortDesc + /parameters/CA_SV_CS4_TYPE/values/1/description - SIM_GZ Servo 8 Failsafe Value + Left Aileron - /parameters/SIM_GZ_SV_FAIL8/longDesc + /parameters/CA_SV_CS4_TYPE/values/2/description - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_SV_FUNC8). + Right Aileron - /parameters/SIM_GZ_SV_FUNC1/shortDesc + /parameters/CA_SV_CS4_TYPE/values/3/description - SIM_GZ Servo 1 Output Function + Elevator - /parameters/SIM_GZ_SV_FUNC1/longDesc + /parameters/CA_SV_CS4_TYPE/values/4/description - Select what should be output on SIM_GZ Servo 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Rudder - /parameters/SIM_GZ_SV_FUNC1/values/0/description + /parameters/CA_SV_CS4_TYPE/values/5/description - Disabled + Left Elevon - /parameters/SIM_GZ_SV_FUNC1/values/1/description + /parameters/CA_SV_CS4_TYPE/values/6/description - Constant Min + Right Elevon - /parameters/SIM_GZ_SV_FUNC1/values/2/description + /parameters/CA_SV_CS4_TYPE/values/7/description - Constant Max + Left V-Tail - /parameters/SIM_GZ_SV_FUNC1/values/101/description + /parameters/CA_SV_CS4_TYPE/values/8/description - Motor 1 + Right V-Tail - /parameters/SIM_GZ_SV_FUNC1/values/102/description + /parameters/CA_SV_CS4_TYPE/values/9/description - Motor 2 + Left Flap - /parameters/SIM_GZ_SV_FUNC1/values/103/description + /parameters/CA_SV_CS4_TYPE/values/10/description - Motor 3 + Right Flap - /parameters/SIM_GZ_SV_FUNC1/values/104/description + /parameters/CA_SV_CS4_TYPE/values/11/description - Motor 4 + Airbrake - /parameters/SIM_GZ_SV_FUNC1/values/105/description + /parameters/CA_SV_CS4_TYPE/values/12/description - Motor 5 + Custom - /parameters/SIM_GZ_SV_FUNC1/values/106/description + /parameters/CA_SV_CS4_TYPE/values/13/description - Motor 6 + Left A-tail - /parameters/SIM_GZ_SV_FUNC1/values/107/description + /parameters/CA_SV_CS4_TYPE/values/14/description - Motor 7 + Right A-tail - /parameters/SIM_GZ_SV_FUNC1/values/108/description + /parameters/CA_SV_CS4_TYPE/values/15/description - Motor 8 + Single Channel Aileron - /parameters/SIM_GZ_SV_FUNC1/values/109/description + /parameters/CA_SV_CS4_TYPE/values/16/description - Motor 9 + Steering Wheel - /parameters/SIM_GZ_SV_FUNC1/values/110/description + /parameters/CA_SV_CS4_TYPE/values/17/description - Motor 10 + Left Spoiler - /parameters/SIM_GZ_SV_FUNC1/values/111/description + /parameters/CA_SV_CS4_TYPE/values/18/description - Motor 11 + Right Spoiler - /parameters/SIM_GZ_SV_FUNC1/values/112/description + /parameters/CA_SV_CS5_FLAP/shortDesc - Motor 12 + Control Surface 5 configuration as flap - /parameters/SIM_GZ_SV_FUNC1/values/201/description + /parameters/CA_SV_CS5_SPOIL/shortDesc - Servo 1 + Control Surface 5 configuration as spoiler - /parameters/SIM_GZ_SV_FUNC1/values/202/description + /parameters/CA_SV_CS5_TRIM/shortDesc - Servo 2 + Control Surface 5 trim - /parameters/SIM_GZ_SV_FUNC1/values/203/description + /parameters/CA_SV_CS5_TRIM/longDesc - Servo 3 + Can be used to add an offset to the servo control. - /parameters/SIM_GZ_SV_FUNC1/values/204/description + /parameters/CA_SV_CS5_TRQ_P/shortDesc - Servo 4 + Control Surface 5 pitch torque scaling - /parameters/SIM_GZ_SV_FUNC1/values/205/description + /parameters/CA_SV_CS5_TRQ_R/shortDesc - Servo 5 + Control Surface 5 roll torque scaling - /parameters/SIM_GZ_SV_FUNC1/values/206/description + /parameters/CA_SV_CS5_TRQ_Y/shortDesc - Servo 6 + Control Surface 5 yaw torque scaling - /parameters/SIM_GZ_SV_FUNC1/values/207/description + /parameters/CA_SV_CS5_TYPE/shortDesc - Servo 7 + Control Surface 5 type - /parameters/SIM_GZ_SV_FUNC1/values/208/description + /parameters/CA_SV_CS5_TYPE/values/0/description - Servo 8 + (Not set) - /parameters/SIM_GZ_SV_FUNC1/values/301/description + /parameters/CA_SV_CS5_TYPE/values/1/description - Peripheral via Actuator Set 1 + Left Aileron - /parameters/SIM_GZ_SV_FUNC1/values/302/description + /parameters/CA_SV_CS5_TYPE/values/2/description - Peripheral via Actuator Set 2 + Right Aileron - /parameters/SIM_GZ_SV_FUNC1/values/303/description + /parameters/CA_SV_CS5_TYPE/values/3/description - Peripheral via Actuator Set 3 + Elevator - /parameters/SIM_GZ_SV_FUNC1/values/304/description + /parameters/CA_SV_CS5_TYPE/values/4/description - Peripheral via Actuator Set 4 + Rudder - /parameters/SIM_GZ_SV_FUNC1/values/305/description + /parameters/CA_SV_CS5_TYPE/values/5/description - Peripheral via Actuator Set 5 + Left Elevon - /parameters/SIM_GZ_SV_FUNC1/values/306/description + /parameters/CA_SV_CS5_TYPE/values/6/description - Peripheral via Actuator Set 6 + Right Elevon - /parameters/SIM_GZ_SV_FUNC1/values/400/description + /parameters/CA_SV_CS5_TYPE/values/7/description - Landing Gear + Left V-Tail - /parameters/SIM_GZ_SV_FUNC1/values/401/description + /parameters/CA_SV_CS5_TYPE/values/8/description - Parachute + Right V-Tail - /parameters/SIM_GZ_SV_FUNC1/values/402/description + /parameters/CA_SV_CS5_TYPE/values/9/description - RC Roll + Left Flap - /parameters/SIM_GZ_SV_FUNC1/values/403/description + /parameters/CA_SV_CS5_TYPE/values/10/description - RC Pitch + Right Flap - /parameters/SIM_GZ_SV_FUNC1/values/404/description + /parameters/CA_SV_CS5_TYPE/values/11/description - RC Throttle + Airbrake - /parameters/SIM_GZ_SV_FUNC1/values/405/description + /parameters/CA_SV_CS5_TYPE/values/12/description - RC Yaw + Custom - /parameters/SIM_GZ_SV_FUNC1/values/406/description + /parameters/CA_SV_CS5_TYPE/values/13/description - RC Flaps + Left A-tail - /parameters/SIM_GZ_SV_FUNC1/values/407/description + /parameters/CA_SV_CS5_TYPE/values/14/description - RC AUX 1 + Right A-tail - /parameters/SIM_GZ_SV_FUNC1/values/408/description + /parameters/CA_SV_CS5_TYPE/values/15/description - RC AUX 2 + Single Channel Aileron - /parameters/SIM_GZ_SV_FUNC1/values/409/description + /parameters/CA_SV_CS5_TYPE/values/16/description - RC AUX 3 + Steering Wheel - /parameters/SIM_GZ_SV_FUNC1/values/410/description + /parameters/CA_SV_CS5_TYPE/values/17/description - RC AUX 4 + Left Spoiler - /parameters/SIM_GZ_SV_FUNC1/values/411/description + /parameters/CA_SV_CS5_TYPE/values/18/description - RC AUX 5 + Right Spoiler - /parameters/SIM_GZ_SV_FUNC1/values/412/description + /parameters/CA_SV_CS6_FLAP/shortDesc - RC AUX 6 + Control Surface 6 configuration as flap - /parameters/SIM_GZ_SV_FUNC1/values/420/description + /parameters/CA_SV_CS6_SPOIL/shortDesc - Gimbal Roll + Control Surface 6 configuration as spoiler - /parameters/SIM_GZ_SV_FUNC1/values/421/description + /parameters/CA_SV_CS6_TRIM/shortDesc - Gimbal Pitch + Control Surface 6 trim - /parameters/SIM_GZ_SV_FUNC1/values/422/description + /parameters/CA_SV_CS6_TRIM/longDesc - Gimbal Yaw + Can be used to add an offset to the servo control. - /parameters/SIM_GZ_SV_FUNC1/values/430/description + /parameters/CA_SV_CS6_TRQ_P/shortDesc - Gripper + Control Surface 6 pitch torque scaling - /parameters/SIM_GZ_SV_FUNC1/values/440/description + /parameters/CA_SV_CS6_TRQ_R/shortDesc - Landing Gear Wheel + Control Surface 6 roll torque scaling - /parameters/SIM_GZ_SV_FUNC2/shortDesc + /parameters/CA_SV_CS6_TRQ_Y/shortDesc - SIM_GZ Servo 2 Output Function + Control Surface 6 yaw torque scaling - /parameters/SIM_GZ_SV_FUNC2/longDesc + /parameters/CA_SV_CS6_TYPE/shortDesc - Select what should be output on SIM_GZ Servo 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Control Surface 6 type - /parameters/SIM_GZ_SV_FUNC2/values/0/description + /parameters/CA_SV_CS6_TYPE/values/0/description - Disabled + (Not set) - /parameters/SIM_GZ_SV_FUNC2/values/1/description + /parameters/CA_SV_CS6_TYPE/values/1/description - Constant Min + Left Aileron - /parameters/SIM_GZ_SV_FUNC2/values/2/description + /parameters/CA_SV_CS6_TYPE/values/2/description - Constant Max + Right Aileron - /parameters/SIM_GZ_SV_FUNC2/values/101/description + /parameters/CA_SV_CS6_TYPE/values/3/description - Motor 1 + Elevator - /parameters/SIM_GZ_SV_FUNC2/values/102/description + /parameters/CA_SV_CS6_TYPE/values/4/description - Motor 2 + Rudder - /parameters/SIM_GZ_SV_FUNC2/values/103/description + /parameters/CA_SV_CS6_TYPE/values/5/description - Motor 3 + Left Elevon - /parameters/SIM_GZ_SV_FUNC2/values/104/description + /parameters/CA_SV_CS6_TYPE/values/6/description - Motor 4 + Right Elevon - /parameters/SIM_GZ_SV_FUNC2/values/105/description + /parameters/CA_SV_CS6_TYPE/values/7/description - Motor 5 + Left V-Tail - /parameters/SIM_GZ_SV_FUNC2/values/106/description + /parameters/CA_SV_CS6_TYPE/values/8/description - Motor 6 + Right V-Tail - /parameters/SIM_GZ_SV_FUNC2/values/107/description + /parameters/CA_SV_CS6_TYPE/values/9/description - Motor 7 + Left Flap - /parameters/SIM_GZ_SV_FUNC2/values/108/description + /parameters/CA_SV_CS6_TYPE/values/10/description - Motor 8 + Right Flap - /parameters/SIM_GZ_SV_FUNC2/values/109/description + /parameters/CA_SV_CS6_TYPE/values/11/description - Motor 9 + Airbrake - /parameters/SIM_GZ_SV_FUNC2/values/110/description + /parameters/CA_SV_CS6_TYPE/values/12/description - Motor 10 + Custom - /parameters/SIM_GZ_SV_FUNC2/values/111/description + /parameters/CA_SV_CS6_TYPE/values/13/description - Motor 11 + Left A-tail - /parameters/SIM_GZ_SV_FUNC2/values/112/description + /parameters/CA_SV_CS6_TYPE/values/14/description - Motor 12 + Right A-tail - /parameters/SIM_GZ_SV_FUNC2/values/201/description + /parameters/CA_SV_CS6_TYPE/values/15/description - Servo 1 + Single Channel Aileron - /parameters/SIM_GZ_SV_FUNC2/values/202/description + /parameters/CA_SV_CS6_TYPE/values/16/description - Servo 2 + Steering Wheel - /parameters/SIM_GZ_SV_FUNC2/values/203/description + /parameters/CA_SV_CS6_TYPE/values/17/description - Servo 3 + Left Spoiler - /parameters/SIM_GZ_SV_FUNC2/values/204/description + /parameters/CA_SV_CS6_TYPE/values/18/description - Servo 4 + Right Spoiler - /parameters/SIM_GZ_SV_FUNC2/values/205/description + /parameters/CA_SV_CS7_FLAP/shortDesc - Servo 5 + Control Surface 7 configuration as flap - /parameters/SIM_GZ_SV_FUNC2/values/206/description + /parameters/CA_SV_CS7_SPOIL/shortDesc - Servo 6 + Control Surface 7 configuration as spoiler - /parameters/SIM_GZ_SV_FUNC2/values/207/description + /parameters/CA_SV_CS7_TRIM/shortDesc - Servo 7 + Control Surface 7 trim - /parameters/SIM_GZ_SV_FUNC2/values/208/description + /parameters/CA_SV_CS7_TRIM/longDesc - Servo 8 + Can be used to add an offset to the servo control. - /parameters/SIM_GZ_SV_FUNC2/values/301/description + /parameters/CA_SV_CS7_TRQ_P/shortDesc - Peripheral via Actuator Set 1 + Control Surface 7 pitch torque scaling - /parameters/SIM_GZ_SV_FUNC2/values/302/description + /parameters/CA_SV_CS7_TRQ_R/shortDesc - Peripheral via Actuator Set 2 + Control Surface 7 roll torque scaling - /parameters/SIM_GZ_SV_FUNC2/values/303/description + /parameters/CA_SV_CS7_TRQ_Y/shortDesc - Peripheral via Actuator Set 3 + Control Surface 7 yaw torque scaling - /parameters/SIM_GZ_SV_FUNC2/values/304/description + /parameters/CA_SV_CS7_TYPE/shortDesc - Peripheral via Actuator Set 4 + Control Surface 7 type - /parameters/SIM_GZ_SV_FUNC2/values/305/description + /parameters/CA_SV_CS7_TYPE/values/0/description - Peripheral via Actuator Set 5 + (Not set) - /parameters/SIM_GZ_SV_FUNC2/values/306/description + /parameters/CA_SV_CS7_TYPE/values/1/description - Peripheral via Actuator Set 6 + Left Aileron - /parameters/SIM_GZ_SV_FUNC2/values/400/description + /parameters/CA_SV_CS7_TYPE/values/2/description - Landing Gear + Right Aileron - /parameters/SIM_GZ_SV_FUNC2/values/401/description + /parameters/CA_SV_CS7_TYPE/values/3/description - Parachute + Elevator - /parameters/SIM_GZ_SV_FUNC2/values/402/description + /parameters/CA_SV_CS7_TYPE/values/4/description - RC Roll + Rudder - /parameters/SIM_GZ_SV_FUNC2/values/403/description + /parameters/CA_SV_CS7_TYPE/values/5/description - RC Pitch + Left Elevon - /parameters/SIM_GZ_SV_FUNC2/values/404/description + /parameters/CA_SV_CS7_TYPE/values/6/description - RC Throttle + Right Elevon - /parameters/SIM_GZ_SV_FUNC2/values/405/description + /parameters/CA_SV_CS7_TYPE/values/7/description - RC Yaw + Left V-Tail - /parameters/SIM_GZ_SV_FUNC2/values/406/description + /parameters/CA_SV_CS7_TYPE/values/8/description - RC Flaps + Right V-Tail - /parameters/SIM_GZ_SV_FUNC2/values/407/description + /parameters/CA_SV_CS7_TYPE/values/9/description - RC AUX 1 + Left Flap - /parameters/SIM_GZ_SV_FUNC2/values/408/description + /parameters/CA_SV_CS7_TYPE/values/10/description - RC AUX 2 + Right Flap - /parameters/SIM_GZ_SV_FUNC2/values/409/description + /parameters/CA_SV_CS7_TYPE/values/11/description - RC AUX 3 + Airbrake - /parameters/SIM_GZ_SV_FUNC2/values/410/description + /parameters/CA_SV_CS7_TYPE/values/12/description - RC AUX 4 + Custom - /parameters/SIM_GZ_SV_FUNC2/values/411/description + /parameters/CA_SV_CS7_TYPE/values/13/description - RC AUX 5 + Left A-tail - /parameters/SIM_GZ_SV_FUNC2/values/412/description + /parameters/CA_SV_CS7_TYPE/values/14/description - RC AUX 6 + Right A-tail - /parameters/SIM_GZ_SV_FUNC2/values/420/description + /parameters/CA_SV_CS7_TYPE/values/15/description - Gimbal Roll + Single Channel Aileron - /parameters/SIM_GZ_SV_FUNC2/values/421/description + /parameters/CA_SV_CS7_TYPE/values/16/description - Gimbal Pitch + Steering Wheel - /parameters/SIM_GZ_SV_FUNC2/values/422/description + /parameters/CA_SV_CS7_TYPE/values/17/description - Gimbal Yaw + Left Spoiler - /parameters/SIM_GZ_SV_FUNC2/values/430/description + /parameters/CA_SV_CS7_TYPE/values/18/description - Gripper + Right Spoiler - /parameters/SIM_GZ_SV_FUNC2/values/440/description + /parameters/CA_SV_CS_COUNT/shortDesc - Landing Gear Wheel + Total number of Control Surfaces - /parameters/SIM_GZ_SV_FUNC3/shortDesc + /parameters/CA_SV_CS_COUNT/values/0/description - SIM_GZ Servo 3 Output Function + 0 - /parameters/SIM_GZ_SV_FUNC3/longDesc + /parameters/CA_SV_CS_COUNT/values/1/description - Select what should be output on SIM_GZ Servo 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + 1 - /parameters/SIM_GZ_SV_FUNC3/values/0/description + /parameters/CA_SV_CS_COUNT/values/2/description - Disabled + 2 - /parameters/SIM_GZ_SV_FUNC3/values/1/description + /parameters/CA_SV_CS_COUNT/values/3/description - Constant Min + 3 - /parameters/SIM_GZ_SV_FUNC3/values/2/description + /parameters/CA_SV_CS_COUNT/values/4/description - Constant Max + 4 - /parameters/SIM_GZ_SV_FUNC3/values/101/description + /parameters/CA_SV_CS_COUNT/values/5/description - Motor 1 + 5 - /parameters/SIM_GZ_SV_FUNC3/values/102/description + /parameters/CA_SV_CS_COUNT/values/6/description - Motor 2 + 6 - /parameters/SIM_GZ_SV_FUNC3/values/103/description + /parameters/CA_SV_CS_COUNT/values/7/description - Motor 3 + 7 - /parameters/SIM_GZ_SV_FUNC3/values/104/description + /parameters/CA_SV_CS_COUNT/values/8/description - Motor 4 + 8 - /parameters/SIM_GZ_SV_FUNC3/values/105/description + /parameters/CA_SV_TL0_CT/shortDesc - Motor 5 + Tilt 0 is used for control - /parameters/SIM_GZ_SV_FUNC3/values/106/description + /parameters/CA_SV_TL0_CT/longDesc - Motor 6 + Define if this servo is used for additional control. - /parameters/SIM_GZ_SV_FUNC3/values/107/description + /parameters/CA_SV_TL0_CT/values/0/description - Motor 7 + None - /parameters/SIM_GZ_SV_FUNC3/values/108/description + /parameters/CA_SV_TL0_CT/values/1/description - Motor 8 + Yaw - /parameters/SIM_GZ_SV_FUNC3/values/109/description + /parameters/CA_SV_TL0_CT/values/2/description - Motor 9 + Pitch - /parameters/SIM_GZ_SV_FUNC3/values/110/description + /parameters/CA_SV_TL0_CT/values/3/description - Motor 10 + Yaw and Pitch - /parameters/SIM_GZ_SV_FUNC3/values/111/description + /parameters/CA_SV_TL0_MAXA/shortDesc - Motor 11 + Tilt Servo 0 Tilt Angle at Maximum - /parameters/SIM_GZ_SV_FUNC3/values/112/description + /parameters/CA_SV_TL0_MAXA/longDesc - Motor 12 + Defines the tilt angle when the servo is at the maximum. An angle of zero means upwards. - /parameters/SIM_GZ_SV_FUNC3/values/201/description + /parameters/CA_SV_TL0_MINA/shortDesc - Servo 1 + Tilt Servo 0 Tilt Angle at Minimum - /parameters/SIM_GZ_SV_FUNC3/values/202/description + /parameters/CA_SV_TL0_MINA/longDesc - Servo 2 + Defines the tilt angle when the servo is at the minimum. An angle of zero means upwards. - /parameters/SIM_GZ_SV_FUNC3/values/203/description + /parameters/CA_SV_TL0_TD/shortDesc - Servo 3 + Tilt Servo 0 Tilt Direction - /parameters/SIM_GZ_SV_FUNC3/values/204/description + /parameters/CA_SV_TL0_TD/longDesc - Servo 4 + Defines the direction the servo tilts towards when moving towards the maximum tilt angle. For example if the minimum tilt angle is -90, the maximum 90, and the direction 'Towards Front', the motor axis aligns with the XZ-plane, points towards -X at the minimum and +X at the maximum tilt. - /parameters/SIM_GZ_SV_FUNC3/values/205/description + /parameters/CA_SV_TL0_TD/values/0/description - Servo 5 + Towards Front - /parameters/SIM_GZ_SV_FUNC3/values/206/description + /parameters/CA_SV_TL0_TD/values/90/description - Servo 6 + Towards Right - /parameters/SIM_GZ_SV_FUNC3/values/207/description + /parameters/CA_SV_TL1_CT/shortDesc - Servo 7 + Tilt 1 is used for control - /parameters/SIM_GZ_SV_FUNC3/values/208/description + /parameters/CA_SV_TL1_CT/longDesc - Servo 8 + Define if this servo is used for additional control. - /parameters/SIM_GZ_SV_FUNC3/values/301/description + /parameters/CA_SV_TL1_CT/values/0/description - Peripheral via Actuator Set 1 + None - /parameters/SIM_GZ_SV_FUNC3/values/302/description + /parameters/CA_SV_TL1_CT/values/1/description - Peripheral via Actuator Set 2 + Yaw - /parameters/SIM_GZ_SV_FUNC3/values/303/description + /parameters/CA_SV_TL1_CT/values/2/description - Peripheral via Actuator Set 3 + Pitch - /parameters/SIM_GZ_SV_FUNC3/values/304/description + /parameters/CA_SV_TL1_CT/values/3/description - Peripheral via Actuator Set 4 + Yaw and Pitch - /parameters/SIM_GZ_SV_FUNC3/values/305/description + /parameters/CA_SV_TL1_MAXA/shortDesc - Peripheral via Actuator Set 5 + Tilt Servo 1 Tilt Angle at Maximum - /parameters/SIM_GZ_SV_FUNC3/values/306/description + /parameters/CA_SV_TL1_MAXA/longDesc - Peripheral via Actuator Set 6 + Defines the tilt angle when the servo is at the maximum. An angle of zero means upwards. - /parameters/SIM_GZ_SV_FUNC3/values/400/description + /parameters/CA_SV_TL1_MINA/shortDesc - Landing Gear + Tilt Servo 1 Tilt Angle at Minimum - /parameters/SIM_GZ_SV_FUNC3/values/401/description + /parameters/CA_SV_TL1_MINA/longDesc - Parachute + Defines the tilt angle when the servo is at the minimum. An angle of zero means upwards. - /parameters/SIM_GZ_SV_FUNC3/values/402/description + /parameters/CA_SV_TL1_TD/shortDesc - RC Roll + Tilt Servo 1 Tilt Direction - /parameters/SIM_GZ_SV_FUNC3/values/403/description + /parameters/CA_SV_TL1_TD/longDesc - RC Pitch + Defines the direction the servo tilts towards when moving towards the maximum tilt angle. For example if the minimum tilt angle is -90, the maximum 90, and the direction 'Towards Front', the motor axis aligns with the XZ-plane, points towards -X at the minimum and +X at the maximum tilt. - /parameters/SIM_GZ_SV_FUNC3/values/404/description + /parameters/CA_SV_TL1_TD/values/0/description - RC Throttle + Towards Front - /parameters/SIM_GZ_SV_FUNC3/values/405/description + /parameters/CA_SV_TL1_TD/values/90/description - RC Yaw + Towards Right - /parameters/SIM_GZ_SV_FUNC3/values/406/description + /parameters/CA_SV_TL2_CT/shortDesc - RC Flaps + Tilt 2 is used for control - /parameters/SIM_GZ_SV_FUNC3/values/407/description + /parameters/CA_SV_TL2_CT/longDesc - RC AUX 1 + Define if this servo is used for additional control. - /parameters/SIM_GZ_SV_FUNC3/values/408/description + /parameters/CA_SV_TL2_CT/values/0/description - RC AUX 2 + None - /parameters/SIM_GZ_SV_FUNC3/values/409/description + /parameters/CA_SV_TL2_CT/values/1/description - RC AUX 3 + Yaw - /parameters/SIM_GZ_SV_FUNC3/values/410/description + /parameters/CA_SV_TL2_CT/values/2/description - RC AUX 4 + Pitch - /parameters/SIM_GZ_SV_FUNC3/values/411/description + /parameters/CA_SV_TL2_CT/values/3/description - RC AUX 5 + Yaw and Pitch - /parameters/SIM_GZ_SV_FUNC3/values/412/description + /parameters/CA_SV_TL2_MAXA/shortDesc - RC AUX 6 + Tilt Servo 2 Tilt Angle at Maximum - /parameters/SIM_GZ_SV_FUNC3/values/420/description + /parameters/CA_SV_TL2_MAXA/longDesc - Gimbal Roll + Defines the tilt angle when the servo is at the maximum. An angle of zero means upwards. - /parameters/SIM_GZ_SV_FUNC3/values/421/description + /parameters/CA_SV_TL2_MINA/shortDesc - Gimbal Pitch + Tilt Servo 2 Tilt Angle at Minimum - /parameters/SIM_GZ_SV_FUNC3/values/422/description + /parameters/CA_SV_TL2_MINA/longDesc - Gimbal Yaw + Defines the tilt angle when the servo is at the minimum. An angle of zero means upwards. - /parameters/SIM_GZ_SV_FUNC3/values/430/description + /parameters/CA_SV_TL2_TD/shortDesc - Gripper + Tilt Servo 2 Tilt Direction - /parameters/SIM_GZ_SV_FUNC3/values/440/description + /parameters/CA_SV_TL2_TD/longDesc - Landing Gear Wheel + Defines the direction the servo tilts towards when moving towards the maximum tilt angle. For example if the minimum tilt angle is -90, the maximum 90, and the direction 'Towards Front', the motor axis aligns with the XZ-plane, points towards -X at the minimum and +X at the maximum tilt. - /parameters/SIM_GZ_SV_FUNC4/shortDesc + /parameters/CA_SV_TL2_TD/values/0/description - SIM_GZ Servo 4 Output Function + Towards Front - /parameters/SIM_GZ_SV_FUNC4/longDesc + /parameters/CA_SV_TL2_TD/values/90/description - Select what should be output on SIM_GZ Servo 4. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Towards Right - /parameters/SIM_GZ_SV_FUNC4/values/0/description + /parameters/CA_SV_TL3_CT/shortDesc - Disabled + Tilt 3 is used for control - /parameters/SIM_GZ_SV_FUNC4/values/1/description + /parameters/CA_SV_TL3_CT/longDesc - Constant Min + Define if this servo is used for additional control. - /parameters/SIM_GZ_SV_FUNC4/values/2/description + /parameters/CA_SV_TL3_CT/values/0/description - Constant Max + None - /parameters/SIM_GZ_SV_FUNC4/values/101/description + /parameters/CA_SV_TL3_CT/values/1/description - Motor 1 + Yaw - /parameters/SIM_GZ_SV_FUNC4/values/102/description + /parameters/CA_SV_TL3_CT/values/2/description - Motor 2 + Pitch - /parameters/SIM_GZ_SV_FUNC4/values/103/description + /parameters/CA_SV_TL3_CT/values/3/description - Motor 3 + Yaw and Pitch - /parameters/SIM_GZ_SV_FUNC4/values/104/description + /parameters/CA_SV_TL3_MAXA/shortDesc - Motor 4 + Tilt Servo 3 Tilt Angle at Maximum - /parameters/SIM_GZ_SV_FUNC4/values/105/description + /parameters/CA_SV_TL3_MAXA/longDesc - Motor 5 + Defines the tilt angle when the servo is at the maximum. An angle of zero means upwards. - /parameters/SIM_GZ_SV_FUNC4/values/106/description + /parameters/CA_SV_TL3_MINA/shortDesc - Motor 6 + Tilt Servo 3 Tilt Angle at Minimum - /parameters/SIM_GZ_SV_FUNC4/values/107/description + /parameters/CA_SV_TL3_MINA/longDesc - Motor 7 + Defines the tilt angle when the servo is at the minimum. An angle of zero means upwards. - /parameters/SIM_GZ_SV_FUNC4/values/108/description + /parameters/CA_SV_TL3_TD/shortDesc - Motor 8 + Tilt Servo 3 Tilt Direction - /parameters/SIM_GZ_SV_FUNC4/values/109/description + /parameters/CA_SV_TL3_TD/longDesc - Motor 9 + Defines the direction the servo tilts towards when moving towards the maximum tilt angle. For example if the minimum tilt angle is -90, the maximum 90, and the direction 'Towards Front', the motor axis aligns with the XZ-plane, points towards -X at the minimum and +X at the maximum tilt. - /parameters/SIM_GZ_SV_FUNC4/values/110/description + /parameters/CA_SV_TL3_TD/values/0/description - Motor 10 + Towards Front - /parameters/SIM_GZ_SV_FUNC4/values/111/description + /parameters/CA_SV_TL3_TD/values/90/description - Motor 11 + Towards Right - /parameters/SIM_GZ_SV_FUNC4/values/112/description + /parameters/CA_SV_TL_COUNT/shortDesc - Motor 12 + Total number of Tilt Servos - /parameters/SIM_GZ_SV_FUNC4/values/201/description + /parameters/CA_SV_TL_COUNT/values/0/description - Servo 1 + 0 - /parameters/SIM_GZ_SV_FUNC4/values/202/description + /parameters/CA_SV_TL_COUNT/values/1/description - Servo 2 + 1 - /parameters/SIM_GZ_SV_FUNC4/values/203/description + /parameters/CA_SV_TL_COUNT/values/2/description - Servo 3 + 2 - /parameters/SIM_GZ_SV_FUNC4/values/204/description + /parameters/CA_SV_TL_COUNT/values/3/description - Servo 4 + 3 - /parameters/SIM_GZ_SV_FUNC4/values/205/description + /parameters/CA_SV_TL_COUNT/values/4/description - Servo 5 + 4 - /parameters/SIM_GZ_SV_FUNC4/values/206/description + /parameters/HTE_ACC_GATE/shortDesc - Servo 6 + Gate size for acceleration fusion - /parameters/SIM_GZ_SV_FUNC4/values/207/description + /parameters/HTE_ACC_GATE/longDesc - Servo 7 + Sets the number of standard deviations used by the innovation consistency test. - /parameters/SIM_GZ_SV_FUNC4/values/208/description + /parameters/HTE_HT_ERR_INIT/shortDesc - Servo 8 + 1-sigma initial hover thrust uncertainty - /parameters/SIM_GZ_SV_FUNC4/values/301/description + /parameters/HTE_HT_ERR_INIT/longDesc - Peripheral via Actuator Set 1 + Sets the number of standard deviations used by the innovation consistency test. - /parameters/SIM_GZ_SV_FUNC4/values/302/description + /parameters/HTE_HT_NOISE/shortDesc - Peripheral via Actuator Set 2 + Hover thrust process noise - /parameters/SIM_GZ_SV_FUNC4/values/303/description + /parameters/HTE_HT_NOISE/longDesc - Peripheral via Actuator Set 3 + Reduce to make the hover thrust estimate more stable, increase if the real hover thrust is expected to change quickly over time. - /parameters/SIM_GZ_SV_FUNC4/values/304/description + /parameters/HTE_THR_RANGE/shortDesc - Peripheral via Actuator Set 4 + Max deviation from MPC_THR_HOVER - /parameters/SIM_GZ_SV_FUNC4/values/305/description + /parameters/HTE_THR_RANGE/longDesc - Peripheral via Actuator Set 5 + Defines the range of the hover thrust estimate around MPC_THR_HOVER. A value of 0.2 with MPC_THR_HOVER at 0.5 results in a range of [0.3, 0.7]. Set to a large value if the vehicle operates in varying physical conditions that affect the required hover thrust strongly (e.g. differently sized payloads). - /parameters/SIM_GZ_SV_FUNC4/values/306/description + /parameters/HTE_VXY_THR/shortDesc - Peripheral via Actuator Set 6 + Horizontal velocity threshold for sensitivity reduction - /parameters/SIM_GZ_SV_FUNC4/values/400/description + /parameters/HTE_VXY_THR/longDesc - Landing Gear + Above this speed, the measurement noise is linearly increased to reduce the sensitivity of the estimator from biased measurement. Set to a low value on vehicles with large lifting surfaces. - /parameters/SIM_GZ_SV_FUNC4/values/401/description + /parameters/HTE_VZ_THR/shortDesc - Parachute + Vertical velocity threshold for sensitivity reduction - /parameters/SIM_GZ_SV_FUNC4/values/402/description + /parameters/HTE_VZ_THR/longDesc - RC Roll + Above this speed, the measurement noise is linearly increased to reduce the sensitivity of the estimator from biased measurement. Set to a low value on vehicles affected by air drag when climbing or descending. - /parameters/SIM_GZ_SV_FUNC4/values/403/description + /parameters/LNDFW_AIRSPD_MAX/shortDesc - RC Pitch + Fixed-wing land detector: Max airspeed - /parameters/SIM_GZ_SV_FUNC4/values/404/description + /parameters/LNDFW_AIRSPD_MAX/longDesc - RC Throttle + Maximum airspeed allowed in the landed state - /parameters/SIM_GZ_SV_FUNC4/values/405/description + /parameters/LNDFW_TRIG_TIME/shortDesc - RC Yaw + Fixed-wing land detection trigger time - /parameters/SIM_GZ_SV_FUNC4/values/406/description + /parameters/LNDFW_TRIG_TIME/longDesc - RC Flaps + Time the land conditions (speeds and acceleration) have to be satisfied to detect a landing. - /parameters/SIM_GZ_SV_FUNC4/values/407/description + /parameters/LNDFW_VEL_XY_MAX/shortDesc - RC AUX 1 + Fixed-wing land detector: Max horizontal velocity threshold - /parameters/SIM_GZ_SV_FUNC4/values/408/description + /parameters/LNDFW_VEL_XY_MAX/longDesc - RC AUX 2 + Maximum horizontal velocity allowed in the landed state. A factor of 0.7 is applied in case of airspeed-less flying (either because no sensor is present or sensor data got invalid in flight). - /parameters/SIM_GZ_SV_FUNC4/values/409/description + /parameters/LNDFW_VEL_Z_MAX/shortDesc - RC AUX 3 + Fixed-wing land detector: Max vertiacal velocity threshold - /parameters/SIM_GZ_SV_FUNC4/values/410/description + /parameters/LNDFW_VEL_Z_MAX/longDesc - RC AUX 4 + Maximum vertical velocity allowed in the landed state. - /parameters/SIM_GZ_SV_FUNC4/values/411/description + /parameters/LNDFW_XYACC_MAX/shortDesc - RC AUX 5 + Fixed-wing land detector: Max horizontal acceleration - /parameters/SIM_GZ_SV_FUNC4/values/412/description + /parameters/LNDFW_XYACC_MAX/longDesc - RC AUX 6 + Maximum horizontal (x,y body axes) acceleration allowed in the landed state - /parameters/SIM_GZ_SV_FUNC4/values/420/description + /parameters/LNDMC_ALT_GND/shortDesc - Gimbal Roll + Ground effect altitude for multicopters - /parameters/SIM_GZ_SV_FUNC4/values/421/description + /parameters/LNDMC_ALT_GND/longDesc - Gimbal Pitch + The height above ground below which ground effect creates barometric altitude errors. A negative value indicates no ground effect. - /parameters/SIM_GZ_SV_FUNC4/values/422/description + /parameters/LNDMC_ROT_MAX/shortDesc - Gimbal Yaw + Multicopter max rotation - /parameters/SIM_GZ_SV_FUNC4/values/430/description + /parameters/LNDMC_ROT_MAX/longDesc - Gripper + Maximum allowed angular velocity around each axis allowed in the landed state. - /parameters/SIM_GZ_SV_FUNC4/values/440/description + /parameters/LNDMC_TRIG_TIME/shortDesc - Landing Gear Wheel + Multicopter land detection trigger time - /parameters/SIM_GZ_SV_FUNC5/shortDesc + /parameters/LNDMC_TRIG_TIME/longDesc - SIM_GZ Servo 5 Output Function + Total time it takes to go through all three land detection stages: ground contact, maybe landed, landed when all necessary conditions are constantly met. - /parameters/SIM_GZ_SV_FUNC5/longDesc + /parameters/LNDMC_XY_VEL_MAX/shortDesc - Select what should be output on SIM_GZ Servo 5. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Multicopter max horizontal velocity - /parameters/SIM_GZ_SV_FUNC5/values/0/description + /parameters/LNDMC_XY_VEL_MAX/longDesc - Disabled + Maximum horizontal velocity allowed in the landed state - /parameters/SIM_GZ_SV_FUNC5/values/1/description + /parameters/LNDMC_Z_VEL_MAX/shortDesc - Constant Min + Multicopter vertical velocity threshold - /parameters/SIM_GZ_SV_FUNC5/values/2/description + /parameters/LNDMC_Z_VEL_MAX/longDesc - Constant Max + Vertical velocity threshold to detect landing. Has to be set lower than the expected minimal speed for landing, which is either MPC_LAND_SPEED or MPC_LAND_CRWL. This is enforced by an automatic check. - /parameters/SIM_GZ_SV_FUNC5/values/101/description + /parameters/LND_FLIGHT_T_HI/shortDesc - Motor 1 + Total flight time in microseconds - /parameters/SIM_GZ_SV_FUNC5/values/102/description + /parameters/LND_FLIGHT_T_HI/longDesc - Motor 2 + Total flight time of this autopilot. Higher 32 bits of the value. Flight time in microseconds = (LND_FLIGHT_T_HI << 32) | LND_FLIGHT_T_LO. - /parameters/SIM_GZ_SV_FUNC5/values/103/description + /parameters/LND_FLIGHT_T_LO/shortDesc - Motor 3 + Total flight time in microseconds - /parameters/SIM_GZ_SV_FUNC5/values/104/description + /parameters/LND_FLIGHT_T_LO/longDesc - Motor 4 + Total flight time of this autopilot. Lower 32 bits of the value. Flight time in microseconds = (LND_FLIGHT_T_HI << 32) | LND_FLIGHT_T_LO. - /parameters/SIM_GZ_SV_FUNC5/values/105/description + /parameters/LTEST_ACC_UNC/shortDesc - Motor 5 + Acceleration uncertainty - /parameters/SIM_GZ_SV_FUNC5/values/106/description + /parameters/LTEST_ACC_UNC/longDesc - Motor 6 + Variance of acceleration measurement used for landing target position prediction. Higher values results in tighter following of the measurements and more lenient outlier rejection - /parameters/SIM_GZ_SV_FUNC5/values/107/description + /parameters/LTEST_MEAS_UNC/shortDesc - Motor 7 + Landing target measurement uncertainty - /parameters/SIM_GZ_SV_FUNC5/values/108/description + /parameters/LTEST_MEAS_UNC/longDesc - Motor 8 + Variance of the landing target measurement from the driver. Higher values result in less aggressive following of the measurement and a smoother output as well as fewer rejected measurements. - /parameters/SIM_GZ_SV_FUNC5/values/109/description + /parameters/LTEST_MODE/shortDesc - Motor 9 + Landing target mode - /parameters/SIM_GZ_SV_FUNC5/values/110/description + /parameters/LTEST_MODE/longDesc - Motor 10 + Configure the mode of the landing target. Depending on the mode, the landing target observations are used differently to aid position estimation. Mode Moving: The landing target may be moving around while in the field of view of the vehicle. Landing target measurements are not used to aid positioning. Mode Stationary: The landing target is stationary. Measured velocity w.r.t. the landing target is used to aid velocity estimation. - /parameters/SIM_GZ_SV_FUNC5/values/111/description + /parameters/LTEST_MODE/values/0/description - Motor 11 + Moving - /parameters/SIM_GZ_SV_FUNC5/values/112/description + /parameters/LTEST_MODE/values/1/description - Motor 12 + Stationary - /parameters/SIM_GZ_SV_FUNC5/values/201/description + /parameters/LTEST_POS_UNC_IN/shortDesc - Servo 1 + Initial landing target position uncertainty - /parameters/SIM_GZ_SV_FUNC5/values/202/description + /parameters/LTEST_POS_UNC_IN/longDesc - Servo 2 + Initial variance of the relative landing target position in x and y direction - /parameters/SIM_GZ_SV_FUNC5/values/203/description + /parameters/LTEST_SCALE_X/shortDesc - Servo 3 + Scale factor for sensor measurements in sensor x axis - /parameters/SIM_GZ_SV_FUNC5/values/204/description + /parameters/LTEST_SCALE_X/longDesc - Servo 4 + Landing target x measurements are scaled by this factor before being used - /parameters/SIM_GZ_SV_FUNC5/values/205/description + /parameters/LTEST_SCALE_Y/shortDesc - Servo 5 + Scale factor for sensor measurements in sensor y axis - /parameters/SIM_GZ_SV_FUNC5/values/206/description + /parameters/LTEST_SCALE_Y/longDesc - Servo 6 + Landing target y measurements are scaled by this factor before being used - /parameters/SIM_GZ_SV_FUNC5/values/207/description + /parameters/LTEST_SENS_POS_X/shortDesc - Servo 7 + X Position of IRLOCK in body frame (forward) - /parameters/SIM_GZ_SV_FUNC5/values/208/description + /parameters/LTEST_SENS_POS_Y/shortDesc - Servo 8 + Y Position of IRLOCK in body frame (right) - /parameters/SIM_GZ_SV_FUNC5/values/301/description + /parameters/LTEST_SENS_POS_Z/shortDesc - Peripheral via Actuator Set 1 + Z Position of IRLOCK in body frame (downward) - /parameters/SIM_GZ_SV_FUNC5/values/302/description + /parameters/LTEST_SENS_ROT/shortDesc - Peripheral via Actuator Set 2 + Rotation of IRLOCK sensor relative to airframe - /parameters/SIM_GZ_SV_FUNC5/values/303/description + /parameters/LTEST_SENS_ROT/longDesc - Peripheral via Actuator Set 3 + Default orientation of Yaw 90° - /parameters/SIM_GZ_SV_FUNC5/values/304/description + /parameters/LTEST_SENS_ROT/values/0/description - Peripheral via Actuator Set 4 + No rotation - /parameters/SIM_GZ_SV_FUNC5/values/305/description + /parameters/LTEST_SENS_ROT/values/1/description - Peripheral via Actuator Set 5 + Yaw 45° - /parameters/SIM_GZ_SV_FUNC5/values/306/description + /parameters/LTEST_SENS_ROT/values/2/description - Peripheral via Actuator Set 6 + Yaw 90° - /parameters/SIM_GZ_SV_FUNC5/values/400/description + /parameters/LTEST_SENS_ROT/values/3/description - Landing Gear + Yaw 135° - /parameters/SIM_GZ_SV_FUNC5/values/401/description + /parameters/LTEST_SENS_ROT/values/4/description - Parachute + Yaw 180° - /parameters/SIM_GZ_SV_FUNC5/values/402/description + /parameters/LTEST_SENS_ROT/values/5/description - RC Roll + Yaw 225° - /parameters/SIM_GZ_SV_FUNC5/values/403/description + /parameters/LTEST_SENS_ROT/values/6/description - RC Pitch + Yaw 270° - /parameters/SIM_GZ_SV_FUNC5/values/404/description + /parameters/LTEST_SENS_ROT/values/7/description - RC Throttle + Yaw 315° - /parameters/SIM_GZ_SV_FUNC5/values/405/description + /parameters/LTEST_VEL_UNC_IN/shortDesc - RC Yaw + Initial landing target velocity uncertainty - /parameters/SIM_GZ_SV_FUNC5/values/406/description + /parameters/LTEST_VEL_UNC_IN/longDesc - RC Flaps + Initial variance of the relative landing target velocity in x and y directions - /parameters/SIM_GZ_SV_FUNC5/values/407/description + /parameters/LPE_ACC_XY/shortDesc - RC AUX 1 + Accelerometer xy noise density - /parameters/SIM_GZ_SV_FUNC5/values/408/description + /parameters/LPE_ACC_XY/longDesc - RC AUX 2 + Data sheet noise density = 150ug/sqrt(Hz) = 0.0015 m/s^2/sqrt(Hz) Larger than data sheet to account for tilt error. - /parameters/SIM_GZ_SV_FUNC5/values/409/description + /parameters/LPE_ACC_Z/shortDesc - RC AUX 3 + Accelerometer z noise density - /parameters/SIM_GZ_SV_FUNC5/values/410/description + /parameters/LPE_ACC_Z/longDesc - RC AUX 4 + Data sheet noise density = 150ug/sqrt(Hz) = 0.0015 m/s^2/sqrt(Hz) - /parameters/SIM_GZ_SV_FUNC5/values/411/description + /parameters/LPE_BAR_Z/shortDesc - RC AUX 5 + Barometric presssure altitude z standard deviation - /parameters/SIM_GZ_SV_FUNC5/values/412/description + /parameters/LPE_EN/shortDesc - RC AUX 6 + Local position estimator enable (unsupported) - /parameters/SIM_GZ_SV_FUNC5/values/420/description + /parameters/LPE_EN/values/0/description - Gimbal Roll + Disabled - /parameters/SIM_GZ_SV_FUNC5/values/421/description + /parameters/LPE_EN/values/1/description - Gimbal Pitch + Enabled - /parameters/SIM_GZ_SV_FUNC5/values/422/description + /parameters/LPE_EPH_MAX/shortDesc - Gimbal Yaw + Max EPH allowed for GPS initialization - /parameters/SIM_GZ_SV_FUNC5/values/430/description + /parameters/LPE_EPV_MAX/shortDesc - Gripper + Max EPV allowed for GPS initialization - /parameters/SIM_GZ_SV_FUNC5/values/440/description + /parameters/LPE_FAKE_ORIGIN/shortDesc - Landing Gear Wheel + Enable publishing of a fake global position (e.g for AUTO missions using Optical Flow) - /parameters/SIM_GZ_SV_FUNC6/shortDesc + /parameters/LPE_FAKE_ORIGIN/longDesc - SIM_GZ Servo 6 Output Function + By initializing the estimator to the LPE_LAT/LON parameters when global information is unavailable - /parameters/SIM_GZ_SV_FUNC6/longDesc + /parameters/LPE_FGYRO_HP/shortDesc - Select what should be output on SIM_GZ Servo 6. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Flow gyro high pass filter cut off frequency - /parameters/SIM_GZ_SV_FUNC6/values/0/description + /parameters/LPE_FLW_OFF_Z/shortDesc - Disabled + Optical flow z offset from center - /parameters/SIM_GZ_SV_FUNC6/values/1/description + /parameters/LPE_FLW_QMIN/shortDesc - Constant Min + Optical flow minimum quality threshold - /parameters/SIM_GZ_SV_FUNC6/values/2/description + /parameters/LPE_FLW_R/shortDesc - Constant Max + Optical flow rotation (roll/pitch) noise gain - /parameters/SIM_GZ_SV_FUNC6/values/101/description + /parameters/LPE_FLW_RR/shortDesc - Motor 1 + Optical flow angular velocity noise gain - /parameters/SIM_GZ_SV_FUNC6/values/102/description + /parameters/LPE_FLW_SCALE/shortDesc - Motor 2 + Optical flow scale - /parameters/SIM_GZ_SV_FUNC6/values/103/description + /parameters/LPE_FUSION/shortDesc - Motor 3 + Integer bitmask controlling data fusion - /parameters/SIM_GZ_SV_FUNC6/values/104/description + /parameters/LPE_FUSION/longDesc - Motor 4 + Set bits in the following positions to enable: 0 : Set to true to fuse GPS data if available, also requires GPS for altitude init 1 : Set to true to fuse optical flow data if available 2 : Set to true to fuse vision position 3 : Set to true to enable landing target 4 : Set to true to fuse land detector 5 : Set to true to publish AGL as local position down component 6 : Set to true to enable flow gyro compensation 7 : Set to true to enable baro fusion default (145 - GPS, baro, land detector) - /parameters/SIM_GZ_SV_FUNC6/values/105/description + /parameters/LPE_FUSION/bitmask/0/description - Motor 5 + fuse GPS, requires GPS for alt. init - /parameters/SIM_GZ_SV_FUNC6/values/106/description + /parameters/LPE_FUSION/bitmask/1/description - Motor 6 + fuse optical flow - /parameters/SIM_GZ_SV_FUNC6/values/107/description + /parameters/LPE_FUSION/bitmask/2/description - Motor 7 + fuse vision position - /parameters/SIM_GZ_SV_FUNC6/values/108/description + /parameters/LPE_FUSION/bitmask/3/description - Motor 8 + fuse landing target - /parameters/SIM_GZ_SV_FUNC6/values/109/description + /parameters/LPE_FUSION/bitmask/4/description - Motor 9 + fuse land detector - /parameters/SIM_GZ_SV_FUNC6/values/110/description + /parameters/LPE_FUSION/bitmask/5/description - Motor 10 + pub agl as lpos down - /parameters/SIM_GZ_SV_FUNC6/values/111/description + /parameters/LPE_FUSION/bitmask/6/description - Motor 11 + flow gyro compensation - /parameters/SIM_GZ_SV_FUNC6/values/112/description + /parameters/LPE_FUSION/bitmask/7/description - Motor 12 + fuse baro - /parameters/SIM_GZ_SV_FUNC6/values/201/description + /parameters/LPE_GPS_DELAY/shortDesc - Servo 1 + GPS delay compensaton - /parameters/SIM_GZ_SV_FUNC6/values/202/description + /parameters/LPE_GPS_VXY/shortDesc - Servo 2 + GPS xy velocity standard deviation - /parameters/SIM_GZ_SV_FUNC6/values/203/description + /parameters/LPE_GPS_VXY/longDesc - Servo 3 + EPV used if greater than this value. - /parameters/SIM_GZ_SV_FUNC6/values/204/description + /parameters/LPE_GPS_VZ/shortDesc - Servo 4 + GPS z velocity standard deviation - /parameters/SIM_GZ_SV_FUNC6/values/205/description + /parameters/LPE_GPS_XY/shortDesc - Servo 5 + Minimum GPS xy standard deviation, uses reported EPH if greater - /parameters/SIM_GZ_SV_FUNC6/values/206/description + /parameters/LPE_GPS_Z/shortDesc - Servo 6 + Minimum GPS z standard deviation, uses reported EPV if greater - /parameters/SIM_GZ_SV_FUNC6/values/207/description + /parameters/LPE_LAND_VXY/shortDesc - Servo 7 + Land detector xy velocity standard deviation - /parameters/SIM_GZ_SV_FUNC6/values/208/description + /parameters/LPE_LAND_Z/shortDesc - Servo 8 + Land detector z standard deviation - /parameters/SIM_GZ_SV_FUNC6/values/301/description + /parameters/LPE_LAT/shortDesc - Peripheral via Actuator Set 1 + Local origin latitude for nav w/o GPS - /parameters/SIM_GZ_SV_FUNC6/values/302/description + /parameters/LPE_LDR_OFF_Z/shortDesc - Peripheral via Actuator Set 2 + Lidar z offset from center of vehicle +down - /parameters/SIM_GZ_SV_FUNC6/values/303/description + /parameters/LPE_LDR_Z/shortDesc - Peripheral via Actuator Set 3 + Lidar z standard deviation - /parameters/SIM_GZ_SV_FUNC6/values/304/description + /parameters/LPE_LON/shortDesc - Peripheral via Actuator Set 4 + Local origin longitude for nav w/o GPS - /parameters/SIM_GZ_SV_FUNC6/values/305/description + /parameters/LPE_LT_COV/shortDesc - Peripheral via Actuator Set 5 + Minimum landing target standard covariance, uses reported covariance if greater - /parameters/SIM_GZ_SV_FUNC6/values/306/description + /parameters/LPE_PN_B/shortDesc - Peripheral via Actuator Set 6 + Accel bias propagation noise density - /parameters/SIM_GZ_SV_FUNC6/values/400/description + /parameters/LPE_PN_P/shortDesc - Landing Gear + Position propagation noise density - /parameters/SIM_GZ_SV_FUNC6/values/401/description + /parameters/LPE_PN_P/longDesc - Parachute + Increase to trust measurements more. Decrease to trust model more. - /parameters/SIM_GZ_SV_FUNC6/values/402/description + /parameters/LPE_PN_T/shortDesc - RC Roll + Terrain random walk noise density, hilly/outdoor (0.1), flat/Indoor (0.001) - /parameters/SIM_GZ_SV_FUNC6/values/403/description + /parameters/LPE_PN_V/shortDesc - RC Pitch + Velocity propagation noise density - /parameters/SIM_GZ_SV_FUNC6/values/404/description + /parameters/LPE_PN_V/longDesc - RC Throttle + Increase to trust measurements more. Decrease to trust model more. - /parameters/SIM_GZ_SV_FUNC6/values/405/description + /parameters/LPE_SNR_OFF_Z/shortDesc - RC Yaw + Sonar z offset from center of vehicle +down - /parameters/SIM_GZ_SV_FUNC6/values/406/description + /parameters/LPE_SNR_Z/shortDesc - RC Flaps + Sonar z standard deviation - /parameters/SIM_GZ_SV_FUNC6/values/407/description + /parameters/LPE_T_MAX_GRADE/shortDesc - RC AUX 1 + Terrain maximum percent grade, hilly/outdoor (100 = 45 deg), flat/Indoor (0 = 0 deg) - /parameters/SIM_GZ_SV_FUNC6/values/408/description + /parameters/LPE_T_MAX_GRADE/longDesc - RC AUX 2 + Used to calculate increased terrain random walk nosie due to movement. - /parameters/SIM_GZ_SV_FUNC6/values/409/description + /parameters/LPE_VIC_P/shortDesc - RC AUX 3 + Vicon position standard deviation - /parameters/SIM_GZ_SV_FUNC6/values/410/description + /parameters/LPE_VIS_DELAY/shortDesc - RC AUX 4 + Vision delay compensation - /parameters/SIM_GZ_SV_FUNC6/values/411/description + /parameters/LPE_VIS_DELAY/longDesc - RC AUX 5 + Set to zero to enable automatic compensation from measurement timestamps - /parameters/SIM_GZ_SV_FUNC6/values/412/description + /parameters/LPE_VIS_XY/shortDesc - RC AUX 6 + Vision xy standard deviation - /parameters/SIM_GZ_SV_FUNC6/values/420/description + /parameters/LPE_VIS_Z/shortDesc - Gimbal Roll + Vision z standard deviation - /parameters/SIM_GZ_SV_FUNC6/values/421/description + /parameters/LPE_VXY_PUB/shortDesc - Gimbal Pitch + Required velocity xy standard deviation to publish position - /parameters/SIM_GZ_SV_FUNC6/values/422/description + /parameters/LPE_X_LP/shortDesc - Gimbal Yaw + Cut frequency for state publication - /parameters/SIM_GZ_SV_FUNC6/values/430/description + /parameters/LPE_Z_PUB/shortDesc - Gripper + Required z standard deviation to publish altitude/ terrain - /parameters/SIM_GZ_SV_FUNC6/values/440/description + /parameters/MAV_0_BROADCAST/shortDesc - Landing Gear Wheel + Broadcast heartbeats on local network for MAVLink instance 0 - /parameters/SIM_GZ_SV_FUNC7/shortDesc + /parameters/MAV_0_BROADCAST/longDesc - SIM_GZ Servo 7 Output Function + This allows a ground control station to automatically find the drone on the local network. - /parameters/SIM_GZ_SV_FUNC7/longDesc + /parameters/MAV_0_BROADCAST/values/0/description - Select what should be output on SIM_GZ Servo 7. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Never broadcast - /parameters/SIM_GZ_SV_FUNC7/values/0/description + /parameters/MAV_0_BROADCAST/values/1/description - Disabled + Always broadcast - /parameters/SIM_GZ_SV_FUNC7/values/1/description + /parameters/MAV_0_BROADCAST/values/2/description - Constant Min + Only multicast - /parameters/SIM_GZ_SV_FUNC7/values/2/description + /parameters/MAV_0_FLOW_CTRL/shortDesc - Constant Max + Enable serial flow control for instance 0 - /parameters/SIM_GZ_SV_FUNC7/values/101/description + /parameters/MAV_0_FLOW_CTRL/longDesc - Motor 1 + This is used to force flow control on or off for the the mavlink instance. By default it is auto detected. Use when auto detection fails. - /parameters/SIM_GZ_SV_FUNC7/values/102/description + /parameters/MAV_0_FLOW_CTRL/values/0/description - Motor 2 + Force off - /parameters/SIM_GZ_SV_FUNC7/values/103/description + /parameters/MAV_0_FLOW_CTRL/values/1/description - Motor 3 + Force on - /parameters/SIM_GZ_SV_FUNC7/values/104/description + /parameters/MAV_0_FLOW_CTRL/values/2/description - Motor 4 + Auto-detected - /parameters/SIM_GZ_SV_FUNC7/values/105/description + /parameters/MAV_0_FORWARD/shortDesc - Motor 5 + Enable MAVLink Message forwarding for instance 0 - /parameters/SIM_GZ_SV_FUNC7/values/106/description + /parameters/MAV_0_FORWARD/longDesc - Motor 6 + If enabled, forward incoming MAVLink messages to other MAVLink ports if the message is either broadcast or the target is not the autopilot. This allows for example a GCS to talk to a camera that is connected to the autopilot via MAVLink (on a different link than the GCS). - /parameters/SIM_GZ_SV_FUNC7/values/107/description + /parameters/MAV_0_FORWARD/values/0/description - Motor 7 + Disabled - /parameters/SIM_GZ_SV_FUNC7/values/108/description + /parameters/MAV_0_FORWARD/values/1/description - Motor 8 + Enabled - /parameters/SIM_GZ_SV_FUNC7/values/109/description + /parameters/MAV_0_HL_FREQ/shortDesc - Motor 9 + Configures the frequency of HIGH_LATENCY2 stream for instance 0 - /parameters/SIM_GZ_SV_FUNC7/values/110/description + /parameters/MAV_0_HL_FREQ/longDesc - Motor 10 + Positive real value that configures the transmission frequency of the HIGH_LATENCY2 stream for instance 0, configured in iridium mode. This parameter has no effect if the instance mode is different from iridium. - /parameters/SIM_GZ_SV_FUNC7/values/111/description + /parameters/MAV_0_MODE/shortDesc - Motor 11 + MAVLink Mode for instance 0 - /parameters/SIM_GZ_SV_FUNC7/values/112/description + /parameters/MAV_0_MODE/longDesc - Motor 12 + The MAVLink Mode defines the set of streamed messages (for example the vehicle's attitude) and their sending rates. - /parameters/SIM_GZ_SV_FUNC7/values/201/description + /parameters/MAV_0_MODE/values/0/description - Servo 1 + Normal - /parameters/SIM_GZ_SV_FUNC7/values/202/description + /parameters/MAV_0_MODE/values/1/description - Servo 2 + Custom - /parameters/SIM_GZ_SV_FUNC7/values/203/description + /parameters/MAV_0_MODE/values/2/description - Servo 3 + Onboard - /parameters/SIM_GZ_SV_FUNC7/values/204/description + /parameters/MAV_0_MODE/values/3/description - Servo 4 + OSD - /parameters/SIM_GZ_SV_FUNC7/values/205/description + /parameters/MAV_0_MODE/values/4/description - Servo 5 + Magic - /parameters/SIM_GZ_SV_FUNC7/values/206/description + /parameters/MAV_0_MODE/values/5/description - Servo 6 + Config - /parameters/SIM_GZ_SV_FUNC7/values/207/description + /parameters/MAV_0_MODE/values/7/description - Servo 7 + Minimal - /parameters/SIM_GZ_SV_FUNC7/values/208/description + /parameters/MAV_0_MODE/values/8/description - Servo 8 + External Vision - /parameters/SIM_GZ_SV_FUNC7/values/301/description + /parameters/MAV_0_MODE/values/10/description - Peripheral via Actuator Set 1 + Gimbal - /parameters/SIM_GZ_SV_FUNC7/values/302/description + /parameters/MAV_0_MODE/values/11/description - Peripheral via Actuator Set 2 + Onboard Low Bandwidth - /parameters/SIM_GZ_SV_FUNC7/values/303/description + /parameters/MAV_0_MODE/values/12/description - Peripheral via Actuator Set 3 + uAvionix - /parameters/SIM_GZ_SV_FUNC7/values/304/description + /parameters/MAV_0_RADIO_CTL/shortDesc - Peripheral via Actuator Set 4 + Enable software throttling of mavlink on instance 0 - /parameters/SIM_GZ_SV_FUNC7/values/305/description + /parameters/MAV_0_RADIO_CTL/longDesc - Peripheral via Actuator Set 5 + If enabled, MAVLink messages will be throttled according to `txbuf` field reported by radio_status. Requires a radio to send the mavlink message RADIO_STATUS. - /parameters/SIM_GZ_SV_FUNC7/values/306/description + /parameters/MAV_0_RADIO_CTL/values/0/description - Peripheral via Actuator Set 6 + Disabled - /parameters/SIM_GZ_SV_FUNC7/values/400/description + /parameters/MAV_0_RADIO_CTL/values/1/description - Landing Gear + Enabled - /parameters/SIM_GZ_SV_FUNC7/values/401/description + /parameters/MAV_0_RATE/shortDesc - Parachute + Maximum MAVLink sending rate for instance 0 - /parameters/SIM_GZ_SV_FUNC7/values/402/description + /parameters/MAV_0_RATE/longDesc - RC Roll + Configure the maximum sending rate for the MAVLink streams in Bytes/sec. If the configured streams exceed the maximum rate, the sending rate of each stream is automatically decreased. If this is set to 0 a value of half of the theoretical maximum bandwidth is used. This corresponds to baudrate/20 Bytes/s (baudrate/10 = maximum data rate on 8N1-configured links). - /parameters/SIM_GZ_SV_FUNC7/values/403/description + /parameters/MAV_0_REMOTE_PRT/shortDesc - RC Pitch + MAVLink Remote Port for instance 0 - /parameters/SIM_GZ_SV_FUNC7/values/404/description + /parameters/MAV_0_REMOTE_PRT/longDesc - RC Throttle + If ethernet enabled and selected as configuration for MAVLink instance 0, selected remote port will be set and used in MAVLink instance 0. - /parameters/SIM_GZ_SV_FUNC7/values/405/description + /parameters/MAV_0_UDP_PRT/shortDesc - RC Yaw + MAVLink Network Port for instance 0 - /parameters/SIM_GZ_SV_FUNC7/values/406/description + /parameters/MAV_0_UDP_PRT/longDesc - RC Flaps + If ethernet enabled and selected as configuration for MAVLink instance 0, selected udp port will be set and used in MAVLink instance 0. - /parameters/SIM_GZ_SV_FUNC7/values/407/description + /parameters/MAV_1_BROADCAST/shortDesc - RC AUX 1 + Broadcast heartbeats on local network for MAVLink instance 1 - /parameters/SIM_GZ_SV_FUNC7/values/408/description + /parameters/MAV_1_BROADCAST/longDesc - RC AUX 2 + This allows a ground control station to automatically find the drone on the local network. - /parameters/SIM_GZ_SV_FUNC7/values/409/description + /parameters/MAV_1_BROADCAST/values/0/description - RC AUX 3 + Never broadcast - /parameters/SIM_GZ_SV_FUNC7/values/410/description + /parameters/MAV_1_BROADCAST/values/1/description - RC AUX 4 + Always broadcast - /parameters/SIM_GZ_SV_FUNC7/values/411/description + /parameters/MAV_1_BROADCAST/values/2/description - RC AUX 5 + Only multicast - /parameters/SIM_GZ_SV_FUNC7/values/412/description + /parameters/MAV_1_FLOW_CTRL/shortDesc - RC AUX 6 + Enable serial flow control for instance 1 - /parameters/SIM_GZ_SV_FUNC7/values/420/description + /parameters/MAV_1_FLOW_CTRL/longDesc - Gimbal Roll + This is used to force flow control on or off for the the mavlink instance. By default it is auto detected. Use when auto detection fails. - /parameters/SIM_GZ_SV_FUNC7/values/421/description + /parameters/MAV_1_FLOW_CTRL/values/0/description - Gimbal Pitch + Force off - /parameters/SIM_GZ_SV_FUNC7/values/422/description + /parameters/MAV_1_FLOW_CTRL/values/1/description - Gimbal Yaw + Force on - /parameters/SIM_GZ_SV_FUNC7/values/430/description + /parameters/MAV_1_FLOW_CTRL/values/2/description - Gripper + Auto-detected - /parameters/SIM_GZ_SV_FUNC7/values/440/description + /parameters/MAV_1_FORWARD/shortDesc - Landing Gear Wheel + Enable MAVLink Message forwarding for instance 1 - /parameters/SIM_GZ_SV_FUNC8/shortDesc + /parameters/MAV_1_FORWARD/longDesc - SIM_GZ Servo 8 Output Function + If enabled, forward incoming MAVLink messages to other MAVLink ports if the message is either broadcast or the target is not the autopilot. This allows for example a GCS to talk to a camera that is connected to the autopilot via MAVLink (on a different link than the GCS). - /parameters/SIM_GZ_SV_FUNC8/longDesc + /parameters/MAV_1_FORWARD/values/0/description - Select what should be output on SIM_GZ Servo 8. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Disabled - /parameters/SIM_GZ_SV_FUNC8/values/0/description + /parameters/MAV_1_FORWARD/values/1/description - Disabled + Enabled - /parameters/SIM_GZ_SV_FUNC8/values/1/description + /parameters/MAV_1_HL_FREQ/shortDesc - Constant Min + Configures the frequency of HIGH_LATENCY2 stream for instance 1 - /parameters/SIM_GZ_SV_FUNC8/values/2/description + /parameters/MAV_1_HL_FREQ/longDesc - Constant Max + Positive real value that configures the transmission frequency of the HIGH_LATENCY2 stream for instance 1, configured in iridium mode. This parameter has no effect if the instance mode is different from iridium. - /parameters/SIM_GZ_SV_FUNC8/values/101/description + /parameters/MAV_1_MODE/shortDesc - Motor 1 + MAVLink Mode for instance 1 - /parameters/SIM_GZ_SV_FUNC8/values/102/description + /parameters/MAV_1_MODE/longDesc - Motor 2 + The MAVLink Mode defines the set of streamed messages (for example the vehicle's attitude) and their sending rates. - /parameters/SIM_GZ_SV_FUNC8/values/103/description + /parameters/MAV_1_MODE/values/0/description - Motor 3 + Normal - /parameters/SIM_GZ_SV_FUNC8/values/104/description + /parameters/MAV_1_MODE/values/1/description - Motor 4 + Custom - /parameters/SIM_GZ_SV_FUNC8/values/105/description + /parameters/MAV_1_MODE/values/2/description - Motor 5 + Onboard - /parameters/SIM_GZ_SV_FUNC8/values/106/description + /parameters/MAV_1_MODE/values/3/description - Motor 6 + OSD - /parameters/SIM_GZ_SV_FUNC8/values/107/description + /parameters/MAV_1_MODE/values/4/description - Motor 7 + Magic - /parameters/SIM_GZ_SV_FUNC8/values/108/description + /parameters/MAV_1_MODE/values/5/description - Motor 8 + Config - /parameters/SIM_GZ_SV_FUNC8/values/109/description + /parameters/MAV_1_MODE/values/7/description - Motor 9 + Minimal - /parameters/SIM_GZ_SV_FUNC8/values/110/description + /parameters/MAV_1_MODE/values/8/description - Motor 10 + External Vision - /parameters/SIM_GZ_SV_FUNC8/values/111/description + /parameters/MAV_1_MODE/values/10/description - Motor 11 + Gimbal - /parameters/SIM_GZ_SV_FUNC8/values/112/description + /parameters/MAV_1_MODE/values/11/description - Motor 12 + Onboard Low Bandwidth - /parameters/SIM_GZ_SV_FUNC8/values/201/description + /parameters/MAV_1_MODE/values/12/description - Servo 1 + uAvionix - /parameters/SIM_GZ_SV_FUNC8/values/202/description + /parameters/MAV_1_RADIO_CTL/shortDesc - Servo 2 + Enable software throttling of mavlink on instance 1 - /parameters/SIM_GZ_SV_FUNC8/values/203/description + /parameters/MAV_1_RADIO_CTL/longDesc - Servo 3 + If enabled, MAVLink messages will be throttled according to `txbuf` field reported by radio_status. Requires a radio to send the mavlink message RADIO_STATUS. - /parameters/SIM_GZ_SV_FUNC8/values/204/description + /parameters/MAV_1_RADIO_CTL/values/0/description - Servo 4 + Disabled - /parameters/SIM_GZ_SV_FUNC8/values/205/description + /parameters/MAV_1_RADIO_CTL/values/1/description - Servo 5 + Enabled - /parameters/SIM_GZ_SV_FUNC8/values/206/description + /parameters/MAV_1_RATE/shortDesc - Servo 6 + Maximum MAVLink sending rate for instance 1 - /parameters/SIM_GZ_SV_FUNC8/values/207/description + /parameters/MAV_1_RATE/longDesc - Servo 7 + Configure the maximum sending rate for the MAVLink streams in Bytes/sec. If the configured streams exceed the maximum rate, the sending rate of each stream is automatically decreased. If this is set to 0 a value of half of the theoretical maximum bandwidth is used. This corresponds to baudrate/20 Bytes/s (baudrate/10 = maximum data rate on 8N1-configured links). - /parameters/SIM_GZ_SV_FUNC8/values/208/description + /parameters/MAV_1_REMOTE_PRT/shortDesc - Servo 8 + MAVLink Remote Port for instance 1 - /parameters/SIM_GZ_SV_FUNC8/values/301/description + /parameters/MAV_1_REMOTE_PRT/longDesc - Peripheral via Actuator Set 1 + If ethernet enabled and selected as configuration for MAVLink instance 1, selected remote port will be set and used in MAVLink instance 1. - /parameters/SIM_GZ_SV_FUNC8/values/302/description + /parameters/MAV_1_UDP_PRT/shortDesc - Peripheral via Actuator Set 2 + MAVLink Network Port for instance 1 - /parameters/SIM_GZ_SV_FUNC8/values/303/description + /parameters/MAV_1_UDP_PRT/longDesc - Peripheral via Actuator Set 3 + If ethernet enabled and selected as configuration for MAVLink instance 1, selected udp port will be set and used in MAVLink instance 1. - /parameters/SIM_GZ_SV_FUNC8/values/304/description + /parameters/MAV_2_BROADCAST/shortDesc - Peripheral via Actuator Set 4 + Broadcast heartbeats on local network for MAVLink instance 2 - /parameters/SIM_GZ_SV_FUNC8/values/305/description + /parameters/MAV_2_BROADCAST/longDesc - Peripheral via Actuator Set 5 + This allows a ground control station to automatically find the drone on the local network. - /parameters/SIM_GZ_SV_FUNC8/values/306/description + /parameters/MAV_2_BROADCAST/values/0/description - Peripheral via Actuator Set 6 + Never broadcast - /parameters/SIM_GZ_SV_FUNC8/values/400/description + /parameters/MAV_2_BROADCAST/values/1/description - Landing Gear + Always broadcast - /parameters/SIM_GZ_SV_FUNC8/values/401/description + /parameters/MAV_2_BROADCAST/values/2/description - Parachute + Only multicast - /parameters/SIM_GZ_SV_FUNC8/values/402/description + /parameters/MAV_2_FLOW_CTRL/shortDesc - RC Roll + Enable serial flow control for instance 2 - /parameters/SIM_GZ_SV_FUNC8/values/403/description + /parameters/MAV_2_FLOW_CTRL/longDesc - RC Pitch + This is used to force flow control on or off for the the mavlink instance. By default it is auto detected. Use when auto detection fails. - /parameters/SIM_GZ_SV_FUNC8/values/404/description + /parameters/MAV_2_FLOW_CTRL/values/0/description - RC Throttle + Force off - /parameters/SIM_GZ_SV_FUNC8/values/405/description + /parameters/MAV_2_FLOW_CTRL/values/1/description - RC Yaw + Force on - /parameters/SIM_GZ_SV_FUNC8/values/406/description + /parameters/MAV_2_FLOW_CTRL/values/2/description - RC Flaps + Auto-detected - /parameters/SIM_GZ_SV_FUNC8/values/407/description + /parameters/MAV_2_FORWARD/shortDesc - RC AUX 1 + Enable MAVLink Message forwarding for instance 2 - /parameters/SIM_GZ_SV_FUNC8/values/408/description + /parameters/MAV_2_FORWARD/longDesc - RC AUX 2 + If enabled, forward incoming MAVLink messages to other MAVLink ports if the message is either broadcast or the target is not the autopilot. This allows for example a GCS to talk to a camera that is connected to the autopilot via MAVLink (on a different link than the GCS). - /parameters/SIM_GZ_SV_FUNC8/values/409/description + /parameters/MAV_2_FORWARD/values/0/description - RC AUX 3 + Disabled - /parameters/SIM_GZ_SV_FUNC8/values/410/description + /parameters/MAV_2_FORWARD/values/1/description - RC AUX 4 + Enabled - /parameters/SIM_GZ_SV_FUNC8/values/411/description + /parameters/MAV_2_HL_FREQ/shortDesc - RC AUX 5 + Configures the frequency of HIGH_LATENCY2 stream for instance 2 - /parameters/SIM_GZ_SV_FUNC8/values/412/description + /parameters/MAV_2_HL_FREQ/longDesc - RC AUX 6 + Positive real value that configures the transmission frequency of the HIGH_LATENCY2 stream for instance 2, configured in iridium mode. This parameter has no effect if the instance mode is different from iridium. - /parameters/SIM_GZ_SV_FUNC8/values/420/description + /parameters/MAV_2_MODE/shortDesc - Gimbal Roll + MAVLink Mode for instance 2 - /parameters/SIM_GZ_SV_FUNC8/values/421/description + /parameters/MAV_2_MODE/longDesc - Gimbal Pitch + The MAVLink Mode defines the set of streamed messages (for example the vehicle's attitude) and their sending rates. - /parameters/SIM_GZ_SV_FUNC8/values/422/description + /parameters/MAV_2_MODE/values/0/description - Gimbal Yaw + Normal - /parameters/SIM_GZ_SV_FUNC8/values/430/description + /parameters/MAV_2_MODE/values/1/description - Gripper + Custom - /parameters/SIM_GZ_SV_FUNC8/values/440/description + /parameters/MAV_2_MODE/values/2/description - Landing Gear Wheel + Onboard - /parameters/SIM_GZ_SV_MAX1/shortDesc + /parameters/MAV_2_MODE/values/3/description - SIM_GZ Servo 1 Maximum Value + OSD - /parameters/SIM_GZ_SV_MAX1/longDesc + /parameters/MAV_2_MODE/values/4/description - Maxmimum output value (when not disarmed). + Magic - /parameters/SIM_GZ_SV_MAX2/shortDesc + /parameters/MAV_2_MODE/values/5/description - SIM_GZ Servo 2 Maximum Value + Config - /parameters/SIM_GZ_SV_MAX2/longDesc + /parameters/MAV_2_MODE/values/7/description - Maxmimum output value (when not disarmed). + Minimal - /parameters/SIM_GZ_SV_MAX3/shortDesc + /parameters/MAV_2_MODE/values/8/description - SIM_GZ Servo 3 Maximum Value + External Vision - /parameters/SIM_GZ_SV_MAX3/longDesc + /parameters/MAV_2_MODE/values/10/description - Maxmimum output value (when not disarmed). + Gimbal - /parameters/SIM_GZ_SV_MAX4/shortDesc + /parameters/MAV_2_MODE/values/11/description - SIM_GZ Servo 4 Maximum Value + Onboard Low Bandwidth - /parameters/SIM_GZ_SV_MAX4/longDesc + /parameters/MAV_2_MODE/values/12/description - Maxmimum output value (when not disarmed). + uAvionix - /parameters/SIM_GZ_SV_MAX5/shortDesc + /parameters/MAV_2_RADIO_CTL/shortDesc - SIM_GZ Servo 5 Maximum Value + Enable software throttling of mavlink on instance 2 - /parameters/SIM_GZ_SV_MAX5/longDesc + /parameters/MAV_2_RADIO_CTL/longDesc - Maxmimum output value (when not disarmed). + If enabled, MAVLink messages will be throttled according to `txbuf` field reported by radio_status. Requires a radio to send the mavlink message RADIO_STATUS. - /parameters/SIM_GZ_SV_MAX6/shortDesc + /parameters/MAV_2_RADIO_CTL/values/0/description - SIM_GZ Servo 6 Maximum Value + Disabled - /parameters/SIM_GZ_SV_MAX6/longDesc + /parameters/MAV_2_RADIO_CTL/values/1/description - Maxmimum output value (when not disarmed). + Enabled - /parameters/SIM_GZ_SV_MAX7/shortDesc + /parameters/MAV_2_RATE/shortDesc - SIM_GZ Servo 7 Maximum Value + Maximum MAVLink sending rate for instance 2 - /parameters/SIM_GZ_SV_MAX7/longDesc + /parameters/MAV_2_RATE/longDesc - Maxmimum output value (when not disarmed). + Configure the maximum sending rate for the MAVLink streams in Bytes/sec. If the configured streams exceed the maximum rate, the sending rate of each stream is automatically decreased. If this is set to 0 a value of half of the theoretical maximum bandwidth is used. This corresponds to baudrate/20 Bytes/s (baudrate/10 = maximum data rate on 8N1-configured links). - /parameters/SIM_GZ_SV_MAX8/shortDesc + /parameters/MAV_2_REMOTE_PRT/shortDesc - SIM_GZ Servo 8 Maximum Value + MAVLink Remote Port for instance 2 - /parameters/SIM_GZ_SV_MAX8/longDesc + /parameters/MAV_2_REMOTE_PRT/longDesc - Maxmimum output value (when not disarmed). + If ethernet enabled and selected as configuration for MAVLink instance 2, selected remote port will be set and used in MAVLink instance 2. - /parameters/SIM_GZ_SV_MIN1/shortDesc + /parameters/MAV_2_UDP_PRT/shortDesc - SIM_GZ Servo 1 Minimum Value + MAVLink Network Port for instance 2 - /parameters/SIM_GZ_SV_MIN1/longDesc + /parameters/MAV_2_UDP_PRT/longDesc - Minimum output value (when not disarmed). + If ethernet enabled and selected as configuration for MAVLink instance 2, selected udp port will be set and used in MAVLink instance 2. - /parameters/SIM_GZ_SV_MIN2/shortDesc + /parameters/MAV_COMP_ID/shortDesc - SIM_GZ Servo 2 Minimum Value + MAVLink component ID - /parameters/SIM_GZ_SV_MIN2/longDesc + /parameters/MAV_FWDEXTSP/shortDesc - Minimum output value (when not disarmed). + Forward external setpoint messages - /parameters/SIM_GZ_SV_MIN3/shortDesc + /parameters/MAV_FWDEXTSP/longDesc - SIM_GZ Servo 3 Minimum Value + If set to 1 incoming external setpoint messages will be directly forwarded to the controllers if in offboard control mode - /parameters/SIM_GZ_SV_MIN3/longDesc + /parameters/MAV_FWDEXTSP/values/0/description - Minimum output value (when not disarmed). + Disabled - /parameters/SIM_GZ_SV_MIN4/shortDesc + /parameters/MAV_FWDEXTSP/values/1/description - SIM_GZ Servo 4 Minimum Value + Enabled - /parameters/SIM_GZ_SV_MIN4/longDesc + /parameters/MAV_HASH_CHK_EN/shortDesc - Minimum output value (when not disarmed). + Parameter hash check - /parameters/SIM_GZ_SV_MIN5/shortDesc + /parameters/MAV_HASH_CHK_EN/longDesc - SIM_GZ Servo 5 Minimum Value + Disabling the parameter hash check functionality will make the mavlink instance stream parameters continuously. - /parameters/SIM_GZ_SV_MIN5/longDesc + /parameters/MAV_HASH_CHK_EN/values/0/description - Minimum output value (when not disarmed). + Disabled - /parameters/SIM_GZ_SV_MIN6/shortDesc + /parameters/MAV_HASH_CHK_EN/values/1/description - SIM_GZ Servo 6 Minimum Value + Enabled - /parameters/SIM_GZ_SV_MIN6/longDesc + /parameters/MAV_HB_FORW_EN/shortDesc - Minimum output value (when not disarmed). + Heartbeat message forwarding - /parameters/SIM_GZ_SV_MIN7/shortDesc + /parameters/MAV_HB_FORW_EN/longDesc - SIM_GZ Servo 7 Minimum Value + The mavlink heartbeat message will not be forwarded if this parameter is set to 'disabled'. The main reason for disabling heartbeats to be forwarded is because they confuse dronekit. - /parameters/SIM_GZ_SV_MIN7/longDesc + /parameters/MAV_HB_FORW_EN/values/0/description - Minimum output value (when not disarmed). + Disabled - /parameters/SIM_GZ_SV_MIN8/shortDesc + /parameters/MAV_HB_FORW_EN/values/1/description - SIM_GZ Servo 8 Minimum Value + Enabled - /parameters/SIM_GZ_SV_MIN8/longDesc + /parameters/MAV_PROTO_VER/shortDesc - Minimum output value (when not disarmed). + MAVLink protocol version - /parameters/SIM_GZ_SV_REV/shortDesc + /parameters/MAV_PROTO_VER/values/0/description - Reverse Output Range for SIM_GZ + Default to 1, switch to 2 if GCS sends version 2 - /parameters/SIM_GZ_SV_REV/longDesc + /parameters/MAV_PROTO_VER/values/1/description - Allows to reverse the output range for each channel. Note: this is only useful for servos. + Always use version 1 - /parameters/SIM_GZ_SV_REV/bitmask/0/description + /parameters/MAV_PROTO_VER/values/2/description - SIM_GZ Servo 1 + Always use version 2 - /parameters/SIM_GZ_SV_REV/bitmask/1/description + /parameters/MAV_RADIO_TOUT/shortDesc - SIM_GZ Servo 2 + Timeout in seconds for the RADIO_STATUS reports coming in - /parameters/SIM_GZ_SV_REV/bitmask/2/description + /parameters/MAV_RADIO_TOUT/longDesc - SIM_GZ Servo 3 + If the connected radio stops reporting RADIO_STATUS for a certain time, a warning is triggered and, if MAV_X_RADIO_CTL is enabled, the software-flow control is reset. - /parameters/SIM_GZ_SV_REV/bitmask/3/description + /parameters/MAV_SIK_RADIO_ID/shortDesc - SIM_GZ Servo 4 + MAVLink SiK Radio ID - /parameters/SIM_GZ_SV_REV/bitmask/4/description + /parameters/MAV_SIK_RADIO_ID/longDesc - SIM_GZ Servo 5 + When non-zero the MAVLink app will attempt to configure the SiK radio to this ID and re-set the parameter to 0. If the value is negative it will reset the complete radio config to factory defaults. Only applies if this mavlink instance is going through a SiK radio - /parameters/SIM_GZ_SV_REV/bitmask/5/description + /parameters/MAV_SYS_ID/shortDesc - SIM_GZ Servo 6 + MAVLink system ID - /parameters/SIM_GZ_SV_REV/bitmask/6/description + /parameters/MAV_TYPE/shortDesc - SIM_GZ Servo 7 + MAVLink airframe type - /parameters/SIM_GZ_SV_REV/bitmask/7/description + /parameters/MAV_TYPE/values/0/description - SIM_GZ Servo 8 + Generic micro air vehicle - /parameters/SIM_GZ_WH_DIS1/shortDesc + /parameters/MAV_TYPE/values/1/description - SIM_GZ Wheels 1 Disarmed Value + Fixed wing aircraft - /parameters/SIM_GZ_WH_DIS1/longDesc + /parameters/MAV_TYPE/values/2/description - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Quadrotor - /parameters/SIM_GZ_WH_DIS2/shortDesc + /parameters/MAV_TYPE/values/3/description - SIM_GZ Wheels 2 Disarmed Value + Coaxial helicopter - /parameters/SIM_GZ_WH_DIS2/longDesc + /parameters/MAV_TYPE/values/4/description - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Normal helicopter with tail rotor - /parameters/SIM_GZ_WH_FAIL1/shortDesc + /parameters/MAV_TYPE/values/7/description - SIM_GZ Wheels 1 Failsafe Value + Airship, controlled - /parameters/SIM_GZ_WH_FAIL1/longDesc + /parameters/MAV_TYPE/values/8/description - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_WH_FUNC1). + Free balloon, uncontrolled - /parameters/SIM_GZ_WH_FAIL2/shortDesc + /parameters/MAV_TYPE/values/10/description - SIM_GZ Wheels 2 Failsafe Value + Ground rover - /parameters/SIM_GZ_WH_FAIL2/longDesc + /parameters/MAV_TYPE/values/11/description - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see SIM_GZ_WH_FUNC2). + Surface vessel, boat, ship - /parameters/SIM_GZ_WH_FUNC1/shortDesc + /parameters/MAV_TYPE/values/12/description - SIM_GZ Wheels 1 Output Function + Submarine - /parameters/SIM_GZ_WH_FUNC1/longDesc + /parameters/MAV_TYPE/values/13/description - Select what should be output on SIM_GZ Wheels 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Hexarotor - /parameters/SIM_GZ_WH_FUNC1/values/0/description + /parameters/MAV_TYPE/values/14/description - Disabled + Octorotor - /parameters/SIM_GZ_WH_FUNC1/values/1/description + /parameters/MAV_TYPE/values/15/description - Constant Min + Tricopter - /parameters/SIM_GZ_WH_FUNC1/values/2/description + /parameters/MAV_TYPE/values/19/description - Constant Max + VTOL Two-rotor Tailsitter - /parameters/SIM_GZ_WH_FUNC1/values/101/description + /parameters/MAV_TYPE/values/20/description - Motor 1 + VTOL Quad-rotor Tailsitter - /parameters/SIM_GZ_WH_FUNC1/values/102/description + /parameters/MAV_TYPE/values/21/description - Motor 2 + VTOL Tiltrotor - /parameters/SIM_GZ_WH_FUNC1/values/103/description + /parameters/MAV_TYPE/values/22/description - Motor 3 + VTOL Standard (separate fixed rotors for hover and cruise flight) - /parameters/SIM_GZ_WH_FUNC1/values/104/description + /parameters/MAV_TYPE/values/23/description - Motor 4 + VTOL Tailsitter - /parameters/SIM_GZ_WH_FUNC1/values/105/description + /parameters/MAV_USEHILGPS/shortDesc - Motor 5 + Use/Accept HIL GPS message even if not in HIL mode - /parameters/SIM_GZ_WH_FUNC1/values/106/description + /parameters/MAV_USEHILGPS/longDesc - Motor 6 + If set to 1 incoming HIL GPS messages are parsed. - /parameters/SIM_GZ_WH_FUNC1/values/107/description + /parameters/MAV_USEHILGPS/values/0/description - Motor 7 + Disabled - /parameters/SIM_GZ_WH_FUNC1/values/108/description + /parameters/MAV_USEHILGPS/values/1/description - Motor 8 + Enabled - /parameters/SIM_GZ_WH_FUNC1/values/109/description + /parameters/MBE_ENABLE/shortDesc - Motor 9 + Enable online mag bias calibration - /parameters/SIM_GZ_WH_FUNC1/values/110/description + /parameters/MBE_ENABLE/longDesc - Motor 10 + This enables continuous calibration of the magnetometers before takeoff using gyro data. - /parameters/SIM_GZ_WH_FUNC1/values/111/description + /parameters/MBE_ENABLE/values/0/description - Motor 11 + Disabled - /parameters/SIM_GZ_WH_FUNC1/values/112/description + /parameters/MBE_ENABLE/values/1/description - Motor 12 + Enabled - /parameters/SIM_GZ_WH_FUNC1/values/201/description + /parameters/MBE_LEARN_GAIN/shortDesc - Servo 1 + Mag bias estimator learning gain - /parameters/SIM_GZ_WH_FUNC1/values/202/description + /parameters/MBE_LEARN_GAIN/longDesc - Servo 2 + Increase to make the estimator more responsive Decrease to make the estimator more robust to noise - /parameters/SIM_GZ_WH_FUNC1/values/203/description + /parameters/MAN_ARM_GESTURE/shortDesc - Servo 3 + Enable arm/disarm stick gesture - /parameters/SIM_GZ_WH_FUNC1/values/204/description + /parameters/MAN_ARM_GESTURE/longDesc - Servo 4 + This determines if moving the left stick to the lower right arms and to the lower left disarms the vehicle. - /parameters/SIM_GZ_WH_FUNC1/values/205/description + /parameters/MAN_ARM_GESTURE/values/0/description - Servo 5 + Disabled - /parameters/SIM_GZ_WH_FUNC1/values/206/description + /parameters/MAN_ARM_GESTURE/values/1/description - Servo 6 + Enabled - /parameters/SIM_GZ_WH_FUNC1/values/207/description + /parameters/MAN_KILL_GEST_T/shortDesc - Servo 7 + Trigger time for kill stick gesture - /parameters/SIM_GZ_WH_FUNC1/values/208/description + /parameters/MAN_KILL_GEST_T/longDesc - Servo 8 + The timeout for holding the left stick to the lower left and the right stick to the lower right at the same time until the gesture kills the actuators one-way. A negative value disables the feature. - /parameters/SIM_GZ_WH_FUNC1/values/301/description + /parameters/FW_GPSF_LT/shortDesc - Peripheral via Actuator Set 1 + GPS failure loiter time - /parameters/SIM_GZ_WH_FUNC1/values/302/description + /parameters/FW_GPSF_LT/longDesc - Peripheral via Actuator Set 2 + The time the system should do open loop loiter and wait for GPS recovery before it starts descending. Set to 0 to disable. Roll angle is set to FW_GPSF_R. Does only apply for fixed-wing vehicles or VTOLs with NAV_FORCE_VT set to 0. - /parameters/SIM_GZ_WH_FUNC1/values/303/description + /parameters/FW_GPSF_R/shortDesc - Peripheral via Actuator Set 3 + GPS failure fixed roll angle - /parameters/SIM_GZ_WH_FUNC1/values/304/description + /parameters/FW_GPSF_R/longDesc - Peripheral via Actuator Set 4 + Roll angle in GPS failure loiter mode. - /parameters/SIM_GZ_WH_FUNC1/values/305/description + /parameters/MIS_DIST_1WP/shortDesc - Peripheral via Actuator Set 5 + Maximal horizontal distance from Home to first waypoint - /parameters/SIM_GZ_WH_FUNC1/values/306/description + /parameters/MIS_DIST_1WP/longDesc - Peripheral via Actuator Set 6 + There will be a warning message if the current waypoint is more distant than MIS_DIST_1WP from Home. Has no effect on mission validity. Set a value of zero or less to disable. - /parameters/SIM_GZ_WH_FUNC1/values/400/description + /parameters/MIS_LND_ABRT_ALT/shortDesc - Landing Gear + Landing abort min altitude - /parameters/SIM_GZ_WH_FUNC1/values/401/description + /parameters/MIS_LND_ABRT_ALT/longDesc - Parachute + Minimum altitude above landing point that the vehicle will climb to after an aborted landing. Then vehicle will loiter in this altitude until further command is received. Only applies to fixed-wing vehicles. - /parameters/SIM_GZ_WH_FUNC1/values/402/description + /parameters/MIS_MNT_YAW_CTL/shortDesc - RC Roll + Enable yaw control of the mount. (Only affects multicopters and ROI mission items) - /parameters/SIM_GZ_WH_FUNC1/values/403/description + /parameters/MIS_MNT_YAW_CTL/longDesc - RC Pitch + If enabled, yaw commands will be sent to the mount and the vehicle will follow its heading towards the flight direction. If disabled, the vehicle will yaw towards the ROI. - /parameters/SIM_GZ_WH_FUNC1/values/404/description + /parameters/MIS_MNT_YAW_CTL/values/0/description - RC Throttle + Disable - /parameters/SIM_GZ_WH_FUNC1/values/405/description + /parameters/MIS_MNT_YAW_CTL/values/1/description - RC Yaw + Enable - /parameters/SIM_GZ_WH_FUNC1/values/406/description + /parameters/MIS_PD_TO/shortDesc - RC Flaps + Timeout for a successful payload deployment acknowledgement - /parameters/SIM_GZ_WH_FUNC1/values/407/description + /parameters/MIS_TAKEOFF_ALT/shortDesc - RC AUX 1 + Default take-off altitude - /parameters/SIM_GZ_WH_FUNC1/values/408/description + /parameters/MIS_TAKEOFF_ALT/longDesc - RC AUX 2 + This is the relative altitude the system will take off to if not otherwise specified. - /parameters/SIM_GZ_WH_FUNC1/values/409/description + /parameters/MIS_TKO_LAND_REQ/shortDesc - RC AUX 3 + Mission takeoff/landing required - /parameters/SIM_GZ_WH_FUNC1/values/410/description + /parameters/MIS_TKO_LAND_REQ/longDesc - RC AUX 4 + Specifies if a mission has to contain a takeoff and/or mission landing. Validity of configured takeoffs/landings is checked independently of the setting here. - /parameters/SIM_GZ_WH_FUNC1/values/411/description + /parameters/MIS_TKO_LAND_REQ/values/0/description - RC AUX 5 + No requirements - /parameters/SIM_GZ_WH_FUNC1/values/412/description + /parameters/MIS_TKO_LAND_REQ/values/1/description - RC AUX 6 + Require a takeoff - /parameters/SIM_GZ_WH_FUNC1/values/420/description + /parameters/MIS_TKO_LAND_REQ/values/2/description - Gimbal Roll + Require a landing - /parameters/SIM_GZ_WH_FUNC1/values/421/description + /parameters/MIS_TKO_LAND_REQ/values/3/description - Gimbal Pitch + Require a takeoff and a landing - /parameters/SIM_GZ_WH_FUNC1/values/422/description + /parameters/MIS_TKO_LAND_REQ/values/4/description - Gimbal Yaw + Require both a takeoff and a landing, or neither - /parameters/SIM_GZ_WH_FUNC1/values/430/description + /parameters/MIS_TKO_LAND_REQ/values/5/description - Gripper + Same as previous when landed, in-air require landing only if no valid VTOL approach is present - /parameters/SIM_GZ_WH_FUNC1/values/440/description + /parameters/MIS_YAW_ERR/shortDesc - Landing Gear Wheel + Max yaw error in degrees needed for waypoint heading acceptance - /parameters/SIM_GZ_WH_FUNC2/shortDesc + /parameters/MIS_YAW_TMT/shortDesc - SIM_GZ Wheels 2 Output Function + Time in seconds we wait on reaching target heading at a waypoint if it is forced - /parameters/SIM_GZ_WH_FUNC2/longDesc + /parameters/MIS_YAW_TMT/longDesc - Select what should be output on SIM_GZ Wheels 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + If set > 0 it will ignore the target heading for normal waypoint acceptance. If the waypoint forces the heading the timeout will matter. For example on VTOL forwards transition. Mainly useful for VTOLs that have less yaw authority and might not reach target yaw in wind. Disabled by default. - /parameters/SIM_GZ_WH_FUNC2/values/0/description + /parameters/MPC_YAW_MODE/shortDesc - Disabled + Heading behavior in autonomous modes - /parameters/SIM_GZ_WH_FUNC2/values/1/description + /parameters/MPC_YAW_MODE/values/0/description - Constant Min + towards waypoint - /parameters/SIM_GZ_WH_FUNC2/values/2/description + /parameters/MPC_YAW_MODE/values/1/description - Constant Max + towards home - /parameters/SIM_GZ_WH_FUNC2/values/101/description + /parameters/MPC_YAW_MODE/values/2/description - Motor 1 + away from home - /parameters/SIM_GZ_WH_FUNC2/values/102/description + /parameters/MPC_YAW_MODE/values/3/description - Motor 2 + along trajectory - /parameters/SIM_GZ_WH_FUNC2/values/103/description + /parameters/MPC_YAW_MODE/values/4/description - Motor 3 + towards waypoint (yaw first) - /parameters/SIM_GZ_WH_FUNC2/values/104/description + /parameters/MPC_YAW_MODE/values/5/description - Motor 4 + yaw fixed - /parameters/SIM_GZ_WH_FUNC2/values/105/description + /parameters/NAV_ACC_RAD/shortDesc - Motor 5 + Acceptance Radius - /parameters/SIM_GZ_WH_FUNC2/values/106/description + /parameters/NAV_ACC_RAD/longDesc - Motor 6 + Default acceptance radius, overridden by acceptance radius of waypoint if set. For fixed wing the npfg switch distance is used for horizontal acceptance. - /parameters/SIM_GZ_WH_FUNC2/values/107/description + /parameters/NAV_FORCE_VT/shortDesc - Motor 7 + Force VTOL mode takeoff and land - /parameters/SIM_GZ_WH_FUNC2/values/108/description + /parameters/NAV_FORCE_VT/values/0/description - Motor 8 + Disabled - /parameters/SIM_GZ_WH_FUNC2/values/109/description + /parameters/NAV_FORCE_VT/values/1/description - Motor 9 + Enabled - /parameters/SIM_GZ_WH_FUNC2/values/110/description + /parameters/NAV_FW_ALTL_RAD/shortDesc - Motor 10 + FW Altitude Acceptance Radius before a landing - /parameters/SIM_GZ_WH_FUNC2/values/111/description + /parameters/NAV_FW_ALTL_RAD/longDesc - Motor 11 + Altitude acceptance used for the last waypoint before a fixed-wing landing. This is usually smaller than the standard vertical acceptance because close to the ground higher accuracy is required. - /parameters/SIM_GZ_WH_FUNC2/values/112/description + /parameters/NAV_FW_ALT_RAD/shortDesc - Motor 12 + FW Altitude Acceptance Radius - /parameters/SIM_GZ_WH_FUNC2/values/201/description + /parameters/NAV_FW_ALT_RAD/longDesc - Servo 1 + Acceptance radius for fixedwing altitude. - /parameters/SIM_GZ_WH_FUNC2/values/202/description + /parameters/NAV_LOITER_RAD/shortDesc - Servo 2 + Loiter radius (FW only) - /parameters/SIM_GZ_WH_FUNC2/values/203/description + /parameters/NAV_LOITER_RAD/longDesc - Servo 3 + Default value of loiter radius in FW mode (e.g. for Loiter mode). - /parameters/SIM_GZ_WH_FUNC2/values/204/description + /parameters/NAV_MC_ALT_RAD/shortDesc - Servo 4 + MC Altitude Acceptance Radius - /parameters/SIM_GZ_WH_FUNC2/values/205/description + /parameters/NAV_MC_ALT_RAD/longDesc - Servo 5 + Acceptance radius for multicopter altitude. - /parameters/SIM_GZ_WH_FUNC2/values/206/description + /parameters/NAV_MIN_GND_DIST/shortDesc - Servo 6 + Minimum height above ground during Mission and RTL - /parameters/SIM_GZ_WH_FUNC2/values/207/description + /parameters/NAV_MIN_GND_DIST/longDesc - Servo 7 + Minimum height above ground the vehicle is allowed to descend to during Mission and RTL, excluding landing commands. Requires a distance sensor to be set up. Note: only prevents the vehicle from descending further, but does not force it to climb. Set to a negative value to disable. - /parameters/SIM_GZ_WH_FUNC2/values/208/description + /parameters/NAV_MIN_LTR_ALT/shortDesc - Servo 8 + Minimum Loiter altitude - /parameters/SIM_GZ_WH_FUNC2/values/301/description + /parameters/NAV_MIN_LTR_ALT/longDesc - Peripheral via Actuator Set 1 + This is the minimum altitude above Home the system will always obey in Loiter (Hold) mode if switched into this mode without specifying an altitude (e.g. through Loiter switch on RC). Doesn't affect Loiters that are part of Missions or that are entered through a reposition setpoint ("Go to"). Set to a negative value to disable. - /parameters/SIM_GZ_WH_FUNC2/values/302/description + /parameters/NAV_TRAFF_AVOID/shortDesc - Peripheral via Actuator Set 2 + Set traffic avoidance mode - /parameters/SIM_GZ_WH_FUNC2/values/303/description + /parameters/NAV_TRAFF_AVOID/longDesc - Peripheral via Actuator Set 3 + Enabling this will allow the system to respond to transponder data from e.g. ADSB transponders - /parameters/SIM_GZ_WH_FUNC2/values/304/description + /parameters/NAV_TRAFF_AVOID/values/0/description - Peripheral via Actuator Set 4 + Disabled - /parameters/SIM_GZ_WH_FUNC2/values/305/description + /parameters/NAV_TRAFF_AVOID/values/1/description - Peripheral via Actuator Set 5 + Warn only - /parameters/SIM_GZ_WH_FUNC2/values/306/description + /parameters/NAV_TRAFF_AVOID/values/2/description - Peripheral via Actuator Set 6 + Return mode - /parameters/SIM_GZ_WH_FUNC2/values/400/description + /parameters/NAV_TRAFF_AVOID/values/3/description - Landing Gear + Land mode - /parameters/SIM_GZ_WH_FUNC2/values/401/description + /parameters/NAV_TRAFF_AVOID/values/4/description - Parachute + Position Hold mode - /parameters/SIM_GZ_WH_FUNC2/values/402/description + /parameters/NAV_TRAFF_A_HOR/shortDesc - RC Roll + Set NAV TRAFFIC AVOID horizontal distance - /parameters/SIM_GZ_WH_FUNC2/values/403/description + /parameters/NAV_TRAFF_A_HOR/longDesc - RC Pitch + Defines a crosstrack horizontal distance - /parameters/SIM_GZ_WH_FUNC2/values/404/description + /parameters/NAV_TRAFF_A_VER/shortDesc - RC Throttle + Set NAV TRAFFIC AVOID vertical distance - /parameters/SIM_GZ_WH_FUNC2/values/405/description + /parameters/NAV_TRAFF_COLL_T/shortDesc - RC Yaw + Estimated time until collision - /parameters/SIM_GZ_WH_FUNC2/values/406/description + /parameters/NAV_TRAFF_COLL_T/longDesc - RC Flaps + Minimum acceptable time until collsion. Assumes constant speed over 3d distance. - /parameters/SIM_GZ_WH_FUNC2/values/407/description + /parameters/MC_AIRMODE/shortDesc - RC AUX 1 + Multicopter air-mode - /parameters/SIM_GZ_WH_FUNC2/values/408/description + /parameters/MC_AIRMODE/longDesc - RC AUX 2 + The air-mode enables the mixer to increase the total thrust of the multirotor in order to keep attitude and rate control even at low and high throttle. This function should be disabled during tuning as it will help the controller to diverge if the closed-loop is unstable (i.e. the vehicle is not tuned yet). Enabling air-mode for yaw requires the use of an arming switch. - /parameters/SIM_GZ_WH_FUNC2/values/409/description + /parameters/MC_AIRMODE/values/0/description - RC AUX 3 + Disabled - /parameters/SIM_GZ_WH_FUNC2/values/410/description + /parameters/MC_AIRMODE/values/1/description - RC AUX 4 + Roll/Pitch - /parameters/SIM_GZ_WH_FUNC2/values/411/description + /parameters/MC_AIRMODE/values/2/description - RC AUX 5 + Roll/Pitch/Yaw - /parameters/SIM_GZ_WH_FUNC2/values/412/description + /parameters/MNT_DO_STAB/shortDesc - RC AUX 6 + Stabilize the mount - /parameters/SIM_GZ_WH_FUNC2/values/420/description + /parameters/MNT_DO_STAB/longDesc - Gimbal Roll + Set to true for servo gimbal, false for passthrough. This is required for a gimbal which is not capable of stabilizing itself and relies on the IMU's attitude estimation. - /parameters/SIM_GZ_WH_FUNC2/values/421/description + /parameters/MNT_DO_STAB/values/0/description - Gimbal Pitch + Disable - /parameters/SIM_GZ_WH_FUNC2/values/422/description + /parameters/MNT_DO_STAB/values/1/description - Gimbal Yaw + Stabilize all axis - /parameters/SIM_GZ_WH_FUNC2/values/430/description + /parameters/MNT_DO_STAB/values/2/description - Gripper + Stabilize yaw for absolute/lock mode. - /parameters/SIM_GZ_WH_FUNC2/values/440/description + /parameters/MNT_LND_P_MAX/shortDesc - Landing Gear Wheel + Pitch maximum when landed - /parameters/SIM_GZ_WH_MAX1/shortDesc + /parameters/MNT_LND_P_MIN/shortDesc - SIM_GZ Wheels 1 Maximum Value + Pitch minimum when landed - /parameters/SIM_GZ_WH_MAX1/longDesc + /parameters/MNT_MAN_PITCH/shortDesc - Maxmimum output value (when not disarmed). + Auxiliary channel to control pitch (in AUX input or manual mode) - /parameters/SIM_GZ_WH_MAX2/shortDesc + /parameters/MNT_MAN_PITCH/values/0/description - SIM_GZ Wheels 2 Maximum Value + Disable - /parameters/SIM_GZ_WH_MAX2/longDesc + /parameters/MNT_MAN_PITCH/values/1/description - Maxmimum output value (when not disarmed). + AUX1 - /parameters/SIM_GZ_WH_MIN1/shortDesc + /parameters/MNT_MAN_PITCH/values/2/description - SIM_GZ Wheels 1 Minimum Value + AUX2 - /parameters/SIM_GZ_WH_MIN1/longDesc + /parameters/MNT_MAN_PITCH/values/3/description - Minimum output value (when not disarmed). + AUX3 - /parameters/SIM_GZ_WH_MIN2/shortDesc + /parameters/MNT_MAN_PITCH/values/4/description - SIM_GZ Wheels 2 Minimum Value + AUX4 - /parameters/SIM_GZ_WH_MIN2/longDesc + /parameters/MNT_MAN_PITCH/values/5/description - Minimum output value (when not disarmed). + AUX5 - /parameters/SIM_GZ_WH_REV/shortDesc + /parameters/MNT_MAN_PITCH/values/6/description - Reverse Output Range for SIM_GZ + AUX6 - /parameters/SIM_GZ_WH_REV/longDesc + /parameters/MNT_MAN_ROLL/shortDesc - Allows to reverse the output range for each channel. Note: this is only useful for servos. + Auxiliary channel to control roll (in AUX input or manual mode) - /parameters/SIM_GZ_WH_REV/bitmask/0/description + /parameters/MNT_MAN_ROLL/values/0/description - SIM_GZ Wheels 1 + Disable - /parameters/SIM_GZ_WH_REV/bitmask/1/description + /parameters/MNT_MAN_ROLL/values/1/description - SIM_GZ Wheels 2 + AUX1 - /parameters/TAP_ESC_FUNC1/shortDesc + /parameters/MNT_MAN_ROLL/values/2/description - TAP ESC Output ESC 1 Output Function + AUX2 - /parameters/TAP_ESC_FUNC1/longDesc + /parameters/MNT_MAN_ROLL/values/3/description - Select what should be output on TAP ESC Output ESC 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + AUX3 - /parameters/TAP_ESC_FUNC1/values/0/description + /parameters/MNT_MAN_ROLL/values/4/description - Disabled + AUX4 - /parameters/TAP_ESC_FUNC1/values/1/description + /parameters/MNT_MAN_ROLL/values/5/description - Constant Min + AUX5 - /parameters/TAP_ESC_FUNC1/values/2/description + /parameters/MNT_MAN_ROLL/values/6/description - Constant Max + AUX6 - /parameters/TAP_ESC_FUNC1/values/101/description + /parameters/MNT_MAN_YAW/shortDesc - Motor 1 + Auxiliary channel to control yaw (in AUX input or manual mode) - /parameters/TAP_ESC_FUNC1/values/102/description + /parameters/MNT_MAN_YAW/values/0/description - Motor 2 + Disable - /parameters/TAP_ESC_FUNC1/values/103/description + /parameters/MNT_MAN_YAW/values/1/description - Motor 3 + AUX1 - /parameters/TAP_ESC_FUNC1/values/104/description + /parameters/MNT_MAN_YAW/values/2/description - Motor 4 + AUX2 - /parameters/TAP_ESC_FUNC1/values/105/description + /parameters/MNT_MAN_YAW/values/3/description - Motor 5 + AUX3 - /parameters/TAP_ESC_FUNC1/values/106/description + /parameters/MNT_MAN_YAW/values/4/description - Motor 6 + AUX4 - /parameters/TAP_ESC_FUNC1/values/107/description + /parameters/MNT_MAN_YAW/values/5/description - Motor 7 + AUX5 - /parameters/TAP_ESC_FUNC1/values/108/description + /parameters/MNT_MAN_YAW/values/6/description - Motor 8 + AUX6 - /parameters/TAP_ESC_FUNC1/values/109/description + /parameters/MNT_MAV_COMPID/shortDesc - Motor 9 + Mavlink Component ID of the mount - /parameters/TAP_ESC_FUNC1/values/110/description + /parameters/MNT_MAV_COMPID/longDesc - Motor 10 + If MNT_MODE_OUT is MAVLink protocol v2, mount configure/control commands will be sent with this component ID. - /parameters/TAP_ESC_FUNC1/values/111/description + /parameters/MNT_MAV_SYSID/shortDesc - Motor 11 + Mavlink System ID of the mount - /parameters/TAP_ESC_FUNC1/values/112/description + /parameters/MNT_MAV_SYSID/longDesc - Motor 12 + If MNT_MODE_OUT is MAVLink gimbal protocol v1, mount configure/control commands will be sent with this target ID. - /parameters/TAP_ESC_FUNC1/values/201/description + /parameters/MNT_MODE_IN/shortDesc - Servo 1 + Mount input mode - /parameters/TAP_ESC_FUNC1/values/202/description + /parameters/MNT_MODE_IN/longDesc - Servo 2 + This is the protocol used between the ground station and the autopilot. Recommended is Auto, RC only or MAVLink gimbal protocol v2. The rest will be deprecated. - /parameters/TAP_ESC_FUNC1/values/203/description + /parameters/MNT_MODE_IN/values/-1/description - Servo 3 + DISABLED - /parameters/TAP_ESC_FUNC1/values/204/description + /parameters/MNT_MODE_IN/values/0/description - Servo 4 + Auto (RC and MAVLink gimbal protocol v2) - /parameters/TAP_ESC_FUNC1/values/205/description + /parameters/MNT_MODE_IN/values/1/description - Servo 5 + RC - /parameters/TAP_ESC_FUNC1/values/206/description + /parameters/MNT_MODE_IN/values/2/description - Servo 6 + MAVLINK_ROI (protocol v1, to be deprecated) - /parameters/TAP_ESC_FUNC1/values/207/description + /parameters/MNT_MODE_IN/values/3/description - Servo 7 + MAVLINK_DO_MOUNT (protocol v1, to be deprecated) - /parameters/TAP_ESC_FUNC1/values/208/description + /parameters/MNT_MODE_IN/values/4/description - Servo 8 + MAVlink gimbal protocol v2 - /parameters/TAP_ESC_FUNC1/values/301/description + /parameters/MNT_MODE_OUT/shortDesc - Peripheral via Actuator Set 1 + Mount output mode - /parameters/TAP_ESC_FUNC1/values/302/description + /parameters/MNT_MODE_OUT/longDesc - Peripheral via Actuator Set 2 + This is the protocol used between the autopilot and a connected gimbal. Recommended is the MAVLink gimbal protocol v2 if the gimbal supports it. - /parameters/TAP_ESC_FUNC1/values/303/description + /parameters/MNT_MODE_OUT/values/0/description - Peripheral via Actuator Set 3 + AUX - /parameters/TAP_ESC_FUNC1/values/304/description + /parameters/MNT_MODE_OUT/values/1/description - Peripheral via Actuator Set 4 + MAVLink gimbal protocol v1 - /parameters/TAP_ESC_FUNC1/values/305/description + /parameters/MNT_MODE_OUT/values/2/description - Peripheral via Actuator Set 5 + MAVLink gimbal protocol v2 - /parameters/TAP_ESC_FUNC1/values/306/description + /parameters/MNT_OFF_PITCH/shortDesc - Peripheral via Actuator Set 6 + Offset for pitch channel output in degrees - /parameters/TAP_ESC_FUNC1/values/400/description + /parameters/MNT_OFF_ROLL/shortDesc - Landing Gear + Offset for roll channel output in degrees - /parameters/TAP_ESC_FUNC1/values/401/description + /parameters/MNT_OFF_YAW/shortDesc - Parachute + Offset for yaw channel output in degrees - /parameters/TAP_ESC_FUNC1/values/402/description + /parameters/MNT_RANGE_PITCH/shortDesc - RC Roll + Range of pitch channel output in degrees (only in AUX output mode) - /parameters/TAP_ESC_FUNC1/values/403/description + /parameters/MNT_RANGE_ROLL/shortDesc - RC Pitch + Range of roll channel output in degrees (only in AUX output mode) - /parameters/TAP_ESC_FUNC1/values/404/description + /parameters/MNT_RANGE_YAW/shortDesc - RC Throttle + Range of yaw channel output in degrees (only in AUX output mode) - /parameters/TAP_ESC_FUNC1/values/405/description + /parameters/MNT_RATE_PITCH/shortDesc - RC Yaw + Angular pitch rate for manual input in degrees/second - /parameters/TAP_ESC_FUNC1/values/406/description + /parameters/MNT_RATE_PITCH/longDesc - RC Flaps + Full stick input [-1..1] translats to [-pitch rate..pitch rate]. - /parameters/TAP_ESC_FUNC1/values/407/description + /parameters/MNT_RATE_YAW/shortDesc - RC AUX 1 + Angular yaw rate for manual input in degrees/second - /parameters/TAP_ESC_FUNC1/values/408/description + /parameters/MNT_RATE_YAW/longDesc - RC AUX 2 + Full stick input [-1..1] translats to [-yaw rate..yaw rate]. - /parameters/TAP_ESC_FUNC1/values/409/description + /parameters/MNT_RC_IN_MODE/shortDesc - RC AUX 3 + Input mode for RC gimbal input - /parameters/TAP_ESC_FUNC1/values/410/description + /parameters/MNT_RC_IN_MODE/values/0/description - RC AUX 4 + Angle - /parameters/TAP_ESC_FUNC1/values/411/description + /parameters/MNT_RC_IN_MODE/values/1/description - RC AUX 5 + Angular rate - /parameters/TAP_ESC_FUNC1/values/412/description + /parameters/MC_ACRO_EXPO/shortDesc - RC AUX 6 + Acro mode roll, pitch expo factor - /parameters/TAP_ESC_FUNC1/values/420/description + /parameters/MC_ACRO_EXPO/longDesc - Gimbal Roll + Exponential factor for tuning the input curve shape. 0 Purely linear input curve 1 Purely cubic input curve - /parameters/TAP_ESC_FUNC1/values/421/description + /parameters/MC_ACRO_EXPO_Y/shortDesc - Gimbal Pitch + Acro mode yaw expo factor - /parameters/TAP_ESC_FUNC1/values/422/description + /parameters/MC_ACRO_EXPO_Y/longDesc - Gimbal Yaw + Exponential factor for tuning the input curve shape. 0 Purely linear input curve 1 Purely cubic input curve - /parameters/TAP_ESC_FUNC1/values/430/description + /parameters/MC_ACRO_P_MAX/shortDesc - Gripper + Acro mode maximum pitch rate - /parameters/TAP_ESC_FUNC1/values/440/description + /parameters/MC_ACRO_P_MAX/longDesc - Landing Gear Wheel + Full stick deflection leads to this rate. - /parameters/TAP_ESC_FUNC2/shortDesc + /parameters/MC_ACRO_R_MAX/shortDesc - TAP ESC Output ESC 2 Output Function + Acro mode maximum roll rate - /parameters/TAP_ESC_FUNC2/longDesc + /parameters/MC_ACRO_R_MAX/longDesc - Select what should be output on TAP ESC Output ESC 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Full stick deflection leads to this rate. - /parameters/TAP_ESC_FUNC2/values/0/description + /parameters/MC_ACRO_SUPEXPO/shortDesc - Disabled + Acro mode roll, pitch super expo factor - /parameters/TAP_ESC_FUNC2/values/1/description + /parameters/MC_ACRO_SUPEXPO/longDesc - Constant Min + "Superexponential" factor for refining the input curve shape tuned using MC_ACRO_EXPO. 0 Pure Expo function 0.7 reasonable shape enhancement for intuitive stick feel 0.95 very strong bent input curve only near maxima have effect - /parameters/TAP_ESC_FUNC2/values/2/description + /parameters/MC_ACRO_SUPEXPOY/shortDesc - Constant Max + Acro mode yaw super expo factor - /parameters/TAP_ESC_FUNC2/values/101/description + /parameters/MC_ACRO_SUPEXPOY/longDesc - Motor 1 + "Superexponential" factor for refining the input curve shape tuned using MC_ACRO_EXPO_Y. 0 Pure Expo function 0.7 reasonable shape enhancement for intuitive stick feel 0.95 very strong bent input curve only near maxima have effect - /parameters/TAP_ESC_FUNC2/values/102/description + /parameters/MC_ACRO_Y_MAX/shortDesc - Motor 2 + Acro mode maximum yaw rate - /parameters/TAP_ESC_FUNC2/values/103/description + /parameters/MC_ACRO_Y_MAX/longDesc - Motor 3 + Full stick deflection leads to this rate. - /parameters/TAP_ESC_FUNC2/values/104/description + /parameters/MC_PITCHRATE_MAX/shortDesc - Motor 4 + Max pitch rate - /parameters/TAP_ESC_FUNC2/values/105/description + /parameters/MC_PITCHRATE_MAX/longDesc - Motor 5 + Limit for pitch rate in manual and auto modes (except acro). Has effect for large rotations in autonomous mode, to avoid large control output and mixer saturation. This is not only limited by the vehicle's properties, but also by the maximum measurement rate of the gyro. - /parameters/TAP_ESC_FUNC2/values/106/description + /parameters/MC_PITCH_P/shortDesc - Motor 6 + Pitch P gain - /parameters/TAP_ESC_FUNC2/values/107/description + /parameters/MC_PITCH_P/longDesc - Motor 7 + Pitch proportional gain, i.e. desired angular speed in rad/s for error 1 rad. - /parameters/TAP_ESC_FUNC2/values/108/description + /parameters/MC_ROLLRATE_MAX/shortDesc - Motor 8 + Max roll rate - /parameters/TAP_ESC_FUNC2/values/109/description + /parameters/MC_ROLLRATE_MAX/longDesc - Motor 9 + Limit for roll rate in manual and auto modes (except acro). Has effect for large rotations in autonomous mode, to avoid large control output and mixer saturation. This is not only limited by the vehicle's properties, but also by the maximum measurement rate of the gyro. - /parameters/TAP_ESC_FUNC2/values/110/description + /parameters/MC_ROLL_P/shortDesc - Motor 10 + Roll P gain - /parameters/TAP_ESC_FUNC2/values/111/description + /parameters/MC_ROLL_P/longDesc - Motor 11 + Roll proportional gain, i.e. desired angular speed in rad/s for error 1 rad. - /parameters/TAP_ESC_FUNC2/values/112/description + /parameters/MC_YAWRATE_MAX/shortDesc - Motor 12 + Max yaw rate - /parameters/TAP_ESC_FUNC2/values/201/description + /parameters/MC_YAW_P/shortDesc - Servo 1 + Yaw P gain - /parameters/TAP_ESC_FUNC2/values/202/description + /parameters/MC_YAW_P/longDesc - Servo 2 + Yaw proportional gain, i.e. desired angular speed in rad/s for error 1 rad. - /parameters/TAP_ESC_FUNC2/values/203/description + /parameters/MC_YAW_WEIGHT/shortDesc - Servo 3 + Yaw weight - /parameters/TAP_ESC_FUNC2/values/204/description + /parameters/MC_YAW_WEIGHT/longDesc - Servo 4 + A fraction [0,1] deprioritizing yaw compared to roll and pitch in non-linear attitude control. Deprioritizing yaw is necessary because multicopters have much less control authority in yaw compared to the other axes and it makes sense because yaw is not critical for stable hovering or 3D navigation. For yaw control tuning use MC_YAW_P. This ratio has no impact on the yaw gain. - /parameters/TAP_ESC_FUNC2/values/205/description + /parameters/MPC_YAWRAUTO_ACC/shortDesc - Servo 5 + Maximum yaw acceleration in autonomous modes - /parameters/TAP_ESC_FUNC2/values/206/description + /parameters/MPC_YAWRAUTO_ACC/longDesc - Servo 6 + Limits the acceleration of the yaw setpoint to avoid large control output and mixer saturation. - /parameters/TAP_ESC_FUNC2/values/207/description + /parameters/MPC_YAWRAUTO_MAX/shortDesc - Servo 7 + Maximum yaw rate in autonomous modes - /parameters/TAP_ESC_FUNC2/values/208/description + /parameters/MPC_YAWRAUTO_MAX/longDesc - Servo 8 + Limits the rate of change of the yaw setpoint to avoid large control output and mixer saturation. - /parameters/TAP_ESC_FUNC2/values/301/description + /parameters/CP_DELAY/shortDesc - Peripheral via Actuator Set 1 + Average delay of the range sensor message plus the tracking delay of the position controller in seconds - /parameters/TAP_ESC_FUNC2/values/302/description + /parameters/CP_DELAY/longDesc - Peripheral via Actuator Set 2 + Only used in Position mode. - /parameters/TAP_ESC_FUNC2/values/303/description + /parameters/CP_DIST/shortDesc - Peripheral via Actuator Set 3 + Minimum distance the vehicle should keep to all obstacles - /parameters/TAP_ESC_FUNC2/values/304/description + /parameters/CP_DIST/longDesc - Peripheral via Actuator Set 4 + Only used in Position mode. Collision avoidance is disabled by setting this parameter to a negative value - /parameters/TAP_ESC_FUNC2/values/305/description + /parameters/CP_GO_NO_DATA/shortDesc - Peripheral via Actuator Set 5 + Boolean to allow moving into directions where there is no sensor data (outside FOV) - /parameters/TAP_ESC_FUNC2/values/306/description + /parameters/CP_GO_NO_DATA/longDesc - Peripheral via Actuator Set 6 + Only used in Position mode. - /parameters/TAP_ESC_FUNC2/values/400/description + /parameters/CP_GO_NO_DATA/values/0/description - Landing Gear + Disabled - /parameters/TAP_ESC_FUNC2/values/401/description + /parameters/CP_GO_NO_DATA/values/1/description - Parachute + Enabled - /parameters/TAP_ESC_FUNC2/values/402/description + /parameters/CP_GUIDE_ANG/shortDesc - RC Roll + Angle left/right from the commanded setpoint by which the collision prevention algorithm can choose to change the setpoint direction - /parameters/TAP_ESC_FUNC2/values/403/description + /parameters/CP_GUIDE_ANG/longDesc - RC Pitch + Only used in Position mode. - /parameters/TAP_ESC_FUNC2/values/404/description + /parameters/MC_MAN_TILT_TAU/shortDesc - RC Throttle + Manual tilt input filter time constant - /parameters/TAP_ESC_FUNC2/values/405/description + /parameters/MC_MAN_TILT_TAU/longDesc - RC Yaw + Setting this parameter to 0 disables the filter - /parameters/TAP_ESC_FUNC2/values/406/description + /parameters/MPC_ACC_DECOUPLE/shortDesc - RC Flaps + Acceleration to tilt coupling - /parameters/TAP_ESC_FUNC2/values/407/description + /parameters/MPC_ACC_DECOUPLE/longDesc - RC AUX 1 + Set to decouple tilt from vertical acceleration. This provides smoother flight but slightly worse tracking in position and auto modes. Unset if accurate position tracking during dynamic maneuvers is more important than a smooth flight. - /parameters/TAP_ESC_FUNC2/values/408/description + /parameters/MPC_ACC_DECOUPLE/values/0/description - RC AUX 2 + Disabled - /parameters/TAP_ESC_FUNC2/values/409/description + /parameters/MPC_ACC_DECOUPLE/values/1/description - RC AUX 3 + Enabled - /parameters/TAP_ESC_FUNC2/values/410/description + /parameters/MPC_ACC_DOWN_MAX/shortDesc - RC AUX 4 + Maximum downwards acceleration in climb rate controlled modes - /parameters/TAP_ESC_FUNC2/values/411/description + /parameters/MPC_ACC_HOR/shortDesc - RC AUX 5 + Acceleration for autonomous and for manual modes - /parameters/TAP_ESC_FUNC2/values/412/description + /parameters/MPC_ACC_HOR/longDesc - RC AUX 6 + When piloting manually, this parameter is only used in MPC_POS_MODE Acceleration based. - /parameters/TAP_ESC_FUNC2/values/420/description + /parameters/MPC_ACC_HOR_MAX/shortDesc - Gimbal Roll + Maximum horizontal acceleration - /parameters/TAP_ESC_FUNC2/values/421/description + /parameters/MPC_ACC_HOR_MAX/longDesc - Gimbal Pitch + MPC_POS_MODE 1 just deceleration 3 acceleration and deceleration 4 not used, use MPC_ACC_HOR instead - /parameters/TAP_ESC_FUNC2/values/422/description + /parameters/MPC_ACC_UP_MAX/shortDesc - Gimbal Yaw + Maximum upwards acceleration in climb rate controlled modes - /parameters/TAP_ESC_FUNC2/values/430/description + /parameters/MPC_ALT_MODE/shortDesc - Gripper + Altitude reference mode - /parameters/TAP_ESC_FUNC2/values/440/description + /parameters/MPC_ALT_MODE/longDesc - Landing Gear Wheel + Set to 0 to control height relative to the earth frame origin. This origin may move up and down in flight due to sensor drift. Set to 1 to control height relative to estimated distance to ground. The vehicle will move up and down with terrain height variation. Requires a distance to ground sensor. The height controller will revert to using height above origin if the distance to ground estimate becomes invalid as indicated by the local_position.distance_bottom_valid message being false. Set to 2 to control height relative to ground (requires a distance sensor) when stationary and relative to earth frame origin when moving horizontally. The speed threshold is controlled by the MPC_HOLD_MAX_XY parameter. - /parameters/TAP_ESC_FUNC3/shortDesc + /parameters/MPC_ALT_MODE/values/0/description - TAP ESC Output ESC 3 Output Function + Altitude following - /parameters/TAP_ESC_FUNC3/longDesc + /parameters/MPC_ALT_MODE/values/1/description - Select what should be output on TAP ESC Output ESC 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Terrain following - /parameters/TAP_ESC_FUNC3/values/0/description + /parameters/MPC_ALT_MODE/values/2/description - Disabled + Terrain hold - /parameters/TAP_ESC_FUNC3/values/1/description + /parameters/MPC_HOLD_DZ/shortDesc - Constant Min + Deadzone for sticks in manual piloted modes - /parameters/TAP_ESC_FUNC3/values/2/description + /parameters/MPC_HOLD_DZ/longDesc - Constant Max + Does not apply to manual throttle and direct attitude piloting by stick. - /parameters/TAP_ESC_FUNC3/values/101/description + /parameters/MPC_HOLD_MAX_XY/shortDesc - Motor 1 + Maximum horizontal velocity for which position hold is enabled (use 0 to disable check) - /parameters/TAP_ESC_FUNC3/values/102/description + /parameters/MPC_HOLD_MAX_XY/longDesc - Motor 2 + Only used with MPC_POS_MODE Direct velocity or MPC_ALT_MODE 2 - /parameters/TAP_ESC_FUNC3/values/103/description + /parameters/MPC_HOLD_MAX_Z/shortDesc - Motor 3 + Maximum vertical velocity for which position hold is enabled (use 0 to disable check) - /parameters/TAP_ESC_FUNC3/values/104/description + /parameters/MPC_HOLD_MAX_Z/longDesc - Motor 4 + Only used with MPC_ALT_MODE 1 - /parameters/TAP_ESC_FUNC3/values/105/description + /parameters/MPC_JERK_AUTO/shortDesc - Motor 5 + Jerk limit in autonomous modes - /parameters/TAP_ESC_FUNC3/values/106/description + /parameters/MPC_JERK_AUTO/longDesc - Motor 6 + Limit the maximum jerk of the vehicle (how fast the acceleration can change). A lower value leads to smoother vehicle motions but also limited agility. - /parameters/TAP_ESC_FUNC3/values/107/description + /parameters/MPC_JERK_MAX/shortDesc - Motor 7 + Maximum horizontal and vertical jerk in Position/Altitude mode - /parameters/TAP_ESC_FUNC3/values/108/description + /parameters/MPC_JERK_MAX/longDesc - Motor 8 + Limit the maximum jerk of the vehicle (how fast the acceleration can change). A lower value leads to smoother motions but limits agility (how fast it can change directions or break). Setting this to the maximum value essentially disables the limit. Only used with smooth MPC_POS_MODE Smoothed velocity and Acceleration based. - /parameters/TAP_ESC_FUNC3/values/109/description + /parameters/MPC_LAND_ALT1/shortDesc - Motor 9 + Altitude for 1. step of slow landing (descend) - /parameters/TAP_ESC_FUNC3/values/110/description + /parameters/MPC_LAND_ALT1/longDesc - Motor 10 + Below this altitude descending velocity gets limited to a value between "MPC_Z_VEL_MAX_DN" (or "MPC_Z_V_AUTO_DN") and "MPC_LAND_SPEED" Value needs to be higher than "MPC_LAND_ALT2" - /parameters/TAP_ESC_FUNC3/values/111/description + /parameters/MPC_LAND_ALT2/shortDesc - Motor 11 + Altitude for 2. step of slow landing (landing) - /parameters/TAP_ESC_FUNC3/values/112/description + /parameters/MPC_LAND_ALT2/longDesc - Motor 12 + Below this altitude descending velocity gets limited to "MPC_LAND_SPEED" Value needs to be lower than "MPC_LAND_ALT1" - /parameters/TAP_ESC_FUNC3/values/201/description + /parameters/MPC_LAND_ALT3/shortDesc - Servo 1 + Altitude for 3. step of slow landing - /parameters/TAP_ESC_FUNC3/values/202/description + /parameters/MPC_LAND_ALT3/longDesc - Servo 2 + Below this altitude descending velocity gets limited to "MPC_LAND_CRWL", if LIDAR available. No effect if LIDAR not available - /parameters/TAP_ESC_FUNC3/values/203/description + /parameters/MPC_LAND_CRWL/shortDesc - Servo 3 + Land crawl descend rate - /parameters/TAP_ESC_FUNC3/values/204/description + /parameters/MPC_LAND_CRWL/longDesc - Servo 4 + Used below MPC_LAND_ALT3 if distance sensor data is availabe. - /parameters/TAP_ESC_FUNC3/values/205/description + /parameters/MPC_LAND_RADIUS/shortDesc - Servo 5 + User assisted landing radius - /parameters/TAP_ESC_FUNC3/values/206/description + /parameters/MPC_LAND_RADIUS/longDesc - Servo 6 + When nudging is enabled (see MPC_LAND_RC_HELP), this controls the maximum allowed horizontal displacement from the original landing point. - /parameters/TAP_ESC_FUNC3/values/207/description + /parameters/MPC_LAND_RC_HELP/shortDesc - Servo 7 + Enable nudging based on user input during autonomous land routine - /parameters/TAP_ESC_FUNC3/values/208/description + /parameters/MPC_LAND_RC_HELP/longDesc - Servo 8 + Using stick input the vehicle can be moved horizontally and yawed. The descend speed is amended: stick full up - 0 stick centered - MPC_LAND_SPEED stick full down - 2 * MPC_LAND_SPEED Manual override during auto modes has to be disabled to use this feature (see COM_RC_OVERRIDE). - /parameters/TAP_ESC_FUNC3/values/301/description + /parameters/MPC_LAND_RC_HELP/values/0/description - Peripheral via Actuator Set 1 + Nudging disabled - /parameters/TAP_ESC_FUNC3/values/302/description + /parameters/MPC_LAND_RC_HELP/values/1/description - Peripheral via Actuator Set 2 + Nudging enabled - /parameters/TAP_ESC_FUNC3/values/303/description + /parameters/MPC_LAND_SPEED/shortDesc - Peripheral via Actuator Set 3 + Landing descend rate - /parameters/TAP_ESC_FUNC3/values/304/description + /parameters/MPC_MANTHR_MIN/shortDesc - Peripheral via Actuator Set 4 + Minimum collective thrust in Stabilized mode - /parameters/TAP_ESC_FUNC3/values/305/description + /parameters/MPC_MANTHR_MIN/longDesc - Peripheral via Actuator Set 5 + The value is mapped to the lowest throttle stick position in Stabilized mode. Too low collective thrust leads to loss of roll/pitch/yaw torque control authority. Airmode is used to keep torque authority with zero thrust (see MC_AIRMODE). - /parameters/TAP_ESC_FUNC3/values/306/description + /parameters/MPC_MAN_TILT_MAX/shortDesc - Peripheral via Actuator Set 6 + Maximal tilt angle in Stabilized or Altitude mode - /parameters/TAP_ESC_FUNC3/values/400/description + /parameters/MPC_MAN_Y_MAX/shortDesc - Landing Gear + Max manual yaw rate for Stabilized, Altitude, Position mode - /parameters/TAP_ESC_FUNC3/values/401/description + /parameters/MPC_MAN_Y_TAU/shortDesc - Parachute + Manual yaw rate input filter time constant - /parameters/TAP_ESC_FUNC3/values/402/description + /parameters/MPC_MAN_Y_TAU/longDesc - RC Roll + Not used in Stabilized mode Setting this parameter to 0 disables the filter - /parameters/TAP_ESC_FUNC3/values/403/description + /parameters/MPC_POS_MODE/shortDesc - RC Pitch + Position/Altitude mode variant - /parameters/TAP_ESC_FUNC3/values/404/description + /parameters/MPC_POS_MODE/longDesc - RC Throttle + The supported sub-modes are: - "Direct velocity": Sticks directly map to velocity setpoints without smoothing. Also applies to vertical direction and Altitude mode. Useful for velocity control tuning. - "Smoothed velocity": Sticks map to velocity but with maximum acceleration and jerk limits based on jerk optimized trajectory generator (different algorithm than 1). - "Acceleration based": Sticks map to acceleration and there's a virtual brake drag - /parameters/TAP_ESC_FUNC3/values/405/description + /parameters/MPC_POS_MODE/values/0/description - RC Yaw + Direct velocity - /parameters/TAP_ESC_FUNC3/values/406/description + /parameters/MPC_POS_MODE/values/3/description - RC Flaps + Smoothed velocity - /parameters/TAP_ESC_FUNC3/values/407/description + /parameters/MPC_POS_MODE/values/4/description - RC AUX 1 + Acceleration based - /parameters/TAP_ESC_FUNC3/values/408/description + /parameters/MPC_THR_CURVE/shortDesc - RC AUX 2 + Thrust curve mapping in Stabilized Mode - /parameters/TAP_ESC_FUNC3/values/409/description + /parameters/MPC_THR_CURVE/longDesc - RC AUX 3 + This parameter defines how the throttle stick input is mapped to collective thrust in Stabilized mode. In case the default is used ('Rescale to hover thrust'), the stick input is linearly rescaled, such that a centered stick corresponds to the hover throttle (see MPC_THR_HOVER). Select 'No Rescale' to directly map the stick 1:1 to the output. This can be useful in case the hover thrust is very low and the default would lead to too much distortion (e.g. if hover thrust is set to 20%, then 80% of the upper thrust range is squeezed into the upper half of the stick range). Note: In case MPC_THR_HOVER is set to 50%, the modes 0 and 1 are the same. - /parameters/TAP_ESC_FUNC3/values/410/description + /parameters/MPC_THR_CURVE/values/0/description - RC AUX 4 + Rescale to hover thrust - /parameters/TAP_ESC_FUNC3/values/411/description + /parameters/MPC_THR_CURVE/values/1/description - RC AUX 5 + No Rescale - /parameters/TAP_ESC_FUNC3/values/412/description + /parameters/MPC_THR_HOVER/shortDesc - RC AUX 6 + Vertical thrust required to hover - /parameters/TAP_ESC_FUNC3/values/420/description + /parameters/MPC_THR_HOVER/longDesc - Gimbal Roll + Mapped to center throttle stick in Stabilized mode (see MPC_THR_CURVE). Used for initialization of the hover thrust estimator (see MPC_USE_HTE). The estimated hover thrust is used as base for zero vertical acceleration in altitude control. The hover thrust is important for land detection to work correctly. - /parameters/TAP_ESC_FUNC3/values/421/description + /parameters/MPC_THR_MAX/shortDesc - Gimbal Pitch + Maximum collective thrust in climb rate controlled modes - /parameters/TAP_ESC_FUNC3/values/422/description + /parameters/MPC_THR_MAX/longDesc - Gimbal Yaw + Limit allowed thrust e.g. for indoor test of overpowered vehicle. - /parameters/TAP_ESC_FUNC3/values/430/description + /parameters/MPC_THR_MIN/shortDesc - Gripper + Minimum collective thrust in climb rate controlled modes - /parameters/TAP_ESC_FUNC3/values/440/description + /parameters/MPC_THR_MIN/longDesc - Landing Gear Wheel + Too low thrust leads to loss of roll/pitch/yaw torque control authority. With airmode enabled this parameters can be set to 0 while still keeping torque authority (see MC_AIRMODE). - /parameters/TAP_ESC_FUNC4/shortDesc + /parameters/MPC_THR_XY_MARG/shortDesc - TAP ESC Output ESC 4 Output Function + Horizontal thrust margin - /parameters/TAP_ESC_FUNC4/longDesc + /parameters/MPC_THR_XY_MARG/longDesc - Select what should be output on TAP ESC Output ESC 4. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Margin that is kept for horizontal control when higher priority vertical thrust is saturated. To avoid completely starving horizontal control with high vertical error. - /parameters/TAP_ESC_FUNC4/values/0/description + /parameters/MPC_TILTMAX_AIR/shortDesc - Disabled + Maximum tilt angle in air - /parameters/TAP_ESC_FUNC4/values/1/description + /parameters/MPC_TILTMAX_AIR/longDesc - Constant Min + Absolute maximum for all velocity or acceleration controlled modes. Any higher value is truncated. - /parameters/TAP_ESC_FUNC4/values/2/description + /parameters/MPC_TILTMAX_LND/shortDesc - Constant Max + Maximum tilt during inital takeoff ramp - /parameters/TAP_ESC_FUNC4/values/101/description + /parameters/MPC_TILTMAX_LND/longDesc - Motor 1 + Tighter tilt limit during takeoff to avoid tip over. - /parameters/TAP_ESC_FUNC4/values/102/description + /parameters/MPC_TKO_RAMP_T/shortDesc - Motor 2 + Smooth takeoff ramp time constant - /parameters/TAP_ESC_FUNC4/values/103/description + /parameters/MPC_TKO_RAMP_T/longDesc - Motor 3 + Increasing this value will make climb rate controlled takeoff slower. If it's too slow the drone might scratch the ground and tip over. A time constant of 0 disables the ramp - /parameters/TAP_ESC_FUNC4/values/104/description + /parameters/MPC_TKO_SPEED/shortDesc - Motor 4 + Takeoff climb rate - /parameters/TAP_ESC_FUNC4/values/105/description + /parameters/MPC_USE_HTE/shortDesc - Motor 5 + Hover thrust estimator - /parameters/TAP_ESC_FUNC4/values/106/description + /parameters/MPC_USE_HTE/longDesc - Motor 6 + Disable to use the fixed parameter MPC_THR_HOVER Enable to use the hover thrust estimator - /parameters/TAP_ESC_FUNC4/values/107/description + /parameters/MPC_USE_HTE/values/0/description - Motor 7 + Disabled - /parameters/TAP_ESC_FUNC4/values/108/description + /parameters/MPC_USE_HTE/values/1/description - Motor 8 + Enabled - /parameters/TAP_ESC_FUNC4/values/109/description + /parameters/MPC_VELD_LP/shortDesc - Motor 9 + Velocity derivative low pass cutoff frequency - /parameters/TAP_ESC_FUNC4/values/110/description + /parameters/MPC_VELD_LP/longDesc - Motor 10 + A value of 0 disables the filter. - /parameters/TAP_ESC_FUNC4/values/111/description + /parameters/MPC_VEL_LP/shortDesc - Motor 11 + Velocity low pass cutoff frequency - /parameters/TAP_ESC_FUNC4/values/112/description + /parameters/MPC_VEL_LP/longDesc - Motor 12 + A value of 0 disables the filter. - /parameters/TAP_ESC_FUNC4/values/201/description + /parameters/MPC_VEL_MANUAL/shortDesc - Servo 1 + Maximum horizontal velocity setpoint in Position mode - /parameters/TAP_ESC_FUNC4/values/202/description + /parameters/MPC_VEL_MANUAL/longDesc - Servo 2 + Must be smaller than MPC_XY_VEL_MAX. The maximum sideways and backward speed can be set differently using MPC_VEL_MAN_SIDE and MPC_VEL_MAN_BACK, respectively. - /parameters/TAP_ESC_FUNC4/values/203/description + /parameters/MPC_VEL_MAN_BACK/shortDesc - Servo 3 + Maximum backward velocity in Position mode - /parameters/TAP_ESC_FUNC4/values/204/description + /parameters/MPC_VEL_MAN_BACK/longDesc - Servo 4 + If set to a negative value or larger than MPC_VEL_MANUAL then MPC_VEL_MANUAL is used. - /parameters/TAP_ESC_FUNC4/values/205/description + /parameters/MPC_VEL_MAN_SIDE/shortDesc - Servo 5 + Maximum sideways velocity in Position mode - /parameters/TAP_ESC_FUNC4/values/206/description + /parameters/MPC_VEL_MAN_SIDE/longDesc - Servo 6 + If set to a negative value or larger than MPC_VEL_MANUAL then MPC_VEL_MANUAL is used. - /parameters/TAP_ESC_FUNC4/values/207/description + /parameters/MPC_VEL_NF_BW/shortDesc - Servo 7 + Velocity notch filter bandwidth - /parameters/TAP_ESC_FUNC4/values/208/description + /parameters/MPC_VEL_NF_BW/longDesc - Servo 8 + A value of 0 disables the filter. - /parameters/TAP_ESC_FUNC4/values/301/description + /parameters/MPC_VEL_NF_FRQ/shortDesc - Peripheral via Actuator Set 1 + Velocity notch filter frequency - /parameters/TAP_ESC_FUNC4/values/302/description + /parameters/MPC_VEL_NF_FRQ/longDesc - Peripheral via Actuator Set 2 + The center frequency for the 2nd order notch filter on the velocity. A value of 0 disables the filter. - /parameters/TAP_ESC_FUNC4/values/303/description + /parameters/MPC_XY_CRUISE/shortDesc - Peripheral via Actuator Set 3 + Default horizontal velocity in autonomous modes - /parameters/TAP_ESC_FUNC4/values/304/description + /parameters/MPC_XY_CRUISE/longDesc - Peripheral via Actuator Set 4 + e.g. in Missions, RTL, Goto if the waypoint does not specify differently - /parameters/TAP_ESC_FUNC4/values/305/description + /parameters/MPC_XY_ERR_MAX/shortDesc - Peripheral via Actuator Set 5 + Maximum horizontal error allowed by the trajectory generator - /parameters/TAP_ESC_FUNC4/values/306/description + /parameters/MPC_XY_ERR_MAX/longDesc - Peripheral via Actuator Set 6 + The integration speed of the trajectory setpoint is linearly reduced with the horizontal position tracking error. When the error is above this parameter, the integration of the trajectory is stopped to wait for the drone. This value can be adjusted depending on the tracking capabilities of the vehicle. - /parameters/TAP_ESC_FUNC4/values/400/description + /parameters/MPC_XY_MAN_EXPO/shortDesc - Landing Gear + Manual position control stick exponential curve sensitivity - /parameters/TAP_ESC_FUNC4/values/401/description + /parameters/MPC_XY_MAN_EXPO/longDesc - Parachute + The higher the value the less sensitivity the stick has around zero while still reaching the maximum value with full stick deflection. 0 Purely linear input curve 1 Purely cubic input curve - /parameters/TAP_ESC_FUNC4/values/402/description + /parameters/MPC_XY_P/shortDesc - RC Roll + Proportional gain for horizontal position error - /parameters/TAP_ESC_FUNC4/values/403/description + /parameters/MPC_XY_P/longDesc - RC Pitch + Defined as corrective velocity in m/s per m position error - /parameters/TAP_ESC_FUNC4/values/404/description + /parameters/MPC_XY_TRAJ_P/shortDesc - RC Throttle + Proportional gain for horizontal trajectory position error - /parameters/TAP_ESC_FUNC4/values/405/description + /parameters/MPC_XY_VEL_ALL/shortDesc - RC Yaw + Overall Horizontal Velocity Limit - /parameters/TAP_ESC_FUNC4/values/406/description + /parameters/MPC_XY_VEL_ALL/longDesc - RC Flaps + If set to a value greater than zero, other parameters are automatically set (such as MPC_XY_VEL_MAX or MPC_VEL_MANUAL). If set to a negative value, the existing individual parameters are used. - /parameters/TAP_ESC_FUNC4/values/407/description + /parameters/MPC_XY_VEL_D_ACC/shortDesc - RC AUX 1 + Differential gain for horizontal velocity error - /parameters/TAP_ESC_FUNC4/values/408/description + /parameters/MPC_XY_VEL_D_ACC/longDesc - RC AUX 2 + Defined as corrective acceleration in m/s^2 per m/s^2 velocity derivative - /parameters/TAP_ESC_FUNC4/values/409/description + /parameters/MPC_XY_VEL_I_ACC/shortDesc - RC AUX 3 + Integral gain for horizontal velocity error - /parameters/TAP_ESC_FUNC4/values/410/description + /parameters/MPC_XY_VEL_I_ACC/longDesc - RC AUX 4 + Defined as correction acceleration in m/s^2 per m velocity integral Allows to eliminate steady state errors in disturbances like wind. - /parameters/TAP_ESC_FUNC4/values/411/description + /parameters/MPC_XY_VEL_MAX/shortDesc - RC AUX 5 + Maximum horizontal velocity - /parameters/TAP_ESC_FUNC4/values/412/description + /parameters/MPC_XY_VEL_MAX/longDesc - RC AUX 6 + Absolute maximum for all velocity controlled modes. Any higher value is truncated. - /parameters/TAP_ESC_FUNC4/values/420/description + /parameters/MPC_XY_VEL_P_ACC/shortDesc - Gimbal Roll + Proportional gain for horizontal velocity error - /parameters/TAP_ESC_FUNC4/values/421/description + /parameters/MPC_XY_VEL_P_ACC/longDesc - Gimbal Pitch + Defined as corrective acceleration in m/s^2 per m/s velocity error - /parameters/TAP_ESC_FUNC4/values/422/description + /parameters/MPC_YAW_EXPO/shortDesc - Gimbal Yaw + Manual control stick yaw rotation exponential curve - /parameters/TAP_ESC_FUNC4/values/430/description + /parameters/MPC_YAW_EXPO/longDesc - Gripper + The higher the value the less sensitivity the stick has around zero while still reaching the maximum value with full stick deflection. 0 Purely linear input curve 1 Purely cubic input curve - /parameters/TAP_ESC_FUNC4/values/440/description + /parameters/MPC_Z_MAN_EXPO/shortDesc - Landing Gear Wheel + Manual control stick vertical exponential curve - /parameters/TAP_ESC_FUNC5/shortDesc + /parameters/MPC_Z_MAN_EXPO/longDesc - TAP ESC Output ESC 5 Output Function + The higher the value the less sensitivity the stick has around zero while still reaching the maximum value with full stick deflection. 0 Purely linear input curve 1 Purely cubic input curve - /parameters/TAP_ESC_FUNC5/longDesc + /parameters/MPC_Z_P/shortDesc - Select what should be output on TAP ESC Output ESC 5. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Proportional gain for vertical position error - /parameters/TAP_ESC_FUNC5/values/0/description + /parameters/MPC_Z_P/longDesc - Disabled + Defined as corrective velocity in m/s per m position error - /parameters/TAP_ESC_FUNC5/values/1/description + /parameters/MPC_Z_VEL_ALL/shortDesc - Constant Min + Overall Vertical Velocity Limit - /parameters/TAP_ESC_FUNC5/values/2/description + /parameters/MPC_Z_VEL_ALL/longDesc - Constant Max + If set to a value greater than zero, other parameters are automatically set (such as MPC_Z_VEL_MAX_UP or MPC_LAND_SPEED). If set to a negative value, the existing individual parameters are used. - /parameters/TAP_ESC_FUNC5/values/101/description + /parameters/MPC_Z_VEL_D_ACC/shortDesc - Motor 1 + Differential gain for vertical velocity error - /parameters/TAP_ESC_FUNC5/values/102/description + /parameters/MPC_Z_VEL_D_ACC/longDesc - Motor 2 + Defined as corrective acceleration in m/s^2 per m/s^2 velocity derivative - /parameters/TAP_ESC_FUNC5/values/103/description + /parameters/MPC_Z_VEL_I_ACC/shortDesc - Motor 3 + Integral gain for vertical velocity error - /parameters/TAP_ESC_FUNC5/values/104/description + /parameters/MPC_Z_VEL_I_ACC/longDesc - Motor 4 + Defined as corrective acceleration in m/s^2 per m velocity integral - /parameters/TAP_ESC_FUNC5/values/105/description + /parameters/MPC_Z_VEL_MAX_DN/shortDesc - Motor 5 + Maximum descent velocity - /parameters/TAP_ESC_FUNC5/values/106/description + /parameters/MPC_Z_VEL_MAX_DN/longDesc - Motor 6 + Absolute maximum for all climb rate controlled modes. In manually piloted modes full stick deflection commands this velocity. For default autonomous velocity see MPC_Z_V_AUTO_UP - /parameters/TAP_ESC_FUNC5/values/107/description + /parameters/MPC_Z_VEL_MAX_UP/shortDesc - Motor 7 + Maximum ascent velocity - /parameters/TAP_ESC_FUNC5/values/108/description + /parameters/MPC_Z_VEL_MAX_UP/longDesc - Motor 8 + Absolute maximum for all climb rate controlled modes. In manually piloted modes full stick deflection commands this velocity. For default autonomous velocity see MPC_Z_V_AUTO_UP - /parameters/TAP_ESC_FUNC5/values/109/description + /parameters/MPC_Z_VEL_P_ACC/shortDesc - Motor 9 + Proportional gain for vertical velocity error - /parameters/TAP_ESC_FUNC5/values/110/description + /parameters/MPC_Z_VEL_P_ACC/longDesc - Motor 10 + Defined as corrective acceleration in m/s^2 per m/s velocity error - /parameters/TAP_ESC_FUNC5/values/111/description + /parameters/MPC_Z_V_AUTO_DN/shortDesc - Motor 11 + Descent velocity in autonomous modes - /parameters/TAP_ESC_FUNC5/values/112/description + /parameters/MPC_Z_V_AUTO_DN/longDesc - Motor 12 + For manual modes and offboard, see MPC_Z_VEL_MAX_DN - /parameters/TAP_ESC_FUNC5/values/201/description + /parameters/MPC_Z_V_AUTO_UP/shortDesc - Servo 1 + Ascent velocity in autonomous modes - /parameters/TAP_ESC_FUNC5/values/202/description + /parameters/MPC_Z_V_AUTO_UP/longDesc - Servo 2 + For manually controlled modes and offboard see MPC_Z_VEL_MAX_UP - /parameters/TAP_ESC_FUNC5/values/203/description + /parameters/SYS_VEHICLE_RESP/shortDesc - Servo 3 + Responsiveness - /parameters/TAP_ESC_FUNC5/values/204/description + /parameters/SYS_VEHICLE_RESP/longDesc - Servo 4 + Changes the overall responsiveness of the vehicle. The higher the value, the faster the vehicle will react. If set to a value greater than zero, other parameters are automatically set (such as the acceleration or jerk limits). If set to a negative value, the existing individual parameters are used. - /parameters/TAP_ESC_FUNC5/values/205/description + /parameters/WV_EN/shortDesc - Servo 5 + Enable weathervane - /parameters/TAP_ESC_FUNC5/values/206/description + /parameters/WV_EN/values/0/description - Servo 6 + Disabled - /parameters/TAP_ESC_FUNC5/values/207/description + /parameters/WV_EN/values/1/description - Servo 7 + Enabled - /parameters/TAP_ESC_FUNC5/values/208/description + /parameters/WV_ROLL_MIN/shortDesc - Servo 8 + Minimum roll angle setpoint for weathervane controller to demand a yaw-rate - /parameters/TAP_ESC_FUNC5/values/301/description + /parameters/WV_YRATE_MAX/shortDesc - Peripheral via Actuator Set 1 + Maximum yawrate the weathervane controller is allowed to demand - /parameters/TAP_ESC_FUNC5/values/302/description + /parameters/MC_SLOW_DEF_HVEL/shortDesc - Peripheral via Actuator Set 2 + Default horizontal velocity limit - /parameters/TAP_ESC_FUNC5/values/303/description + /parameters/MC_SLOW_DEF_HVEL/longDesc - Peripheral via Actuator Set 3 + This value is used in slow mode if no aux channel is mapped and no limit is commanded through MAVLink. - /parameters/TAP_ESC_FUNC5/values/304/description + /parameters/MC_SLOW_DEF_VVEL/shortDesc - Peripheral via Actuator Set 4 + Default vertical velocity limit - /parameters/TAP_ESC_FUNC5/values/305/description + /parameters/MC_SLOW_DEF_VVEL/longDesc - Peripheral via Actuator Set 5 + This value is used in slow mode if no aux channel is mapped and no limit is commanded through MAVLink. - /parameters/TAP_ESC_FUNC5/values/306/description + /parameters/MC_SLOW_DEF_YAWR/shortDesc - Peripheral via Actuator Set 6 + Default yaw rate limit - /parameters/TAP_ESC_FUNC5/values/400/description + /parameters/MC_SLOW_DEF_YAWR/longDesc - Landing Gear + This value is used in slow mode if no aux channel is mapped and no limit is commanded through MAVLink. - /parameters/TAP_ESC_FUNC5/values/401/description + /parameters/MC_SLOW_MAP_HVEL/shortDesc - Parachute + Manual input mapped to scale horizontal velocity in position slow mode - /parameters/TAP_ESC_FUNC5/values/402/description + /parameters/MC_SLOW_MAP_HVEL/values/0/description - RC Roll + No rescaling - /parameters/TAP_ESC_FUNC5/values/403/description + /parameters/MC_SLOW_MAP_HVEL/values/1/description - RC Pitch + AUX1 - /parameters/TAP_ESC_FUNC5/values/404/description + /parameters/MC_SLOW_MAP_HVEL/values/2/description - RC Throttle + AUX2 - /parameters/TAP_ESC_FUNC5/values/405/description + /parameters/MC_SLOW_MAP_HVEL/values/3/description - RC Yaw + AUX3 - /parameters/TAP_ESC_FUNC5/values/406/description + /parameters/MC_SLOW_MAP_HVEL/values/4/description - RC Flaps + AUX4 - /parameters/TAP_ESC_FUNC5/values/407/description + /parameters/MC_SLOW_MAP_HVEL/values/5/description - RC AUX 1 + AUX5 - /parameters/TAP_ESC_FUNC5/values/408/description + /parameters/MC_SLOW_MAP_HVEL/values/6/description - RC AUX 2 + AUX6 - /parameters/TAP_ESC_FUNC5/values/409/description + /parameters/MC_SLOW_MAP_VVEL/shortDesc - RC AUX 3 + Manual input mapped to scale vertical velocity in position slow mode - /parameters/TAP_ESC_FUNC5/values/410/description + /parameters/MC_SLOW_MAP_VVEL/values/0/description - RC AUX 4 + No rescaling - /parameters/TAP_ESC_FUNC5/values/411/description + /parameters/MC_SLOW_MAP_VVEL/values/1/description - RC AUX 5 + AUX1 - /parameters/TAP_ESC_FUNC5/values/412/description + /parameters/MC_SLOW_MAP_VVEL/values/2/description - RC AUX 6 + AUX2 - /parameters/TAP_ESC_FUNC5/values/420/description + /parameters/MC_SLOW_MAP_VVEL/values/3/description - Gimbal Roll + AUX3 - /parameters/TAP_ESC_FUNC5/values/421/description + /parameters/MC_SLOW_MAP_VVEL/values/4/description - Gimbal Pitch + AUX4 - /parameters/TAP_ESC_FUNC5/values/422/description + /parameters/MC_SLOW_MAP_VVEL/values/5/description - Gimbal Yaw + AUX5 - /parameters/TAP_ESC_FUNC5/values/430/description + /parameters/MC_SLOW_MAP_VVEL/values/6/description - Gripper + AUX6 - /parameters/TAP_ESC_FUNC5/values/440/description + /parameters/MC_SLOW_MAP_YAWR/shortDesc - Landing Gear Wheel + Manual input mapped to scale yaw rate in position slow mode - /parameters/TAP_ESC_FUNC6/shortDesc + /parameters/MC_SLOW_MAP_YAWR/values/0/description - TAP ESC Output ESC 6 Output Function + No rescaling - /parameters/TAP_ESC_FUNC6/longDesc + /parameters/MC_SLOW_MAP_YAWR/values/1/description - Select what should be output on TAP ESC Output ESC 6. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + AUX1 - /parameters/TAP_ESC_FUNC6/values/0/description + /parameters/MC_SLOW_MAP_YAWR/values/2/description - Disabled + AUX2 - /parameters/TAP_ESC_FUNC6/values/1/description + /parameters/MC_SLOW_MAP_YAWR/values/3/description - Constant Min + AUX3 - /parameters/TAP_ESC_FUNC6/values/2/description + /parameters/MC_SLOW_MAP_YAWR/values/4/description - Constant Max + AUX4 - /parameters/TAP_ESC_FUNC6/values/101/description + /parameters/MC_SLOW_MAP_YAWR/values/5/description - Motor 1 + AUX5 - /parameters/TAP_ESC_FUNC6/values/102/description + /parameters/MC_SLOW_MAP_YAWR/values/6/description - Motor 2 + AUX6 - /parameters/TAP_ESC_FUNC6/values/103/description + /parameters/MC_SLOW_MIN_HVEL/shortDesc - Motor 3 + Horizontal velocity lower limit - /parameters/TAP_ESC_FUNC6/values/104/description + /parameters/MC_SLOW_MIN_HVEL/longDesc - Motor 4 + The lowest input maps and is clamped to this velocity. - /parameters/TAP_ESC_FUNC6/values/105/description + /parameters/MC_SLOW_MIN_VVEL/shortDesc - Motor 5 + Vertical velocity lower limit - /parameters/TAP_ESC_FUNC6/values/106/description + /parameters/MC_SLOW_MIN_VVEL/longDesc - Motor 6 + The lowest input maps and is clamped to this velocity. - /parameters/TAP_ESC_FUNC6/values/107/description + /parameters/MC_SLOW_MIN_YAWR/shortDesc - Motor 7 + Yaw rate lower limit - /parameters/TAP_ESC_FUNC6/values/108/description + /parameters/MC_SLOW_MIN_YAWR/longDesc - Motor 8 + The lowest input maps and is clamped to this rate. - /parameters/TAP_ESC_FUNC6/values/109/description + /parameters/MC_BAT_SCALE_EN/shortDesc - Motor 9 + Battery power level scaler - /parameters/TAP_ESC_FUNC6/values/110/description + /parameters/MC_BAT_SCALE_EN/longDesc - Motor 10 + This compensates for voltage drop of the battery over time by attempting to normalize performance across the operating range of the battery. The copter should constantly behave as if it was fully charged with reduced max acceleration at lower battery percentages. i.e. if hover is at 0.5 throttle at 100% battery, it will still be 0.5 at 60% battery. - /parameters/TAP_ESC_FUNC6/values/111/description + /parameters/MC_BAT_SCALE_EN/values/0/description - Motor 11 + Disabled - /parameters/TAP_ESC_FUNC6/values/112/description + /parameters/MC_BAT_SCALE_EN/values/1/description - Motor 12 + Enabled - /parameters/TAP_ESC_FUNC6/values/201/description + /parameters/MC_PITCHRATE_D/shortDesc - Servo 1 + Pitch rate D gain - /parameters/TAP_ESC_FUNC6/values/202/description + /parameters/MC_PITCHRATE_D/longDesc - Servo 2 + Pitch rate differential gain. Small values help reduce fast oscillations. If value is too big oscillations will appear again. - /parameters/TAP_ESC_FUNC6/values/203/description + /parameters/MC_PITCHRATE_FF/shortDesc - Servo 3 + Pitch rate feedforward - /parameters/TAP_ESC_FUNC6/values/204/description + /parameters/MC_PITCHRATE_FF/longDesc - Servo 4 + Improves tracking performance. - /parameters/TAP_ESC_FUNC6/values/205/description + /parameters/MC_PITCHRATE_I/shortDesc - Servo 5 + Pitch rate I gain - /parameters/TAP_ESC_FUNC6/values/206/description + /parameters/MC_PITCHRATE_I/longDesc - Servo 6 + Pitch rate integral gain. Can be set to compensate static thrust difference or gravity center offset. - /parameters/TAP_ESC_FUNC6/values/207/description + /parameters/MC_PITCHRATE_K/shortDesc - Servo 7 + Pitch rate controller gain - /parameters/TAP_ESC_FUNC6/values/208/description + /parameters/MC_PITCHRATE_K/longDesc - Servo 8 + Global gain of the controller. This gain scales the P, I and D terms of the controller: output = MC_PITCHRATE_K * (MC_PITCHRATE_P * error + MC_PITCHRATE_I * error_integral + MC_PITCHRATE_D * error_derivative) Set MC_PITCHRATE_P=1 to implement a PID in the ideal form. Set MC_PITCHRATE_K=1 to implement a PID in the parallel form. - /parameters/TAP_ESC_FUNC6/values/301/description + /parameters/MC_PITCHRATE_P/shortDesc - Peripheral via Actuator Set 1 + Pitch rate P gain - /parameters/TAP_ESC_FUNC6/values/302/description + /parameters/MC_PITCHRATE_P/longDesc - Peripheral via Actuator Set 2 + Pitch rate proportional gain, i.e. control output for angular speed error 1 rad/s. - /parameters/TAP_ESC_FUNC6/values/303/description + /parameters/MC_PR_INT_LIM/shortDesc - Peripheral via Actuator Set 3 + Pitch rate integrator limit - /parameters/TAP_ESC_FUNC6/values/304/description + /parameters/MC_PR_INT_LIM/longDesc - Peripheral via Actuator Set 4 + Pitch rate integrator limit. Can be set to increase the amount of integrator available to counteract disturbances or reduced to improve settling time after large pitch moment trim changes. - /parameters/TAP_ESC_FUNC6/values/305/description + /parameters/MC_ROLLRATE_D/shortDesc - Peripheral via Actuator Set 5 + Roll rate D gain - /parameters/TAP_ESC_FUNC6/values/306/description + /parameters/MC_ROLLRATE_D/longDesc - Peripheral via Actuator Set 6 + Roll rate differential gain. Small values help reduce fast oscillations. If value is too big oscillations will appear again. - /parameters/TAP_ESC_FUNC6/values/400/description + /parameters/MC_ROLLRATE_FF/shortDesc - Landing Gear + Roll rate feedforward - /parameters/TAP_ESC_FUNC6/values/401/description + /parameters/MC_ROLLRATE_FF/longDesc - Parachute + Improves tracking performance. - /parameters/TAP_ESC_FUNC6/values/402/description + /parameters/MC_ROLLRATE_I/shortDesc - RC Roll + Roll rate I gain - /parameters/TAP_ESC_FUNC6/values/403/description + /parameters/MC_ROLLRATE_I/longDesc - RC Pitch + Roll rate integral gain. Can be set to compensate static thrust difference or gravity center offset. - /parameters/TAP_ESC_FUNC6/values/404/description + /parameters/MC_ROLLRATE_K/shortDesc - RC Throttle + Roll rate controller gain - /parameters/TAP_ESC_FUNC6/values/405/description + /parameters/MC_ROLLRATE_K/longDesc - RC Yaw + Global gain of the controller. This gain scales the P, I and D terms of the controller: output = MC_ROLLRATE_K * (MC_ROLLRATE_P * error + MC_ROLLRATE_I * error_integral + MC_ROLLRATE_D * error_derivative) Set MC_ROLLRATE_P=1 to implement a PID in the ideal form. Set MC_ROLLRATE_K=1 to implement a PID in the parallel form. - /parameters/TAP_ESC_FUNC6/values/406/description + /parameters/MC_ROLLRATE_P/shortDesc - RC Flaps + Roll rate P gain - /parameters/TAP_ESC_FUNC6/values/407/description + /parameters/MC_ROLLRATE_P/longDesc - RC AUX 1 + Roll rate proportional gain, i.e. control output for angular speed error 1 rad/s. - /parameters/TAP_ESC_FUNC6/values/408/description + /parameters/MC_RR_INT_LIM/shortDesc - RC AUX 2 + Roll rate integrator limit - /parameters/TAP_ESC_FUNC6/values/409/description + /parameters/MC_RR_INT_LIM/longDesc - RC AUX 3 + Roll rate integrator limit. Can be set to increase the amount of integrator available to counteract disturbances or reduced to improve settling time after large roll moment trim changes. - /parameters/TAP_ESC_FUNC6/values/410/description + /parameters/MC_YAWRATE_D/shortDesc - RC AUX 4 + Yaw rate D gain - /parameters/TAP_ESC_FUNC6/values/411/description + /parameters/MC_YAWRATE_D/longDesc - RC AUX 5 + Yaw rate differential gain. Small values help reduce fast oscillations. If value is too big oscillations will appear again. - /parameters/TAP_ESC_FUNC6/values/412/description + /parameters/MC_YAWRATE_FF/shortDesc - RC AUX 6 + Yaw rate feedforward - /parameters/TAP_ESC_FUNC6/values/420/description + /parameters/MC_YAWRATE_FF/longDesc - Gimbal Roll + Improves tracking performance. - /parameters/TAP_ESC_FUNC6/values/421/description + /parameters/MC_YAWRATE_I/shortDesc - Gimbal Pitch + Yaw rate I gain - /parameters/TAP_ESC_FUNC6/values/422/description + /parameters/MC_YAWRATE_I/longDesc - Gimbal Yaw + Yaw rate integral gain. Can be set to compensate static thrust difference or gravity center offset. - /parameters/TAP_ESC_FUNC6/values/430/description + /parameters/MC_YAWRATE_K/shortDesc - Gripper + Yaw rate controller gain - /parameters/TAP_ESC_FUNC6/values/440/description + /parameters/MC_YAWRATE_K/longDesc - Landing Gear Wheel + Global gain of the controller. This gain scales the P, I and D terms of the controller: output = MC_YAWRATE_K * (MC_YAWRATE_P * error + MC_YAWRATE_I * error_integral + MC_YAWRATE_D * error_derivative) Set MC_YAWRATE_P=1 to implement a PID in the ideal form. Set MC_YAWRATE_K=1 to implement a PID in the parallel form. - /parameters/TAP_ESC_FUNC7/shortDesc + /parameters/MC_YAWRATE_P/shortDesc - TAP ESC Output ESC 7 Output Function + Yaw rate P gain - /parameters/TAP_ESC_FUNC7/longDesc + /parameters/MC_YAWRATE_P/longDesc - Select what should be output on TAP ESC Output ESC 7. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Yaw rate proportional gain, i.e. control output for angular speed error 1 rad/s. - /parameters/TAP_ESC_FUNC7/values/0/description + /parameters/MC_YR_INT_LIM/shortDesc - Disabled + Yaw rate integrator limit - /parameters/TAP_ESC_FUNC7/values/1/description + /parameters/MC_YR_INT_LIM/longDesc - Constant Min + Yaw rate integrator limit. Can be set to increase the amount of integrator available to counteract disturbances or reduced to improve settling time after large yaw moment trim changes. - /parameters/TAP_ESC_FUNC7/values/2/description + /parameters/OSD_CH_HEIGHT/shortDesc - Constant Max + OSD Crosshairs Height - /parameters/TAP_ESC_FUNC7/values/101/description + /parameters/OSD_CH_HEIGHT/longDesc - Motor 1 + Controls the vertical position of the crosshair display. Resolution is limited by OSD to 15 discrete values. Negative values will display the crosshairs below the horizon - /parameters/TAP_ESC_FUNC7/values/102/description + /parameters/OSD_DWELL_TIME/shortDesc - Motor 2 + OSD Dwell Time (ms) - /parameters/TAP_ESC_FUNC7/values/103/description + /parameters/OSD_DWELL_TIME/longDesc - Motor 3 + Amount of time in milliseconds to dwell at the beginning of the display, when scrolling. - /parameters/TAP_ESC_FUNC7/values/104/description + /parameters/OSD_LOG_LEVEL/shortDesc - Motor 4 + OSD Warning Level - /parameters/TAP_ESC_FUNC7/values/105/description + /parameters/OSD_LOG_LEVEL/longDesc - Motor 5 + Minimum security of log level to display on the OSD. - /parameters/TAP_ESC_FUNC7/values/106/description + /parameters/OSD_SCROLL_RATE/shortDesc - Motor 6 + OSD Scroll Rate (ms) - /parameters/TAP_ESC_FUNC7/values/107/description + /parameters/OSD_SCROLL_RATE/longDesc - Motor 7 + Scroll rate in milliseconds for OSD messages longer than available character width. This is lower-bounded by the nominal loop rate of this module. - /parameters/TAP_ESC_FUNC7/values/108/description + /parameters/OSD_SYMBOLS/shortDesc - Motor 8 + OSD Symbol Selection - /parameters/TAP_ESC_FUNC7/values/109/description + /parameters/OSD_SYMBOLS/longDesc - Motor 9 + Configure / toggle support display options. - /parameters/TAP_ESC_FUNC7/values/110/description + /parameters/OSD_SYMBOLS/bitmask/0/description - Motor 10 + CRAFT_NAME - /parameters/TAP_ESC_FUNC7/values/111/description + /parameters/OSD_SYMBOLS/bitmask/1/description - Motor 11 + DISARMED - /parameters/TAP_ESC_FUNC7/values/112/description + /parameters/OSD_SYMBOLS/bitmask/2/description - Motor 12 + GPS_LAT - /parameters/TAP_ESC_FUNC7/values/201/description + /parameters/OSD_SYMBOLS/bitmask/3/description - Servo 1 + GPS_LON - /parameters/TAP_ESC_FUNC7/values/202/description + /parameters/OSD_SYMBOLS/bitmask/4/description - Servo 2 + GPS_SATS - /parameters/TAP_ESC_FUNC7/values/203/description + /parameters/OSD_SYMBOLS/bitmask/5/description - Servo 3 + GPS_SPEED - /parameters/TAP_ESC_FUNC7/values/204/description + /parameters/OSD_SYMBOLS/bitmask/6/description - Servo 4 + HOME_DIST - /parameters/TAP_ESC_FUNC7/values/205/description + /parameters/OSD_SYMBOLS/bitmask/7/description - Servo 5 + HOME_DIR - /parameters/TAP_ESC_FUNC7/values/206/description + /parameters/OSD_SYMBOLS/bitmask/8/description - Servo 6 + MAIN_BATT_VOLTAGE - /parameters/TAP_ESC_FUNC7/values/207/description + /parameters/OSD_SYMBOLS/bitmask/9/description - Servo 7 + CURRENT_DRAW - /parameters/TAP_ESC_FUNC7/values/208/description + /parameters/OSD_SYMBOLS/bitmask/10/description - Servo 8 + MAH_DRAWN - /parameters/TAP_ESC_FUNC7/values/301/description + /parameters/OSD_SYMBOLS/bitmask/11/description - Peripheral via Actuator Set 1 + RSSI_VALUE - /parameters/TAP_ESC_FUNC7/values/302/description + /parameters/OSD_SYMBOLS/bitmask/12/description - Peripheral via Actuator Set 2 + ALTITUDE - /parameters/TAP_ESC_FUNC7/values/303/description + /parameters/OSD_SYMBOLS/bitmask/13/description - Peripheral via Actuator Set 3 + NUMERICAL_VARIO - /parameters/TAP_ESC_FUNC7/values/304/description + /parameters/OSD_SYMBOLS/bitmask/14/description - Peripheral via Actuator Set 4 + (unused) FLYMODE - /parameters/TAP_ESC_FUNC7/values/305/description + /parameters/OSD_SYMBOLS/bitmask/15/description - Peripheral via Actuator Set 5 + (unused) ESC_TMP - /parameters/TAP_ESC_FUNC7/values/306/description + /parameters/OSD_SYMBOLS/bitmask/16/description - Peripheral via Actuator Set 6 + (unused) PITCH_ANGLE - /parameters/TAP_ESC_FUNC7/values/400/description + /parameters/OSD_SYMBOLS/bitmask/17/description - Landing Gear + (unused) ROLL_ANGLE - /parameters/TAP_ESC_FUNC7/values/401/description + /parameters/OSD_SYMBOLS/bitmask/18/description - Parachute + CROSSHAIRS - /parameters/TAP_ESC_FUNC7/values/402/description + /parameters/OSD_SYMBOLS/bitmask/19/description - RC Roll + AVG_CELL_VOLTAGE - /parameters/TAP_ESC_FUNC7/values/403/description + /parameters/OSD_SYMBOLS/bitmask/20/description - RC Pitch + (unused) HORIZON_SIDEBARS - /parameters/TAP_ESC_FUNC7/values/404/description + /parameters/OSD_SYMBOLS/bitmask/21/description - RC Throttle + POWER - /parameters/TAP_ESC_FUNC7/values/405/description + /parameters/THR_MDL_FAC/shortDesc - RC Yaw + Thrust to motor control signal model parameter - /parameters/TAP_ESC_FUNC7/values/406/description + /parameters/THR_MDL_FAC/longDesc - RC Flaps + Parameter used to model the nonlinear relationship between motor control signal (e.g. PWM) and static thrust. The model is: rel_thrust = factor * rel_signal^2 + (1-factor) * rel_signal, where rel_thrust is the normalized thrust between 0 and 1, and rel_signal is the relative motor control signal between 0 and 1. - /parameters/TAP_ESC_FUNC7/values/407/description + /parameters/PD_GRIPPER_EN/shortDesc - RC AUX 1 + Enable Gripper actuation in Payload Deliverer - /parameters/TAP_ESC_FUNC7/values/408/description + /parameters/PD_GRIPPER_EN/values/0/description - RC AUX 2 + Disabled - /parameters/TAP_ESC_FUNC7/values/409/description + /parameters/PD_GRIPPER_EN/values/1/description - RC AUX 3 + Enabled - /parameters/TAP_ESC_FUNC7/values/410/description + /parameters/PD_GRIPPER_TO/shortDesc - RC AUX 4 + Timeout for successful gripper actuation acknowledgement - /parameters/TAP_ESC_FUNC7/values/411/description + /parameters/PD_GRIPPER_TO/longDesc - RC AUX 5 + Maximum time Gripper will wait while the successful griper actuation isn't recognised. If the gripper has no feedback sensor, it will simply wait for this time before considering gripper actuation successful and publish a 'VehicleCommandAck' signaling successful gripper action - /parameters/TAP_ESC_FUNC7/values/412/description + /parameters/PD_GRIPPER_TYPE/shortDesc - RC AUX 6 + Type of Gripper (Servo, etc.) - /parameters/TAP_ESC_FUNC7/values/420/description + /parameters/PD_GRIPPER_TYPE/values/-1/description - Gimbal Roll + Undefined - /parameters/TAP_ESC_FUNC7/values/421/description + /parameters/PD_GRIPPER_TYPE/values/0/description - Gimbal Pitch + Servo - /parameters/TAP_ESC_FUNC7/values/422/description + /parameters/PLD_BTOUT/shortDesc - Gimbal Yaw + Landing Target Timeout - /parameters/TAP_ESC_FUNC7/values/430/description + /parameters/PLD_BTOUT/longDesc - Gripper + Time after which the landing target is considered lost without any new measurements. - /parameters/TAP_ESC_FUNC7/values/440/description + /parameters/PLD_FAPPR_ALT/shortDesc - Landing Gear Wheel + Final approach altitude - /parameters/TAP_ESC_FUNC8/shortDesc + /parameters/PLD_FAPPR_ALT/longDesc - TAP ESC Output ESC 8 Output Function + Allow final approach (without horizontal positioning) if losing landing target closer than this to the ground. - /parameters/TAP_ESC_FUNC8/longDesc + /parameters/PLD_HACC_RAD/shortDesc - Select what should be output on TAP ESC Output ESC 8. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Horizontal acceptance radius - /parameters/TAP_ESC_FUNC8/values/0/description + /parameters/PLD_HACC_RAD/longDesc - Disabled + Start descending if closer above landing target than this. - /parameters/TAP_ESC_FUNC8/values/1/description + /parameters/PLD_MAX_SRCH/shortDesc - Constant Min + Maximum number of search attempts - /parameters/TAP_ESC_FUNC8/values/2/description + /parameters/PLD_MAX_SRCH/longDesc - Constant Max + Maximum number of times to search for the landing target if it is lost during the precision landing. - /parameters/TAP_ESC_FUNC8/values/101/description + /parameters/PLD_SRCH_ALT/shortDesc - Motor 1 + Search altitude - /parameters/TAP_ESC_FUNC8/values/102/description + /parameters/PLD_SRCH_ALT/longDesc - Motor 2 + Altitude above home to which to climb when searching for the landing target. - /parameters/TAP_ESC_FUNC8/values/103/description + /parameters/PLD_SRCH_TOUT/shortDesc - Motor 3 + Search timeout - /parameters/TAP_ESC_FUNC8/values/104/description + /parameters/PLD_SRCH_TOUT/longDesc - Motor 4 + Time allowed to search for the landing target before falling back to normal landing. - /parameters/TAP_ESC_FUNC8/values/105/description + /parameters/PP_LOOKAHD_GAIN/shortDesc - Motor 5 + Tuning parameter for the pure pursuit controller - /parameters/TAP_ESC_FUNC8/values/106/description + /parameters/PP_LOOKAHD_GAIN/longDesc - Motor 6 + Lower value -> More aggressive controller (beware overshoot/oscillations) - /parameters/TAP_ESC_FUNC8/values/107/description + /parameters/PP_LOOKAHD_MAX/shortDesc - Motor 7 + Maximum lookahead distance for the pure pursuit controller - /parameters/TAP_ESC_FUNC8/values/108/description + /parameters/PP_LOOKAHD_MIN/shortDesc - Motor 8 + Minimum lookahead distance for the pure pursuit controller - /parameters/TAP_ESC_FUNC8/values/109/description + /parameters/RC10_DZ/shortDesc - Motor 9 + RC channel 10 dead zone - /parameters/TAP_ESC_FUNC8/values/110/description + /parameters/RC10_DZ/longDesc - Motor 10 + The +- range of this value around the trim value will be considered as zero. - /parameters/TAP_ESC_FUNC8/values/111/description + /parameters/RC10_MAX/shortDesc - Motor 11 + RC channel 10 maximum - /parameters/TAP_ESC_FUNC8/values/112/description + /parameters/RC10_MAX/longDesc - Motor 12 + Maximum value for this channel. - /parameters/TAP_ESC_FUNC8/values/201/description + /parameters/RC10_MIN/shortDesc - Servo 1 + RC channel 10 minimum - /parameters/TAP_ESC_FUNC8/values/202/description + /parameters/RC10_MIN/longDesc - Servo 2 + Minimum value for this channel. - /parameters/TAP_ESC_FUNC8/values/203/description + /parameters/RC10_REV/shortDesc - Servo 3 + RC channel 10 reverse - /parameters/TAP_ESC_FUNC8/values/204/description + /parameters/RC10_REV/longDesc - Servo 4 + Set to -1 to reverse channel. - /parameters/TAP_ESC_FUNC8/values/205/description + /parameters/RC10_REV/values/-1.0/description - Servo 5 + Reverse - /parameters/TAP_ESC_FUNC8/values/206/description + /parameters/RC10_REV/values/1.0/description - Servo 6 + Normal - /parameters/TAP_ESC_FUNC8/values/207/description + /parameters/RC10_TRIM/shortDesc - Servo 7 + RC channel 10 trim - /parameters/TAP_ESC_FUNC8/values/208/description + /parameters/RC10_TRIM/longDesc - Servo 8 + Mid point value - /parameters/TAP_ESC_FUNC8/values/301/description + /parameters/RC11_DZ/shortDesc - Peripheral via Actuator Set 1 + RC channel 11 dead zone - /parameters/TAP_ESC_FUNC8/values/302/description + /parameters/RC11_DZ/longDesc - Peripheral via Actuator Set 2 + The +- range of this value around the trim value will be considered as zero. - /parameters/TAP_ESC_FUNC8/values/303/description + /parameters/RC11_MAX/shortDesc - Peripheral via Actuator Set 3 + RC channel 11 maximum - /parameters/TAP_ESC_FUNC8/values/304/description + /parameters/RC11_MAX/longDesc - Peripheral via Actuator Set 4 + Maximum value for this channel. - /parameters/TAP_ESC_FUNC8/values/305/description + /parameters/RC11_MIN/shortDesc - Peripheral via Actuator Set 5 + RC channel 11 minimum - /parameters/TAP_ESC_FUNC8/values/306/description + /parameters/RC11_MIN/longDesc - Peripheral via Actuator Set 6 + Minimum value for this channel. - /parameters/TAP_ESC_FUNC8/values/400/description + /parameters/RC11_REV/shortDesc - Landing Gear + RC channel 11 reverse - /parameters/TAP_ESC_FUNC8/values/401/description + /parameters/RC11_REV/longDesc - Parachute + Set to -1 to reverse channel. - /parameters/TAP_ESC_FUNC8/values/402/description + /parameters/RC11_REV/values/-1.0/description - RC Roll + Reverse - /parameters/TAP_ESC_FUNC8/values/403/description + /parameters/RC11_REV/values/1.0/description - RC Pitch + Normal - /parameters/TAP_ESC_FUNC8/values/404/description + /parameters/RC11_TRIM/shortDesc - RC Throttle + RC channel 11 trim - /parameters/TAP_ESC_FUNC8/values/405/description + /parameters/RC11_TRIM/longDesc - RC Yaw + Mid point value - /parameters/TAP_ESC_FUNC8/values/406/description + /parameters/RC12_DZ/shortDesc - RC Flaps + RC channel 12 dead zone - /parameters/TAP_ESC_FUNC8/values/407/description + /parameters/RC12_DZ/longDesc - RC AUX 1 + The +- range of this value around the trim value will be considered as zero. - /parameters/TAP_ESC_FUNC8/values/408/description + /parameters/RC12_MAX/shortDesc - RC AUX 2 + RC channel 12 maximum - /parameters/TAP_ESC_FUNC8/values/409/description + /parameters/RC12_MAX/longDesc - RC AUX 3 + Maximum value for this channel. - /parameters/TAP_ESC_FUNC8/values/410/description + /parameters/RC12_MIN/shortDesc - RC AUX 4 + RC channel 12 minimum - /parameters/TAP_ESC_FUNC8/values/411/description + /parameters/RC12_MIN/longDesc - RC AUX 5 + Minimum value for this channel. - /parameters/TAP_ESC_FUNC8/values/412/description + /parameters/RC12_REV/shortDesc - RC AUX 6 + RC channel 12 reverse - /parameters/TAP_ESC_FUNC8/values/420/description + /parameters/RC12_REV/longDesc - Gimbal Roll + Set to -1 to reverse channel. - /parameters/TAP_ESC_FUNC8/values/421/description + /parameters/RC12_REV/values/-1.0/description - Gimbal Pitch + Reverse - /parameters/TAP_ESC_FUNC8/values/422/description + /parameters/RC12_REV/values/1.0/description - Gimbal Yaw + Normal - /parameters/TAP_ESC_FUNC8/values/430/description + /parameters/RC12_TRIM/shortDesc - Gripper + RC channel 12 trim - /parameters/TAP_ESC_FUNC8/values/440/description + /parameters/RC12_TRIM/longDesc - Landing Gear Wheel + Mid point value - /parameters/TAP_ESC_REV/shortDesc + /parameters/RC13_DZ/shortDesc - Reverse Output Range for TAP ESC Output + RC channel 13 dead zone - /parameters/TAP_ESC_REV/longDesc + /parameters/RC13_DZ/longDesc - Allows to reverse the output range for each channel. Note: this is only useful for servos. + The +- range of this value around the trim value will be considered as zero. - /parameters/TAP_ESC_REV/bitmask/0/description + /parameters/RC13_MAX/shortDesc - TAP ESC Output ESC 1 + RC channel 13 maximum - /parameters/TAP_ESC_REV/bitmask/1/description + /parameters/RC13_MAX/longDesc - TAP ESC Output ESC 2 + Maximum value for this channel. - /parameters/TAP_ESC_REV/bitmask/2/description + /parameters/RC13_MIN/shortDesc - TAP ESC Output ESC 3 + RC channel 13 minimum - /parameters/TAP_ESC_REV/bitmask/3/description + /parameters/RC13_MIN/longDesc - TAP ESC Output ESC 4 + Minimum value for this channel. - /parameters/TAP_ESC_REV/bitmask/4/description + /parameters/RC13_REV/shortDesc - TAP ESC Output ESC 5 + RC channel 13 reverse - /parameters/TAP_ESC_REV/bitmask/5/description + /parameters/RC13_REV/longDesc - TAP ESC Output ESC 6 + Set to -1 to reverse channel. - /parameters/TAP_ESC_REV/bitmask/6/description + /parameters/RC13_REV/values/-1.0/description - TAP ESC Output ESC 7 + Reverse - /parameters/TAP_ESC_REV/bitmask/7/description + /parameters/RC13_REV/values/1.0/description - TAP ESC Output ESC 8 + Normal - /parameters/UAVCAN_EC_FAIL1/shortDesc + /parameters/RC13_TRIM/shortDesc - UAVCAN ESC 1 Failsafe Value + RC channel 13 trim - /parameters/UAVCAN_EC_FAIL1/longDesc + /parameters/RC13_TRIM/longDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_EC_FUNC1). + Mid point value - /parameters/UAVCAN_EC_FAIL2/shortDesc + /parameters/RC14_DZ/shortDesc - UAVCAN ESC 2 Failsafe Value + RC channel 14 dead zone - /parameters/UAVCAN_EC_FAIL2/longDesc + /parameters/RC14_DZ/longDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_EC_FUNC2). + The +- range of this value around the trim value will be considered as zero. - /parameters/UAVCAN_EC_FAIL3/shortDesc + /parameters/RC14_MAX/shortDesc - UAVCAN ESC 3 Failsafe Value + RC channel 14 maximum - /parameters/UAVCAN_EC_FAIL3/longDesc + /parameters/RC14_MAX/longDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_EC_FUNC3). + Maximum value for this channel. - /parameters/UAVCAN_EC_FAIL4/shortDesc + /parameters/RC14_MIN/shortDesc - UAVCAN ESC 4 Failsafe Value + RC channel 14 minimum - /parameters/UAVCAN_EC_FAIL4/longDesc + /parameters/RC14_MIN/longDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_EC_FUNC4). + Minimum value for this channel. - /parameters/UAVCAN_EC_FAIL5/shortDesc + /parameters/RC14_REV/shortDesc - UAVCAN ESC 5 Failsafe Value + RC channel 14 reverse - /parameters/UAVCAN_EC_FAIL5/longDesc + /parameters/RC14_REV/longDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_EC_FUNC5). + Set to -1 to reverse channel. - /parameters/UAVCAN_EC_FAIL6/shortDesc + /parameters/RC14_REV/values/-1.0/description - UAVCAN ESC 6 Failsafe Value + Reverse - /parameters/UAVCAN_EC_FAIL6/longDesc + /parameters/RC14_REV/values/1.0/description - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_EC_FUNC6). + Normal - /parameters/UAVCAN_EC_FAIL7/shortDesc + /parameters/RC14_TRIM/shortDesc - UAVCAN ESC 7 Failsafe Value + RC channel 14 trim - /parameters/UAVCAN_EC_FAIL7/longDesc + /parameters/RC14_TRIM/longDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_EC_FUNC7). + Mid point value - /parameters/UAVCAN_EC_FAIL8/shortDesc + /parameters/RC15_DZ/shortDesc - UAVCAN ESC 8 Failsafe Value + RC channel 15 dead zone - /parameters/UAVCAN_EC_FAIL8/longDesc + /parameters/RC15_DZ/longDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_EC_FUNC8). + The +- range of this value around the trim value will be considered as zero. - /parameters/UAVCAN_EC_FUNC1/shortDesc + /parameters/RC15_MAX/shortDesc - UAVCAN ESC 1 Output Function + RC channel 15 maximum - /parameters/UAVCAN_EC_FUNC1/longDesc + /parameters/RC15_MAX/longDesc - Select what should be output on UAVCAN ESC 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Maximum value for this channel. - /parameters/UAVCAN_EC_FUNC1/values/0/description + /parameters/RC15_MIN/shortDesc - Disabled + RC channel 15 minimum - /parameters/UAVCAN_EC_FUNC1/values/1/description + /parameters/RC15_MIN/longDesc - Constant Min + Minimum value for this channel. - /parameters/UAVCAN_EC_FUNC1/values/2/description + /parameters/RC15_REV/shortDesc - Constant Max + RC channel 15 reverse - /parameters/UAVCAN_EC_FUNC1/values/101/description + /parameters/RC15_REV/longDesc - Motor 1 + Set to -1 to reverse channel. - /parameters/UAVCAN_EC_FUNC1/values/102/description + /parameters/RC15_REV/values/-1.0/description - Motor 2 + Reverse - /parameters/UAVCAN_EC_FUNC1/values/103/description + /parameters/RC15_REV/values/1.0/description - Motor 3 + Normal - /parameters/UAVCAN_EC_FUNC1/values/104/description + /parameters/RC15_TRIM/shortDesc - Motor 4 + RC channel 15 trim - /parameters/UAVCAN_EC_FUNC1/values/105/description + /parameters/RC15_TRIM/longDesc - Motor 5 + Mid point value - /parameters/UAVCAN_EC_FUNC1/values/106/description + /parameters/RC16_DZ/shortDesc - Motor 6 + RC channel 16 dead zone - /parameters/UAVCAN_EC_FUNC1/values/107/description + /parameters/RC16_DZ/longDesc - Motor 7 + The +- range of this value around the trim value will be considered as zero. - /parameters/UAVCAN_EC_FUNC1/values/108/description + /parameters/RC16_MAX/shortDesc - Motor 8 + RC channel 16 maximum - /parameters/UAVCAN_EC_FUNC1/values/109/description + /parameters/RC16_MAX/longDesc - Motor 9 + Maximum value for this channel. - /parameters/UAVCAN_EC_FUNC1/values/110/description + /parameters/RC16_MIN/shortDesc - Motor 10 + RC channel 16 minimum - /parameters/UAVCAN_EC_FUNC1/values/111/description + /parameters/RC16_MIN/longDesc - Motor 11 + Minimum value for this channel. - /parameters/UAVCAN_EC_FUNC1/values/112/description + /parameters/RC16_REV/shortDesc - Motor 12 + RC channel 16 reverse - /parameters/UAVCAN_EC_FUNC1/values/201/description + /parameters/RC16_REV/longDesc - Servo 1 + Set to -1 to reverse channel. - /parameters/UAVCAN_EC_FUNC1/values/202/description + /parameters/RC16_REV/values/-1.0/description - Servo 2 + Reverse - /parameters/UAVCAN_EC_FUNC1/values/203/description + /parameters/RC16_REV/values/1.0/description - Servo 3 + Normal - /parameters/UAVCAN_EC_FUNC1/values/204/description + /parameters/RC16_TRIM/shortDesc - Servo 4 + RC channel 16 trim - /parameters/UAVCAN_EC_FUNC1/values/205/description + /parameters/RC16_TRIM/longDesc - Servo 5 + Mid point value - /parameters/UAVCAN_EC_FUNC1/values/206/description + /parameters/RC17_DZ/shortDesc - Servo 6 + RC channel 17 dead zone - /parameters/UAVCAN_EC_FUNC1/values/207/description + /parameters/RC17_DZ/longDesc - Servo 7 + The +- range of this value around the trim value will be considered as zero. - /parameters/UAVCAN_EC_FUNC1/values/208/description + /parameters/RC17_MAX/shortDesc - Servo 8 + RC channel 17 maximum - /parameters/UAVCAN_EC_FUNC1/values/301/description + /parameters/RC17_MAX/longDesc - Peripheral via Actuator Set 1 + Maximum value for this channel. - /parameters/UAVCAN_EC_FUNC1/values/302/description + /parameters/RC17_MIN/shortDesc - Peripheral via Actuator Set 2 + RC channel 17 minimum - /parameters/UAVCAN_EC_FUNC1/values/303/description + /parameters/RC17_MIN/longDesc - Peripheral via Actuator Set 3 + Minimum value for this channel. - /parameters/UAVCAN_EC_FUNC1/values/304/description + /parameters/RC17_REV/shortDesc - Peripheral via Actuator Set 4 + RC channel 17 reverse - /parameters/UAVCAN_EC_FUNC1/values/305/description + /parameters/RC17_REV/longDesc - Peripheral via Actuator Set 5 + Set to -1 to reverse channel. - /parameters/UAVCAN_EC_FUNC1/values/306/description + /parameters/RC17_REV/values/-1.0/description - Peripheral via Actuator Set 6 + Reverse - /parameters/UAVCAN_EC_FUNC1/values/400/description + /parameters/RC17_REV/values/1.0/description - Landing Gear + Normal - /parameters/UAVCAN_EC_FUNC1/values/401/description + /parameters/RC17_TRIM/shortDesc - Parachute + RC channel 17 trim - /parameters/UAVCAN_EC_FUNC1/values/402/description + /parameters/RC17_TRIM/longDesc - RC Roll + Mid point value - /parameters/UAVCAN_EC_FUNC1/values/403/description + /parameters/RC18_DZ/shortDesc - RC Pitch + RC channel 18 dead zone - /parameters/UAVCAN_EC_FUNC1/values/404/description + /parameters/RC18_DZ/longDesc - RC Throttle + The +- range of this value around the trim value will be considered as zero. - /parameters/UAVCAN_EC_FUNC1/values/405/description + /parameters/RC18_MAX/shortDesc - RC Yaw + RC channel 18 maximum - /parameters/UAVCAN_EC_FUNC1/values/406/description + /parameters/RC18_MAX/longDesc - RC Flaps + Maximum value for this channel. - /parameters/UAVCAN_EC_FUNC1/values/407/description + /parameters/RC18_MIN/shortDesc - RC AUX 1 + RC channel 18 minimum - /parameters/UAVCAN_EC_FUNC1/values/408/description + /parameters/RC18_MIN/longDesc - RC AUX 2 + Minimum value for this channel. - /parameters/UAVCAN_EC_FUNC1/values/409/description + /parameters/RC18_REV/shortDesc - RC AUX 3 + RC channel 18 reverse - /parameters/UAVCAN_EC_FUNC1/values/410/description + /parameters/RC18_REV/longDesc - RC AUX 4 + Set to -1 to reverse channel. - /parameters/UAVCAN_EC_FUNC1/values/411/description + /parameters/RC18_REV/values/-1.0/description - RC AUX 5 + Reverse - /parameters/UAVCAN_EC_FUNC1/values/412/description + /parameters/RC18_REV/values/1.0/description - RC AUX 6 + Normal - /parameters/UAVCAN_EC_FUNC1/values/420/description + /parameters/RC18_TRIM/shortDesc - Gimbal Roll + RC channel 18 trim - /parameters/UAVCAN_EC_FUNC1/values/421/description + /parameters/RC18_TRIM/longDesc - Gimbal Pitch + Mid point value - /parameters/UAVCAN_EC_FUNC1/values/422/description + /parameters/RC1_DZ/shortDesc - Gimbal Yaw + RC channel 1 dead zone - /parameters/UAVCAN_EC_FUNC1/values/430/description + /parameters/RC1_DZ/longDesc - Gripper + The +- range of this value around the trim value will be considered as zero. - /parameters/UAVCAN_EC_FUNC1/values/440/description + /parameters/RC1_MAX/shortDesc - Landing Gear Wheel + RC channel 1 maximum - /parameters/UAVCAN_EC_FUNC2/shortDesc + /parameters/RC1_MAX/longDesc - UAVCAN ESC 2 Output Function + Maximum value for RC channel 1 - /parameters/UAVCAN_EC_FUNC2/longDesc + /parameters/RC1_MIN/shortDesc - Select what should be output on UAVCAN ESC 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + RC channel 1 minimum - /parameters/UAVCAN_EC_FUNC2/values/0/description + /parameters/RC1_MIN/longDesc - Disabled + Minimum value for RC channel 1 - /parameters/UAVCAN_EC_FUNC2/values/1/description + /parameters/RC1_REV/shortDesc - Constant Min + RC channel 1 reverse - /parameters/UAVCAN_EC_FUNC2/values/2/description + /parameters/RC1_REV/longDesc - Constant Max + Set to -1 to reverse channel. - /parameters/UAVCAN_EC_FUNC2/values/101/description + /parameters/RC1_REV/values/-1.0/description - Motor 1 + Reverse - /parameters/UAVCAN_EC_FUNC2/values/102/description + /parameters/RC1_REV/values/1.0/description - Motor 2 + Normal - /parameters/UAVCAN_EC_FUNC2/values/103/description + /parameters/RC1_TRIM/shortDesc - Motor 3 + RC channel 1 trim - /parameters/UAVCAN_EC_FUNC2/values/104/description + /parameters/RC1_TRIM/longDesc - Motor 4 + Mid point value - /parameters/UAVCAN_EC_FUNC2/values/105/description + /parameters/RC2_DZ/shortDesc - Motor 5 + RC channel 2 dead zone - /parameters/UAVCAN_EC_FUNC2/values/106/description + /parameters/RC2_DZ/longDesc - Motor 6 + The +- range of this value around the trim value will be considered as zero. - /parameters/UAVCAN_EC_FUNC2/values/107/description + /parameters/RC2_MAX/shortDesc - Motor 7 + RC channel 2 maximum - /parameters/UAVCAN_EC_FUNC2/values/108/description + /parameters/RC2_MAX/longDesc - Motor 8 + Maximum value for this channel. - /parameters/UAVCAN_EC_FUNC2/values/109/description + /parameters/RC2_MIN/shortDesc - Motor 9 + RC channel 2 minimum - /parameters/UAVCAN_EC_FUNC2/values/110/description + /parameters/RC2_MIN/longDesc - Motor 10 + Minimum value for this channel. - /parameters/UAVCAN_EC_FUNC2/values/111/description + /parameters/RC2_REV/shortDesc - Motor 11 + RC channel 2 reverse - /parameters/UAVCAN_EC_FUNC2/values/112/description + /parameters/RC2_REV/longDesc - Motor 12 + Set to -1 to reverse channel. - /parameters/UAVCAN_EC_FUNC2/values/201/description + /parameters/RC2_REV/values/-1.0/description - Servo 1 + Reverse - /parameters/UAVCAN_EC_FUNC2/values/202/description + /parameters/RC2_REV/values/1.0/description - Servo 2 + Normal - /parameters/UAVCAN_EC_FUNC2/values/203/description + /parameters/RC2_TRIM/shortDesc - Servo 3 + RC channel 2 trim - /parameters/UAVCAN_EC_FUNC2/values/204/description + /parameters/RC2_TRIM/longDesc - Servo 4 + Mid point value - /parameters/UAVCAN_EC_FUNC2/values/205/description + /parameters/RC3_DZ/shortDesc - Servo 5 + RC channel 3 dead zone - /parameters/UAVCAN_EC_FUNC2/values/206/description + /parameters/RC3_DZ/longDesc - Servo 6 + The +- range of this value around the trim value will be considered as zero. - /parameters/UAVCAN_EC_FUNC2/values/207/description + /parameters/RC3_MAX/shortDesc - Servo 7 + RC channel 3 maximum - /parameters/UAVCAN_EC_FUNC2/values/208/description + /parameters/RC3_MAX/longDesc - Servo 8 + Maximum value for this channel. - /parameters/UAVCAN_EC_FUNC2/values/301/description + /parameters/RC3_MIN/shortDesc - Peripheral via Actuator Set 1 + RC channel 3 minimum - /parameters/UAVCAN_EC_FUNC2/values/302/description + /parameters/RC3_MIN/longDesc - Peripheral via Actuator Set 2 + Minimum value for this channel. - /parameters/UAVCAN_EC_FUNC2/values/303/description + /parameters/RC3_REV/shortDesc - Peripheral via Actuator Set 3 + RC channel 3 reverse - /parameters/UAVCAN_EC_FUNC2/values/304/description + /parameters/RC3_REV/longDesc - Peripheral via Actuator Set 4 + Set to -1 to reverse channel. - /parameters/UAVCAN_EC_FUNC2/values/305/description + /parameters/RC3_REV/values/-1.0/description - Peripheral via Actuator Set 5 + Reverse - /parameters/UAVCAN_EC_FUNC2/values/306/description + /parameters/RC3_REV/values/1.0/description - Peripheral via Actuator Set 6 + Normal - /parameters/UAVCAN_EC_FUNC2/values/400/description + /parameters/RC3_TRIM/shortDesc - Landing Gear + RC channel 3 trim - /parameters/UAVCAN_EC_FUNC2/values/401/description + /parameters/RC3_TRIM/longDesc - Parachute + Mid point value - /parameters/UAVCAN_EC_FUNC2/values/402/description + /parameters/RC4_DZ/shortDesc - RC Roll + RC channel 4 dead zone - /parameters/UAVCAN_EC_FUNC2/values/403/description + /parameters/RC4_DZ/longDesc - RC Pitch + The +- range of this value around the trim value will be considered as zero. - /parameters/UAVCAN_EC_FUNC2/values/404/description + /parameters/RC4_MAX/shortDesc - RC Throttle + RC channel 4 maximum - /parameters/UAVCAN_EC_FUNC2/values/405/description + /parameters/RC4_MAX/longDesc - RC Yaw + Maximum value for this channel. - /parameters/UAVCAN_EC_FUNC2/values/406/description + /parameters/RC4_MIN/shortDesc - RC Flaps + RC channel 4 minimum - /parameters/UAVCAN_EC_FUNC2/values/407/description + /parameters/RC4_MIN/longDesc - RC AUX 1 + Minimum value for this channel. - /parameters/UAVCAN_EC_FUNC2/values/408/description + /parameters/RC4_REV/shortDesc - RC AUX 2 + RC channel 4 reverse - /parameters/UAVCAN_EC_FUNC2/values/409/description + /parameters/RC4_REV/longDesc - RC AUX 3 + Set to -1 to reverse channel. - /parameters/UAVCAN_EC_FUNC2/values/410/description + /parameters/RC4_REV/values/-1.0/description - RC AUX 4 + Reverse - /parameters/UAVCAN_EC_FUNC2/values/411/description + /parameters/RC4_REV/values/1.0/description - RC AUX 5 + Normal - /parameters/UAVCAN_EC_FUNC2/values/412/description + /parameters/RC4_TRIM/shortDesc - RC AUX 6 + RC channel 4 trim - /parameters/UAVCAN_EC_FUNC2/values/420/description + /parameters/RC4_TRIM/longDesc - Gimbal Roll + Mid point value - /parameters/UAVCAN_EC_FUNC2/values/421/description + /parameters/RC5_DZ/shortDesc - Gimbal Pitch + RC channel 5 dead zone - /parameters/UAVCAN_EC_FUNC2/values/422/description + /parameters/RC5_DZ/longDesc - Gimbal Yaw + The +- range of this value around the trim value will be considered as zero. - /parameters/UAVCAN_EC_FUNC2/values/430/description + /parameters/RC5_MAX/shortDesc - Gripper + RC channel 5 maximum - /parameters/UAVCAN_EC_FUNC2/values/440/description + /parameters/RC5_MAX/longDesc - Landing Gear Wheel + Maximum value for this channel. - /parameters/UAVCAN_EC_FUNC3/shortDesc + /parameters/RC5_MIN/shortDesc - UAVCAN ESC 3 Output Function + RC channel 5 minimum - /parameters/UAVCAN_EC_FUNC3/longDesc + /parameters/RC5_MIN/longDesc - Select what should be output on UAVCAN ESC 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Minimum value for this channel. - /parameters/UAVCAN_EC_FUNC3/values/0/description + /parameters/RC5_REV/shortDesc - Disabled + RC channel 5 reverse - /parameters/UAVCAN_EC_FUNC3/values/1/description + /parameters/RC5_REV/longDesc - Constant Min + Set to -1 to reverse channel. - /parameters/UAVCAN_EC_FUNC3/values/2/description + /parameters/RC5_REV/values/-1.0/description - Constant Max + Reverse - /parameters/UAVCAN_EC_FUNC3/values/101/description + /parameters/RC5_REV/values/1.0/description - Motor 1 + Normal - /parameters/UAVCAN_EC_FUNC3/values/102/description + /parameters/RC5_TRIM/shortDesc - Motor 2 + RC channel 5 trim - /parameters/UAVCAN_EC_FUNC3/values/103/description + /parameters/RC5_TRIM/longDesc - Motor 3 + Mid point value - /parameters/UAVCAN_EC_FUNC3/values/104/description + /parameters/RC6_DZ/shortDesc - Motor 4 + RC channel 6 dead zone - /parameters/UAVCAN_EC_FUNC3/values/105/description + /parameters/RC6_DZ/longDesc - Motor 5 + The +- range of this value around the trim value will be considered as zero. - /parameters/UAVCAN_EC_FUNC3/values/106/description + /parameters/RC6_MAX/shortDesc - Motor 6 + RC channel 6 maximum - /parameters/UAVCAN_EC_FUNC3/values/107/description + /parameters/RC6_MAX/longDesc - Motor 7 + Maximum value for this channel. - /parameters/UAVCAN_EC_FUNC3/values/108/description + /parameters/RC6_MIN/shortDesc - Motor 8 + RC channel 6 minimum - /parameters/UAVCAN_EC_FUNC3/values/109/description + /parameters/RC6_MIN/longDesc - Motor 9 + Minimum value for this channel. - /parameters/UAVCAN_EC_FUNC3/values/110/description + /parameters/RC6_REV/shortDesc - Motor 10 + RC channel 6 reverse - /parameters/UAVCAN_EC_FUNC3/values/111/description + /parameters/RC6_REV/longDesc - Motor 11 + Set to -1 to reverse channel. - /parameters/UAVCAN_EC_FUNC3/values/112/description + /parameters/RC6_REV/values/-1.0/description - Motor 12 + Reverse - /parameters/UAVCAN_EC_FUNC3/values/201/description + /parameters/RC6_REV/values/1.0/description - Servo 1 + Normal - /parameters/UAVCAN_EC_FUNC3/values/202/description + /parameters/RC6_TRIM/shortDesc - Servo 2 + RC channel 6 trim - /parameters/UAVCAN_EC_FUNC3/values/203/description + /parameters/RC6_TRIM/longDesc - Servo 3 + Mid point value - /parameters/UAVCAN_EC_FUNC3/values/204/description + /parameters/RC7_DZ/shortDesc - Servo 4 + RC channel 7 dead zone - /parameters/UAVCAN_EC_FUNC3/values/205/description + /parameters/RC7_DZ/longDesc - Servo 5 + The +- range of this value around the trim value will be considered as zero. - /parameters/UAVCAN_EC_FUNC3/values/206/description + /parameters/RC7_MAX/shortDesc - Servo 6 + RC channel 7 maximum - /parameters/UAVCAN_EC_FUNC3/values/207/description + /parameters/RC7_MAX/longDesc - Servo 7 + Maximum value for this channel. - /parameters/UAVCAN_EC_FUNC3/values/208/description + /parameters/RC7_MIN/shortDesc - Servo 8 + RC channel 7 minimum - /parameters/UAVCAN_EC_FUNC3/values/301/description + /parameters/RC7_MIN/longDesc - Peripheral via Actuator Set 1 + Minimum value for this channel. - /parameters/UAVCAN_EC_FUNC3/values/302/description + /parameters/RC7_REV/shortDesc - Peripheral via Actuator Set 2 + RC channel 7 reverse - /parameters/UAVCAN_EC_FUNC3/values/303/description + /parameters/RC7_REV/longDesc - Peripheral via Actuator Set 3 + Set to -1 to reverse channel. - /parameters/UAVCAN_EC_FUNC3/values/304/description + /parameters/RC7_REV/values/-1.0/description - Peripheral via Actuator Set 4 + Reverse - /parameters/UAVCAN_EC_FUNC3/values/305/description + /parameters/RC7_REV/values/1.0/description - Peripheral via Actuator Set 5 + Normal - /parameters/UAVCAN_EC_FUNC3/values/306/description + /parameters/RC7_TRIM/shortDesc - Peripheral via Actuator Set 6 + RC channel 7 trim - /parameters/UAVCAN_EC_FUNC3/values/400/description + /parameters/RC7_TRIM/longDesc - Landing Gear + Mid point value - /parameters/UAVCAN_EC_FUNC3/values/401/description + /parameters/RC8_DZ/shortDesc - Parachute + RC channel 8 dead zone - /parameters/UAVCAN_EC_FUNC3/values/402/description + /parameters/RC8_DZ/longDesc - RC Roll + The +- range of this value around the trim value will be considered as zero. - /parameters/UAVCAN_EC_FUNC3/values/403/description + /parameters/RC8_MAX/shortDesc - RC Pitch + RC channel 8 maximum - /parameters/UAVCAN_EC_FUNC3/values/404/description + /parameters/RC8_MAX/longDesc - RC Throttle + Maximum value for this channel. - /parameters/UAVCAN_EC_FUNC3/values/405/description + /parameters/RC8_MIN/shortDesc - RC Yaw + RC channel 8 minimum - /parameters/UAVCAN_EC_FUNC3/values/406/description + /parameters/RC8_MIN/longDesc - RC Flaps + Minimum value for this channel. - /parameters/UAVCAN_EC_FUNC3/values/407/description + /parameters/RC8_REV/shortDesc - RC AUX 1 + RC channel 8 reverse - /parameters/UAVCAN_EC_FUNC3/values/408/description + /parameters/RC8_REV/longDesc - RC AUX 2 + Set to -1 to reverse channel. - /parameters/UAVCAN_EC_FUNC3/values/409/description + /parameters/RC8_REV/values/-1.0/description - RC AUX 3 + Reverse - /parameters/UAVCAN_EC_FUNC3/values/410/description + /parameters/RC8_REV/values/1.0/description - RC AUX 4 + Normal - /parameters/UAVCAN_EC_FUNC3/values/411/description + /parameters/RC8_TRIM/shortDesc - RC AUX 5 + RC channel 8 trim - /parameters/UAVCAN_EC_FUNC3/values/412/description + /parameters/RC8_TRIM/longDesc - RC AUX 6 + Mid point value - /parameters/UAVCAN_EC_FUNC3/values/420/description + /parameters/RC9_DZ/shortDesc - Gimbal Roll + RC channel 9 dead zone - /parameters/UAVCAN_EC_FUNC3/values/421/description + /parameters/RC9_DZ/longDesc - Gimbal Pitch + The +- range of this value around the trim value will be considered as zero. - /parameters/UAVCAN_EC_FUNC3/values/422/description + /parameters/RC9_MAX/shortDesc - Gimbal Yaw + RC channel 9 maximum - /parameters/UAVCAN_EC_FUNC3/values/430/description + /parameters/RC9_MAX/longDesc - Gripper + Maximum value for this channel. - /parameters/UAVCAN_EC_FUNC3/values/440/description + /parameters/RC9_MIN/shortDesc - Landing Gear Wheel + RC channel 9 minimum - /parameters/UAVCAN_EC_FUNC4/shortDesc + /parameters/RC9_MIN/longDesc - UAVCAN ESC 4 Output Function + Minimum value for this channel. - /parameters/UAVCAN_EC_FUNC4/longDesc + /parameters/RC9_REV/shortDesc - Select what should be output on UAVCAN ESC 4. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + RC channel 9 reverse - /parameters/UAVCAN_EC_FUNC4/values/0/description + /parameters/RC9_REV/longDesc - Disabled + Set to -1 to reverse channel. - /parameters/UAVCAN_EC_FUNC4/values/1/description + /parameters/RC9_REV/values/-1.0/description - Constant Min + Reverse - /parameters/UAVCAN_EC_FUNC4/values/2/description + /parameters/RC9_REV/values/1.0/description - Constant Max + Normal - /parameters/UAVCAN_EC_FUNC4/values/101/description + /parameters/RC9_TRIM/shortDesc - Motor 1 + RC channel 9 trim - /parameters/UAVCAN_EC_FUNC4/values/102/description + /parameters/RC9_TRIM/longDesc - Motor 2 + Mid point value - /parameters/UAVCAN_EC_FUNC4/values/103/description + /parameters/RC_CHAN_CNT/shortDesc - Motor 3 + RC channel count - /parameters/UAVCAN_EC_FUNC4/values/104/description + /parameters/RC_CHAN_CNT/longDesc - Motor 4 + This parameter is used by Ground Station software to save the number of channels which were used during RC calibration. It is only meant for ground station use. - /parameters/UAVCAN_EC_FUNC4/values/105/description + /parameters/RC_FAILS_THR/shortDesc - Motor 5 + Failsafe channel PWM threshold - /parameters/UAVCAN_EC_FUNC4/values/106/description + /parameters/RC_FAILS_THR/longDesc - Motor 6 + Use RC_MAP_FAILSAFE to specify which channel is used to indicate RC loss via this threshold. By default this is the throttle channel. Set to a PWM value slightly above the PWM value for the channel (e.g. throttle) in a failsafe event, but below the minimum PWM value for the channel during normal operation. Note: The default value of 0 disables the feature (it is below the expected range). - /parameters/UAVCAN_EC_FUNC4/values/107/description + /parameters/RC_MAP_AUX1/shortDesc - Motor 7 + AUX1 Passthrough RC channel - /parameters/UAVCAN_EC_FUNC4/values/108/description + /parameters/RC_MAP_AUX1/longDesc - Motor 8 + Default function: Camera pitch - /parameters/UAVCAN_EC_FUNC4/values/109/description + /parameters/RC_MAP_AUX1/values/0/description - Motor 9 + Unassigned - /parameters/UAVCAN_EC_FUNC4/values/110/description + /parameters/RC_MAP_AUX1/values/1/description - Motor 10 + Channel 1 - /parameters/UAVCAN_EC_FUNC4/values/111/description + /parameters/RC_MAP_AUX1/values/2/description - Motor 11 + Channel 2 - /parameters/UAVCAN_EC_FUNC4/values/112/description + /parameters/RC_MAP_AUX1/values/3/description - Motor 12 + Channel 3 - /parameters/UAVCAN_EC_FUNC4/values/201/description + /parameters/RC_MAP_AUX1/values/4/description - Servo 1 + Channel 4 - /parameters/UAVCAN_EC_FUNC4/values/202/description + /parameters/RC_MAP_AUX1/values/5/description - Servo 2 + Channel 5 - /parameters/UAVCAN_EC_FUNC4/values/203/description + /parameters/RC_MAP_AUX1/values/6/description - Servo 3 + Channel 6 - /parameters/UAVCAN_EC_FUNC4/values/204/description + /parameters/RC_MAP_AUX1/values/7/description - Servo 4 + Channel 7 - /parameters/UAVCAN_EC_FUNC4/values/205/description + /parameters/RC_MAP_AUX1/values/8/description - Servo 5 + Channel 8 - /parameters/UAVCAN_EC_FUNC4/values/206/description + /parameters/RC_MAP_AUX1/values/9/description - Servo 6 + Channel 9 - /parameters/UAVCAN_EC_FUNC4/values/207/description + /parameters/RC_MAP_AUX1/values/10/description - Servo 7 + Channel 10 - /parameters/UAVCAN_EC_FUNC4/values/208/description + /parameters/RC_MAP_AUX1/values/11/description - Servo 8 + Channel 11 - /parameters/UAVCAN_EC_FUNC4/values/301/description + /parameters/RC_MAP_AUX1/values/12/description - Peripheral via Actuator Set 1 + Channel 12 - /parameters/UAVCAN_EC_FUNC4/values/302/description + /parameters/RC_MAP_AUX1/values/13/description - Peripheral via Actuator Set 2 + Channel 13 - /parameters/UAVCAN_EC_FUNC4/values/303/description + /parameters/RC_MAP_AUX1/values/14/description - Peripheral via Actuator Set 3 + Channel 14 - /parameters/UAVCAN_EC_FUNC4/values/304/description + /parameters/RC_MAP_AUX1/values/15/description - Peripheral via Actuator Set 4 + Channel 15 - /parameters/UAVCAN_EC_FUNC4/values/305/description + /parameters/RC_MAP_AUX1/values/16/description - Peripheral via Actuator Set 5 + Channel 16 - /parameters/UAVCAN_EC_FUNC4/values/306/description + /parameters/RC_MAP_AUX1/values/17/description - Peripheral via Actuator Set 6 + Channel 17 - /parameters/UAVCAN_EC_FUNC4/values/400/description + /parameters/RC_MAP_AUX1/values/18/description - Landing Gear + Channel 18 - /parameters/UAVCAN_EC_FUNC4/values/401/description + /parameters/RC_MAP_AUX2/shortDesc - Parachute + AUX2 Passthrough RC channel - /parameters/UAVCAN_EC_FUNC4/values/402/description + /parameters/RC_MAP_AUX2/longDesc - RC Roll + Default function: Camera roll - /parameters/UAVCAN_EC_FUNC4/values/403/description + /parameters/RC_MAP_AUX2/values/0/description - RC Pitch + Unassigned - /parameters/UAVCAN_EC_FUNC4/values/404/description + /parameters/RC_MAP_AUX2/values/1/description - RC Throttle + Channel 1 - /parameters/UAVCAN_EC_FUNC4/values/405/description + /parameters/RC_MAP_AUX2/values/2/description - RC Yaw + Channel 2 - /parameters/UAVCAN_EC_FUNC4/values/406/description + /parameters/RC_MAP_AUX2/values/3/description - RC Flaps + Channel 3 - /parameters/UAVCAN_EC_FUNC4/values/407/description + /parameters/RC_MAP_AUX2/values/4/description - RC AUX 1 + Channel 4 - /parameters/UAVCAN_EC_FUNC4/values/408/description + /parameters/RC_MAP_AUX2/values/5/description - RC AUX 2 + Channel 5 - /parameters/UAVCAN_EC_FUNC4/values/409/description + /parameters/RC_MAP_AUX2/values/6/description - RC AUX 3 + Channel 6 - /parameters/UAVCAN_EC_FUNC4/values/410/description + /parameters/RC_MAP_AUX2/values/7/description - RC AUX 4 + Channel 7 - /parameters/UAVCAN_EC_FUNC4/values/411/description + /parameters/RC_MAP_AUX2/values/8/description - RC AUX 5 + Channel 8 - /parameters/UAVCAN_EC_FUNC4/values/412/description + /parameters/RC_MAP_AUX2/values/9/description - RC AUX 6 + Channel 9 - /parameters/UAVCAN_EC_FUNC4/values/420/description + /parameters/RC_MAP_AUX2/values/10/description - Gimbal Roll + Channel 10 - /parameters/UAVCAN_EC_FUNC4/values/421/description + /parameters/RC_MAP_AUX2/values/11/description - Gimbal Pitch + Channel 11 - /parameters/UAVCAN_EC_FUNC4/values/422/description + /parameters/RC_MAP_AUX2/values/12/description - Gimbal Yaw + Channel 12 - /parameters/UAVCAN_EC_FUNC4/values/430/description + /parameters/RC_MAP_AUX2/values/13/description - Gripper + Channel 13 - /parameters/UAVCAN_EC_FUNC4/values/440/description + /parameters/RC_MAP_AUX2/values/14/description - Landing Gear Wheel + Channel 14 - /parameters/UAVCAN_EC_FUNC5/shortDesc + /parameters/RC_MAP_AUX2/values/15/description - UAVCAN ESC 5 Output Function + Channel 15 - /parameters/UAVCAN_EC_FUNC5/longDesc + /parameters/RC_MAP_AUX2/values/16/description - Select what should be output on UAVCAN ESC 5. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Channel 16 - /parameters/UAVCAN_EC_FUNC5/values/0/description + /parameters/RC_MAP_AUX2/values/17/description - Disabled + Channel 17 - /parameters/UAVCAN_EC_FUNC5/values/1/description + /parameters/RC_MAP_AUX2/values/18/description - Constant Min + Channel 18 - /parameters/UAVCAN_EC_FUNC5/values/2/description + /parameters/RC_MAP_AUX3/shortDesc - Constant Max + AUX3 Passthrough RC channel - /parameters/UAVCAN_EC_FUNC5/values/101/description + /parameters/RC_MAP_AUX3/longDesc - Motor 1 + Default function: Camera azimuth / yaw - /parameters/UAVCAN_EC_FUNC5/values/102/description + /parameters/RC_MAP_AUX3/values/0/description - Motor 2 + Unassigned - /parameters/UAVCAN_EC_FUNC5/values/103/description + /parameters/RC_MAP_AUX3/values/1/description - Motor 3 + Channel 1 - /parameters/UAVCAN_EC_FUNC5/values/104/description + /parameters/RC_MAP_AUX3/values/2/description - Motor 4 + Channel 2 - /parameters/UAVCAN_EC_FUNC5/values/105/description + /parameters/RC_MAP_AUX3/values/3/description - Motor 5 + Channel 3 - /parameters/UAVCAN_EC_FUNC5/values/106/description + /parameters/RC_MAP_AUX3/values/4/description - Motor 6 + Channel 4 - /parameters/UAVCAN_EC_FUNC5/values/107/description + /parameters/RC_MAP_AUX3/values/5/description - Motor 7 + Channel 5 - /parameters/UAVCAN_EC_FUNC5/values/108/description + /parameters/RC_MAP_AUX3/values/6/description - Motor 8 + Channel 6 - /parameters/UAVCAN_EC_FUNC5/values/109/description + /parameters/RC_MAP_AUX3/values/7/description - Motor 9 + Channel 7 - /parameters/UAVCAN_EC_FUNC5/values/110/description + /parameters/RC_MAP_AUX3/values/8/description - Motor 10 + Channel 8 - /parameters/UAVCAN_EC_FUNC5/values/111/description + /parameters/RC_MAP_AUX3/values/9/description - Motor 11 + Channel 9 - /parameters/UAVCAN_EC_FUNC5/values/112/description + /parameters/RC_MAP_AUX3/values/10/description - Motor 12 + Channel 10 - /parameters/UAVCAN_EC_FUNC5/values/201/description + /parameters/RC_MAP_AUX3/values/11/description - Servo 1 + Channel 11 - /parameters/UAVCAN_EC_FUNC5/values/202/description + /parameters/RC_MAP_AUX3/values/12/description - Servo 2 + Channel 12 - /parameters/UAVCAN_EC_FUNC5/values/203/description + /parameters/RC_MAP_AUX3/values/13/description - Servo 3 + Channel 13 - /parameters/UAVCAN_EC_FUNC5/values/204/description + /parameters/RC_MAP_AUX3/values/14/description - Servo 4 + Channel 14 - /parameters/UAVCAN_EC_FUNC5/values/205/description + /parameters/RC_MAP_AUX3/values/15/description - Servo 5 + Channel 15 - /parameters/UAVCAN_EC_FUNC5/values/206/description + /parameters/RC_MAP_AUX3/values/16/description - Servo 6 + Channel 16 - /parameters/UAVCAN_EC_FUNC5/values/207/description + /parameters/RC_MAP_AUX3/values/17/description - Servo 7 + Channel 17 - /parameters/UAVCAN_EC_FUNC5/values/208/description + /parameters/RC_MAP_AUX3/values/18/description - Servo 8 + Channel 18 - /parameters/UAVCAN_EC_FUNC5/values/301/description + /parameters/RC_MAP_AUX4/shortDesc - Peripheral via Actuator Set 1 + AUX4 Passthrough RC channel - /parameters/UAVCAN_EC_FUNC5/values/302/description + /parameters/RC_MAP_AUX4/values/0/description - Peripheral via Actuator Set 2 + Unassigned - /parameters/UAVCAN_EC_FUNC5/values/303/description + /parameters/RC_MAP_AUX4/values/1/description - Peripheral via Actuator Set 3 + Channel 1 - /parameters/UAVCAN_EC_FUNC5/values/304/description + /parameters/RC_MAP_AUX4/values/2/description - Peripheral via Actuator Set 4 + Channel 2 - /parameters/UAVCAN_EC_FUNC5/values/305/description + /parameters/RC_MAP_AUX4/values/3/description - Peripheral via Actuator Set 5 + Channel 3 - /parameters/UAVCAN_EC_FUNC5/values/306/description + /parameters/RC_MAP_AUX4/values/4/description - Peripheral via Actuator Set 6 + Channel 4 - /parameters/UAVCAN_EC_FUNC5/values/400/description + /parameters/RC_MAP_AUX4/values/5/description - Landing Gear + Channel 5 - /parameters/UAVCAN_EC_FUNC5/values/401/description + /parameters/RC_MAP_AUX4/values/6/description - Parachute + Channel 6 - /parameters/UAVCAN_EC_FUNC5/values/402/description + /parameters/RC_MAP_AUX4/values/7/description - RC Roll + Channel 7 - /parameters/UAVCAN_EC_FUNC5/values/403/description + /parameters/RC_MAP_AUX4/values/8/description - RC Pitch + Channel 8 - /parameters/UAVCAN_EC_FUNC5/values/404/description + /parameters/RC_MAP_AUX4/values/9/description - RC Throttle + Channel 9 - /parameters/UAVCAN_EC_FUNC5/values/405/description + /parameters/RC_MAP_AUX4/values/10/description - RC Yaw + Channel 10 - /parameters/UAVCAN_EC_FUNC5/values/406/description + /parameters/RC_MAP_AUX4/values/11/description - RC Flaps + Channel 11 - /parameters/UAVCAN_EC_FUNC5/values/407/description + /parameters/RC_MAP_AUX4/values/12/description - RC AUX 1 + Channel 12 - /parameters/UAVCAN_EC_FUNC5/values/408/description + /parameters/RC_MAP_AUX4/values/13/description - RC AUX 2 + Channel 13 - /parameters/UAVCAN_EC_FUNC5/values/409/description + /parameters/RC_MAP_AUX4/values/14/description - RC AUX 3 + Channel 14 - /parameters/UAVCAN_EC_FUNC5/values/410/description + /parameters/RC_MAP_AUX4/values/15/description - RC AUX 4 + Channel 15 - /parameters/UAVCAN_EC_FUNC5/values/411/description + /parameters/RC_MAP_AUX4/values/16/description - RC AUX 5 + Channel 16 - /parameters/UAVCAN_EC_FUNC5/values/412/description + /parameters/RC_MAP_AUX4/values/17/description - RC AUX 6 + Channel 17 - /parameters/UAVCAN_EC_FUNC5/values/420/description + /parameters/RC_MAP_AUX4/values/18/description - Gimbal Roll + Channel 18 - /parameters/UAVCAN_EC_FUNC5/values/421/description + /parameters/RC_MAP_AUX5/shortDesc - Gimbal Pitch + AUX5 Passthrough RC channel - /parameters/UAVCAN_EC_FUNC5/values/422/description + /parameters/RC_MAP_AUX5/values/0/description - Gimbal Yaw + Unassigned - /parameters/UAVCAN_EC_FUNC5/values/430/description + /parameters/RC_MAP_AUX5/values/1/description - Gripper + Channel 1 - /parameters/UAVCAN_EC_FUNC5/values/440/description + /parameters/RC_MAP_AUX5/values/2/description - Landing Gear Wheel + Channel 2 - /parameters/UAVCAN_EC_FUNC6/shortDesc + /parameters/RC_MAP_AUX5/values/3/description - UAVCAN ESC 6 Output Function + Channel 3 - /parameters/UAVCAN_EC_FUNC6/longDesc + /parameters/RC_MAP_AUX5/values/4/description - Select what should be output on UAVCAN ESC 6. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Channel 4 - /parameters/UAVCAN_EC_FUNC6/values/0/description + /parameters/RC_MAP_AUX5/values/5/description - Disabled + Channel 5 - /parameters/UAVCAN_EC_FUNC6/values/1/description + /parameters/RC_MAP_AUX5/values/6/description - Constant Min + Channel 6 - /parameters/UAVCAN_EC_FUNC6/values/2/description + /parameters/RC_MAP_AUX5/values/7/description - Constant Max + Channel 7 - /parameters/UAVCAN_EC_FUNC6/values/101/description + /parameters/RC_MAP_AUX5/values/8/description - Motor 1 + Channel 8 - /parameters/UAVCAN_EC_FUNC6/values/102/description + /parameters/RC_MAP_AUX5/values/9/description - Motor 2 + Channel 9 - /parameters/UAVCAN_EC_FUNC6/values/103/description + /parameters/RC_MAP_AUX5/values/10/description - Motor 3 + Channel 10 - /parameters/UAVCAN_EC_FUNC6/values/104/description + /parameters/RC_MAP_AUX5/values/11/description - Motor 4 + Channel 11 - /parameters/UAVCAN_EC_FUNC6/values/105/description + /parameters/RC_MAP_AUX5/values/12/description - Motor 5 + Channel 12 - /parameters/UAVCAN_EC_FUNC6/values/106/description + /parameters/RC_MAP_AUX5/values/13/description - Motor 6 + Channel 13 - /parameters/UAVCAN_EC_FUNC6/values/107/description + /parameters/RC_MAP_AUX5/values/14/description - Motor 7 + Channel 14 - /parameters/UAVCAN_EC_FUNC6/values/108/description + /parameters/RC_MAP_AUX5/values/15/description - Motor 8 + Channel 15 - /parameters/UAVCAN_EC_FUNC6/values/109/description + /parameters/RC_MAP_AUX5/values/16/description - Motor 9 + Channel 16 - /parameters/UAVCAN_EC_FUNC6/values/110/description + /parameters/RC_MAP_AUX5/values/17/description - Motor 10 + Channel 17 - /parameters/UAVCAN_EC_FUNC6/values/111/description + /parameters/RC_MAP_AUX5/values/18/description - Motor 11 + Channel 18 - /parameters/UAVCAN_EC_FUNC6/values/112/description + /parameters/RC_MAP_AUX6/shortDesc - Motor 12 + AUX6 Passthrough RC channel - /parameters/UAVCAN_EC_FUNC6/values/201/description + /parameters/RC_MAP_AUX6/values/0/description - Servo 1 + Unassigned - /parameters/UAVCAN_EC_FUNC6/values/202/description + /parameters/RC_MAP_AUX6/values/1/description - Servo 2 + Channel 1 - /parameters/UAVCAN_EC_FUNC6/values/203/description + /parameters/RC_MAP_AUX6/values/2/description - Servo 3 + Channel 2 - /parameters/UAVCAN_EC_FUNC6/values/204/description + /parameters/RC_MAP_AUX6/values/3/description - Servo 4 + Channel 3 - /parameters/UAVCAN_EC_FUNC6/values/205/description + /parameters/RC_MAP_AUX6/values/4/description - Servo 5 + Channel 4 - /parameters/UAVCAN_EC_FUNC6/values/206/description + /parameters/RC_MAP_AUX6/values/5/description - Servo 6 + Channel 5 - /parameters/UAVCAN_EC_FUNC6/values/207/description + /parameters/RC_MAP_AUX6/values/6/description - Servo 7 + Channel 6 - /parameters/UAVCAN_EC_FUNC6/values/208/description + /parameters/RC_MAP_AUX6/values/7/description - Servo 8 + Channel 7 - /parameters/UAVCAN_EC_FUNC6/values/301/description + /parameters/RC_MAP_AUX6/values/8/description - Peripheral via Actuator Set 1 + Channel 8 - /parameters/UAVCAN_EC_FUNC6/values/302/description + /parameters/RC_MAP_AUX6/values/9/description - Peripheral via Actuator Set 2 + Channel 9 - /parameters/UAVCAN_EC_FUNC6/values/303/description + /parameters/RC_MAP_AUX6/values/10/description - Peripheral via Actuator Set 3 + Channel 10 - /parameters/UAVCAN_EC_FUNC6/values/304/description + /parameters/RC_MAP_AUX6/values/11/description - Peripheral via Actuator Set 4 + Channel 11 - /parameters/UAVCAN_EC_FUNC6/values/305/description + /parameters/RC_MAP_AUX6/values/12/description - Peripheral via Actuator Set 5 + Channel 12 - /parameters/UAVCAN_EC_FUNC6/values/306/description + /parameters/RC_MAP_AUX6/values/13/description - Peripheral via Actuator Set 6 + Channel 13 - /parameters/UAVCAN_EC_FUNC6/values/400/description + /parameters/RC_MAP_AUX6/values/14/description - Landing Gear + Channel 14 - /parameters/UAVCAN_EC_FUNC6/values/401/description + /parameters/RC_MAP_AUX6/values/15/description - Parachute + Channel 15 - /parameters/UAVCAN_EC_FUNC6/values/402/description + /parameters/RC_MAP_AUX6/values/16/description - RC Roll + Channel 16 - /parameters/UAVCAN_EC_FUNC6/values/403/description + /parameters/RC_MAP_AUX6/values/17/description - RC Pitch + Channel 17 - /parameters/UAVCAN_EC_FUNC6/values/404/description + /parameters/RC_MAP_AUX6/values/18/description - RC Throttle + Channel 18 - /parameters/UAVCAN_EC_FUNC6/values/405/description + /parameters/RC_MAP_ENG_MOT/shortDesc - RC Yaw + RC channel to engage the main motor (for helicopters) - /parameters/UAVCAN_EC_FUNC6/values/406/description + /parameters/RC_MAP_ENG_MOT/values/0/description - RC Flaps + Unassigned - /parameters/UAVCAN_EC_FUNC6/values/407/description + /parameters/RC_MAP_ENG_MOT/values/1/description - RC AUX 1 + Channel 1 - /parameters/UAVCAN_EC_FUNC6/values/408/description + /parameters/RC_MAP_ENG_MOT/values/2/description - RC AUX 2 + Channel 2 - /parameters/UAVCAN_EC_FUNC6/values/409/description + /parameters/RC_MAP_ENG_MOT/values/3/description - RC AUX 3 + Channel 3 - /parameters/UAVCAN_EC_FUNC6/values/410/description + /parameters/RC_MAP_ENG_MOT/values/4/description - RC AUX 4 + Channel 4 - /parameters/UAVCAN_EC_FUNC6/values/411/description + /parameters/RC_MAP_ENG_MOT/values/5/description - RC AUX 5 + Channel 5 - /parameters/UAVCAN_EC_FUNC6/values/412/description + /parameters/RC_MAP_ENG_MOT/values/6/description - RC AUX 6 + Channel 6 - /parameters/UAVCAN_EC_FUNC6/values/420/description + /parameters/RC_MAP_ENG_MOT/values/7/description - Gimbal Roll + Channel 7 - /parameters/UAVCAN_EC_FUNC6/values/421/description + /parameters/RC_MAP_ENG_MOT/values/8/description - Gimbal Pitch + Channel 8 - /parameters/UAVCAN_EC_FUNC6/values/422/description + /parameters/RC_MAP_ENG_MOT/values/9/description - Gimbal Yaw + Channel 9 - /parameters/UAVCAN_EC_FUNC6/values/430/description + /parameters/RC_MAP_ENG_MOT/values/10/description - Gripper + Channel 10 - /parameters/UAVCAN_EC_FUNC6/values/440/description + /parameters/RC_MAP_ENG_MOT/values/11/description - Landing Gear Wheel + Channel 11 - /parameters/UAVCAN_EC_FUNC7/shortDesc + /parameters/RC_MAP_ENG_MOT/values/12/description - UAVCAN ESC 7 Output Function + Channel 12 - /parameters/UAVCAN_EC_FUNC7/longDesc + /parameters/RC_MAP_ENG_MOT/values/13/description - Select what should be output on UAVCAN ESC 7. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Channel 13 - /parameters/UAVCAN_EC_FUNC7/values/0/description + /parameters/RC_MAP_ENG_MOT/values/14/description - Disabled + Channel 14 - /parameters/UAVCAN_EC_FUNC7/values/1/description + /parameters/RC_MAP_ENG_MOT/values/15/description - Constant Min + Channel 15 - /parameters/UAVCAN_EC_FUNC7/values/2/description + /parameters/RC_MAP_ENG_MOT/values/16/description - Constant Max + Channel 16 - /parameters/UAVCAN_EC_FUNC7/values/101/description + /parameters/RC_MAP_ENG_MOT/values/17/description - Motor 1 + Channel 17 - /parameters/UAVCAN_EC_FUNC7/values/102/description + /parameters/RC_MAP_ENG_MOT/values/18/description - Motor 2 + Channel 18 - /parameters/UAVCAN_EC_FUNC7/values/103/description + /parameters/RC_MAP_FAILSAFE/shortDesc - Motor 3 + Failsafe channel mapping - /parameters/UAVCAN_EC_FUNC7/values/104/description + /parameters/RC_MAP_FAILSAFE/longDesc - Motor 4 + Configures which RC channel is used by the receiver to indicate the signal was lost (on receivers that use output a fixed signal value to report lost signal). If set to 0, the channel mapped to throttle is used. Use RC_FAILS_THR to set the threshold indicating lost signal. By default it's below the expected range and hence disabled. - /parameters/UAVCAN_EC_FUNC7/values/105/description + /parameters/RC_MAP_FAILSAFE/values/0/description - Motor 5 + Unassigned - /parameters/UAVCAN_EC_FUNC7/values/106/description + /parameters/RC_MAP_FAILSAFE/values/1/description - Motor 6 + Channel 1 - /parameters/UAVCAN_EC_FUNC7/values/107/description + /parameters/RC_MAP_FAILSAFE/values/2/description - Motor 7 + Channel 2 - /parameters/UAVCAN_EC_FUNC7/values/108/description + /parameters/RC_MAP_FAILSAFE/values/3/description - Motor 8 + Channel 3 - /parameters/UAVCAN_EC_FUNC7/values/109/description + /parameters/RC_MAP_FAILSAFE/values/4/description - Motor 9 + Channel 4 - /parameters/UAVCAN_EC_FUNC7/values/110/description + /parameters/RC_MAP_FAILSAFE/values/5/description - Motor 10 + Channel 5 - /parameters/UAVCAN_EC_FUNC7/values/111/description + /parameters/RC_MAP_FAILSAFE/values/6/description - Motor 11 + Channel 6 - /parameters/UAVCAN_EC_FUNC7/values/112/description + /parameters/RC_MAP_FAILSAFE/values/7/description - Motor 12 + Channel 7 - /parameters/UAVCAN_EC_FUNC7/values/201/description + /parameters/RC_MAP_FAILSAFE/values/8/description - Servo 1 + Channel 8 - /parameters/UAVCAN_EC_FUNC7/values/202/description + /parameters/RC_MAP_FAILSAFE/values/9/description - Servo 2 + Channel 9 - /parameters/UAVCAN_EC_FUNC7/values/203/description + /parameters/RC_MAP_FAILSAFE/values/10/description - Servo 3 + Channel 10 - /parameters/UAVCAN_EC_FUNC7/values/204/description + /parameters/RC_MAP_FAILSAFE/values/11/description - Servo 4 + Channel 11 - /parameters/UAVCAN_EC_FUNC7/values/205/description + /parameters/RC_MAP_FAILSAFE/values/12/description - Servo 5 + Channel 12 - /parameters/UAVCAN_EC_FUNC7/values/206/description + /parameters/RC_MAP_FAILSAFE/values/13/description - Servo 6 + Channel 13 - /parameters/UAVCAN_EC_FUNC7/values/207/description + /parameters/RC_MAP_FAILSAFE/values/14/description - Servo 7 + Channel 14 - /parameters/UAVCAN_EC_FUNC7/values/208/description + /parameters/RC_MAP_FAILSAFE/values/15/description - Servo 8 + Channel 15 - /parameters/UAVCAN_EC_FUNC7/values/301/description + /parameters/RC_MAP_FAILSAFE/values/16/description - Peripheral via Actuator Set 1 + Channel 16 - /parameters/UAVCAN_EC_FUNC7/values/302/description + /parameters/RC_MAP_FAILSAFE/values/17/description - Peripheral via Actuator Set 2 + Channel 17 - /parameters/UAVCAN_EC_FUNC7/values/303/description + /parameters/RC_MAP_FAILSAFE/values/18/description - Peripheral via Actuator Set 3 + Channel 18 - /parameters/UAVCAN_EC_FUNC7/values/304/description + /parameters/RC_MAP_PARAM1/shortDesc - Peripheral via Actuator Set 4 + PARAM1 tuning channel - /parameters/UAVCAN_EC_FUNC7/values/305/description + /parameters/RC_MAP_PARAM1/longDesc - Peripheral via Actuator Set 5 + Can be used for parameter tuning with the RC. This one is further referenced as the 1st parameter channel. Set to 0 to deactivate * - /parameters/UAVCAN_EC_FUNC7/values/306/description + /parameters/RC_MAP_PARAM1/values/0/description - Peripheral via Actuator Set 6 + Unassigned - /parameters/UAVCAN_EC_FUNC7/values/400/description + /parameters/RC_MAP_PARAM1/values/1/description - Landing Gear + Channel 1 - /parameters/UAVCAN_EC_FUNC7/values/401/description + /parameters/RC_MAP_PARAM1/values/2/description - Parachute + Channel 2 - /parameters/UAVCAN_EC_FUNC7/values/402/description + /parameters/RC_MAP_PARAM1/values/3/description - RC Roll + Channel 3 - /parameters/UAVCAN_EC_FUNC7/values/403/description + /parameters/RC_MAP_PARAM1/values/4/description - RC Pitch + Channel 4 - /parameters/UAVCAN_EC_FUNC7/values/404/description + /parameters/RC_MAP_PARAM1/values/5/description - RC Throttle + Channel 5 - /parameters/UAVCAN_EC_FUNC7/values/405/description + /parameters/RC_MAP_PARAM1/values/6/description - RC Yaw + Channel 6 - /parameters/UAVCAN_EC_FUNC7/values/406/description + /parameters/RC_MAP_PARAM1/values/7/description - RC Flaps + Channel 7 - /parameters/UAVCAN_EC_FUNC7/values/407/description + /parameters/RC_MAP_PARAM1/values/8/description - RC AUX 1 + Channel 8 - /parameters/UAVCAN_EC_FUNC7/values/408/description + /parameters/RC_MAP_PARAM1/values/9/description - RC AUX 2 + Channel 9 - /parameters/UAVCAN_EC_FUNC7/values/409/description + /parameters/RC_MAP_PARAM1/values/10/description - RC AUX 3 + Channel 10 - /parameters/UAVCAN_EC_FUNC7/values/410/description + /parameters/RC_MAP_PARAM1/values/11/description - RC AUX 4 + Channel 11 - /parameters/UAVCAN_EC_FUNC7/values/411/description + /parameters/RC_MAP_PARAM1/values/12/description - RC AUX 5 + Channel 12 - /parameters/UAVCAN_EC_FUNC7/values/412/description + /parameters/RC_MAP_PARAM1/values/13/description - RC AUX 6 + Channel 13 - /parameters/UAVCAN_EC_FUNC7/values/420/description + /parameters/RC_MAP_PARAM1/values/14/description - Gimbal Roll + Channel 14 - /parameters/UAVCAN_EC_FUNC7/values/421/description + /parameters/RC_MAP_PARAM1/values/15/description - Gimbal Pitch + Channel 15 - /parameters/UAVCAN_EC_FUNC7/values/422/description + /parameters/RC_MAP_PARAM1/values/16/description - Gimbal Yaw + Channel 16 - /parameters/UAVCAN_EC_FUNC7/values/430/description + /parameters/RC_MAP_PARAM1/values/17/description - Gripper + Channel 17 - /parameters/UAVCAN_EC_FUNC7/values/440/description + /parameters/RC_MAP_PARAM1/values/18/description - Landing Gear Wheel + Channel 18 - /parameters/UAVCAN_EC_FUNC8/shortDesc + /parameters/RC_MAP_PARAM2/shortDesc - UAVCAN ESC 8 Output Function + PARAM2 tuning channel - /parameters/UAVCAN_EC_FUNC8/longDesc + /parameters/RC_MAP_PARAM2/longDesc - Select what should be output on UAVCAN ESC 8. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Can be used for parameter tuning with the RC. This one is further referenced as the 2nd parameter channel. Set to 0 to deactivate * - /parameters/UAVCAN_EC_FUNC8/values/0/description + /parameters/RC_MAP_PARAM2/values/0/description - Disabled + Unassigned - /parameters/UAVCAN_EC_FUNC8/values/1/description + /parameters/RC_MAP_PARAM2/values/1/description - Constant Min + Channel 1 - /parameters/UAVCAN_EC_FUNC8/values/2/description + /parameters/RC_MAP_PARAM2/values/2/description - Constant Max + Channel 2 - /parameters/UAVCAN_EC_FUNC8/values/101/description + /parameters/RC_MAP_PARAM2/values/3/description - Motor 1 + Channel 3 - /parameters/UAVCAN_EC_FUNC8/values/102/description + /parameters/RC_MAP_PARAM2/values/4/description - Motor 2 + Channel 4 - /parameters/UAVCAN_EC_FUNC8/values/103/description + /parameters/RC_MAP_PARAM2/values/5/description - Motor 3 + Channel 5 - /parameters/UAVCAN_EC_FUNC8/values/104/description + /parameters/RC_MAP_PARAM2/values/6/description - Motor 4 + Channel 6 - /parameters/UAVCAN_EC_FUNC8/values/105/description + /parameters/RC_MAP_PARAM2/values/7/description - Motor 5 + Channel 7 - /parameters/UAVCAN_EC_FUNC8/values/106/description + /parameters/RC_MAP_PARAM2/values/8/description - Motor 6 + Channel 8 - /parameters/UAVCAN_EC_FUNC8/values/107/description + /parameters/RC_MAP_PARAM2/values/9/description - Motor 7 + Channel 9 - /parameters/UAVCAN_EC_FUNC8/values/108/description + /parameters/RC_MAP_PARAM2/values/10/description - Motor 8 + Channel 10 - /parameters/UAVCAN_EC_FUNC8/values/109/description + /parameters/RC_MAP_PARAM2/values/11/description - Motor 9 + Channel 11 - /parameters/UAVCAN_EC_FUNC8/values/110/description + /parameters/RC_MAP_PARAM2/values/12/description - Motor 10 + Channel 12 - /parameters/UAVCAN_EC_FUNC8/values/111/description + /parameters/RC_MAP_PARAM2/values/13/description - Motor 11 + Channel 13 - /parameters/UAVCAN_EC_FUNC8/values/112/description + /parameters/RC_MAP_PARAM2/values/14/description - Motor 12 + Channel 14 - /parameters/UAVCAN_EC_FUNC8/values/201/description + /parameters/RC_MAP_PARAM2/values/15/description - Servo 1 + Channel 15 - /parameters/UAVCAN_EC_FUNC8/values/202/description + /parameters/RC_MAP_PARAM2/values/16/description - Servo 2 + Channel 16 - /parameters/UAVCAN_EC_FUNC8/values/203/description + /parameters/RC_MAP_PARAM2/values/17/description - Servo 3 + Channel 17 - /parameters/UAVCAN_EC_FUNC8/values/204/description + /parameters/RC_MAP_PARAM2/values/18/description - Servo 4 + Channel 18 - /parameters/UAVCAN_EC_FUNC8/values/205/description + /parameters/RC_MAP_PARAM3/shortDesc - Servo 5 + PARAM3 tuning channel - /parameters/UAVCAN_EC_FUNC8/values/206/description + /parameters/RC_MAP_PARAM3/longDesc - Servo 6 + Can be used for parameter tuning with the RC. This one is further referenced as the 3th parameter channel. Set to 0 to deactivate * - /parameters/UAVCAN_EC_FUNC8/values/207/description + /parameters/RC_MAP_PARAM3/values/0/description - Servo 7 + Unassigned - /parameters/UAVCAN_EC_FUNC8/values/208/description + /parameters/RC_MAP_PARAM3/values/1/description - Servo 8 + Channel 1 - /parameters/UAVCAN_EC_FUNC8/values/301/description + /parameters/RC_MAP_PARAM3/values/2/description - Peripheral via Actuator Set 1 + Channel 2 - /parameters/UAVCAN_EC_FUNC8/values/302/description + /parameters/RC_MAP_PARAM3/values/3/description - Peripheral via Actuator Set 2 + Channel 3 - /parameters/UAVCAN_EC_FUNC8/values/303/description + /parameters/RC_MAP_PARAM3/values/4/description - Peripheral via Actuator Set 3 + Channel 4 - /parameters/UAVCAN_EC_FUNC8/values/304/description + /parameters/RC_MAP_PARAM3/values/5/description - Peripheral via Actuator Set 4 + Channel 5 - /parameters/UAVCAN_EC_FUNC8/values/305/description + /parameters/RC_MAP_PARAM3/values/6/description - Peripheral via Actuator Set 5 + Channel 6 - /parameters/UAVCAN_EC_FUNC8/values/306/description + /parameters/RC_MAP_PARAM3/values/7/description - Peripheral via Actuator Set 6 + Channel 7 - /parameters/UAVCAN_EC_FUNC8/values/400/description + /parameters/RC_MAP_PARAM3/values/8/description - Landing Gear + Channel 8 - /parameters/UAVCAN_EC_FUNC8/values/401/description + /parameters/RC_MAP_PARAM3/values/9/description - Parachute + Channel 9 - /parameters/UAVCAN_EC_FUNC8/values/402/description + /parameters/RC_MAP_PARAM3/values/10/description - RC Roll + Channel 10 - /parameters/UAVCAN_EC_FUNC8/values/403/description + /parameters/RC_MAP_PARAM3/values/11/description - RC Pitch + Channel 11 - /parameters/UAVCAN_EC_FUNC8/values/404/description + /parameters/RC_MAP_PARAM3/values/12/description - RC Throttle + Channel 12 - /parameters/UAVCAN_EC_FUNC8/values/405/description + /parameters/RC_MAP_PARAM3/values/13/description - RC Yaw + Channel 13 - /parameters/UAVCAN_EC_FUNC8/values/406/description + /parameters/RC_MAP_PARAM3/values/14/description - RC Flaps + Channel 14 - /parameters/UAVCAN_EC_FUNC8/values/407/description + /parameters/RC_MAP_PARAM3/values/15/description - RC AUX 1 + Channel 15 - /parameters/UAVCAN_EC_FUNC8/values/408/description + /parameters/RC_MAP_PARAM3/values/16/description - RC AUX 2 + Channel 16 - /parameters/UAVCAN_EC_FUNC8/values/409/description + /parameters/RC_MAP_PARAM3/values/17/description - RC AUX 3 + Channel 17 - /parameters/UAVCAN_EC_FUNC8/values/410/description + /parameters/RC_MAP_PARAM3/values/18/description - RC AUX 4 + Channel 18 - /parameters/UAVCAN_EC_FUNC8/values/411/description + /parameters/RC_MAP_PITCH/shortDesc - RC AUX 5 + Pitch control channel mapping - /parameters/UAVCAN_EC_FUNC8/values/412/description + /parameters/RC_MAP_PITCH/longDesc - RC AUX 6 + The channel index (starting from 1 for channel 1) indicates which channel should be used for reading pitch inputs from. A value of zero indicates the switch is not assigned. - /parameters/UAVCAN_EC_FUNC8/values/420/description + /parameters/RC_MAP_PITCH/values/0/description - Gimbal Roll + Unassigned - /parameters/UAVCAN_EC_FUNC8/values/421/description + /parameters/RC_MAP_PITCH/values/1/description - Gimbal Pitch + Channel 1 - /parameters/UAVCAN_EC_FUNC8/values/422/description + /parameters/RC_MAP_PITCH/values/2/description - Gimbal Yaw + Channel 2 - /parameters/UAVCAN_EC_FUNC8/values/430/description + /parameters/RC_MAP_PITCH/values/3/description - Gripper + Channel 3 - /parameters/UAVCAN_EC_FUNC8/values/440/description + /parameters/RC_MAP_PITCH/values/4/description - Landing Gear Wheel + Channel 4 - /parameters/UAVCAN_EC_MAX1/shortDesc + /parameters/RC_MAP_PITCH/values/5/description - UAVCAN ESC 1 Maximum Value + Channel 5 - /parameters/UAVCAN_EC_MAX1/longDesc + /parameters/RC_MAP_PITCH/values/6/description - Maxmimum output value (when not disarmed). + Channel 6 - /parameters/UAVCAN_EC_MAX2/shortDesc + /parameters/RC_MAP_PITCH/values/7/description - UAVCAN ESC 2 Maximum Value + Channel 7 - /parameters/UAVCAN_EC_MAX2/longDesc + /parameters/RC_MAP_PITCH/values/8/description - Maxmimum output value (when not disarmed). + Channel 8 - /parameters/UAVCAN_EC_MAX3/shortDesc + /parameters/RC_MAP_PITCH/values/9/description - UAVCAN ESC 3 Maximum Value + Channel 9 - /parameters/UAVCAN_EC_MAX3/longDesc + /parameters/RC_MAP_PITCH/values/10/description - Maxmimum output value (when not disarmed). + Channel 10 - /parameters/UAVCAN_EC_MAX4/shortDesc + /parameters/RC_MAP_PITCH/values/11/description - UAVCAN ESC 4 Maximum Value + Channel 11 - /parameters/UAVCAN_EC_MAX4/longDesc + /parameters/RC_MAP_PITCH/values/12/description - Maxmimum output value (when not disarmed). + Channel 12 - /parameters/UAVCAN_EC_MAX5/shortDesc + /parameters/RC_MAP_PITCH/values/13/description - UAVCAN ESC 5 Maximum Value + Channel 13 - /parameters/UAVCAN_EC_MAX5/longDesc + /parameters/RC_MAP_PITCH/values/14/description - Maxmimum output value (when not disarmed). + Channel 14 - /parameters/UAVCAN_EC_MAX6/shortDesc + /parameters/RC_MAP_PITCH/values/15/description - UAVCAN ESC 6 Maximum Value + Channel 15 - /parameters/UAVCAN_EC_MAX6/longDesc + /parameters/RC_MAP_PITCH/values/16/description - Maxmimum output value (when not disarmed). + Channel 16 - /parameters/UAVCAN_EC_MAX7/shortDesc + /parameters/RC_MAP_PITCH/values/17/description - UAVCAN ESC 7 Maximum Value + Channel 17 - /parameters/UAVCAN_EC_MAX7/longDesc + /parameters/RC_MAP_PITCH/values/18/description - Maxmimum output value (when not disarmed). + Channel 18 - /parameters/UAVCAN_EC_MAX8/shortDesc + /parameters/RC_MAP_ROLL/shortDesc - UAVCAN ESC 8 Maximum Value + Roll control channel mapping - /parameters/UAVCAN_EC_MAX8/longDesc + /parameters/RC_MAP_ROLL/longDesc - Maxmimum output value (when not disarmed). + The channel index (starting from 1 for channel 1) indicates which channel should be used for reading roll inputs from. A value of zero indicates the switch is not assigned. - /parameters/UAVCAN_EC_MIN1/shortDesc + /parameters/RC_MAP_ROLL/values/0/description - UAVCAN ESC 1 Minimum Value + Unassigned - /parameters/UAVCAN_EC_MIN1/longDesc + /parameters/RC_MAP_ROLL/values/1/description - Minimum output value (when not disarmed). + Channel 1 - /parameters/UAVCAN_EC_MIN2/shortDesc + /parameters/RC_MAP_ROLL/values/2/description - UAVCAN ESC 2 Minimum Value + Channel 2 - /parameters/UAVCAN_EC_MIN2/longDesc + /parameters/RC_MAP_ROLL/values/3/description - Minimum output value (when not disarmed). + Channel 3 - /parameters/UAVCAN_EC_MIN3/shortDesc + /parameters/RC_MAP_ROLL/values/4/description - UAVCAN ESC 3 Minimum Value + Channel 4 - /parameters/UAVCAN_EC_MIN3/longDesc + /parameters/RC_MAP_ROLL/values/5/description - Minimum output value (when not disarmed). + Channel 5 - /parameters/UAVCAN_EC_MIN4/shortDesc + /parameters/RC_MAP_ROLL/values/6/description - UAVCAN ESC 4 Minimum Value + Channel 6 - /parameters/UAVCAN_EC_MIN4/longDesc + /parameters/RC_MAP_ROLL/values/7/description - Minimum output value (when not disarmed). + Channel 7 - /parameters/UAVCAN_EC_MIN5/shortDesc + /parameters/RC_MAP_ROLL/values/8/description - UAVCAN ESC 5 Minimum Value + Channel 8 - /parameters/UAVCAN_EC_MIN5/longDesc + /parameters/RC_MAP_ROLL/values/9/description - Minimum output value (when not disarmed). + Channel 9 - /parameters/UAVCAN_EC_MIN6/shortDesc + /parameters/RC_MAP_ROLL/values/10/description - UAVCAN ESC 6 Minimum Value + Channel 10 - /parameters/UAVCAN_EC_MIN6/longDesc + /parameters/RC_MAP_ROLL/values/11/description - Minimum output value (when not disarmed). + Channel 11 - /parameters/UAVCAN_EC_MIN7/shortDesc + /parameters/RC_MAP_ROLL/values/12/description - UAVCAN ESC 7 Minimum Value + Channel 12 - /parameters/UAVCAN_EC_MIN7/longDesc + /parameters/RC_MAP_ROLL/values/13/description - Minimum output value (when not disarmed). + Channel 13 - /parameters/UAVCAN_EC_MIN8/shortDesc + /parameters/RC_MAP_ROLL/values/14/description - UAVCAN ESC 8 Minimum Value + Channel 14 - /parameters/UAVCAN_EC_MIN8/longDesc + /parameters/RC_MAP_ROLL/values/15/description - Minimum output value (when not disarmed). + Channel 15 - /parameters/UAVCAN_EC_REV/shortDesc + /parameters/RC_MAP_ROLL/values/16/description - Reverse Output Range for UAVCAN + Channel 16 - /parameters/UAVCAN_EC_REV/longDesc + /parameters/RC_MAP_ROLL/values/17/description - Allows to reverse the output range for each channel. Note: this is only useful for servos. + Channel 17 - /parameters/UAVCAN_EC_REV/bitmask/0/description + /parameters/RC_MAP_ROLL/values/18/description - UAVCAN ESC 1 + Channel 18 - /parameters/UAVCAN_EC_REV/bitmask/1/description + /parameters/RC_MAP_THROTTLE/shortDesc - UAVCAN ESC 2 + Throttle control channel mapping - /parameters/UAVCAN_EC_REV/bitmask/2/description + /parameters/RC_MAP_THROTTLE/longDesc - UAVCAN ESC 3 + The channel index (starting from 1 for channel 1) indicates which channel should be used for reading throttle inputs from. A value of zero indicates the switch is not assigned. - /parameters/UAVCAN_EC_REV/bitmask/3/description + /parameters/RC_MAP_THROTTLE/values/0/description - UAVCAN ESC 4 + Unassigned - /parameters/UAVCAN_EC_REV/bitmask/4/description + /parameters/RC_MAP_THROTTLE/values/1/description - UAVCAN ESC 5 + Channel 1 - /parameters/UAVCAN_EC_REV/bitmask/5/description + /parameters/RC_MAP_THROTTLE/values/2/description - UAVCAN ESC 6 + Channel 2 - /parameters/UAVCAN_EC_REV/bitmask/6/description + /parameters/RC_MAP_THROTTLE/values/3/description - UAVCAN ESC 7 + Channel 3 - /parameters/UAVCAN_EC_REV/bitmask/7/description + /parameters/RC_MAP_THROTTLE/values/4/description - UAVCAN ESC 8 + Channel 4 - /parameters/UAVCAN_SV_DIS1/shortDesc + /parameters/RC_MAP_THROTTLE/values/5/description - UAVCAN Servo 1 Disarmed Value + Channel 5 - /parameters/UAVCAN_SV_DIS1/longDesc + /parameters/RC_MAP_THROTTLE/values/6/description - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Channel 6 - /parameters/UAVCAN_SV_DIS2/shortDesc + /parameters/RC_MAP_THROTTLE/values/7/description - UAVCAN Servo 2 Disarmed Value + Channel 7 - /parameters/UAVCAN_SV_DIS2/longDesc + /parameters/RC_MAP_THROTTLE/values/8/description - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Channel 8 - /parameters/UAVCAN_SV_DIS3/shortDesc + /parameters/RC_MAP_THROTTLE/values/9/description - UAVCAN Servo 3 Disarmed Value + Channel 9 - /parameters/UAVCAN_SV_DIS3/longDesc + /parameters/RC_MAP_THROTTLE/values/10/description - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Channel 10 - /parameters/UAVCAN_SV_DIS4/shortDesc + /parameters/RC_MAP_THROTTLE/values/11/description - UAVCAN Servo 4 Disarmed Value + Channel 11 - /parameters/UAVCAN_SV_DIS4/longDesc + /parameters/RC_MAP_THROTTLE/values/12/description - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Channel 12 - /parameters/UAVCAN_SV_DIS5/shortDesc + /parameters/RC_MAP_THROTTLE/values/13/description - UAVCAN Servo 5 Disarmed Value + Channel 13 - /parameters/UAVCAN_SV_DIS5/longDesc + /parameters/RC_MAP_THROTTLE/values/14/description - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Channel 14 - /parameters/UAVCAN_SV_DIS6/shortDesc + /parameters/RC_MAP_THROTTLE/values/15/description - UAVCAN Servo 6 Disarmed Value + Channel 15 - /parameters/UAVCAN_SV_DIS6/longDesc + /parameters/RC_MAP_THROTTLE/values/16/description - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Channel 16 - /parameters/UAVCAN_SV_DIS7/shortDesc + /parameters/RC_MAP_THROTTLE/values/17/description - UAVCAN Servo 7 Disarmed Value + Channel 17 - /parameters/UAVCAN_SV_DIS7/longDesc + /parameters/RC_MAP_THROTTLE/values/18/description - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + Channel 18 - /parameters/UAVCAN_SV_DIS8/shortDesc + /parameters/RC_MAP_YAW/shortDesc - UAVCAN Servo 8 Disarmed Value + Yaw control channel mapping - /parameters/UAVCAN_SV_DIS8/longDesc + /parameters/RC_MAP_YAW/longDesc - This is the output value that is set when not armed. Note that non-motor outputs might already be active in prearm state if COM_PREARM_MODE is set. + The channel index (starting from 1 for channel 1) indicates which channel should be used for reading yaw inputs from. A value of zero indicates the switch is not assigned. - /parameters/UAVCAN_SV_FAIL1/shortDesc + /parameters/RC_MAP_YAW/values/0/description - UAVCAN Servo 1 Failsafe Value + Unassigned - /parameters/UAVCAN_SV_FAIL1/longDesc + /parameters/RC_MAP_YAW/values/1/description - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_SV_FUNC1). + Channel 1 - /parameters/UAVCAN_SV_FAIL2/shortDesc + /parameters/RC_MAP_YAW/values/2/description - UAVCAN Servo 2 Failsafe Value + Channel 2 - /parameters/UAVCAN_SV_FAIL2/longDesc + /parameters/RC_MAP_YAW/values/3/description - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_SV_FUNC2). + Channel 3 - /parameters/UAVCAN_SV_FAIL3/shortDesc + /parameters/RC_MAP_YAW/values/4/description - UAVCAN Servo 3 Failsafe Value + Channel 4 - /parameters/UAVCAN_SV_FAIL3/longDesc + /parameters/RC_MAP_YAW/values/5/description - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_SV_FUNC3). + Channel 5 - /parameters/UAVCAN_SV_FAIL4/shortDesc + /parameters/RC_MAP_YAW/values/6/description - UAVCAN Servo 4 Failsafe Value + Channel 6 - /parameters/UAVCAN_SV_FAIL4/longDesc + /parameters/RC_MAP_YAW/values/7/description - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_SV_FUNC4). + Channel 7 - /parameters/UAVCAN_SV_FAIL5/shortDesc + /parameters/RC_MAP_YAW/values/8/description - UAVCAN Servo 5 Failsafe Value + Channel 8 - /parameters/UAVCAN_SV_FAIL5/longDesc + /parameters/RC_MAP_YAW/values/9/description - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_SV_FUNC5). + Channel 9 - /parameters/UAVCAN_SV_FAIL6/shortDesc + /parameters/RC_MAP_YAW/values/10/description - UAVCAN Servo 6 Failsafe Value + Channel 10 - /parameters/UAVCAN_SV_FAIL6/longDesc + /parameters/RC_MAP_YAW/values/11/description - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_SV_FUNC6). + Channel 11 - /parameters/UAVCAN_SV_FAIL7/shortDesc + /parameters/RC_MAP_YAW/values/12/description - UAVCAN Servo 7 Failsafe Value + Channel 12 - /parameters/UAVCAN_SV_FAIL7/longDesc + /parameters/RC_MAP_YAW/values/13/description - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_SV_FUNC7). + Channel 13 - /parameters/UAVCAN_SV_FAIL8/shortDesc + /parameters/RC_MAP_YAW/values/14/description - UAVCAN Servo 8 Failsafe Value + Channel 14 - /parameters/UAVCAN_SV_FAIL8/longDesc + /parameters/RC_MAP_YAW/values/15/description - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UAVCAN_SV_FUNC8). + Channel 15 - /parameters/UAVCAN_SV_FUNC1/shortDesc + /parameters/RC_MAP_YAW/values/16/description - UAVCAN Servo 1 Output Function + Channel 16 - /parameters/UAVCAN_SV_FUNC1/longDesc + /parameters/RC_MAP_YAW/values/17/description - Select what should be output on UAVCAN Servo 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Channel 17 - /parameters/UAVCAN_SV_FUNC1/values/0/description + /parameters/RC_MAP_YAW/values/18/description - Disabled + Channel 18 - /parameters/UAVCAN_SV_FUNC1/values/1/description + /parameters/RC_RSSI_PWM_CHAN/shortDesc - Constant Min + PWM input channel that provides RSSI - /parameters/UAVCAN_SV_FUNC1/values/2/description + /parameters/RC_RSSI_PWM_CHAN/longDesc - Constant Max + 0: do not read RSSI from input channel 1-18: read RSSI from specified input channel Specify the range for RSSI input with RC_RSSI_PWM_MIN and RC_RSSI_PWM_MAX parameters. - /parameters/UAVCAN_SV_FUNC1/values/101/description + /parameters/RC_RSSI_PWM_CHAN/values/0/description - Motor 1 + Unassigned - /parameters/UAVCAN_SV_FUNC1/values/102/description + /parameters/RC_RSSI_PWM_CHAN/values/1/description - Motor 2 + Channel 1 - /parameters/UAVCAN_SV_FUNC1/values/103/description + /parameters/RC_RSSI_PWM_CHAN/values/2/description - Motor 3 + Channel 2 - /parameters/UAVCAN_SV_FUNC1/values/104/description + /parameters/RC_RSSI_PWM_CHAN/values/3/description - Motor 4 + Channel 3 - /parameters/UAVCAN_SV_FUNC1/values/105/description + /parameters/RC_RSSI_PWM_CHAN/values/4/description - Motor 5 + Channel 4 - /parameters/UAVCAN_SV_FUNC1/values/106/description + /parameters/RC_RSSI_PWM_CHAN/values/5/description - Motor 6 + Channel 5 - /parameters/UAVCAN_SV_FUNC1/values/107/description + /parameters/RC_RSSI_PWM_CHAN/values/6/description - Motor 7 + Channel 6 - /parameters/UAVCAN_SV_FUNC1/values/108/description + /parameters/RC_RSSI_PWM_CHAN/values/7/description - Motor 8 + Channel 7 - /parameters/UAVCAN_SV_FUNC1/values/109/description + /parameters/RC_RSSI_PWM_CHAN/values/8/description - Motor 9 + Channel 8 - /parameters/UAVCAN_SV_FUNC1/values/110/description + /parameters/RC_RSSI_PWM_CHAN/values/9/description - Motor 10 + Channel 9 - /parameters/UAVCAN_SV_FUNC1/values/111/description + /parameters/RC_RSSI_PWM_CHAN/values/10/description - Motor 11 + Channel 10 - /parameters/UAVCAN_SV_FUNC1/values/112/description + /parameters/RC_RSSI_PWM_CHAN/values/11/description - Motor 12 + Channel 11 - /parameters/UAVCAN_SV_FUNC1/values/201/description + /parameters/RC_RSSI_PWM_CHAN/values/12/description - Servo 1 + Channel 12 - /parameters/UAVCAN_SV_FUNC1/values/202/description + /parameters/RC_RSSI_PWM_CHAN/values/13/description - Servo 2 + Channel 13 - /parameters/UAVCAN_SV_FUNC1/values/203/description + /parameters/RC_RSSI_PWM_CHAN/values/14/description - Servo 3 + Channel 14 - /parameters/UAVCAN_SV_FUNC1/values/204/description + /parameters/RC_RSSI_PWM_CHAN/values/15/description - Servo 4 + Channel 15 - /parameters/UAVCAN_SV_FUNC1/values/205/description + /parameters/RC_RSSI_PWM_CHAN/values/16/description - Servo 5 + Channel 16 - /parameters/UAVCAN_SV_FUNC1/values/206/description + /parameters/RC_RSSI_PWM_CHAN/values/17/description - Servo 6 + Channel 17 - /parameters/UAVCAN_SV_FUNC1/values/207/description + /parameters/RC_RSSI_PWM_CHAN/values/18/description - Servo 7 + Channel 18 - /parameters/UAVCAN_SV_FUNC1/values/208/description + /parameters/RC_RSSI_PWM_MAX/shortDesc - Servo 8 + Max input value for RSSI reading - /parameters/UAVCAN_SV_FUNC1/values/301/description + /parameters/RC_RSSI_PWM_MAX/longDesc - Peripheral via Actuator Set 1 + Only used if RC_RSSI_PWM_CHAN > 0 - /parameters/UAVCAN_SV_FUNC1/values/302/description + /parameters/RC_RSSI_PWM_MIN/shortDesc - Peripheral via Actuator Set 2 + Min input value for RSSI reading - /parameters/UAVCAN_SV_FUNC1/values/303/description + /parameters/RC_RSSI_PWM_MIN/longDesc - Peripheral via Actuator Set 3 + Only used if RC_RSSI_PWM_CHAN > 0 - /parameters/UAVCAN_SV_FUNC1/values/304/description + /parameters/TRIM_PITCH/shortDesc - Peripheral via Actuator Set 4 + Pitch trim - /parameters/UAVCAN_SV_FUNC1/values/305/description + /parameters/TRIM_PITCH/longDesc - Peripheral via Actuator Set 5 + The trim value is the actuator control value the system needs for straight and level flight. - /parameters/UAVCAN_SV_FUNC1/values/306/description + /parameters/TRIM_ROLL/shortDesc - Peripheral via Actuator Set 6 + Roll trim - /parameters/UAVCAN_SV_FUNC1/values/400/description + /parameters/TRIM_ROLL/longDesc - Landing Gear + The trim value is the actuator control value the system needs for straight and level flight. - /parameters/UAVCAN_SV_FUNC1/values/401/description + /parameters/TRIM_YAW/shortDesc - Parachute + Yaw trim - /parameters/UAVCAN_SV_FUNC1/values/402/description + /parameters/TRIM_YAW/longDesc - RC Roll + The trim value is the actuator control value the system needs for straight and level flight. - /parameters/UAVCAN_SV_FUNC1/values/403/description + /parameters/RC_ARMSWITCH_TH/shortDesc - RC Pitch + Threshold for the arm switch - /parameters/UAVCAN_SV_FUNC1/values/404/description + /parameters/RC_ARMSWITCH_TH/longDesc - RC Throttle + 0-1 indicate where in the full channel range the threshold sits 0 : min 1 : max sign indicates polarity of comparison positive : true when channel>th negative : true when channel<th - /parameters/UAVCAN_SV_FUNC1/values/405/description + /parameters/RC_ENG_MOT_TH/shortDesc - RC Yaw + Threshold for selecting main motor engage - /parameters/UAVCAN_SV_FUNC1/values/406/description + /parameters/RC_ENG_MOT_TH/longDesc - RC Flaps + 0-1 indicate where in the full channel range the threshold sits 0 : min 1 : max sign indicates polarity of comparison positive : true when channel>th negative : true when channel<th - /parameters/UAVCAN_SV_FUNC1/values/407/description + /parameters/RC_GEAR_TH/shortDesc - RC AUX 1 + Threshold for the landing gear switch - /parameters/UAVCAN_SV_FUNC1/values/408/description + /parameters/RC_GEAR_TH/longDesc - RC AUX 2 + 0-1 indicate where in the full channel range the threshold sits 0 : min 1 : max sign indicates polarity of comparison positive : true when channel>th negative : true when channel<th - /parameters/UAVCAN_SV_FUNC1/values/409/description + /parameters/RC_KILLSWITCH_TH/shortDesc - RC AUX 3 + Threshold for the kill switch - /parameters/UAVCAN_SV_FUNC1/values/410/description + /parameters/RC_KILLSWITCH_TH/longDesc - RC AUX 4 + 0-1 indicate where in the full channel range the threshold sits 0 : min 1 : max sign indicates polarity of comparison positive : true when channel>th negative : true when channel<th - /parameters/UAVCAN_SV_FUNC1/values/411/description + /parameters/RC_LOITER_TH/shortDesc - RC AUX 5 + Threshold for selecting loiter mode - /parameters/UAVCAN_SV_FUNC1/values/412/description + /parameters/RC_LOITER_TH/longDesc - RC AUX 6 + 0-1 indicate where in the full channel range the threshold sits 0 : min 1 : max sign indicates polarity of comparison positive : true when channel>th negative : true when channel<th - /parameters/UAVCAN_SV_FUNC1/values/420/description + /parameters/RC_MAP_ARM_SW/shortDesc - Gimbal Roll + Arm switch channel - /parameters/UAVCAN_SV_FUNC1/values/421/description + /parameters/RC_MAP_ARM_SW/longDesc - Gimbal Pitch + Use it to arm/disarm via switch instead of default throttle stick. If this is assigned, arming and disarming via stick is disabled. - /parameters/UAVCAN_SV_FUNC1/values/422/description + /parameters/RC_MAP_ARM_SW/values/0/description - Gimbal Yaw + Unassigned - /parameters/UAVCAN_SV_FUNC1/values/430/description + /parameters/RC_MAP_ARM_SW/values/1/description - Gripper + Channel 1 - /parameters/UAVCAN_SV_FUNC1/values/440/description + /parameters/RC_MAP_ARM_SW/values/2/description - Landing Gear Wheel + Channel 2 - /parameters/UAVCAN_SV_FUNC2/shortDesc + /parameters/RC_MAP_ARM_SW/values/3/description - UAVCAN Servo 2 Output Function + Channel 3 - /parameters/UAVCAN_SV_FUNC2/longDesc + /parameters/RC_MAP_ARM_SW/values/4/description - Select what should be output on UAVCAN Servo 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Channel 4 - /parameters/UAVCAN_SV_FUNC2/values/0/description + /parameters/RC_MAP_ARM_SW/values/5/description - Disabled + Channel 5 - /parameters/UAVCAN_SV_FUNC2/values/1/description + /parameters/RC_MAP_ARM_SW/values/6/description - Constant Min + Channel 6 - /parameters/UAVCAN_SV_FUNC2/values/2/description + /parameters/RC_MAP_ARM_SW/values/7/description - Constant Max + Channel 7 - /parameters/UAVCAN_SV_FUNC2/values/101/description + /parameters/RC_MAP_ARM_SW/values/8/description - Motor 1 + Channel 8 - /parameters/UAVCAN_SV_FUNC2/values/102/description + /parameters/RC_MAP_ARM_SW/values/9/description - Motor 2 + Channel 9 - /parameters/UAVCAN_SV_FUNC2/values/103/description + /parameters/RC_MAP_ARM_SW/values/10/description - Motor 3 + Channel 10 - /parameters/UAVCAN_SV_FUNC2/values/104/description + /parameters/RC_MAP_ARM_SW/values/11/description - Motor 4 + Channel 11 - /parameters/UAVCAN_SV_FUNC2/values/105/description + /parameters/RC_MAP_ARM_SW/values/12/description - Motor 5 + Channel 12 - /parameters/UAVCAN_SV_FUNC2/values/106/description + /parameters/RC_MAP_ARM_SW/values/13/description - Motor 6 + Channel 13 - /parameters/UAVCAN_SV_FUNC2/values/107/description + /parameters/RC_MAP_ARM_SW/values/14/description - Motor 7 + Channel 14 - /parameters/UAVCAN_SV_FUNC2/values/108/description + /parameters/RC_MAP_ARM_SW/values/15/description - Motor 8 + Channel 15 - /parameters/UAVCAN_SV_FUNC2/values/109/description + /parameters/RC_MAP_ARM_SW/values/16/description - Motor 9 + Channel 16 - /parameters/UAVCAN_SV_FUNC2/values/110/description + /parameters/RC_MAP_ARM_SW/values/17/description - Motor 10 + Channel 17 - /parameters/UAVCAN_SV_FUNC2/values/111/description + /parameters/RC_MAP_ARM_SW/values/18/description - Motor 11 + Channel 18 - /parameters/UAVCAN_SV_FUNC2/values/112/description + /parameters/RC_MAP_FLAPS/shortDesc - Motor 12 + Flaps channel - /parameters/UAVCAN_SV_FUNC2/values/201/description + /parameters/RC_MAP_FLAPS/values/0/description - Servo 1 + Unassigned - /parameters/UAVCAN_SV_FUNC2/values/202/description + /parameters/RC_MAP_FLAPS/values/1/description - Servo 2 + Channel 1 - /parameters/UAVCAN_SV_FUNC2/values/203/description + /parameters/RC_MAP_FLAPS/values/2/description - Servo 3 + Channel 2 - /parameters/UAVCAN_SV_FUNC2/values/204/description + /parameters/RC_MAP_FLAPS/values/3/description - Servo 4 + Channel 3 - /parameters/UAVCAN_SV_FUNC2/values/205/description + /parameters/RC_MAP_FLAPS/values/4/description - Servo 5 + Channel 4 - /parameters/UAVCAN_SV_FUNC2/values/206/description + /parameters/RC_MAP_FLAPS/values/5/description - Servo 6 + Channel 5 - /parameters/UAVCAN_SV_FUNC2/values/207/description + /parameters/RC_MAP_FLAPS/values/6/description - Servo 7 + Channel 6 - /parameters/UAVCAN_SV_FUNC2/values/208/description + /parameters/RC_MAP_FLAPS/values/7/description - Servo 8 + Channel 7 - /parameters/UAVCAN_SV_FUNC2/values/301/description + /parameters/RC_MAP_FLAPS/values/8/description - Peripheral via Actuator Set 1 + Channel 8 - /parameters/UAVCAN_SV_FUNC2/values/302/description + /parameters/RC_MAP_FLAPS/values/9/description - Peripheral via Actuator Set 2 + Channel 9 - /parameters/UAVCAN_SV_FUNC2/values/303/description + /parameters/RC_MAP_FLAPS/values/10/description - Peripheral via Actuator Set 3 + Channel 10 - /parameters/UAVCAN_SV_FUNC2/values/304/description + /parameters/RC_MAP_FLAPS/values/11/description - Peripheral via Actuator Set 4 + Channel 11 - /parameters/UAVCAN_SV_FUNC2/values/305/description + /parameters/RC_MAP_FLAPS/values/12/description - Peripheral via Actuator Set 5 + Channel 12 - /parameters/UAVCAN_SV_FUNC2/values/306/description + /parameters/RC_MAP_FLAPS/values/13/description - Peripheral via Actuator Set 6 + Channel 13 - /parameters/UAVCAN_SV_FUNC2/values/400/description + /parameters/RC_MAP_FLAPS/values/14/description - Landing Gear + Channel 14 - /parameters/UAVCAN_SV_FUNC2/values/401/description + /parameters/RC_MAP_FLAPS/values/15/description - Parachute + Channel 15 - /parameters/UAVCAN_SV_FUNC2/values/402/description + /parameters/RC_MAP_FLAPS/values/16/description - RC Roll + Channel 16 - /parameters/UAVCAN_SV_FUNC2/values/403/description + /parameters/RC_MAP_FLAPS/values/17/description - RC Pitch + Channel 17 - /parameters/UAVCAN_SV_FUNC2/values/404/description + /parameters/RC_MAP_FLAPS/values/18/description - RC Throttle + Channel 18 - /parameters/UAVCAN_SV_FUNC2/values/405/description + /parameters/RC_MAP_FLTMODE/shortDesc - RC Yaw + Single channel flight mode selection - /parameters/UAVCAN_SV_FUNC2/values/406/description + /parameters/RC_MAP_FLTMODE/longDesc - RC Flaps + If this parameter is non-zero, flight modes are only selected by this channel and are assigned to six slots. - /parameters/UAVCAN_SV_FUNC2/values/407/description + /parameters/RC_MAP_FLTMODE/values/0/description - RC AUX 1 + Unassigned - /parameters/UAVCAN_SV_FUNC2/values/408/description + /parameters/RC_MAP_FLTMODE/values/1/description - RC AUX 2 + Channel 1 - /parameters/UAVCAN_SV_FUNC2/values/409/description + /parameters/RC_MAP_FLTMODE/values/2/description - RC AUX 3 + Channel 2 - /parameters/UAVCAN_SV_FUNC2/values/410/description + /parameters/RC_MAP_FLTMODE/values/3/description - RC AUX 4 + Channel 3 - /parameters/UAVCAN_SV_FUNC2/values/411/description + /parameters/RC_MAP_FLTMODE/values/4/description - RC AUX 5 + Channel 4 - /parameters/UAVCAN_SV_FUNC2/values/412/description + /parameters/RC_MAP_FLTMODE/values/5/description - RC AUX 6 + Channel 5 - /parameters/UAVCAN_SV_FUNC2/values/420/description + /parameters/RC_MAP_FLTMODE/values/6/description - Gimbal Roll + Channel 6 - /parameters/UAVCAN_SV_FUNC2/values/421/description + /parameters/RC_MAP_FLTMODE/values/7/description - Gimbal Pitch + Channel 7 - /parameters/UAVCAN_SV_FUNC2/values/422/description + /parameters/RC_MAP_FLTMODE/values/8/description - Gimbal Yaw + Channel 8 - /parameters/UAVCAN_SV_FUNC2/values/430/description + /parameters/RC_MAP_FLTMODE/values/9/description - Gripper + Channel 9 - /parameters/UAVCAN_SV_FUNC2/values/440/description + /parameters/RC_MAP_FLTMODE/values/10/description - Landing Gear Wheel + Channel 10 - /parameters/UAVCAN_SV_FUNC3/shortDesc + /parameters/RC_MAP_FLTMODE/values/11/description - UAVCAN Servo 3 Output Function + Channel 11 - /parameters/UAVCAN_SV_FUNC3/longDesc + /parameters/RC_MAP_FLTMODE/values/12/description - Select what should be output on UAVCAN Servo 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Channel 12 - /parameters/UAVCAN_SV_FUNC3/values/0/description + /parameters/RC_MAP_FLTMODE/values/13/description - Disabled + Channel 13 - /parameters/UAVCAN_SV_FUNC3/values/1/description + /parameters/RC_MAP_FLTMODE/values/14/description - Constant Min + Channel 14 - /parameters/UAVCAN_SV_FUNC3/values/2/description + /parameters/RC_MAP_FLTMODE/values/15/description - Constant Max + Channel 15 - /parameters/UAVCAN_SV_FUNC3/values/101/description + /parameters/RC_MAP_FLTMODE/values/16/description - Motor 1 + Channel 16 - /parameters/UAVCAN_SV_FUNC3/values/102/description + /parameters/RC_MAP_FLTMODE/values/17/description - Motor 2 + Channel 17 - /parameters/UAVCAN_SV_FUNC3/values/103/description + /parameters/RC_MAP_FLTMODE/values/18/description - Motor 3 + Channel 18 - /parameters/UAVCAN_SV_FUNC3/values/104/description + /parameters/RC_MAP_FLTM_BTN/shortDesc - Motor 4 + Button flight mode selection - /parameters/UAVCAN_SV_FUNC3/values/105/description + /parameters/RC_MAP_FLTM_BTN/longDesc - Motor 5 + This bitmask allows to specify multiple channels for changing flight modes using momentary buttons. Each channel is assigned to a mode slot ((lowest channel = slot 1). The resulting modes for each slot X is defined by the COM_FLTMODEX parameters. The functionality can be used only if RC_MAP_FLTMODE is disabled. The maximum number of available slots and hence bits set in the mask is 6. - /parameters/UAVCAN_SV_FUNC3/values/106/description + /parameters/RC_MAP_FLTM_BTN/bitmask/0/description - Motor 6 + Mask Channel 1 as a mode button - /parameters/UAVCAN_SV_FUNC3/values/107/description + /parameters/RC_MAP_FLTM_BTN/bitmask/1/description - Motor 7 + Mask Channel 2 as a mode button - /parameters/UAVCAN_SV_FUNC3/values/108/description + /parameters/RC_MAP_FLTM_BTN/bitmask/2/description - Motor 8 + Mask Channel 3 as a mode button - /parameters/UAVCAN_SV_FUNC3/values/109/description + /parameters/RC_MAP_FLTM_BTN/bitmask/3/description - Motor 9 + Mask Channel 4 as a mode button - /parameters/UAVCAN_SV_FUNC3/values/110/description + /parameters/RC_MAP_FLTM_BTN/bitmask/4/description - Motor 10 + Mask Channel 5 as a mode button - /parameters/UAVCAN_SV_FUNC3/values/111/description + /parameters/RC_MAP_FLTM_BTN/bitmask/5/description - Motor 11 + Mask Channel 6 as a mode button - /parameters/UAVCAN_SV_FUNC3/values/112/description + /parameters/RC_MAP_FLTM_BTN/bitmask/6/description - Motor 12 + Mask Channel 7 as a mode button - /parameters/UAVCAN_SV_FUNC3/values/201/description + /parameters/RC_MAP_FLTM_BTN/bitmask/7/description - Servo 1 + Mask Channel 8 as a mode button - /parameters/UAVCAN_SV_FUNC3/values/202/description + /parameters/RC_MAP_FLTM_BTN/bitmask/8/description - Servo 2 + Mask Channel 9 as a mode button - /parameters/UAVCAN_SV_FUNC3/values/203/description + /parameters/RC_MAP_FLTM_BTN/bitmask/9/description - Servo 3 + Mask Channel 10 as a mode button - /parameters/UAVCAN_SV_FUNC3/values/204/description + /parameters/RC_MAP_FLTM_BTN/bitmask/10/description - Servo 4 + Mask Channel 11 as a mode button - /parameters/UAVCAN_SV_FUNC3/values/205/description + /parameters/RC_MAP_FLTM_BTN/bitmask/11/description - Servo 5 + Mask Channel 12 as a mode button - /parameters/UAVCAN_SV_FUNC3/values/206/description + /parameters/RC_MAP_FLTM_BTN/bitmask/12/description - Servo 6 + Mask Channel 13 as a mode button - /parameters/UAVCAN_SV_FUNC3/values/207/description + /parameters/RC_MAP_FLTM_BTN/bitmask/13/description - Servo 7 + Mask Channel 14 as a mode button - /parameters/UAVCAN_SV_FUNC3/values/208/description + /parameters/RC_MAP_FLTM_BTN/bitmask/14/description - Servo 8 + Mask Channel 15 as a mode button - /parameters/UAVCAN_SV_FUNC3/values/301/description + /parameters/RC_MAP_FLTM_BTN/bitmask/15/description - Peripheral via Actuator Set 1 + Mask Channel 16 as a mode button - /parameters/UAVCAN_SV_FUNC3/values/302/description + /parameters/RC_MAP_FLTM_BTN/bitmask/16/description - Peripheral via Actuator Set 2 + Mask Channel 17 as a mode button - /parameters/UAVCAN_SV_FUNC3/values/303/description + /parameters/RC_MAP_FLTM_BTN/bitmask/17/description - Peripheral via Actuator Set 3 + Mask Channel 18 as a mode button - /parameters/UAVCAN_SV_FUNC3/values/304/description + /parameters/RC_MAP_GEAR_SW/shortDesc - Peripheral via Actuator Set 4 + Landing gear switch channel - /parameters/UAVCAN_SV_FUNC3/values/305/description + /parameters/RC_MAP_GEAR_SW/values/0/description - Peripheral via Actuator Set 5 + Unassigned - /parameters/UAVCAN_SV_FUNC3/values/306/description + /parameters/RC_MAP_GEAR_SW/values/1/description - Peripheral via Actuator Set 6 + Channel 1 - /parameters/UAVCAN_SV_FUNC3/values/400/description + /parameters/RC_MAP_GEAR_SW/values/2/description - Landing Gear + Channel 2 - /parameters/UAVCAN_SV_FUNC3/values/401/description + /parameters/RC_MAP_GEAR_SW/values/3/description - Parachute + Channel 3 - /parameters/UAVCAN_SV_FUNC3/values/402/description + /parameters/RC_MAP_GEAR_SW/values/4/description - RC Roll + Channel 4 - /parameters/UAVCAN_SV_FUNC3/values/403/description + /parameters/RC_MAP_GEAR_SW/values/5/description - RC Pitch + Channel 5 - /parameters/UAVCAN_SV_FUNC3/values/404/description + /parameters/RC_MAP_GEAR_SW/values/6/description - RC Throttle + Channel 6 - /parameters/UAVCAN_SV_FUNC3/values/405/description + /parameters/RC_MAP_GEAR_SW/values/7/description - RC Yaw + Channel 7 - /parameters/UAVCAN_SV_FUNC3/values/406/description + /parameters/RC_MAP_GEAR_SW/values/8/description - RC Flaps + Channel 8 - /parameters/UAVCAN_SV_FUNC3/values/407/description + /parameters/RC_MAP_GEAR_SW/values/9/description - RC AUX 1 + Channel 9 - /parameters/UAVCAN_SV_FUNC3/values/408/description + /parameters/RC_MAP_GEAR_SW/values/10/description - RC AUX 2 + Channel 10 - /parameters/UAVCAN_SV_FUNC3/values/409/description + /parameters/RC_MAP_GEAR_SW/values/11/description - RC AUX 3 + Channel 11 - /parameters/UAVCAN_SV_FUNC3/values/410/description + /parameters/RC_MAP_GEAR_SW/values/12/description - RC AUX 4 + Channel 12 - /parameters/UAVCAN_SV_FUNC3/values/411/description + /parameters/RC_MAP_GEAR_SW/values/13/description - RC AUX 5 + Channel 13 - /parameters/UAVCAN_SV_FUNC3/values/412/description + /parameters/RC_MAP_GEAR_SW/values/14/description - RC AUX 6 + Channel 14 - /parameters/UAVCAN_SV_FUNC3/values/420/description + /parameters/RC_MAP_GEAR_SW/values/15/description - Gimbal Roll + Channel 15 - /parameters/UAVCAN_SV_FUNC3/values/421/description + /parameters/RC_MAP_GEAR_SW/values/16/description - Gimbal Pitch + Channel 16 - /parameters/UAVCAN_SV_FUNC3/values/422/description + /parameters/RC_MAP_GEAR_SW/values/17/description - Gimbal Yaw + Channel 17 - /parameters/UAVCAN_SV_FUNC3/values/430/description + /parameters/RC_MAP_GEAR_SW/values/18/description - Gripper + Channel 18 - /parameters/UAVCAN_SV_FUNC3/values/440/description + /parameters/RC_MAP_KILL_SW/shortDesc - Landing Gear Wheel + Emergency Kill switch channel - /parameters/UAVCAN_SV_FUNC4/shortDesc + /parameters/RC_MAP_KILL_SW/values/0/description - UAVCAN Servo 4 Output Function + Unassigned - /parameters/UAVCAN_SV_FUNC4/longDesc + /parameters/RC_MAP_KILL_SW/values/1/description - Select what should be output on UAVCAN Servo 4. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Channel 1 - /parameters/UAVCAN_SV_FUNC4/values/0/description + /parameters/RC_MAP_KILL_SW/values/2/description - Disabled + Channel 2 - /parameters/UAVCAN_SV_FUNC4/values/1/description + /parameters/RC_MAP_KILL_SW/values/3/description - Constant Min + Channel 3 - /parameters/UAVCAN_SV_FUNC4/values/2/description + /parameters/RC_MAP_KILL_SW/values/4/description - Constant Max + Channel 4 - /parameters/UAVCAN_SV_FUNC4/values/101/description + /parameters/RC_MAP_KILL_SW/values/5/description - Motor 1 + Channel 5 - /parameters/UAVCAN_SV_FUNC4/values/102/description + /parameters/RC_MAP_KILL_SW/values/6/description - Motor 2 + Channel 6 - /parameters/UAVCAN_SV_FUNC4/values/103/description + /parameters/RC_MAP_KILL_SW/values/7/description - Motor 3 + Channel 7 - /parameters/UAVCAN_SV_FUNC4/values/104/description + /parameters/RC_MAP_KILL_SW/values/8/description - Motor 4 + Channel 8 - /parameters/UAVCAN_SV_FUNC4/values/105/description + /parameters/RC_MAP_KILL_SW/values/9/description - Motor 5 + Channel 9 - /parameters/UAVCAN_SV_FUNC4/values/106/description + /parameters/RC_MAP_KILL_SW/values/10/description - Motor 6 + Channel 10 - /parameters/UAVCAN_SV_FUNC4/values/107/description + /parameters/RC_MAP_KILL_SW/values/11/description - Motor 7 + Channel 11 - /parameters/UAVCAN_SV_FUNC4/values/108/description + /parameters/RC_MAP_KILL_SW/values/12/description - Motor 8 + Channel 12 - /parameters/UAVCAN_SV_FUNC4/values/109/description + /parameters/RC_MAP_KILL_SW/values/13/description - Motor 9 + Channel 13 - /parameters/UAVCAN_SV_FUNC4/values/110/description + /parameters/RC_MAP_KILL_SW/values/14/description - Motor 10 + Channel 14 - /parameters/UAVCAN_SV_FUNC4/values/111/description + /parameters/RC_MAP_KILL_SW/values/15/description - Motor 11 + Channel 15 - /parameters/UAVCAN_SV_FUNC4/values/112/description + /parameters/RC_MAP_KILL_SW/values/16/description - Motor 12 + Channel 16 - /parameters/UAVCAN_SV_FUNC4/values/201/description + /parameters/RC_MAP_KILL_SW/values/17/description - Servo 1 + Channel 17 - /parameters/UAVCAN_SV_FUNC4/values/202/description + /parameters/RC_MAP_KILL_SW/values/18/description - Servo 2 + Channel 18 - /parameters/UAVCAN_SV_FUNC4/values/203/description + /parameters/RC_MAP_LOITER_SW/shortDesc - Servo 3 + Loiter switch channel - /parameters/UAVCAN_SV_FUNC4/values/204/description + /parameters/RC_MAP_LOITER_SW/values/0/description - Servo 4 + Unassigned - /parameters/UAVCAN_SV_FUNC4/values/205/description + /parameters/RC_MAP_LOITER_SW/values/1/description - Servo 5 + Channel 1 - /parameters/UAVCAN_SV_FUNC4/values/206/description + /parameters/RC_MAP_LOITER_SW/values/2/description - Servo 6 + Channel 2 - /parameters/UAVCAN_SV_FUNC4/values/207/description + /parameters/RC_MAP_LOITER_SW/values/3/description - Servo 7 + Channel 3 - /parameters/UAVCAN_SV_FUNC4/values/208/description + /parameters/RC_MAP_LOITER_SW/values/4/description - Servo 8 + Channel 4 - /parameters/UAVCAN_SV_FUNC4/values/301/description + /parameters/RC_MAP_LOITER_SW/values/5/description - Peripheral via Actuator Set 1 + Channel 5 - /parameters/UAVCAN_SV_FUNC4/values/302/description + /parameters/RC_MAP_LOITER_SW/values/6/description - Peripheral via Actuator Set 2 + Channel 6 - /parameters/UAVCAN_SV_FUNC4/values/303/description + /parameters/RC_MAP_LOITER_SW/values/7/description - Peripheral via Actuator Set 3 + Channel 7 - /parameters/UAVCAN_SV_FUNC4/values/304/description + /parameters/RC_MAP_LOITER_SW/values/8/description - Peripheral via Actuator Set 4 + Channel 8 - /parameters/UAVCAN_SV_FUNC4/values/305/description + /parameters/RC_MAP_LOITER_SW/values/9/description - Peripheral via Actuator Set 5 + Channel 9 - /parameters/UAVCAN_SV_FUNC4/values/306/description + /parameters/RC_MAP_LOITER_SW/values/10/description - Peripheral via Actuator Set 6 + Channel 10 - /parameters/UAVCAN_SV_FUNC4/values/400/description + /parameters/RC_MAP_LOITER_SW/values/11/description - Landing Gear + Channel 11 - /parameters/UAVCAN_SV_FUNC4/values/401/description + /parameters/RC_MAP_LOITER_SW/values/12/description - Parachute + Channel 12 - /parameters/UAVCAN_SV_FUNC4/values/402/description + /parameters/RC_MAP_LOITER_SW/values/13/description - RC Roll + Channel 13 - /parameters/UAVCAN_SV_FUNC4/values/403/description + /parameters/RC_MAP_LOITER_SW/values/14/description - RC Pitch + Channel 14 - /parameters/UAVCAN_SV_FUNC4/values/404/description + /parameters/RC_MAP_LOITER_SW/values/15/description - RC Throttle + Channel 15 - /parameters/UAVCAN_SV_FUNC4/values/405/description + /parameters/RC_MAP_LOITER_SW/values/16/description - RC Yaw + Channel 16 - /parameters/UAVCAN_SV_FUNC4/values/406/description + /parameters/RC_MAP_LOITER_SW/values/17/description - RC Flaps + Channel 17 - /parameters/UAVCAN_SV_FUNC4/values/407/description + /parameters/RC_MAP_LOITER_SW/values/18/description - RC AUX 1 + Channel 18 - /parameters/UAVCAN_SV_FUNC4/values/408/description + /parameters/RC_MAP_MODE_SW/shortDesc - RC AUX 2 + Mode switch channel mapping (deprecated) - /parameters/UAVCAN_SV_FUNC4/values/409/description + /parameters/RC_MAP_MODE_SW/longDesc - RC AUX 3 + This is the main flight mode selector. The channel index (starting from 1 for channel 1) indicates which channel should be used for deciding about the main mode. A value of zero indicates the switch is not assigned. - /parameters/UAVCAN_SV_FUNC4/values/410/description + /parameters/RC_MAP_MODE_SW/values/0/description - RC AUX 4 + Unassigned - /parameters/UAVCAN_SV_FUNC4/values/411/description + /parameters/RC_MAP_MODE_SW/values/1/description - RC AUX 5 + Channel 1 - /parameters/UAVCAN_SV_FUNC4/values/412/description + /parameters/RC_MAP_MODE_SW/values/2/description - RC AUX 6 + Channel 2 - /parameters/UAVCAN_SV_FUNC4/values/420/description + /parameters/RC_MAP_MODE_SW/values/3/description - Gimbal Roll + Channel 3 - /parameters/UAVCAN_SV_FUNC4/values/421/description + /parameters/RC_MAP_MODE_SW/values/4/description - Gimbal Pitch + Channel 4 - /parameters/UAVCAN_SV_FUNC4/values/422/description + /parameters/RC_MAP_MODE_SW/values/5/description - Gimbal Yaw + Channel 5 - /parameters/UAVCAN_SV_FUNC4/values/430/description + /parameters/RC_MAP_MODE_SW/values/6/description - Gripper + Channel 6 - /parameters/UAVCAN_SV_FUNC4/values/440/description + /parameters/RC_MAP_MODE_SW/values/7/description - Landing Gear Wheel + Channel 7 - /parameters/UAVCAN_SV_FUNC5/shortDesc + /parameters/RC_MAP_MODE_SW/values/8/description - UAVCAN Servo 5 Output Function + Channel 8 - /parameters/UAVCAN_SV_FUNC5/longDesc + /parameters/RC_MAP_MODE_SW/values/9/description - Select what should be output on UAVCAN Servo 5. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Channel 9 - /parameters/UAVCAN_SV_FUNC5/values/0/description + /parameters/RC_MAP_MODE_SW/values/10/description - Disabled + Channel 10 - /parameters/UAVCAN_SV_FUNC5/values/1/description + /parameters/RC_MAP_MODE_SW/values/11/description - Constant Min + Channel 11 - /parameters/UAVCAN_SV_FUNC5/values/2/description + /parameters/RC_MAP_MODE_SW/values/12/description - Constant Max + Channel 12 - /parameters/UAVCAN_SV_FUNC5/values/101/description + /parameters/RC_MAP_MODE_SW/values/13/description - Motor 1 + Channel 13 - /parameters/UAVCAN_SV_FUNC5/values/102/description + /parameters/RC_MAP_MODE_SW/values/14/description - Motor 2 + Channel 14 - /parameters/UAVCAN_SV_FUNC5/values/103/description + /parameters/RC_MAP_MODE_SW/values/15/description - Motor 3 + Channel 15 - /parameters/UAVCAN_SV_FUNC5/values/104/description + /parameters/RC_MAP_MODE_SW/values/16/description - Motor 4 + Channel 16 - /parameters/UAVCAN_SV_FUNC5/values/105/description + /parameters/RC_MAP_MODE_SW/values/17/description - Motor 5 + Channel 17 - /parameters/UAVCAN_SV_FUNC5/values/106/description + /parameters/RC_MAP_MODE_SW/values/18/description - Motor 6 + Channel 18 - /parameters/UAVCAN_SV_FUNC5/values/107/description + /parameters/RC_MAP_OFFB_SW/shortDesc - Motor 7 + Offboard switch channel - /parameters/UAVCAN_SV_FUNC5/values/108/description + /parameters/RC_MAP_OFFB_SW/values/0/description - Motor 8 + Unassigned - /parameters/UAVCAN_SV_FUNC5/values/109/description + /parameters/RC_MAP_OFFB_SW/values/1/description - Motor 9 + Channel 1 - /parameters/UAVCAN_SV_FUNC5/values/110/description + /parameters/RC_MAP_OFFB_SW/values/2/description - Motor 10 + Channel 2 - /parameters/UAVCAN_SV_FUNC5/values/111/description + /parameters/RC_MAP_OFFB_SW/values/3/description - Motor 11 + Channel 3 - /parameters/UAVCAN_SV_FUNC5/values/112/description + /parameters/RC_MAP_OFFB_SW/values/4/description - Motor 12 + Channel 4 - /parameters/UAVCAN_SV_FUNC5/values/201/description + /parameters/RC_MAP_OFFB_SW/values/5/description - Servo 1 + Channel 5 - /parameters/UAVCAN_SV_FUNC5/values/202/description + /parameters/RC_MAP_OFFB_SW/values/6/description - Servo 2 + Channel 6 - /parameters/UAVCAN_SV_FUNC5/values/203/description + /parameters/RC_MAP_OFFB_SW/values/7/description - Servo 3 + Channel 7 - /parameters/UAVCAN_SV_FUNC5/values/204/description + /parameters/RC_MAP_OFFB_SW/values/8/description - Servo 4 + Channel 8 - /parameters/UAVCAN_SV_FUNC5/values/205/description + /parameters/RC_MAP_OFFB_SW/values/9/description - Servo 5 + Channel 9 - /parameters/UAVCAN_SV_FUNC5/values/206/description + /parameters/RC_MAP_OFFB_SW/values/10/description - Servo 6 + Channel 10 - /parameters/UAVCAN_SV_FUNC5/values/207/description + /parameters/RC_MAP_OFFB_SW/values/11/description - Servo 7 + Channel 11 - /parameters/UAVCAN_SV_FUNC5/values/208/description + /parameters/RC_MAP_OFFB_SW/values/12/description - Servo 8 + Channel 12 - /parameters/UAVCAN_SV_FUNC5/values/301/description + /parameters/RC_MAP_OFFB_SW/values/13/description - Peripheral via Actuator Set 1 + Channel 13 - /parameters/UAVCAN_SV_FUNC5/values/302/description + /parameters/RC_MAP_OFFB_SW/values/14/description - Peripheral via Actuator Set 2 + Channel 14 - /parameters/UAVCAN_SV_FUNC5/values/303/description + /parameters/RC_MAP_OFFB_SW/values/15/description - Peripheral via Actuator Set 3 + Channel 15 - /parameters/UAVCAN_SV_FUNC5/values/304/description + /parameters/RC_MAP_OFFB_SW/values/16/description - Peripheral via Actuator Set 4 + Channel 16 - /parameters/UAVCAN_SV_FUNC5/values/305/description + /parameters/RC_MAP_OFFB_SW/values/17/description - Peripheral via Actuator Set 5 + Channel 17 - /parameters/UAVCAN_SV_FUNC5/values/306/description + /parameters/RC_MAP_OFFB_SW/values/18/description - Peripheral via Actuator Set 6 + Channel 18 - /parameters/UAVCAN_SV_FUNC5/values/400/description + /parameters/RC_MAP_PAY_SW/shortDesc - Landing Gear + Payload Power Switch RC channel - /parameters/UAVCAN_SV_FUNC5/values/401/description + /parameters/RC_MAP_PAY_SW/values/0/description - Parachute + Unassigned - /parameters/UAVCAN_SV_FUNC5/values/402/description + /parameters/RC_MAP_PAY_SW/values/1/description - RC Roll + Channel 1 - /parameters/UAVCAN_SV_FUNC5/values/403/description + /parameters/RC_MAP_PAY_SW/values/2/description - RC Pitch + Channel 2 - /parameters/UAVCAN_SV_FUNC5/values/404/description + /parameters/RC_MAP_PAY_SW/values/3/description - RC Throttle + Channel 3 - /parameters/UAVCAN_SV_FUNC5/values/405/description + /parameters/RC_MAP_PAY_SW/values/4/description - RC Yaw + Channel 4 - /parameters/UAVCAN_SV_FUNC5/values/406/description + /parameters/RC_MAP_PAY_SW/values/5/description - RC Flaps + Channel 5 - /parameters/UAVCAN_SV_FUNC5/values/407/description + /parameters/RC_MAP_PAY_SW/values/6/description - RC AUX 1 + Channel 6 - /parameters/UAVCAN_SV_FUNC5/values/408/description + /parameters/RC_MAP_PAY_SW/values/7/description - RC AUX 2 + Channel 7 - /parameters/UAVCAN_SV_FUNC5/values/409/description + /parameters/RC_MAP_PAY_SW/values/8/description - RC AUX 3 + Channel 8 - /parameters/UAVCAN_SV_FUNC5/values/410/description + /parameters/RC_MAP_PAY_SW/values/9/description - RC AUX 4 + Channel 9 - /parameters/UAVCAN_SV_FUNC5/values/411/description + /parameters/RC_MAP_PAY_SW/values/10/description - RC AUX 5 + Channel 10 - /parameters/UAVCAN_SV_FUNC5/values/412/description + /parameters/RC_MAP_PAY_SW/values/11/description - RC AUX 6 + Channel 11 - /parameters/UAVCAN_SV_FUNC5/values/420/description + /parameters/RC_MAP_PAY_SW/values/12/description - Gimbal Roll + Channel 12 - /parameters/UAVCAN_SV_FUNC5/values/421/description + /parameters/RC_MAP_PAY_SW/values/13/description - Gimbal Pitch + Channel 13 - /parameters/UAVCAN_SV_FUNC5/values/422/description + /parameters/RC_MAP_PAY_SW/values/14/description - Gimbal Yaw + Channel 14 - /parameters/UAVCAN_SV_FUNC5/values/430/description + /parameters/RC_MAP_PAY_SW/values/15/description - Gripper + Channel 15 - /parameters/UAVCAN_SV_FUNC5/values/440/description + /parameters/RC_MAP_PAY_SW/values/16/description - Landing Gear Wheel + Channel 16 - /parameters/UAVCAN_SV_FUNC6/shortDesc + /parameters/RC_MAP_PAY_SW/values/17/description - UAVCAN Servo 6 Output Function + Channel 17 - /parameters/UAVCAN_SV_FUNC6/longDesc + /parameters/RC_MAP_PAY_SW/values/18/description - Select what should be output on UAVCAN Servo 6. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Channel 18 - /parameters/UAVCAN_SV_FUNC6/values/0/description + /parameters/RC_MAP_RETURN_SW/shortDesc - Disabled + Return switch channel - /parameters/UAVCAN_SV_FUNC6/values/1/description + /parameters/RC_MAP_RETURN_SW/values/0/description - Constant Min + Unassigned - /parameters/UAVCAN_SV_FUNC6/values/2/description + /parameters/RC_MAP_RETURN_SW/values/1/description - Constant Max + Channel 1 - /parameters/UAVCAN_SV_FUNC6/values/101/description + /parameters/RC_MAP_RETURN_SW/values/2/description - Motor 1 + Channel 2 - /parameters/UAVCAN_SV_FUNC6/values/102/description + /parameters/RC_MAP_RETURN_SW/values/3/description - Motor 2 + Channel 3 - /parameters/UAVCAN_SV_FUNC6/values/103/description + /parameters/RC_MAP_RETURN_SW/values/4/description - Motor 3 + Channel 4 - /parameters/UAVCAN_SV_FUNC6/values/104/description + /parameters/RC_MAP_RETURN_SW/values/5/description - Motor 4 + Channel 5 - /parameters/UAVCAN_SV_FUNC6/values/105/description + /parameters/RC_MAP_RETURN_SW/values/6/description - Motor 5 + Channel 6 - /parameters/UAVCAN_SV_FUNC6/values/106/description + /parameters/RC_MAP_RETURN_SW/values/7/description - Motor 6 + Channel 7 - /parameters/UAVCAN_SV_FUNC6/values/107/description + /parameters/RC_MAP_RETURN_SW/values/8/description - Motor 7 + Channel 8 - /parameters/UAVCAN_SV_FUNC6/values/108/description + /parameters/RC_MAP_RETURN_SW/values/9/description - Motor 8 + Channel 9 - /parameters/UAVCAN_SV_FUNC6/values/109/description + /parameters/RC_MAP_RETURN_SW/values/10/description - Motor 9 + Channel 10 - /parameters/UAVCAN_SV_FUNC6/values/110/description + /parameters/RC_MAP_RETURN_SW/values/11/description - Motor 10 + Channel 11 - /parameters/UAVCAN_SV_FUNC6/values/111/description + /parameters/RC_MAP_RETURN_SW/values/12/description - Motor 11 + Channel 12 - /parameters/UAVCAN_SV_FUNC6/values/112/description + /parameters/RC_MAP_RETURN_SW/values/13/description - Motor 12 + Channel 13 - /parameters/UAVCAN_SV_FUNC6/values/201/description + /parameters/RC_MAP_RETURN_SW/values/14/description - Servo 1 + Channel 14 - /parameters/UAVCAN_SV_FUNC6/values/202/description + /parameters/RC_MAP_RETURN_SW/values/15/description - Servo 2 + Channel 15 - /parameters/UAVCAN_SV_FUNC6/values/203/description + /parameters/RC_MAP_RETURN_SW/values/16/description - Servo 3 + Channel 16 - /parameters/UAVCAN_SV_FUNC6/values/204/description + /parameters/RC_MAP_RETURN_SW/values/17/description - Servo 4 + Channel 17 - /parameters/UAVCAN_SV_FUNC6/values/205/description + /parameters/RC_MAP_RETURN_SW/values/18/description - Servo 5 + Channel 18 - /parameters/UAVCAN_SV_FUNC6/values/206/description + /parameters/RC_MAP_TRANS_SW/shortDesc - Servo 6 + VTOL transition switch channel mapping - /parameters/UAVCAN_SV_FUNC6/values/207/description + /parameters/RC_MAP_TRANS_SW/values/0/description - Servo 7 + Unassigned - /parameters/UAVCAN_SV_FUNC6/values/208/description + /parameters/RC_MAP_TRANS_SW/values/1/description - Servo 8 + Channel 1 - /parameters/UAVCAN_SV_FUNC6/values/301/description + /parameters/RC_MAP_TRANS_SW/values/2/description - Peripheral via Actuator Set 1 + Channel 2 - /parameters/UAVCAN_SV_FUNC6/values/302/description + /parameters/RC_MAP_TRANS_SW/values/3/description - Peripheral via Actuator Set 2 + Channel 3 - /parameters/UAVCAN_SV_FUNC6/values/303/description + /parameters/RC_MAP_TRANS_SW/values/4/description - Peripheral via Actuator Set 3 + Channel 4 - /parameters/UAVCAN_SV_FUNC6/values/304/description + /parameters/RC_MAP_TRANS_SW/values/5/description - Peripheral via Actuator Set 4 + Channel 5 - /parameters/UAVCAN_SV_FUNC6/values/305/description + /parameters/RC_MAP_TRANS_SW/values/6/description - Peripheral via Actuator Set 5 + Channel 6 - /parameters/UAVCAN_SV_FUNC6/values/306/description + /parameters/RC_MAP_TRANS_SW/values/7/description - Peripheral via Actuator Set 6 + Channel 7 - /parameters/UAVCAN_SV_FUNC6/values/400/description + /parameters/RC_MAP_TRANS_SW/values/8/description - Landing Gear + Channel 8 - /parameters/UAVCAN_SV_FUNC6/values/401/description + /parameters/RC_MAP_TRANS_SW/values/9/description - Parachute + Channel 9 - /parameters/UAVCAN_SV_FUNC6/values/402/description + /parameters/RC_MAP_TRANS_SW/values/10/description - RC Roll + Channel 10 - /parameters/UAVCAN_SV_FUNC6/values/403/description + /parameters/RC_MAP_TRANS_SW/values/11/description - RC Pitch + Channel 11 - /parameters/UAVCAN_SV_FUNC6/values/404/description + /parameters/RC_MAP_TRANS_SW/values/12/description - RC Throttle + Channel 12 - /parameters/UAVCAN_SV_FUNC6/values/405/description + /parameters/RC_MAP_TRANS_SW/values/13/description - RC Yaw + Channel 13 - /parameters/UAVCAN_SV_FUNC6/values/406/description + /parameters/RC_MAP_TRANS_SW/values/14/description - RC Flaps + Channel 14 - /parameters/UAVCAN_SV_FUNC6/values/407/description + /parameters/RC_MAP_TRANS_SW/values/15/description - RC AUX 1 + Channel 15 - /parameters/UAVCAN_SV_FUNC6/values/408/description + /parameters/RC_MAP_TRANS_SW/values/16/description - RC AUX 2 + Channel 16 - /parameters/UAVCAN_SV_FUNC6/values/409/description + /parameters/RC_MAP_TRANS_SW/values/17/description - RC AUX 3 + Channel 17 - /parameters/UAVCAN_SV_FUNC6/values/410/description + /parameters/RC_MAP_TRANS_SW/values/18/description - RC AUX 4 + Channel 18 - /parameters/UAVCAN_SV_FUNC6/values/411/description + /parameters/RC_OFFB_TH/shortDesc - RC AUX 5 + Threshold for selecting offboard mode - /parameters/UAVCAN_SV_FUNC6/values/412/description + /parameters/RC_OFFB_TH/longDesc - RC AUX 6 + 0-1 indicate where in the full channel range the threshold sits 0 : min 1 : max sign indicates polarity of comparison positive : true when channel>th negative : true when channel<th - /parameters/UAVCAN_SV_FUNC6/values/420/description + /parameters/RC_PAYLOAD_TH/shortDesc - Gimbal Roll + Threshold for selecting payload power switch - /parameters/UAVCAN_SV_FUNC6/values/421/description + /parameters/RC_PAYLOAD_TH/longDesc - Gimbal Pitch + 0-1 indicate where in the full channel range the threshold sits 0 : min 1 : max sign indicates polarity of comparison positive : true when channel>th negative : true when channel<th - /parameters/UAVCAN_SV_FUNC6/values/422/description + /parameters/RC_RETURN_TH/shortDesc - Gimbal Yaw + Threshold for selecting return to launch mode - /parameters/UAVCAN_SV_FUNC6/values/430/description + /parameters/RC_RETURN_TH/longDesc - Gripper + 0-1 indicate where in the full channel range the threshold sits 0 : min 1 : max sign indicates polarity of comparison positive : true when channel>th negative : true when channel<th - /parameters/UAVCAN_SV_FUNC6/values/440/description + /parameters/RC_TRANS_TH/shortDesc - Landing Gear Wheel + Threshold for the VTOL transition switch - /parameters/UAVCAN_SV_FUNC7/shortDesc + /parameters/RC_TRANS_TH/longDesc - UAVCAN Servo 7 Output Function + 0-1 indicate where in the full channel range the threshold sits 0 : min 1 : max sign indicates polarity of comparison positive : true when channel>th negative : true when channel<th - /parameters/UAVCAN_SV_FUNC7/longDesc + /parameters/RTL_CONE_ANG/shortDesc - Select what should be output on UAVCAN Servo 7. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Half-angle of the return mode altitude cone - /parameters/UAVCAN_SV_FUNC7/values/0/description + /parameters/RTL_CONE_ANG/longDesc - Disabled + Defines the half-angle of a cone centered around the destination position that affects the altitude at which the vehicle returns. - /parameters/UAVCAN_SV_FUNC7/values/1/description + /parameters/RTL_CONE_ANG/values/0/description - Constant Min + No cone, always climb to RTL_RETURN_ALT above destination. - /parameters/UAVCAN_SV_FUNC7/values/2/description + /parameters/RTL_CONE_ANG/values/25/description - Constant Max + 25 degrees half cone angle. - /parameters/UAVCAN_SV_FUNC7/values/101/description + /parameters/RTL_CONE_ANG/values/45/description - Motor 1 + 45 degrees half cone angle. - /parameters/UAVCAN_SV_FUNC7/values/102/description + /parameters/RTL_CONE_ANG/values/65/description - Motor 2 + 65 degrees half cone angle. - /parameters/UAVCAN_SV_FUNC7/values/103/description + /parameters/RTL_CONE_ANG/values/80/description - Motor 3 + 80 degrees half cone angle. - /parameters/UAVCAN_SV_FUNC7/values/104/description + /parameters/RTL_CONE_ANG/values/90/description - Motor 4 + Only climb to at least RTL_DESCEND_ALT above destination. - /parameters/UAVCAN_SV_FUNC7/values/105/description + /parameters/RTL_DESCEND_ALT/shortDesc - Motor 5 + Return mode loiter altitude - /parameters/UAVCAN_SV_FUNC7/values/106/description + /parameters/RTL_DESCEND_ALT/longDesc - Motor 6 + Descend to this altitude (above destination position) after return, and wait for time defined in RTL_LAND_DELAY. Land (i.e. slowly descend) from this altitude if autolanding allowed. VTOLs do transition to hover in this altitdue above the landing point. - /parameters/UAVCAN_SV_FUNC7/values/107/description + /parameters/RTL_LAND_DELAY/shortDesc - Motor 7 + Return mode delay - /parameters/UAVCAN_SV_FUNC7/values/108/description + /parameters/RTL_LAND_DELAY/longDesc - Motor 8 + Delay before landing (after initial descent) in Return mode. If set to -1 the system will not land but loiter at RTL_DESCEND_ALT. - /parameters/UAVCAN_SV_FUNC7/values/109/description + /parameters/RTL_LOITER_RAD/shortDesc - Motor 9 + Loiter radius for rtl descend - /parameters/UAVCAN_SV_FUNC7/values/110/description + /parameters/RTL_LOITER_RAD/longDesc - Motor 10 + Set the radius for loitering to a safe altitude for VTOL transition. - /parameters/UAVCAN_SV_FUNC7/values/111/description + /parameters/RTL_MIN_DIST/shortDesc - Motor 11 + Horizontal radius from return point within which special rules for return mode apply - /parameters/UAVCAN_SV_FUNC7/values/112/description + /parameters/RTL_MIN_DIST/longDesc - Motor 12 + The return altitude will be calculated based on RTL_CONE_ANG parameter. The yaw setpoint will switch to the one defined by corresponding waypoint. - /parameters/UAVCAN_SV_FUNC7/values/201/description + /parameters/RTL_PLD_MD/shortDesc - Servo 1 + RTL precision land mode - /parameters/UAVCAN_SV_FUNC7/values/202/description + /parameters/RTL_PLD_MD/longDesc - Servo 2 + Use precision landing when doing an RTL landing phase. - /parameters/UAVCAN_SV_FUNC7/values/203/description + /parameters/RTL_PLD_MD/values/0/description - Servo 3 + No precision landing - /parameters/UAVCAN_SV_FUNC7/values/204/description + /parameters/RTL_PLD_MD/values/1/description - Servo 4 + Opportunistic precision landing - /parameters/UAVCAN_SV_FUNC7/values/205/description + /parameters/RTL_PLD_MD/values/2/description - Servo 5 + Required precision landing - /parameters/UAVCAN_SV_FUNC7/values/206/description + /parameters/RTL_RETURN_ALT/shortDesc - Servo 6 + Return mode return altitude - /parameters/UAVCAN_SV_FUNC7/values/207/description + /parameters/RTL_RETURN_ALT/longDesc - Servo 7 + Default minimum altitude above destination (e.g. home, safe point, landing pattern) for return flight. The vehicle will climb to this altitude when Return mode is enganged, unless it currently is flying higher already. This is affected by RTL_MIN_DIST and RTL_CONE_ANG. - /parameters/UAVCAN_SV_FUNC7/values/208/description + /parameters/RTL_TYPE/shortDesc - Servo 8 + Return type - /parameters/UAVCAN_SV_FUNC7/values/301/description + /parameters/RTL_TYPE/longDesc - Peripheral via Actuator Set 1 + Return mode destination and flight path (home location, rally point, mission landing pattern, reverse mission) - /parameters/UAVCAN_SV_FUNC7/values/302/description + /parameters/RTL_TYPE/values/0/description - Peripheral via Actuator Set 2 + Return to closest safe point (home or rally point) via direct path. - /parameters/UAVCAN_SV_FUNC7/values/303/description + /parameters/RTL_TYPE/values/1/description - Peripheral via Actuator Set 3 + Return to closest safe point other than home (mission landing pattern or rally point), via direct path. If no mission landing or rally points are defined return home via direct path. Always chose closest safe landing point if vehicle is a VTOL in hover mode. - /parameters/UAVCAN_SV_FUNC7/values/304/description + /parameters/RTL_TYPE/values/2/description - Peripheral via Actuator Set 4 + Return to a planned mission landing, if available, using the mission path, else return to home via the reverse mission path. Do not consider rally points. - /parameters/UAVCAN_SV_FUNC7/values/305/description + /parameters/RTL_TYPE/values/3/description - Peripheral via Actuator Set 5 + Return via direct path to closest destination: home, start of mission landing pattern or safe point. If the destination is a mission landing pattern, follow the pattern to land. - /parameters/UAVCAN_SV_FUNC7/values/306/description + /parameters/RTL_APPR_FORCE/shortDesc - Peripheral via Actuator Set 6 + RTL force approach landing - /parameters/UAVCAN_SV_FUNC7/values/400/description + /parameters/RTL_APPR_FORCE/longDesc - Landing Gear + Only consider RTL point, if it has an approach defined. - /parameters/UAVCAN_SV_FUNC7/values/401/description + /parameters/RTL_APPR_FORCE/values/0/description - Parachute + Disabled - /parameters/UAVCAN_SV_FUNC7/values/402/description + /parameters/RTL_APPR_FORCE/values/1/description - RC Roll + Enabled - /parameters/UAVCAN_SV_FUNC7/values/403/description + /parameters/RTL_TIME_FACTOR/shortDesc - RC Pitch + RTL time estimate safety margin factor - /parameters/UAVCAN_SV_FUNC7/values/404/description + /parameters/RTL_TIME_FACTOR/longDesc - RC Throttle + Safety factor that is used to scale the actual RTL time estimate. Time with margin = RTL_TIME_FACTOR * time + RTL_TIME_MARGIN - /parameters/UAVCAN_SV_FUNC7/values/405/description + /parameters/RTL_TIME_MARGIN/shortDesc - RC Yaw + RTL time estimate safety margin offset - /parameters/UAVCAN_SV_FUNC7/values/406/description + /parameters/RTL_TIME_MARGIN/longDesc - RC Flaps + Margin that is added to the time estimate, after it has already been scaled Time with margin = RTL_TIME_FACTOR * time + RTL_TIME_MARGIN - /parameters/UAVCAN_SV_FUNC7/values/407/description + /parameters/RA_ACC_RAD_GAIN/shortDesc - RC AUX 1 + Tuning parameter for corner cutting - /parameters/UAVCAN_SV_FUNC7/values/408/description + /parameters/RA_ACC_RAD_GAIN/longDesc - RC AUX 2 + The geometric ideal acceptance radius is multiplied by this factor to account for kinematic and dynamic effects. Higher value -> The rover starts to cut the corner earlier. - /parameters/UAVCAN_SV_FUNC7/values/409/description + /parameters/RA_ACC_RAD_MAX/shortDesc - RC AUX 3 + Maximum acceptance radius for the waypoints - /parameters/UAVCAN_SV_FUNC7/values/410/description + /parameters/RA_ACC_RAD_MAX/longDesc - RC AUX 4 + The controller scales the acceptance radius based on the angle between the previous, current and next waypoint. Higher value -> smoother trajectory at the cost of how close the rover gets to the waypoint (Set to -1 to disable corner cutting). - /parameters/UAVCAN_SV_FUNC7/values/411/description + /parameters/RA_LAT_ACCEL_I/shortDesc - RC AUX 5 + Integral gain for lateral acceleration controller - /parameters/UAVCAN_SV_FUNC7/values/412/description + /parameters/RA_LAT_ACCEL_P/shortDesc - RC AUX 6 + Proportional gain for lateral acceleration controller - /parameters/UAVCAN_SV_FUNC7/values/420/description + /parameters/RA_MAX_ACCEL/shortDesc - Gimbal Roll + Maximum acceleration for the rover - /parameters/UAVCAN_SV_FUNC7/values/421/description + /parameters/RA_MAX_ACCEL/longDesc - Gimbal Pitch + This is used for the acceleration slew rate, the feed-forward term for the speed controller during missions and the corner slow down effect. Note: For the corner slow down effect RA_MAX_JERK, RA_MISS_VEL_GAIN and RA_MISS_VEL_MIN also have to be set. - /parameters/UAVCAN_SV_FUNC7/values/422/description + /parameters/RA_MAX_DECEL/shortDesc - Gimbal Yaw + Maximum deceleration for the rover - /parameters/UAVCAN_SV_FUNC7/values/430/description + /parameters/RA_MAX_DECEL/longDesc - Gripper + This is used for the deceleration slew rate, the feed-forward term for the speed controller during missions and the corner slow down effect. Note: For the corner slow down effect RA_MAX_JERK also has to be set. - /parameters/UAVCAN_SV_FUNC7/values/440/description + /parameters/RA_MAX_JERK/shortDesc - Landing Gear Wheel + Maximum jerk - /parameters/UAVCAN_SV_FUNC8/shortDesc + /parameters/RA_MAX_JERK/longDesc - UAVCAN Servo 8 Output Function + Limit for forwards acc/deceleration change. This is used for the corner slow down effect. Note: RA_MAX_ACCEL also has to be set for this to be enabled. - /parameters/UAVCAN_SV_FUNC8/longDesc + /parameters/RA_MAX_LAT_ACCEL/shortDesc - Select what should be output on UAVCAN Servo 8. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Maximum allowed lateral acceleration - /parameters/UAVCAN_SV_FUNC8/values/0/description + /parameters/RA_MAX_LAT_ACCEL/longDesc - Disabled + This parameter is used to cap the lateral acceleration and map controller inputs to desired lateral acceleration in Acro, Stabilized and Position mode. - /parameters/UAVCAN_SV_FUNC8/values/1/description + /parameters/RA_MAX_SPEED/shortDesc - Constant Min + Maximum allowed speed - /parameters/UAVCAN_SV_FUNC8/values/2/description + /parameters/RA_MAX_SPEED/longDesc - Constant Max + This is the maximum allowed speed setpoint when driving in a mode that uses closed loop speed control. - /parameters/UAVCAN_SV_FUNC8/values/101/description + /parameters/RA_MAX_STR_ANG/shortDesc - Motor 1 + Maximum steering angle - /parameters/UAVCAN_SV_FUNC8/values/102/description + /parameters/RA_MAX_STR_ANG/longDesc - Motor 2 + The maximum angle that the rover can steer - /parameters/UAVCAN_SV_FUNC8/values/103/description + /parameters/RA_MAX_STR_RATE/shortDesc - Motor 3 + Maximum steering rate for the rover - /parameters/UAVCAN_SV_FUNC8/values/104/description + /parameters/RA_MAX_THR_SPEED/shortDesc - Motor 4 + Speed the rover drives at maximum throttle - /parameters/UAVCAN_SV_FUNC8/values/105/description + /parameters/RA_MAX_THR_SPEED/longDesc - Motor 5 + This parameter is used to calculate the feedforward term of the closed loop speed control which linearly maps desired speeds to normalized motor commands [-1. 1]. A good starting point is the observed ground speed when the rover drives at maximum throttle in manual mode. Increase this parameter if the rover is faster than the setpoint, and decrease if the rover is slower. - /parameters/UAVCAN_SV_FUNC8/values/106/description + /parameters/RA_MISS_SPD_DEF/shortDesc - Motor 6 + Default rover speed during a mission - /parameters/UAVCAN_SV_FUNC8/values/107/description + /parameters/RA_SPEED_I/shortDesc - Motor 7 + Integral gain for ground speed controller - /parameters/UAVCAN_SV_FUNC8/values/108/description + /parameters/RA_SPEED_P/shortDesc - Motor 8 + Proportional gain for ground speed controller - /parameters/UAVCAN_SV_FUNC8/values/109/description + /parameters/RA_WHEEL_BASE/shortDesc - Motor 9 + Wheel base - /parameters/UAVCAN_SV_FUNC8/values/110/description + /parameters/RA_WHEEL_BASE/longDesc - Motor 10 + Distance from the front to the rear axle - /parameters/UAVCAN_SV_FUNC8/values/111/description + /parameters/RD_MAN_YAW_SCALE/shortDesc - Motor 11 + Manual yaw rate scale - /parameters/UAVCAN_SV_FUNC8/values/112/description + /parameters/RD_MAN_YAW_SCALE/longDesc - Motor 12 + In manual mode the setpoint for the yaw rate received from the yaw stick is scaled by this value. - /parameters/UAVCAN_SV_FUNC8/values/201/description + /parameters/RD_MAX_ACCEL/shortDesc - Servo 1 + Maximum acceleration - /parameters/UAVCAN_SV_FUNC8/values/202/description + /parameters/RD_MAX_ACCEL/longDesc - Servo 2 + Maximum acceleration is used to limit the acceleration of the rover - /parameters/UAVCAN_SV_FUNC8/values/203/description + /parameters/RD_MAX_JERK/shortDesc - Servo 3 + Maximum jerk - /parameters/UAVCAN_SV_FUNC8/values/204/description + /parameters/RD_MAX_JERK/longDesc - Servo 4 + Limit for forwards acc/deceleration change. - /parameters/UAVCAN_SV_FUNC8/values/205/description + /parameters/RD_MAX_SPEED/shortDesc - Servo 5 + Maximum speed setpoint - /parameters/UAVCAN_SV_FUNC8/values/206/description + /parameters/RD_MAX_SPEED/longDesc - Servo 6 + This parameter is used to cap desired forward speed and map controller inputs to desired speeds in Position mode. - /parameters/UAVCAN_SV_FUNC8/values/207/description + /parameters/RD_MAX_THR_SPD/shortDesc - Servo 7 + Speed the rover drives at maximum throttle - /parameters/UAVCAN_SV_FUNC8/values/208/description + /parameters/RD_MAX_THR_SPD/longDesc - Servo 8 + This parameter is used to calculate the feedforward term of the closed loop speed control which linearly maps desired speeds to normalized motor commands [-1. 1]. A good starting point is the observed ground speed when the rover drives at maximum throttle in manual mode. Increase this parameter if the rover is faster than the setpoint, and decrease if the rover is slower. - /parameters/UAVCAN_SV_FUNC8/values/301/description + /parameters/RD_MAX_THR_YAW_R/shortDesc - Peripheral via Actuator Set 1 + Yaw rate turning left/right wheels at max speed in opposite directions - /parameters/UAVCAN_SV_FUNC8/values/302/description + /parameters/RD_MAX_THR_YAW_R/longDesc - Peripheral via Actuator Set 2 + This parameter is used to calculate the feedforward term of the closed loop yaw rate control. The controller first calculates the required speed difference between the left and right motor to achieve the desired yaw rate. This desired speed difference is then linearly mapped to normalized motor commands. A good starting point is twice the speed the rover drives at maximum throttle (RD_MAX_THR_SPD)). Increase this parameter if the rover turns faster than the setpoint, and decrease if the rover turns slower. - /parameters/UAVCAN_SV_FUNC8/values/303/description + /parameters/RD_MAX_YAW_RATE/shortDesc - Peripheral via Actuator Set 3 + Maximum allowed yaw rate for the rover - /parameters/UAVCAN_SV_FUNC8/values/304/description + /parameters/RD_MAX_YAW_RATE/longDesc - Peripheral via Actuator Set 4 + This parameter is used to cap desired yaw rates and map controller inputs to desired yaw rates in Acro,Stabilized and Position mode. - /parameters/UAVCAN_SV_FUNC8/values/305/description + /parameters/RD_MISS_SPD_DEF/shortDesc - Peripheral via Actuator Set 5 + Default forward speed for the rover during auto modes - /parameters/UAVCAN_SV_FUNC8/values/306/description + /parameters/RD_SPEED_I/shortDesc - Peripheral via Actuator Set 6 + Integral gain for closed loop forward speed controller - /parameters/UAVCAN_SV_FUNC8/values/400/description + /parameters/RD_SPEED_P/shortDesc - Landing Gear + Proportional gain for closed loop forward speed controller - /parameters/UAVCAN_SV_FUNC8/values/401/description + /parameters/RD_TRANS_DRV_TRN/shortDesc - Parachute + Yaw error threshhold to switch from driving to spot turning - /parameters/UAVCAN_SV_FUNC8/values/402/description + /parameters/RD_TRANS_DRV_TRN/longDesc - RC Roll + This threshold is used for the state machine to switch from driving to turning based on the error between the desired and actual yaw. It is also used as the threshold whether the rover should come to a smooth stop at the next waypoint. This slow down effect is active if the angle between the line segments from prevWP-currWP and currWP-nextWP is smaller then 180 - RD_TRANS_DRV_TRN. - /parameters/UAVCAN_SV_FUNC8/values/403/description + /parameters/RD_TRANS_TRN_DRV/shortDesc - RC Pitch + Yaw error threshhold to switch from spot turning to driving - /parameters/UAVCAN_SV_FUNC8/values/404/description + /parameters/RD_WHEEL_TRACK/shortDesc - RC Throttle + Wheel track - /parameters/UAVCAN_SV_FUNC8/values/405/description + /parameters/RD_WHEEL_TRACK/longDesc - RC Yaw + Distance from the center of the right wheel to the center of the left wheel - /parameters/UAVCAN_SV_FUNC8/values/406/description + /parameters/RD_YAW_I/shortDesc - RC Flaps + Integral gain for closed loop yaw controller - /parameters/UAVCAN_SV_FUNC8/values/407/description + /parameters/RD_YAW_P/shortDesc - RC AUX 1 + Proportional gain for closed loop yaw controller - /parameters/UAVCAN_SV_FUNC8/values/408/description + /parameters/RD_YAW_RATE_I/shortDesc - RC AUX 2 + Integral gain for closed loop yaw rate controller - /parameters/UAVCAN_SV_FUNC8/values/409/description + /parameters/RD_YAW_RATE_P/shortDesc - RC AUX 3 + Proportional gain for closed loop yaw rate controller - /parameters/UAVCAN_SV_FUNC8/values/410/description + /parameters/RM_MAN_YAW_SCALE/shortDesc - RC AUX 4 + Manual yaw rate scale - /parameters/UAVCAN_SV_FUNC8/values/411/description + /parameters/RM_MAN_YAW_SCALE/longDesc - RC AUX 5 + In Manual mode the setpoint for the yaw rate received from the control stick is scaled by this value. - /parameters/UAVCAN_SV_FUNC8/values/412/description + /parameters/RM_MAX_ACCEL/shortDesc - RC AUX 6 + Maximum acceleration - /parameters/UAVCAN_SV_FUNC8/values/420/description + /parameters/RM_MAX_ACCEL/longDesc - Gimbal Roll + Maximum acceleration is used to limit the acceleration of the rover - /parameters/UAVCAN_SV_FUNC8/values/421/description + /parameters/RM_MAX_JERK/shortDesc - Gimbal Pitch + Maximum jerk - /parameters/UAVCAN_SV_FUNC8/values/422/description + /parameters/RM_MAX_JERK/longDesc - Gimbal Yaw + Limit for forwards acc/deceleration change. - /parameters/UAVCAN_SV_FUNC8/values/430/description + /parameters/RM_MAX_SPEED/shortDesc - Gripper + Maximum speed the rover is allowed to drive - /parameters/UAVCAN_SV_FUNC8/values/440/description + /parameters/RM_MAX_SPEED/longDesc - Landing Gear Wheel + This parameter is used cap the maximum speed the rover is allowed to drive and to map stick inputs to desired speeds in position mode. - /parameters/UAVCAN_SV_MAX1/shortDesc + /parameters/RM_MAX_THR_SPD/shortDesc - UAVCAN Servo 1 Maximum Value + Speed the rover drives at maximum throttle - /parameters/UAVCAN_SV_MAX1/longDesc + /parameters/RM_MAX_THR_SPD/longDesc - Maxmimum output value (when not disarmed). + This parameter is used to calculate the feedforward term of the closed loop speed control which linearly maps desired speeds to normalized motor commands [-1. 1]. A good starting point is the observed ground speed when the rover drives at maximum throttle in manual mode. Increase this parameter if the rover is faster than the setpoint, and decrease if the rover is slower. - /parameters/UAVCAN_SV_MAX2/shortDesc + /parameters/RM_MAX_THR_YAW_R/shortDesc - UAVCAN Servo 2 Maximum Value + Yaw rate turning left/right wheels at max speed in opposite directions - /parameters/UAVCAN_SV_MAX2/longDesc + /parameters/RM_MAX_THR_YAW_R/longDesc - Maxmimum output value (when not disarmed). + This parameter is used to calculate the feedforward term of the closed loop yaw rate control. The controller first calculates the required speed difference between the left and right motor to achieve the desired yaw rate. This desired speed difference is then linearly mapped to normalized motor commands. A good starting point is twice the speed the rover drives at maximum throttle (RM_MAX_THRTL_SPD)). Increase this parameter if the rover turns faster than the setpoint, and decrease if the rover turns slower. - /parameters/UAVCAN_SV_MAX3/shortDesc + /parameters/RM_MAX_YAW_RATE/shortDesc - UAVCAN Servo 3 Maximum Value + Maximum allowed yaw rate for the rover - /parameters/UAVCAN_SV_MAX3/longDesc + /parameters/RM_MAX_YAW_RATE/longDesc - Maxmimum output value (when not disarmed). + This parameter is used to cap desired yaw rates and map controller inputs to desired yaw rates in acro mode. - /parameters/UAVCAN_SV_MAX4/shortDesc + /parameters/RM_MISS_SPD_DEF/shortDesc - UAVCAN Servo 4 Maximum Value + Default rover speed during a mission - /parameters/UAVCAN_SV_MAX4/longDesc + /parameters/RM_MISS_VEL_GAIN/shortDesc - Maxmimum output value (when not disarmed). + Tuning parameter for the velocity reduction during waypoint transition - /parameters/UAVCAN_SV_MAX5/shortDesc + /parameters/RM_MISS_VEL_GAIN/longDesc - UAVCAN Servo 5 Maximum Value + The waypoint transition speed is calculated as: Transition_speed = Maximum_speed * (1 - normalized_transition_angle * RM_MISS_VEL_GAIN) The normalized transition angle is the angle between the line segment from prev-curr WP and curr-next WP interpolated from [0, 180] -> [0, 1]. Higher value -> More velocity reduction during cornering. - /parameters/UAVCAN_SV_MAX5/longDesc + /parameters/RM_SPEED_I/shortDesc - Maxmimum output value (when not disarmed). + Integral gain for ground speed controller - /parameters/UAVCAN_SV_MAX6/shortDesc + /parameters/RM_SPEED_P/shortDesc - UAVCAN Servo 6 Maximum Value + Proportional gain for speed controller - /parameters/UAVCAN_SV_MAX6/longDesc + /parameters/RM_WHEEL_TRACK/shortDesc - Maxmimum output value (when not disarmed). + Wheel track - /parameters/UAVCAN_SV_MAX7/shortDesc + /parameters/RM_WHEEL_TRACK/longDesc - UAVCAN Servo 7 Maximum Value + Distance from the center of the right wheels to the center of the left wheels. - /parameters/UAVCAN_SV_MAX7/longDesc + /parameters/RM_YAW_I/shortDesc - Maxmimum output value (when not disarmed). + Integral gain for closed loop yaw controller - /parameters/UAVCAN_SV_MAX8/shortDesc + /parameters/RM_YAW_P/shortDesc - UAVCAN Servo 8 Maximum Value + Proportional gain for closed loop yaw controller - /parameters/UAVCAN_SV_MAX8/longDesc + /parameters/RM_YAW_RATE_I/shortDesc - Maxmimum output value (when not disarmed). + Integral gain for the closed-loop yaw rate controller - /parameters/UAVCAN_SV_MIN1/shortDesc + /parameters/RM_YAW_RATE_P/shortDesc - UAVCAN Servo 1 Minimum Value + Proportional gain for the closed-loop yaw rate controller - /parameters/UAVCAN_SV_MIN1/longDesc + /parameters/GND_L1_DAMPING/shortDesc - Minimum output value (when not disarmed). + L1 damping - /parameters/UAVCAN_SV_MIN2/shortDesc + /parameters/GND_L1_DAMPING/longDesc - UAVCAN Servo 2 Minimum Value + Damping factor for L1 control. - /parameters/UAVCAN_SV_MIN2/longDesc + /parameters/GND_L1_DIST/shortDesc - Minimum output value (when not disarmed). + L1 distance - /parameters/UAVCAN_SV_MIN3/shortDesc + /parameters/GND_L1_DIST/longDesc - UAVCAN Servo 3 Minimum Value + This is the distance at which the next waypoint is activated. This should be set to about 2-4x of GND_WHEEL_BASE and not smaller than one meter (due to GPS accuracy). - /parameters/UAVCAN_SV_MIN3/longDesc + /parameters/GND_L1_PERIOD/shortDesc - Minimum output value (when not disarmed). + L1 period - /parameters/UAVCAN_SV_MIN4/shortDesc + /parameters/GND_L1_PERIOD/longDesc - UAVCAN Servo 4 Minimum Value + This is the L1 distance and defines the tracking point ahead of the rover it's following. Use values around 2-5m for a 0.3m wheel base. Tuning instructions: Shorten slowly during tuning until response is sharp without oscillation. - /parameters/UAVCAN_SV_MIN4/longDesc + /parameters/GND_MAN_Y_MAX/shortDesc - Minimum output value (when not disarmed). + Max manual yaw rate - /parameters/UAVCAN_SV_MIN5/shortDesc + /parameters/GND_MAX_ANG/shortDesc - UAVCAN Servo 5 Minimum Value + Maximum turn angle for Ackerman steering - /parameters/UAVCAN_SV_MIN5/longDesc + /parameters/GND_MAX_ANG/longDesc - Minimum output value (when not disarmed). + At a control output of 0, the steering wheels are at 0 radians. At a control output of 1, the steering wheels are at GND_MAX_ANG radians. - /parameters/UAVCAN_SV_MIN6/shortDesc + /parameters/GND_SPEED_D/shortDesc - UAVCAN Servo 6 Minimum Value + Speed proportional gain - /parameters/UAVCAN_SV_MIN6/longDesc + /parameters/GND_SPEED_D/longDesc - Minimum output value (when not disarmed). + This is the derivative gain for the speed closed loop controller - /parameters/UAVCAN_SV_MIN7/shortDesc + /parameters/GND_SPEED_I/shortDesc - UAVCAN Servo 7 Minimum Value + Speed Integral gain - /parameters/UAVCAN_SV_MIN7/longDesc + /parameters/GND_SPEED_I/longDesc - Minimum output value (when not disarmed). + This is the integral gain for the speed closed loop controller - /parameters/UAVCAN_SV_MIN8/shortDesc + /parameters/GND_SPEED_IMAX/shortDesc - UAVCAN Servo 8 Minimum Value + Speed integral maximum value - /parameters/UAVCAN_SV_MIN8/longDesc + /parameters/GND_SPEED_IMAX/longDesc - Minimum output value (when not disarmed). + This is the maxim value the integral can reach to prevent wind-up. - /parameters/UAVCAN_SV_REV/shortDesc + /parameters/GND_SPEED_MAX/shortDesc - Reverse Output Range for UAVCAN + Maximum ground speed - /parameters/UAVCAN_SV_REV/longDesc + /parameters/GND_SPEED_P/shortDesc - Allows to reverse the output range for each channel. Note: this is only useful for servos. + Speed proportional gain - /parameters/UAVCAN_SV_REV/bitmask/0/description + /parameters/GND_SPEED_P/longDesc - UAVCAN Servo 1 + This is the proportional gain for the speed closed loop controller - /parameters/UAVCAN_SV_REV/bitmask/1/description + /parameters/GND_SPEED_THR_SC/shortDesc - UAVCAN Servo 2 + Speed to throttle scaler - /parameters/UAVCAN_SV_REV/bitmask/2/description + /parameters/GND_SPEED_THR_SC/longDesc - UAVCAN Servo 3 + This is a gain to map the speed control output to the throttle linearly. - /parameters/UAVCAN_SV_REV/bitmask/3/description + /parameters/GND_SPEED_TRIM/shortDesc - UAVCAN Servo 4 + Trim ground speed - /parameters/UAVCAN_SV_REV/bitmask/4/description + /parameters/GND_SP_CTRL_MODE/shortDesc - UAVCAN Servo 5 + Control mode for speed - /parameters/UAVCAN_SV_REV/bitmask/5/description + /parameters/GND_SP_CTRL_MODE/longDesc - UAVCAN Servo 6 + This allows the user to choose between closed loop gps speed or open loop cruise throttle speed - /parameters/UAVCAN_SV_REV/bitmask/6/description + /parameters/GND_SP_CTRL_MODE/values/0/description - UAVCAN Servo 7 + open loop control - /parameters/UAVCAN_SV_REV/bitmask/7/description + /parameters/GND_SP_CTRL_MODE/values/1/description - UAVCAN Servo 8 + close the loop with gps speed - /parameters/UCAN1_ESC_FAIL1/shortDesc + /parameters/GND_THR_CRUISE/shortDesc - UAVCANv1 ESC 1 Failsafe Value + Cruise throttle - /parameters/UCAN1_ESC_FAIL1/longDesc + /parameters/GND_THR_CRUISE/longDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC1). + This is the throttle setting required to achieve the desired cruise speed. 10% is ok for a traxxas stampede vxl with ESC set to training mode - /parameters/UCAN1_ESC_FAIL10/shortDesc + /parameters/GND_THR_MAX/shortDesc - UAVCANv1 ESC 10 Failsafe Value + Throttle limit max - /parameters/UCAN1_ESC_FAIL10/longDesc + /parameters/GND_THR_MAX/longDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC10). + This is the maximum throttle % that can be used by the controller. For a Traxxas stampede vxl with the ESC set to training, 30 % is enough - /parameters/UCAN1_ESC_FAIL11/shortDesc + /parameters/GND_THR_MIN/shortDesc - UAVCANv1 ESC 11 Failsafe Value + Throttle limit min - /parameters/UCAN1_ESC_FAIL11/longDesc + /parameters/GND_THR_MIN/longDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC11). + This is the minimum throttle % that can be used by the controller. Set to 0 for rover - /parameters/UCAN1_ESC_FAIL12/shortDesc + /parameters/GND_WHEEL_BASE/shortDesc - UAVCANv1 ESC 12 Failsafe Value + Distance from front axle to rear axle - /parameters/UCAN1_ESC_FAIL12/longDesc + /parameters/GND_WHEEL_BASE/longDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC12). + A value of 0.31 is typical for 1/10 RC cars. - /parameters/UCAN1_ESC_FAIL13/shortDesc + /parameters/RWTO_HDG/shortDesc - UAVCANv1 ESC 13 Failsafe Value + Specifies which heading should be held during the runway takeoff ground roll - /parameters/UCAN1_ESC_FAIL13/longDesc + /parameters/RWTO_HDG/longDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC13). + 0: airframe heading when takeoff is initiated 1: position control along runway direction (bearing defined from vehicle position on takeoff initiation to MAV_CMD_TAKEOFF position defined by operator) - /parameters/UCAN1_ESC_FAIL14/shortDesc + /parameters/RWTO_HDG/values/0/description - UAVCANv1 ESC 14 Failsafe Value + Airframe - /parameters/UCAN1_ESC_FAIL14/longDesc + /parameters/RWTO_HDG/values/1/description - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC14). + Runway - /parameters/UCAN1_ESC_FAIL15/shortDesc + /parameters/RWTO_MAX_THR/shortDesc - UAVCANv1 ESC 15 Failsafe Value + Max throttle during runway takeoff - /parameters/UCAN1_ESC_FAIL15/longDesc + /parameters/RWTO_NPFG_PERIOD/shortDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC15). + NPFG period while steering on runway - /parameters/UCAN1_ESC_FAIL16/shortDesc + /parameters/RWTO_NUDGE/shortDesc - UAVCANv1 ESC 16 Failsafe Value + Enable use of yaw stick for nudging the wheel during runway ground roll - /parameters/UCAN1_ESC_FAIL16/longDesc + /parameters/RWTO_NUDGE/longDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC16). + This is useful when map, GNSS, or yaw errors on ground are misaligned with what the operator intends for takeoff course. Particularly useful for skinny runways or if the wheel servo is a bit off trim. - /parameters/UCAN1_ESC_FAIL2/shortDesc + /parameters/RWTO_NUDGE/values/0/description - UAVCANv1 ESC 2 Failsafe Value + Disabled - /parameters/UCAN1_ESC_FAIL2/longDesc + /parameters/RWTO_NUDGE/values/1/description - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC2). + Enabled - /parameters/UCAN1_ESC_FAIL3/shortDesc + /parameters/RWTO_PSP/shortDesc - UAVCANv1 ESC 3 Failsafe Value + Pitch setpoint during taxi / before takeoff rotation airspeed is reached - /parameters/UCAN1_ESC_FAIL3/longDesc + /parameters/RWTO_PSP/longDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC3). + A taildragger with steerable wheel might need to pitch up a little to keep its wheel on the ground before airspeed to takeoff is reached. - /parameters/UCAN1_ESC_FAIL4/shortDesc + /parameters/RWTO_RAMP_TIME/shortDesc - UAVCANv1 ESC 4 Failsafe Value + Throttle ramp up time for runway takeoff - /parameters/UCAN1_ESC_FAIL4/longDesc + /parameters/RWTO_ROT_AIRSPD/shortDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC4). + Takeoff rotation airspeed - /parameters/UCAN1_ESC_FAIL5/shortDesc + /parameters/RWTO_ROT_AIRSPD/longDesc - UAVCANv1 ESC 5 Failsafe Value + The calibrated airspeed threshold during the takeoff ground roll when the plane should start rotating (pitching up). Must be less than the takeoff airspeed, will otherwise be capped at the takeoff airpeed (see FW_TKO_AIRSPD). If set <= 0.0, defaults to 0.9 * takeoff airspeed (see FW_TKO_AIRSPD) - /parameters/UCAN1_ESC_FAIL5/longDesc + /parameters/RWTO_ROT_TIME/shortDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC5). + Takeoff rotation time - /parameters/UCAN1_ESC_FAIL6/shortDesc + /parameters/RWTO_ROT_TIME/longDesc - UAVCANv1 ESC 6 Failsafe Value + This is the time desired to linearly ramp in takeoff pitch constraints during the takeoff rotation - /parameters/UCAN1_ESC_FAIL6/longDesc + /parameters/RWTO_TKOFF/shortDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC6). + Runway takeoff with landing gear - /parameters/UCAN1_ESC_FAIL7/shortDesc + /parameters/RWTO_TKOFF/values/0/description - UAVCANv1 ESC 7 Failsafe Value + Disabled - /parameters/UCAN1_ESC_FAIL7/longDesc + /parameters/RWTO_TKOFF/values/1/description - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC7). + Enabled - /parameters/UCAN1_ESC_FAIL8/shortDesc + /parameters/SDLOG_ALGORITHM/shortDesc - UAVCANv1 ESC 8 Failsafe Value + Logfile Encryption algorithm - /parameters/UCAN1_ESC_FAIL8/longDesc + /parameters/SDLOG_ALGORITHM/longDesc - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC8). + Selects the algorithm used for logfile encryption - /parameters/UCAN1_ESC_FAIL9/shortDesc + /parameters/SDLOG_ALGORITHM/values/0/description - UAVCANv1 ESC 9 Failsafe Value + Disabled - /parameters/UCAN1_ESC_FAIL9/longDesc + /parameters/SDLOG_ALGORITHM/values/2/description - This is the output value that is set when in failsafe mode. When set to -1 (default), the value depends on the function (see UCAN1_ESC_FUNC9). + XChaCha20 - /parameters/UCAN1_ESC_FUNC1/shortDesc + /parameters/SDLOG_BOOT_BAT/shortDesc - UAVCANv1 ESC 1 Output Function + Battery-only Logging - /parameters/UCAN1_ESC_FUNC1/longDesc + /parameters/SDLOG_BOOT_BAT/longDesc - Select what should be output on UAVCANv1 ESC 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + When enabled, logging will not start from boot if battery power is not detected (e.g. powered via USB on a test bench). This prevents extraneous flight logs from being created during bench testing. Note that this only applies to log-from-boot modes. This has no effect on arm-based modes. - /parameters/UCAN1_ESC_FUNC1/values/0/description + /parameters/SDLOG_BOOT_BAT/values/0/description Disabled - /parameters/UCAN1_ESC_FUNC1/values/1/description + /parameters/SDLOG_BOOT_BAT/values/1/description - Constant Min + Enabled - /parameters/UCAN1_ESC_FUNC1/values/2/description + /parameters/SDLOG_DIRS_MAX/shortDesc - Constant Max + Maximum number of log directories to keep - /parameters/UCAN1_ESC_FUNC1/values/101/description + /parameters/SDLOG_DIRS_MAX/longDesc - Motor 1 + If there are more log directories than this value, the system will delete the oldest directories during startup. In addition, the system will delete old logs if there is not enough free space left. The minimum amount is 300 MB. If this is set to 0, old directories will only be removed if the free space falls below the minimum. Note: this does not apply to mission log files. - /parameters/UCAN1_ESC_FUNC1/values/102/description + /parameters/SDLOG_EXCH_KEY/shortDesc - Motor 2 + Logfile Encryption key exchange key - /parameters/UCAN1_ESC_FUNC1/values/103/description + /parameters/SDLOG_EXCH_KEY/longDesc - Motor 3 + If the logfile is encrypted using a symmetric key algorithm, the used encryption key is generated at logging start and stored on the sdcard RSA2048 encrypted using this key. - /parameters/UCAN1_ESC_FUNC1/values/104/description + /parameters/SDLOG_KEY/shortDesc - Motor 4 + Logfile Encryption key index - /parameters/UCAN1_ESC_FUNC1/values/105/description + /parameters/SDLOG_KEY/longDesc - Motor 5 + Selects the key in keystore, used for encrypting the log. When using a symmetric encryption algorithm, the key is generated at logging start and kept stored in this index. For symmetric algorithms, the key is volatile and valid only for the duration of logging. The key is stored in encrypted format on the sdcard alongside the logfile, using an RSA2048 key defined by the SDLOG_EXCHANGE_KEY - /parameters/UCAN1_ESC_FUNC1/values/106/description + /parameters/SDLOG_MISSION/shortDesc - Motor 6 + Mission Log - /parameters/UCAN1_ESC_FUNC1/values/107/description + /parameters/SDLOG_MISSION/longDesc - Motor 7 + If enabled, a small additional "mission" log file will be written to the SD card. The log contains just those messages that are useful for tasks like generating flight statistics and geotagging. The different modes can be used to further reduce the logged data (and thus the log file size). For example, choose geotagging mode to only log data required for geotagging. Note that the normal/full log is still created, and contains all the data in the mission log (and more). - /parameters/UCAN1_ESC_FUNC1/values/108/description + /parameters/SDLOG_MISSION/values/0/description - Motor 8 + Disabled - /parameters/UCAN1_ESC_FUNC1/values/109/description + /parameters/SDLOG_MISSION/values/1/description - Motor 9 + All mission messages - /parameters/UCAN1_ESC_FUNC1/values/110/description + /parameters/SDLOG_MISSION/values/2/description - Motor 10 + Geotagging messages - /parameters/UCAN1_ESC_FUNC1/values/111/description + /parameters/SDLOG_MODE/shortDesc - Motor 11 + Logging Mode - /parameters/UCAN1_ESC_FUNC1/values/112/description + /parameters/SDLOG_MODE/longDesc - Motor 12 + Determines when to start and stop logging. By default, logging is started when arming the system, and stopped when disarming. - /parameters/UCAN1_ESC_FUNC1/values/201/description + /parameters/SDLOG_MODE/values/-1/description - Servo 1 + disabled - /parameters/UCAN1_ESC_FUNC1/values/202/description + /parameters/SDLOG_MODE/values/0/description - Servo 2 + when armed until disarm (default) - /parameters/UCAN1_ESC_FUNC1/values/203/description + /parameters/SDLOG_MODE/values/1/description - Servo 3 + from boot until disarm - /parameters/UCAN1_ESC_FUNC1/values/204/description + /parameters/SDLOG_MODE/values/2/description - Servo 4 + from boot until shutdown - /parameters/UCAN1_ESC_FUNC1/values/205/description + /parameters/SDLOG_MODE/values/3/description - Servo 5 + while manual input AUX1 >30% - /parameters/UCAN1_ESC_FUNC1/values/206/description + /parameters/SDLOG_MODE/values/4/description - Servo 6 + from 1st armed until shutdown - /parameters/UCAN1_ESC_FUNC1/values/207/description + /parameters/SDLOG_PROFILE/shortDesc - Servo 7 + Logging topic profile (integer bitmask) - /parameters/UCAN1_ESC_FUNC1/values/208/description + /parameters/SDLOG_PROFILE/longDesc - Servo 8 + This integer bitmask controls the set and rates of logged topics. The default allows for general log analysis while keeping the log file size reasonably small. Enabling multiple sets leads to higher bandwidth requirements and larger log files. Set bits true to enable: 0 : Default set (used for general log analysis) 1 : Full rate estimator (EKF2) replay topics 2 : Topics for thermal calibration (high rate raw IMU and Baro sensor data) 3 : Topics for system identification (high rate actuator control and IMU data) 4 : Full rates for analysis of fast maneuvers (RC, attitude, rates and actuators) 5 : Debugging topics (debug_*.msg topics, for custom code) 6 : Topics for sensor comparison (low rate raw IMU, Baro and magnetometer data) 7 : Topics for computer vision and collision avoidance 8 : Raw FIFO high-rate IMU (Gyro) 9 : Raw FIFO high-rate IMU (Accel) 10: Logging of mavlink tunnel message (useful for payload communication debugging) - /parameters/UCAN1_ESC_FUNC1/values/301/description + /parameters/SDLOG_PROFILE/bitmask/0/description - Peripheral via Actuator Set 1 + Default set (general log analysis) - /parameters/UCAN1_ESC_FUNC1/values/302/description + /parameters/SDLOG_PROFILE/bitmask/1/description - Peripheral via Actuator Set 2 + Estimator replay (EKF2) - /parameters/UCAN1_ESC_FUNC1/values/303/description + /parameters/SDLOG_PROFILE/bitmask/2/description - Peripheral via Actuator Set 3 + Thermal calibration - /parameters/UCAN1_ESC_FUNC1/values/304/description + /parameters/SDLOG_PROFILE/bitmask/3/description - Peripheral via Actuator Set 4 + System identification - /parameters/UCAN1_ESC_FUNC1/values/305/description + /parameters/SDLOG_PROFILE/bitmask/4/description - Peripheral via Actuator Set 5 + High rate - /parameters/UCAN1_ESC_FUNC1/values/306/description + /parameters/SDLOG_PROFILE/bitmask/5/description - Peripheral via Actuator Set 6 + Debug - /parameters/UCAN1_ESC_FUNC1/values/400/description + /parameters/SDLOG_PROFILE/bitmask/6/description - Landing Gear + Sensor comparison - /parameters/UCAN1_ESC_FUNC1/values/401/description + /parameters/SDLOG_PROFILE/bitmask/7/description - Parachute + Computer Vision and Avoidance - /parameters/UCAN1_ESC_FUNC1/values/402/description + /parameters/SDLOG_PROFILE/bitmask/8/description - RC Roll + Raw FIFO high-rate IMU (Gyro) - /parameters/UCAN1_ESC_FUNC1/values/403/description + /parameters/SDLOG_PROFILE/bitmask/9/description - RC Pitch + Raw FIFO high-rate IMU (Accel) - /parameters/UCAN1_ESC_FUNC1/values/404/description + /parameters/SDLOG_PROFILE/bitmask/10/description - RC Throttle + Mavlink tunnel message logging - /parameters/UCAN1_ESC_FUNC1/values/405/description + /parameters/SDLOG_UTC_OFFSET/shortDesc - RC Yaw + UTC offset (unit: min) - /parameters/UCAN1_ESC_FUNC1/values/406/description + /parameters/SDLOG_UTC_OFFSET/longDesc - RC Flaps + the difference in hours and minutes from Coordinated Universal Time (UTC) for a your place and date. for example, In case of South Korea(UTC+09:00), UTC offset is 540 min (9*60) refer to https://en.wikipedia.org/wiki/List_of_UTC_time_offsets - /parameters/UCAN1_ESC_FUNC1/values/407/description + /parameters/SDLOG_UUID/shortDesc - RC AUX 1 + Log UUID - /parameters/UCAN1_ESC_FUNC1/values/408/description + /parameters/SDLOG_UUID/longDesc - RC AUX 2 + If set to 1, add an ID to the log, which uniquely identifies the vehicle - /parameters/UCAN1_ESC_FUNC1/values/409/description + /parameters/SDLOG_UUID/values/0/description - RC AUX 3 + Disabled - /parameters/UCAN1_ESC_FUNC1/values/410/description + /parameters/SDLOG_UUID/values/1/description - RC AUX 4 + Enabled - /parameters/UCAN1_ESC_FUNC1/values/411/description + /parameters/SIM_BAT_DRAIN/shortDesc - RC AUX 5 + Simulator Battery drain interval - /parameters/UCAN1_ESC_FUNC1/values/412/description + /parameters/SIM_BAT_ENABLE/shortDesc - RC AUX 6 + Simulator Battery enabled - /parameters/UCAN1_ESC_FUNC1/values/420/description + /parameters/SIM_BAT_ENABLE/longDesc - Gimbal Roll + Enable or disable the internal battery simulation. This is useful when the battery is simulated externally and interfaced with PX4 through MAVLink for example. - /parameters/UCAN1_ESC_FUNC1/values/421/description + /parameters/SIM_BAT_ENABLE/values/0/description - Gimbal Pitch + Disabled - /parameters/UCAN1_ESC_FUNC1/values/422/description + /parameters/SIM_BAT_ENABLE/values/1/description - Gimbal Yaw + Enabled - /parameters/UCAN1_ESC_FUNC1/values/430/description + /parameters/SIM_BAT_MIN_PCT/shortDesc - Gripper + Simulator Battery minimal percentage - /parameters/UCAN1_ESC_FUNC1/values/440/description + /parameters/SIM_BAT_MIN_PCT/longDesc - Landing Gear Wheel + Can be used to alter the battery level during SITL- or HITL-simulation on the fly. Particularly useful for testing different low-battery behaviour. - /parameters/UCAN1_ESC_FUNC10/shortDesc + /parameters/CAL_ACC0_ID/shortDesc - UAVCANv1 ESC 10 Output Function + Accelerometer 0 calibration device ID - /parameters/UCAN1_ESC_FUNC10/longDesc + /parameters/CAL_ACC0_ID/longDesc - Select what should be output on UAVCANv1 ESC 10. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Device ID of the accelerometer this calibration applies to. - /parameters/UCAN1_ESC_FUNC10/values/0/description + /parameters/CAL_ACC0_PRIO/shortDesc - Disabled + Accelerometer 0 priority - /parameters/UCAN1_ESC_FUNC10/values/1/description + /parameters/CAL_ACC0_PRIO/values/-1/description - Constant Min + Uninitialized - /parameters/UCAN1_ESC_FUNC10/values/2/description + /parameters/CAL_ACC0_PRIO/values/0/description - Constant Max + Disabled - /parameters/UCAN1_ESC_FUNC10/values/101/description + /parameters/CAL_ACC0_PRIO/values/1/description - Motor 1 + Min - /parameters/UCAN1_ESC_FUNC10/values/102/description + /parameters/CAL_ACC0_PRIO/values/25/description - Motor 2 + Low - /parameters/UCAN1_ESC_FUNC10/values/103/description + /parameters/CAL_ACC0_PRIO/values/50/description - Motor 3 + Medium (Default) - /parameters/UCAN1_ESC_FUNC10/values/104/description + /parameters/CAL_ACC0_PRIO/values/75/description - Motor 4 + High - /parameters/UCAN1_ESC_FUNC10/values/105/description + /parameters/CAL_ACC0_PRIO/values/100/description - Motor 5 + Max - /parameters/UCAN1_ESC_FUNC10/values/106/description + /parameters/CAL_ACC0_ROT/shortDesc - Motor 6 + Accelerometer 0 rotation relative to airframe - /parameters/UCAN1_ESC_FUNC10/values/107/description + /parameters/CAL_ACC0_ROT/longDesc - Motor 7 + An internal sensor will force a value of -1, so a GCS should only attempt to configure the rotation if the value is greater than or equal to zero. - /parameters/UCAN1_ESC_FUNC10/values/108/description + /parameters/CAL_ACC0_ROT/values/-1/description - Motor 8 + Internal - /parameters/UCAN1_ESC_FUNC10/values/109/description + /parameters/CAL_ACC0_ROT/values/0/description - Motor 9 + No rotation - /parameters/UCAN1_ESC_FUNC10/values/110/description + /parameters/CAL_ACC0_ROT/values/1/description - Motor 10 + Yaw 45° - /parameters/UCAN1_ESC_FUNC10/values/111/description + /parameters/CAL_ACC0_ROT/values/2/description - Motor 11 + Yaw 90° - /parameters/UCAN1_ESC_FUNC10/values/112/description + /parameters/CAL_ACC0_ROT/values/3/description - Motor 12 + Yaw 135° - /parameters/UCAN1_ESC_FUNC10/values/201/description + /parameters/CAL_ACC0_ROT/values/4/description - Servo 1 + Yaw 180° - /parameters/UCAN1_ESC_FUNC10/values/202/description + /parameters/CAL_ACC0_ROT/values/5/description - Servo 2 + Yaw 225° - /parameters/UCAN1_ESC_FUNC10/values/203/description + /parameters/CAL_ACC0_ROT/values/6/description - Servo 3 + Yaw 270° - /parameters/UCAN1_ESC_FUNC10/values/204/description + /parameters/CAL_ACC0_ROT/values/7/description - Servo 4 + Yaw 315° - /parameters/UCAN1_ESC_FUNC10/values/205/description + /parameters/CAL_ACC0_ROT/values/8/description - Servo 5 + Roll 180° - /parameters/UCAN1_ESC_FUNC10/values/206/description + /parameters/CAL_ACC0_ROT/values/9/description - Servo 6 + Roll 180°, Yaw 45° - /parameters/UCAN1_ESC_FUNC10/values/207/description + /parameters/CAL_ACC0_ROT/values/10/description - Servo 7 + Roll 180°, Yaw 90° - /parameters/UCAN1_ESC_FUNC10/values/208/description + /parameters/CAL_ACC0_ROT/values/11/description - Servo 8 + Roll 180°, Yaw 135° - /parameters/UCAN1_ESC_FUNC10/values/301/description + /parameters/CAL_ACC0_ROT/values/12/description - Peripheral via Actuator Set 1 + Pitch 180° - /parameters/UCAN1_ESC_FUNC10/values/302/description + /parameters/CAL_ACC0_ROT/values/13/description - Peripheral via Actuator Set 2 + Roll 180°, Yaw 225° - /parameters/UCAN1_ESC_FUNC10/values/303/description + /parameters/CAL_ACC0_ROT/values/14/description - Peripheral via Actuator Set 3 + Roll 180°, Yaw 270° - /parameters/UCAN1_ESC_FUNC10/values/304/description + /parameters/CAL_ACC0_ROT/values/15/description - Peripheral via Actuator Set 4 + Roll 180°, Yaw 315° - /parameters/UCAN1_ESC_FUNC10/values/305/description + /parameters/CAL_ACC0_ROT/values/16/description - Peripheral via Actuator Set 5 + Roll 90° - /parameters/UCAN1_ESC_FUNC10/values/306/description + /parameters/CAL_ACC0_ROT/values/17/description - Peripheral via Actuator Set 6 + Roll 90°, Yaw 45° - /parameters/UCAN1_ESC_FUNC10/values/400/description + /parameters/CAL_ACC0_ROT/values/18/description - Landing Gear + Roll 90°, Yaw 90° - /parameters/UCAN1_ESC_FUNC10/values/401/description + /parameters/CAL_ACC0_ROT/values/19/description - Parachute + Roll 90°, Yaw 135° - /parameters/UCAN1_ESC_FUNC10/values/402/description + /parameters/CAL_ACC0_ROT/values/20/description - RC Roll + Roll 270° - /parameters/UCAN1_ESC_FUNC10/values/403/description + /parameters/CAL_ACC0_ROT/values/21/description - RC Pitch + Roll 270°, Yaw 45° - /parameters/UCAN1_ESC_FUNC10/values/404/description + /parameters/CAL_ACC0_ROT/values/22/description - RC Throttle + Roll 270°, Yaw 90° - /parameters/UCAN1_ESC_FUNC10/values/405/description + /parameters/CAL_ACC0_ROT/values/23/description - RC Yaw + Roll 270°, Yaw 135° - /parameters/UCAN1_ESC_FUNC10/values/406/description + /parameters/CAL_ACC0_ROT/values/24/description - RC Flaps + Pitch 90° - /parameters/UCAN1_ESC_FUNC10/values/407/description + /parameters/CAL_ACC0_ROT/values/25/description - RC AUX 1 + Pitch 270° - /parameters/UCAN1_ESC_FUNC10/values/408/description + /parameters/CAL_ACC0_ROT/values/26/description - RC AUX 2 + Pitch 180°, Yaw 90° - /parameters/UCAN1_ESC_FUNC10/values/409/description + /parameters/CAL_ACC0_ROT/values/27/description - RC AUX 3 + Pitch 180°, Yaw 270° - /parameters/UCAN1_ESC_FUNC10/values/410/description + /parameters/CAL_ACC0_ROT/values/28/description - RC AUX 4 + Roll 90°, Pitch 90° - /parameters/UCAN1_ESC_FUNC10/values/411/description + /parameters/CAL_ACC0_ROT/values/29/description - RC AUX 5 + Roll 180°, Pitch 90° - /parameters/UCAN1_ESC_FUNC10/values/412/description + /parameters/CAL_ACC0_ROT/values/30/description - RC AUX 6 + Roll 270°, Pitch 90° - /parameters/UCAN1_ESC_FUNC10/values/420/description + /parameters/CAL_ACC0_ROT/values/31/description - Gimbal Roll + Roll 90°, Pitch 180° - /parameters/UCAN1_ESC_FUNC10/values/421/description + /parameters/CAL_ACC0_ROT/values/32/description - Gimbal Pitch + Roll 270°, Pitch 180° - /parameters/UCAN1_ESC_FUNC10/values/422/description + /parameters/CAL_ACC0_ROT/values/33/description - Gimbal Yaw + Roll 90°, Pitch 270° - /parameters/UCAN1_ESC_FUNC10/values/430/description + /parameters/CAL_ACC0_ROT/values/34/description - Gripper + Roll 180°, Pitch 270° - /parameters/UCAN1_ESC_FUNC10/values/440/description + /parameters/CAL_ACC0_ROT/values/35/description - Landing Gear Wheel + Roll 270°, Pitch 270° - /parameters/UCAN1_ESC_FUNC11/shortDesc + /parameters/CAL_ACC0_ROT/values/36/description - UAVCANv1 ESC 11 Output Function + Roll 90°, Pitch 180°, Yaw 90° - /parameters/UCAN1_ESC_FUNC11/longDesc + /parameters/CAL_ACC0_ROT/values/37/description - Select what should be output on UAVCANv1 ESC 11. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Roll 90°, Yaw 270° - /parameters/UCAN1_ESC_FUNC11/values/0/description + /parameters/CAL_ACC0_ROT/values/38/description - Disabled + Roll 90°, Pitch 68°, Yaw 293° - /parameters/UCAN1_ESC_FUNC11/values/1/description + /parameters/CAL_ACC0_ROT/values/39/description - Constant Min + Pitch 315° - /parameters/UCAN1_ESC_FUNC11/values/2/description + /parameters/CAL_ACC0_ROT/values/40/description - Constant Max + Roll 90°, Pitch 315° - /parameters/UCAN1_ESC_FUNC11/values/101/description + /parameters/CAL_ACC0_XOFF/shortDesc - Motor 1 + Accelerometer 0 X-axis offset - /parameters/UCAN1_ESC_FUNC11/values/102/description + /parameters/CAL_ACC0_XSCALE/shortDesc - Motor 2 + Accelerometer 0 X-axis scaling factor - /parameters/UCAN1_ESC_FUNC11/values/103/description + /parameters/CAL_ACC0_YOFF/shortDesc - Motor 3 + Accelerometer 0 Y-axis offset - /parameters/UCAN1_ESC_FUNC11/values/104/description + /parameters/CAL_ACC0_YSCALE/shortDesc - Motor 4 + Accelerometer 0 Y-axis scaling factor - /parameters/UCAN1_ESC_FUNC11/values/105/description + /parameters/CAL_ACC0_ZOFF/shortDesc - Motor 5 + Accelerometer 0 Z-axis offset - /parameters/UCAN1_ESC_FUNC11/values/106/description + /parameters/CAL_ACC0_ZSCALE/shortDesc - Motor 6 + Accelerometer 0 Z-axis scaling factor - /parameters/UCAN1_ESC_FUNC11/values/107/description + /parameters/CAL_ACC1_ID/shortDesc - Motor 7 + Accelerometer 1 calibration device ID - /parameters/UCAN1_ESC_FUNC11/values/108/description + /parameters/CAL_ACC1_ID/longDesc - Motor 8 + Device ID of the accelerometer this calibration applies to. - /parameters/UCAN1_ESC_FUNC11/values/109/description + /parameters/CAL_ACC1_PRIO/shortDesc - Motor 9 + Accelerometer 1 priority - /parameters/UCAN1_ESC_FUNC11/values/110/description + /parameters/CAL_ACC1_PRIO/values/-1/description - Motor 10 + Uninitialized - /parameters/UCAN1_ESC_FUNC11/values/111/description + /parameters/CAL_ACC1_PRIO/values/0/description - Motor 11 + Disabled - /parameters/UCAN1_ESC_FUNC11/values/112/description + /parameters/CAL_ACC1_PRIO/values/1/description - Motor 12 + Min - /parameters/UCAN1_ESC_FUNC11/values/201/description + /parameters/CAL_ACC1_PRIO/values/25/description - Servo 1 + Low - /parameters/UCAN1_ESC_FUNC11/values/202/description + /parameters/CAL_ACC1_PRIO/values/50/description - Servo 2 + Medium (Default) - /parameters/UCAN1_ESC_FUNC11/values/203/description + /parameters/CAL_ACC1_PRIO/values/75/description - Servo 3 + High - /parameters/UCAN1_ESC_FUNC11/values/204/description + /parameters/CAL_ACC1_PRIO/values/100/description - Servo 4 + Max - /parameters/UCAN1_ESC_FUNC11/values/205/description + /parameters/CAL_ACC1_ROT/shortDesc - Servo 5 + Accelerometer 1 rotation relative to airframe - /parameters/UCAN1_ESC_FUNC11/values/206/description + /parameters/CAL_ACC1_ROT/longDesc - Servo 6 + An internal sensor will force a value of -1, so a GCS should only attempt to configure the rotation if the value is greater than or equal to zero. - /parameters/UCAN1_ESC_FUNC11/values/207/description + /parameters/CAL_ACC1_ROT/values/-1/description - Servo 7 + Internal - /parameters/UCAN1_ESC_FUNC11/values/208/description + /parameters/CAL_ACC1_ROT/values/0/description - Servo 8 + No rotation - /parameters/UCAN1_ESC_FUNC11/values/301/description + /parameters/CAL_ACC1_ROT/values/1/description - Peripheral via Actuator Set 1 + Yaw 45° - /parameters/UCAN1_ESC_FUNC11/values/302/description + /parameters/CAL_ACC1_ROT/values/2/description - Peripheral via Actuator Set 2 + Yaw 90° - /parameters/UCAN1_ESC_FUNC11/values/303/description + /parameters/CAL_ACC1_ROT/values/3/description - Peripheral via Actuator Set 3 + Yaw 135° - /parameters/UCAN1_ESC_FUNC11/values/304/description + /parameters/CAL_ACC1_ROT/values/4/description - Peripheral via Actuator Set 4 + Yaw 180° - /parameters/UCAN1_ESC_FUNC11/values/305/description + /parameters/CAL_ACC1_ROT/values/5/description - Peripheral via Actuator Set 5 + Yaw 225° - /parameters/UCAN1_ESC_FUNC11/values/306/description + /parameters/CAL_ACC1_ROT/values/6/description - Peripheral via Actuator Set 6 + Yaw 270° - /parameters/UCAN1_ESC_FUNC11/values/400/description + /parameters/CAL_ACC1_ROT/values/7/description - Landing Gear + Yaw 315° - /parameters/UCAN1_ESC_FUNC11/values/401/description + /parameters/CAL_ACC1_ROT/values/8/description - Parachute + Roll 180° - /parameters/UCAN1_ESC_FUNC11/values/402/description + /parameters/CAL_ACC1_ROT/values/9/description - RC Roll + Roll 180°, Yaw 45° - /parameters/UCAN1_ESC_FUNC11/values/403/description + /parameters/CAL_ACC1_ROT/values/10/description - RC Pitch + Roll 180°, Yaw 90° - /parameters/UCAN1_ESC_FUNC11/values/404/description + /parameters/CAL_ACC1_ROT/values/11/description - RC Throttle + Roll 180°, Yaw 135° - /parameters/UCAN1_ESC_FUNC11/values/405/description + /parameters/CAL_ACC1_ROT/values/12/description - RC Yaw + Pitch 180° - /parameters/UCAN1_ESC_FUNC11/values/406/description + /parameters/CAL_ACC1_ROT/values/13/description - RC Flaps + Roll 180°, Yaw 225° - /parameters/UCAN1_ESC_FUNC11/values/407/description + /parameters/CAL_ACC1_ROT/values/14/description - RC AUX 1 + Roll 180°, Yaw 270° - /parameters/UCAN1_ESC_FUNC11/values/408/description + /parameters/CAL_ACC1_ROT/values/15/description - RC AUX 2 + Roll 180°, Yaw 315° - /parameters/UCAN1_ESC_FUNC11/values/409/description + /parameters/CAL_ACC1_ROT/values/16/description - RC AUX 3 + Roll 90° - /parameters/UCAN1_ESC_FUNC11/values/410/description + /parameters/CAL_ACC1_ROT/values/17/description - RC AUX 4 + Roll 90°, Yaw 45° - /parameters/UCAN1_ESC_FUNC11/values/411/description + /parameters/CAL_ACC1_ROT/values/18/description - RC AUX 5 + Roll 90°, Yaw 90° - /parameters/UCAN1_ESC_FUNC11/values/412/description + /parameters/CAL_ACC1_ROT/values/19/description - RC AUX 6 + Roll 90°, Yaw 135° - /parameters/UCAN1_ESC_FUNC11/values/420/description + /parameters/CAL_ACC1_ROT/values/20/description - Gimbal Roll + Roll 270° - /parameters/UCAN1_ESC_FUNC11/values/421/description + /parameters/CAL_ACC1_ROT/values/21/description - Gimbal Pitch + Roll 270°, Yaw 45° - /parameters/UCAN1_ESC_FUNC11/values/422/description + /parameters/CAL_ACC1_ROT/values/22/description - Gimbal Yaw + Roll 270°, Yaw 90° - /parameters/UCAN1_ESC_FUNC11/values/430/description + /parameters/CAL_ACC1_ROT/values/23/description - Gripper + Roll 270°, Yaw 135° - /parameters/UCAN1_ESC_FUNC11/values/440/description + /parameters/CAL_ACC1_ROT/values/24/description - Landing Gear Wheel + Pitch 90° - /parameters/UCAN1_ESC_FUNC12/shortDesc + /parameters/CAL_ACC1_ROT/values/25/description - UAVCANv1 ESC 12 Output Function + Pitch 270° - /parameters/UCAN1_ESC_FUNC12/longDesc + /parameters/CAL_ACC1_ROT/values/26/description - Select what should be output on UAVCANv1 ESC 12. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Pitch 180°, Yaw 90° - /parameters/UCAN1_ESC_FUNC12/values/0/description + /parameters/CAL_ACC1_ROT/values/27/description - Disabled + Pitch 180°, Yaw 270° - /parameters/UCAN1_ESC_FUNC12/values/1/description + /parameters/CAL_ACC1_ROT/values/28/description - Constant Min + Roll 90°, Pitch 90° - /parameters/UCAN1_ESC_FUNC12/values/2/description + /parameters/CAL_ACC1_ROT/values/29/description - Constant Max + Roll 180°, Pitch 90° - /parameters/UCAN1_ESC_FUNC12/values/101/description + /parameters/CAL_ACC1_ROT/values/30/description - Motor 1 + Roll 270°, Pitch 90° - /parameters/UCAN1_ESC_FUNC12/values/102/description + /parameters/CAL_ACC1_ROT/values/31/description - Motor 2 + Roll 90°, Pitch 180° - /parameters/UCAN1_ESC_FUNC12/values/103/description + /parameters/CAL_ACC1_ROT/values/32/description - Motor 3 + Roll 270°, Pitch 180° - /parameters/UCAN1_ESC_FUNC12/values/104/description + /parameters/CAL_ACC1_ROT/values/33/description - Motor 4 + Roll 90°, Pitch 270° - /parameters/UCAN1_ESC_FUNC12/values/105/description + /parameters/CAL_ACC1_ROT/values/34/description - Motor 5 + Roll 180°, Pitch 270° - /parameters/UCAN1_ESC_FUNC12/values/106/description + /parameters/CAL_ACC1_ROT/values/35/description - Motor 6 + Roll 270°, Pitch 270° - /parameters/UCAN1_ESC_FUNC12/values/107/description + /parameters/CAL_ACC1_ROT/values/36/description - Motor 7 + Roll 90°, Pitch 180°, Yaw 90° - /parameters/UCAN1_ESC_FUNC12/values/108/description + /parameters/CAL_ACC1_ROT/values/37/description - Motor 8 + Roll 90°, Yaw 270° - /parameters/UCAN1_ESC_FUNC12/values/109/description + /parameters/CAL_ACC1_ROT/values/38/description - Motor 9 + Roll 90°, Pitch 68°, Yaw 293° - /parameters/UCAN1_ESC_FUNC12/values/110/description + /parameters/CAL_ACC1_ROT/values/39/description - Motor 10 + Pitch 315° - /parameters/UCAN1_ESC_FUNC12/values/111/description + /parameters/CAL_ACC1_ROT/values/40/description - Motor 11 + Roll 90°, Pitch 315° - /parameters/UCAN1_ESC_FUNC12/values/112/description + /parameters/CAL_ACC1_XOFF/shortDesc - Motor 12 + Accelerometer 1 X-axis offset - /parameters/UCAN1_ESC_FUNC12/values/201/description + /parameters/CAL_ACC1_XSCALE/shortDesc - Servo 1 + Accelerometer 1 X-axis scaling factor - /parameters/UCAN1_ESC_FUNC12/values/202/description + /parameters/CAL_ACC1_YOFF/shortDesc - Servo 2 + Accelerometer 1 Y-axis offset - /parameters/UCAN1_ESC_FUNC12/values/203/description + /parameters/CAL_ACC1_YSCALE/shortDesc - Servo 3 + Accelerometer 1 Y-axis scaling factor - /parameters/UCAN1_ESC_FUNC12/values/204/description + /parameters/CAL_ACC1_ZOFF/shortDesc - Servo 4 + Accelerometer 1 Z-axis offset - /parameters/UCAN1_ESC_FUNC12/values/205/description + /parameters/CAL_ACC1_ZSCALE/shortDesc - Servo 5 + Accelerometer 1 Z-axis scaling factor - /parameters/UCAN1_ESC_FUNC12/values/206/description + /parameters/CAL_ACC2_ID/shortDesc - Servo 6 + Accelerometer 2 calibration device ID - /parameters/UCAN1_ESC_FUNC12/values/207/description + /parameters/CAL_ACC2_ID/longDesc - Servo 7 + Device ID of the accelerometer this calibration applies to. - /parameters/UCAN1_ESC_FUNC12/values/208/description + /parameters/CAL_ACC2_PRIO/shortDesc - Servo 8 + Accelerometer 2 priority - /parameters/UCAN1_ESC_FUNC12/values/301/description + /parameters/CAL_ACC2_PRIO/values/-1/description - Peripheral via Actuator Set 1 + Uninitialized - /parameters/UCAN1_ESC_FUNC12/values/302/description + /parameters/CAL_ACC2_PRIO/values/0/description - Peripheral via Actuator Set 2 + Disabled - /parameters/UCAN1_ESC_FUNC12/values/303/description + /parameters/CAL_ACC2_PRIO/values/1/description - Peripheral via Actuator Set 3 + Min - /parameters/UCAN1_ESC_FUNC12/values/304/description + /parameters/CAL_ACC2_PRIO/values/25/description - Peripheral via Actuator Set 4 + Low - /parameters/UCAN1_ESC_FUNC12/values/305/description + /parameters/CAL_ACC2_PRIO/values/50/description - Peripheral via Actuator Set 5 + Medium (Default) - /parameters/UCAN1_ESC_FUNC12/values/306/description + /parameters/CAL_ACC2_PRIO/values/75/description - Peripheral via Actuator Set 6 + High - /parameters/UCAN1_ESC_FUNC12/values/400/description + /parameters/CAL_ACC2_PRIO/values/100/description - Landing Gear + Max - /parameters/UCAN1_ESC_FUNC12/values/401/description + /parameters/CAL_ACC2_ROT/shortDesc - Parachute + Accelerometer 2 rotation relative to airframe - /parameters/UCAN1_ESC_FUNC12/values/402/description + /parameters/CAL_ACC2_ROT/longDesc - RC Roll + An internal sensor will force a value of -1, so a GCS should only attempt to configure the rotation if the value is greater than or equal to zero. - /parameters/UCAN1_ESC_FUNC12/values/403/description + /parameters/CAL_ACC2_ROT/values/-1/description - RC Pitch + Internal - /parameters/UCAN1_ESC_FUNC12/values/404/description + /parameters/CAL_ACC2_ROT/values/0/description - RC Throttle + No rotation - /parameters/UCAN1_ESC_FUNC12/values/405/description + /parameters/CAL_ACC2_ROT/values/1/description - RC Yaw + Yaw 45° - /parameters/UCAN1_ESC_FUNC12/values/406/description + /parameters/CAL_ACC2_ROT/values/2/description - RC Flaps + Yaw 90° - /parameters/UCAN1_ESC_FUNC12/values/407/description + /parameters/CAL_ACC2_ROT/values/3/description - RC AUX 1 + Yaw 135° - /parameters/UCAN1_ESC_FUNC12/values/408/description + /parameters/CAL_ACC2_ROT/values/4/description - RC AUX 2 + Yaw 180° - /parameters/UCAN1_ESC_FUNC12/values/409/description + /parameters/CAL_ACC2_ROT/values/5/description - RC AUX 3 + Yaw 225° - /parameters/UCAN1_ESC_FUNC12/values/410/description + /parameters/CAL_ACC2_ROT/values/6/description - RC AUX 4 + Yaw 270° - /parameters/UCAN1_ESC_FUNC12/values/411/description + /parameters/CAL_ACC2_ROT/values/7/description - RC AUX 5 + Yaw 315° - /parameters/UCAN1_ESC_FUNC12/values/412/description + /parameters/CAL_ACC2_ROT/values/8/description - RC AUX 6 + Roll 180° - /parameters/UCAN1_ESC_FUNC12/values/420/description + /parameters/CAL_ACC2_ROT/values/9/description - Gimbal Roll + Roll 180°, Yaw 45° - /parameters/UCAN1_ESC_FUNC12/values/421/description + /parameters/CAL_ACC2_ROT/values/10/description - Gimbal Pitch + Roll 180°, Yaw 90° - /parameters/UCAN1_ESC_FUNC12/values/422/description + /parameters/CAL_ACC2_ROT/values/11/description - Gimbal Yaw + Roll 180°, Yaw 135° - /parameters/UCAN1_ESC_FUNC12/values/430/description + /parameters/CAL_ACC2_ROT/values/12/description - Gripper + Pitch 180° - /parameters/UCAN1_ESC_FUNC12/values/440/description + /parameters/CAL_ACC2_ROT/values/13/description - Landing Gear Wheel + Roll 180°, Yaw 225° - /parameters/UCAN1_ESC_FUNC13/shortDesc + /parameters/CAL_ACC2_ROT/values/14/description - UAVCANv1 ESC 13 Output Function + Roll 180°, Yaw 270° - /parameters/UCAN1_ESC_FUNC13/longDesc + /parameters/CAL_ACC2_ROT/values/15/description - Select what should be output on UAVCANv1 ESC 13. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Roll 180°, Yaw 315° - /parameters/UCAN1_ESC_FUNC13/values/0/description + /parameters/CAL_ACC2_ROT/values/16/description - Disabled + Roll 90° - /parameters/UCAN1_ESC_FUNC13/values/1/description + /parameters/CAL_ACC2_ROT/values/17/description - Constant Min + Roll 90°, Yaw 45° - /parameters/UCAN1_ESC_FUNC13/values/2/description + /parameters/CAL_ACC2_ROT/values/18/description - Constant Max + Roll 90°, Yaw 90° - /parameters/UCAN1_ESC_FUNC13/values/101/description + /parameters/CAL_ACC2_ROT/values/19/description - Motor 1 + Roll 90°, Yaw 135° - /parameters/UCAN1_ESC_FUNC13/values/102/description + /parameters/CAL_ACC2_ROT/values/20/description - Motor 2 + Roll 270° - /parameters/UCAN1_ESC_FUNC13/values/103/description + /parameters/CAL_ACC2_ROT/values/21/description - Motor 3 + Roll 270°, Yaw 45° - /parameters/UCAN1_ESC_FUNC13/values/104/description + /parameters/CAL_ACC2_ROT/values/22/description - Motor 4 + Roll 270°, Yaw 90° - /parameters/UCAN1_ESC_FUNC13/values/105/description + /parameters/CAL_ACC2_ROT/values/23/description - Motor 5 + Roll 270°, Yaw 135° - /parameters/UCAN1_ESC_FUNC13/values/106/description + /parameters/CAL_ACC2_ROT/values/24/description - Motor 6 + Pitch 90° - /parameters/UCAN1_ESC_FUNC13/values/107/description + /parameters/CAL_ACC2_ROT/values/25/description - Motor 7 + Pitch 270° - /parameters/UCAN1_ESC_FUNC13/values/108/description + /parameters/CAL_ACC2_ROT/values/26/description - Motor 8 + Pitch 180°, Yaw 90° - /parameters/UCAN1_ESC_FUNC13/values/109/description + /parameters/CAL_ACC2_ROT/values/27/description - Motor 9 + Pitch 180°, Yaw 270° - /parameters/UCAN1_ESC_FUNC13/values/110/description + /parameters/CAL_ACC2_ROT/values/28/description - Motor 10 + Roll 90°, Pitch 90° - /parameters/UCAN1_ESC_FUNC13/values/111/description + /parameters/CAL_ACC2_ROT/values/29/description - Motor 11 + Roll 180°, Pitch 90° - /parameters/UCAN1_ESC_FUNC13/values/112/description + /parameters/CAL_ACC2_ROT/values/30/description - Motor 12 + Roll 270°, Pitch 90° - /parameters/UCAN1_ESC_FUNC13/values/201/description + /parameters/CAL_ACC2_ROT/values/31/description - Servo 1 + Roll 90°, Pitch 180° - /parameters/UCAN1_ESC_FUNC13/values/202/description + /parameters/CAL_ACC2_ROT/values/32/description - Servo 2 + Roll 270°, Pitch 180° - /parameters/UCAN1_ESC_FUNC13/values/203/description + /parameters/CAL_ACC2_ROT/values/33/description - Servo 3 + Roll 90°, Pitch 270° - /parameters/UCAN1_ESC_FUNC13/values/204/description + /parameters/CAL_ACC2_ROT/values/34/description - Servo 4 + Roll 180°, Pitch 270° - /parameters/UCAN1_ESC_FUNC13/values/205/description + /parameters/CAL_ACC2_ROT/values/35/description - Servo 5 + Roll 270°, Pitch 270° - /parameters/UCAN1_ESC_FUNC13/values/206/description + /parameters/CAL_ACC2_ROT/values/36/description - Servo 6 + Roll 90°, Pitch 180°, Yaw 90° - /parameters/UCAN1_ESC_FUNC13/values/207/description + /parameters/CAL_ACC2_ROT/values/37/description - Servo 7 + Roll 90°, Yaw 270° - /parameters/UCAN1_ESC_FUNC13/values/208/description + /parameters/CAL_ACC2_ROT/values/38/description - Servo 8 + Roll 90°, Pitch 68°, Yaw 293° - /parameters/UCAN1_ESC_FUNC13/values/301/description + /parameters/CAL_ACC2_ROT/values/39/description - Peripheral via Actuator Set 1 + Pitch 315° - /parameters/UCAN1_ESC_FUNC13/values/302/description + /parameters/CAL_ACC2_ROT/values/40/description - Peripheral via Actuator Set 2 + Roll 90°, Pitch 315° - /parameters/UCAN1_ESC_FUNC13/values/303/description + /parameters/CAL_ACC2_XOFF/shortDesc - Peripheral via Actuator Set 3 + Accelerometer 2 X-axis offset - /parameters/UCAN1_ESC_FUNC13/values/304/description + /parameters/CAL_ACC2_XSCALE/shortDesc - Peripheral via Actuator Set 4 + Accelerometer 2 X-axis scaling factor - /parameters/UCAN1_ESC_FUNC13/values/305/description + /parameters/CAL_ACC2_YOFF/shortDesc - Peripheral via Actuator Set 5 + Accelerometer 2 Y-axis offset - /parameters/UCAN1_ESC_FUNC13/values/306/description + /parameters/CAL_ACC2_YSCALE/shortDesc - Peripheral via Actuator Set 6 + Accelerometer 2 Y-axis scaling factor - /parameters/UCAN1_ESC_FUNC13/values/400/description + /parameters/CAL_ACC2_ZOFF/shortDesc - Landing Gear + Accelerometer 2 Z-axis offset - /parameters/UCAN1_ESC_FUNC13/values/401/description + /parameters/CAL_ACC2_ZSCALE/shortDesc - Parachute + Accelerometer 2 Z-axis scaling factor - /parameters/UCAN1_ESC_FUNC13/values/402/description + /parameters/CAL_ACC3_ID/shortDesc - RC Roll + Accelerometer 3 calibration device ID - /parameters/UCAN1_ESC_FUNC13/values/403/description + /parameters/CAL_ACC3_ID/longDesc - RC Pitch + Device ID of the accelerometer this calibration applies to. - /parameters/UCAN1_ESC_FUNC13/values/404/description + /parameters/CAL_ACC3_PRIO/shortDesc - RC Throttle + Accelerometer 3 priority - /parameters/UCAN1_ESC_FUNC13/values/405/description + /parameters/CAL_ACC3_PRIO/values/-1/description - RC Yaw + Uninitialized - /parameters/UCAN1_ESC_FUNC13/values/406/description + /parameters/CAL_ACC3_PRIO/values/0/description - RC Flaps + Disabled - /parameters/UCAN1_ESC_FUNC13/values/407/description + /parameters/CAL_ACC3_PRIO/values/1/description - RC AUX 1 + Min - /parameters/UCAN1_ESC_FUNC13/values/408/description + /parameters/CAL_ACC3_PRIO/values/25/description - RC AUX 2 + Low - /parameters/UCAN1_ESC_FUNC13/values/409/description + /parameters/CAL_ACC3_PRIO/values/50/description - RC AUX 3 + Medium (Default) - /parameters/UCAN1_ESC_FUNC13/values/410/description + /parameters/CAL_ACC3_PRIO/values/75/description - RC AUX 4 + High - /parameters/UCAN1_ESC_FUNC13/values/411/description + /parameters/CAL_ACC3_PRIO/values/100/description - RC AUX 5 + Max - /parameters/UCAN1_ESC_FUNC13/values/412/description + /parameters/CAL_ACC3_ROT/shortDesc - RC AUX 6 + Accelerometer 3 rotation relative to airframe - /parameters/UCAN1_ESC_FUNC13/values/420/description + /parameters/CAL_ACC3_ROT/longDesc - Gimbal Roll + An internal sensor will force a value of -1, so a GCS should only attempt to configure the rotation if the value is greater than or equal to zero. - /parameters/UCAN1_ESC_FUNC13/values/421/description + /parameters/CAL_ACC3_ROT/values/-1/description - Gimbal Pitch + Internal - /parameters/UCAN1_ESC_FUNC13/values/422/description + /parameters/CAL_ACC3_ROT/values/0/description - Gimbal Yaw + No rotation - /parameters/UCAN1_ESC_FUNC13/values/430/description + /parameters/CAL_ACC3_ROT/values/1/description - Gripper + Yaw 45° - /parameters/UCAN1_ESC_FUNC13/values/440/description + /parameters/CAL_ACC3_ROT/values/2/description - Landing Gear Wheel + Yaw 90° - /parameters/UCAN1_ESC_FUNC14/shortDesc + /parameters/CAL_ACC3_ROT/values/3/description - UAVCANv1 ESC 14 Output Function + Yaw 135° - /parameters/UCAN1_ESC_FUNC14/longDesc + /parameters/CAL_ACC3_ROT/values/4/description - Select what should be output on UAVCANv1 ESC 14. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Yaw 180° - /parameters/UCAN1_ESC_FUNC14/values/0/description + /parameters/CAL_ACC3_ROT/values/5/description - Disabled + Yaw 225° - /parameters/UCAN1_ESC_FUNC14/values/1/description + /parameters/CAL_ACC3_ROT/values/6/description - Constant Min + Yaw 270° - /parameters/UCAN1_ESC_FUNC14/values/2/description + /parameters/CAL_ACC3_ROT/values/7/description - Constant Max + Yaw 315° - /parameters/UCAN1_ESC_FUNC14/values/101/description + /parameters/CAL_ACC3_ROT/values/8/description - Motor 1 + Roll 180° - /parameters/UCAN1_ESC_FUNC14/values/102/description + /parameters/CAL_ACC3_ROT/values/9/description - Motor 2 + Roll 180°, Yaw 45° - /parameters/UCAN1_ESC_FUNC14/values/103/description + /parameters/CAL_ACC3_ROT/values/10/description - Motor 3 + Roll 180°, Yaw 90° - /parameters/UCAN1_ESC_FUNC14/values/104/description + /parameters/CAL_ACC3_ROT/values/11/description - Motor 4 + Roll 180°, Yaw 135° - /parameters/UCAN1_ESC_FUNC14/values/105/description + /parameters/CAL_ACC3_ROT/values/12/description - Motor 5 + Pitch 180° - /parameters/UCAN1_ESC_FUNC14/values/106/description + /parameters/CAL_ACC3_ROT/values/13/description - Motor 6 + Roll 180°, Yaw 225° - /parameters/UCAN1_ESC_FUNC14/values/107/description + /parameters/CAL_ACC3_ROT/values/14/description - Motor 7 + Roll 180°, Yaw 270° - /parameters/UCAN1_ESC_FUNC14/values/108/description + /parameters/CAL_ACC3_ROT/values/15/description - Motor 8 + Roll 180°, Yaw 315° - /parameters/UCAN1_ESC_FUNC14/values/109/description + /parameters/CAL_ACC3_ROT/values/16/description - Motor 9 + Roll 90° - /parameters/UCAN1_ESC_FUNC14/values/110/description + /parameters/CAL_ACC3_ROT/values/17/description - Motor 10 + Roll 90°, Yaw 45° - /parameters/UCAN1_ESC_FUNC14/values/111/description + /parameters/CAL_ACC3_ROT/values/18/description - Motor 11 + Roll 90°, Yaw 90° - /parameters/UCAN1_ESC_FUNC14/values/112/description + /parameters/CAL_ACC3_ROT/values/19/description - Motor 12 + Roll 90°, Yaw 135° - /parameters/UCAN1_ESC_FUNC14/values/201/description + /parameters/CAL_ACC3_ROT/values/20/description - Servo 1 + Roll 270° - /parameters/UCAN1_ESC_FUNC14/values/202/description + /parameters/CAL_ACC3_ROT/values/21/description - Servo 2 + Roll 270°, Yaw 45° - /parameters/UCAN1_ESC_FUNC14/values/203/description + /parameters/CAL_ACC3_ROT/values/22/description - Servo 3 + Roll 270°, Yaw 90° - /parameters/UCAN1_ESC_FUNC14/values/204/description + /parameters/CAL_ACC3_ROT/values/23/description - Servo 4 + Roll 270°, Yaw 135° - /parameters/UCAN1_ESC_FUNC14/values/205/description + /parameters/CAL_ACC3_ROT/values/24/description - Servo 5 + Pitch 90° - /parameters/UCAN1_ESC_FUNC14/values/206/description + /parameters/CAL_ACC3_ROT/values/25/description - Servo 6 + Pitch 270° - /parameters/UCAN1_ESC_FUNC14/values/207/description + /parameters/CAL_ACC3_ROT/values/26/description - Servo 7 + Pitch 180°, Yaw 90° - /parameters/UCAN1_ESC_FUNC14/values/208/description + /parameters/CAL_ACC3_ROT/values/27/description - Servo 8 + Pitch 180°, Yaw 270° - /parameters/UCAN1_ESC_FUNC14/values/301/description + /parameters/CAL_ACC3_ROT/values/28/description - Peripheral via Actuator Set 1 + Roll 90°, Pitch 90° - /parameters/UCAN1_ESC_FUNC14/values/302/description + /parameters/CAL_ACC3_ROT/values/29/description - Peripheral via Actuator Set 2 + Roll 180°, Pitch 90° - /parameters/UCAN1_ESC_FUNC14/values/303/description + /parameters/CAL_ACC3_ROT/values/30/description - Peripheral via Actuator Set 3 + Roll 270°, Pitch 90° - /parameters/UCAN1_ESC_FUNC14/values/304/description + /parameters/CAL_ACC3_ROT/values/31/description - Peripheral via Actuator Set 4 + Roll 90°, Pitch 180° - /parameters/UCAN1_ESC_FUNC14/values/305/description + /parameters/CAL_ACC3_ROT/values/32/description - Peripheral via Actuator Set 5 + Roll 270°, Pitch 180° - /parameters/UCAN1_ESC_FUNC14/values/306/description + /parameters/CAL_ACC3_ROT/values/33/description - Peripheral via Actuator Set 6 + Roll 90°, Pitch 270° - /parameters/UCAN1_ESC_FUNC14/values/400/description + /parameters/CAL_ACC3_ROT/values/34/description - Landing Gear + Roll 180°, Pitch 270° - /parameters/UCAN1_ESC_FUNC14/values/401/description + /parameters/CAL_ACC3_ROT/values/35/description - Parachute + Roll 270°, Pitch 270° - /parameters/UCAN1_ESC_FUNC14/values/402/description + /parameters/CAL_ACC3_ROT/values/36/description - RC Roll + Roll 90°, Pitch 180°, Yaw 90° - /parameters/UCAN1_ESC_FUNC14/values/403/description + /parameters/CAL_ACC3_ROT/values/37/description - RC Pitch + Roll 90°, Yaw 270° - /parameters/UCAN1_ESC_FUNC14/values/404/description + /parameters/CAL_ACC3_ROT/values/38/description - RC Throttle + Roll 90°, Pitch 68°, Yaw 293° - /parameters/UCAN1_ESC_FUNC14/values/405/description + /parameters/CAL_ACC3_ROT/values/39/description - RC Yaw + Pitch 315° - /parameters/UCAN1_ESC_FUNC14/values/406/description + /parameters/CAL_ACC3_ROT/values/40/description - RC Flaps + Roll 90°, Pitch 315° - /parameters/UCAN1_ESC_FUNC14/values/407/description + /parameters/CAL_ACC3_XOFF/shortDesc - RC AUX 1 + Accelerometer 3 X-axis offset - /parameters/UCAN1_ESC_FUNC14/values/408/description + /parameters/CAL_ACC3_XSCALE/shortDesc - RC AUX 2 + Accelerometer 3 X-axis scaling factor - /parameters/UCAN1_ESC_FUNC14/values/409/description + /parameters/CAL_ACC3_YOFF/shortDesc - RC AUX 3 + Accelerometer 3 Y-axis offset - /parameters/UCAN1_ESC_FUNC14/values/410/description + /parameters/CAL_ACC3_YSCALE/shortDesc - RC AUX 4 + Accelerometer 3 Y-axis scaling factor - /parameters/UCAN1_ESC_FUNC14/values/411/description + /parameters/CAL_ACC3_ZOFF/shortDesc - RC AUX 5 + Accelerometer 3 Z-axis offset - /parameters/UCAN1_ESC_FUNC14/values/412/description + /parameters/CAL_ACC3_ZSCALE/shortDesc - RC AUX 6 + Accelerometer 3 Z-axis scaling factor - /parameters/UCAN1_ESC_FUNC14/values/420/description + /parameters/CAL_BARO0_ID/shortDesc - Gimbal Roll + Barometer 0 calibration device ID - /parameters/UCAN1_ESC_FUNC14/values/421/description + /parameters/CAL_BARO0_ID/longDesc - Gimbal Pitch + Device ID of the barometer this calibration applies to. - /parameters/UCAN1_ESC_FUNC14/values/422/description + /parameters/CAL_BARO0_OFF/shortDesc - Gimbal Yaw + Barometer 0 offset - /parameters/UCAN1_ESC_FUNC14/values/430/description + /parameters/CAL_BARO0_PRIO/shortDesc - Gripper + Barometer 0 priority - /parameters/UCAN1_ESC_FUNC14/values/440/description + /parameters/CAL_BARO0_PRIO/values/-1/description - Landing Gear Wheel + Uninitialized - /parameters/UCAN1_ESC_FUNC15/shortDesc + /parameters/CAL_BARO0_PRIO/values/0/description - UAVCANv1 ESC 15 Output Function + Disabled - /parameters/UCAN1_ESC_FUNC15/longDesc + /parameters/CAL_BARO0_PRIO/values/1/description - Select what should be output on UAVCANv1 ESC 15. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Min - /parameters/UCAN1_ESC_FUNC15/values/0/description + /parameters/CAL_BARO0_PRIO/values/25/description - Disabled + Low - /parameters/UCAN1_ESC_FUNC15/values/1/description + /parameters/CAL_BARO0_PRIO/values/50/description - Constant Min + Medium (Default) - /parameters/UCAN1_ESC_FUNC15/values/2/description + /parameters/CAL_BARO0_PRIO/values/75/description - Constant Max + High - /parameters/UCAN1_ESC_FUNC15/values/101/description + /parameters/CAL_BARO0_PRIO/values/100/description - Motor 1 + Max - /parameters/UCAN1_ESC_FUNC15/values/102/description + /parameters/CAL_BARO1_ID/shortDesc - Motor 2 + Barometer 1 calibration device ID - /parameters/UCAN1_ESC_FUNC15/values/103/description + /parameters/CAL_BARO1_ID/longDesc - Motor 3 + Device ID of the barometer this calibration applies to. - /parameters/UCAN1_ESC_FUNC15/values/104/description + /parameters/CAL_BARO1_OFF/shortDesc - Motor 4 + Barometer 1 offset - /parameters/UCAN1_ESC_FUNC15/values/105/description + /parameters/CAL_BARO1_PRIO/shortDesc - Motor 5 + Barometer 1 priority - /parameters/UCAN1_ESC_FUNC15/values/106/description + /parameters/CAL_BARO1_PRIO/values/-1/description - Motor 6 + Uninitialized - /parameters/UCAN1_ESC_FUNC15/values/107/description + /parameters/CAL_BARO1_PRIO/values/0/description - Motor 7 + Disabled - /parameters/UCAN1_ESC_FUNC15/values/108/description + /parameters/CAL_BARO1_PRIO/values/1/description - Motor 8 + Min - /parameters/UCAN1_ESC_FUNC15/values/109/description + /parameters/CAL_BARO1_PRIO/values/25/description - Motor 9 + Low - /parameters/UCAN1_ESC_FUNC15/values/110/description + /parameters/CAL_BARO1_PRIO/values/50/description - Motor 10 + Medium (Default) - /parameters/UCAN1_ESC_FUNC15/values/111/description + /parameters/CAL_BARO1_PRIO/values/75/description - Motor 11 + High - /parameters/UCAN1_ESC_FUNC15/values/112/description + /parameters/CAL_BARO1_PRIO/values/100/description - Motor 12 + Max - /parameters/UCAN1_ESC_FUNC15/values/201/description + /parameters/CAL_BARO2_ID/shortDesc - Servo 1 + Barometer 2 calibration device ID - /parameters/UCAN1_ESC_FUNC15/values/202/description + /parameters/CAL_BARO2_ID/longDesc - Servo 2 + Device ID of the barometer this calibration applies to. - /parameters/UCAN1_ESC_FUNC15/values/203/description + /parameters/CAL_BARO2_OFF/shortDesc - Servo 3 + Barometer 2 offset - /parameters/UCAN1_ESC_FUNC15/values/204/description + /parameters/CAL_BARO2_PRIO/shortDesc - Servo 4 + Barometer 2 priority - /parameters/UCAN1_ESC_FUNC15/values/205/description + /parameters/CAL_BARO2_PRIO/values/-1/description - Servo 5 + Uninitialized - /parameters/UCAN1_ESC_FUNC15/values/206/description + /parameters/CAL_BARO2_PRIO/values/0/description - Servo 6 + Disabled - /parameters/UCAN1_ESC_FUNC15/values/207/description + /parameters/CAL_BARO2_PRIO/values/1/description - Servo 7 + Min - /parameters/UCAN1_ESC_FUNC15/values/208/description + /parameters/CAL_BARO2_PRIO/values/25/description - Servo 8 + Low - /parameters/UCAN1_ESC_FUNC15/values/301/description + /parameters/CAL_BARO2_PRIO/values/50/description - Peripheral via Actuator Set 1 + Medium (Default) - /parameters/UCAN1_ESC_FUNC15/values/302/description + /parameters/CAL_BARO2_PRIO/values/75/description - Peripheral via Actuator Set 2 + High - /parameters/UCAN1_ESC_FUNC15/values/303/description + /parameters/CAL_BARO2_PRIO/values/100/description - Peripheral via Actuator Set 3 + Max - /parameters/UCAN1_ESC_FUNC15/values/304/description + /parameters/CAL_BARO3_ID/shortDesc - Peripheral via Actuator Set 4 + Barometer 3 calibration device ID - /parameters/UCAN1_ESC_FUNC15/values/305/description + /parameters/CAL_BARO3_ID/longDesc - Peripheral via Actuator Set 5 + Device ID of the barometer this calibration applies to. - /parameters/UCAN1_ESC_FUNC15/values/306/description + /parameters/CAL_BARO3_OFF/shortDesc - Peripheral via Actuator Set 6 + Barometer 3 offset - /parameters/UCAN1_ESC_FUNC15/values/400/description + /parameters/CAL_BARO3_PRIO/shortDesc - Landing Gear + Barometer 3 priority - /parameters/UCAN1_ESC_FUNC15/values/401/description + /parameters/CAL_BARO3_PRIO/values/-1/description - Parachute + Uninitialized - /parameters/UCAN1_ESC_FUNC15/values/402/description + /parameters/CAL_BARO3_PRIO/values/0/description - RC Roll + Disabled - /parameters/UCAN1_ESC_FUNC15/values/403/description + /parameters/CAL_BARO3_PRIO/values/1/description - RC Pitch + Min - /parameters/UCAN1_ESC_FUNC15/values/404/description + /parameters/CAL_BARO3_PRIO/values/25/description - RC Throttle + Low - /parameters/UCAN1_ESC_FUNC15/values/405/description + /parameters/CAL_BARO3_PRIO/values/50/description - RC Yaw + Medium (Default) - /parameters/UCAN1_ESC_FUNC15/values/406/description + /parameters/CAL_BARO3_PRIO/values/75/description - RC Flaps + High - /parameters/UCAN1_ESC_FUNC15/values/407/description + /parameters/CAL_BARO3_PRIO/values/100/description - RC AUX 1 + Max - /parameters/UCAN1_ESC_FUNC15/values/408/description + /parameters/CAL_GYRO0_ID/shortDesc - RC AUX 2 + Gyroscope 0 calibration device ID - /parameters/UCAN1_ESC_FUNC15/values/409/description + /parameters/CAL_GYRO0_ID/longDesc - RC AUX 3 + Device ID of the gyroscope this calibration applies to. - /parameters/UCAN1_ESC_FUNC15/values/410/description + /parameters/CAL_GYRO0_PRIO/shortDesc - RC AUX 4 + Gyroscope 0 priority - /parameters/UCAN1_ESC_FUNC15/values/411/description + /parameters/CAL_GYRO0_PRIO/values/-1/description - RC AUX 5 + Uninitialized - /parameters/UCAN1_ESC_FUNC15/values/412/description + /parameters/CAL_GYRO0_PRIO/values/0/description - RC AUX 6 + Disabled - /parameters/UCAN1_ESC_FUNC15/values/420/description + /parameters/CAL_GYRO0_PRIO/values/1/description - Gimbal Roll + Min - /parameters/UCAN1_ESC_FUNC15/values/421/description + /parameters/CAL_GYRO0_PRIO/values/25/description - Gimbal Pitch + Low - /parameters/UCAN1_ESC_FUNC15/values/422/description + /parameters/CAL_GYRO0_PRIO/values/50/description - Gimbal Yaw + Medium (Default) - /parameters/UCAN1_ESC_FUNC15/values/430/description + /parameters/CAL_GYRO0_PRIO/values/75/description - Gripper + High - /parameters/UCAN1_ESC_FUNC15/values/440/description + /parameters/CAL_GYRO0_PRIO/values/100/description - Landing Gear Wheel + Max - /parameters/UCAN1_ESC_FUNC16/shortDesc + /parameters/CAL_GYRO0_ROT/shortDesc - UAVCANv1 ESC 16 Output Function + Gyroscope 0 rotation relative to airframe - /parameters/UCAN1_ESC_FUNC16/longDesc + /parameters/CAL_GYRO0_ROT/longDesc - Select what should be output on UAVCANv1 ESC 16. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + An internal sensor will force a value of -1, so a GCS should only attempt to configure the rotation if the value is greater than or equal to zero. - /parameters/UCAN1_ESC_FUNC16/values/0/description + /parameters/CAL_GYRO0_ROT/values/-1/description - Disabled + Internal - /parameters/UCAN1_ESC_FUNC16/values/1/description + /parameters/CAL_GYRO0_ROT/values/0/description - Constant Min + No rotation - /parameters/UCAN1_ESC_FUNC16/values/2/description + /parameters/CAL_GYRO0_ROT/values/1/description - Constant Max + Yaw 45° - /parameters/UCAN1_ESC_FUNC16/values/101/description + /parameters/CAL_GYRO0_ROT/values/2/description - Motor 1 + Yaw 90° - /parameters/UCAN1_ESC_FUNC16/values/102/description + /parameters/CAL_GYRO0_ROT/values/3/description - Motor 2 + Yaw 135° - /parameters/UCAN1_ESC_FUNC16/values/103/description + /parameters/CAL_GYRO0_ROT/values/4/description - Motor 3 + Yaw 180° - /parameters/UCAN1_ESC_FUNC16/values/104/description + /parameters/CAL_GYRO0_ROT/values/5/description - Motor 4 + Yaw 225° - /parameters/UCAN1_ESC_FUNC16/values/105/description + /parameters/CAL_GYRO0_ROT/values/6/description - Motor 5 + Yaw 270° - /parameters/UCAN1_ESC_FUNC16/values/106/description + /parameters/CAL_GYRO0_ROT/values/7/description - Motor 6 + Yaw 315° - /parameters/UCAN1_ESC_FUNC16/values/107/description + /parameters/CAL_GYRO0_ROT/values/8/description - Motor 7 + Roll 180° - /parameters/UCAN1_ESC_FUNC16/values/108/description + /parameters/CAL_GYRO0_ROT/values/9/description - Motor 8 + Roll 180°, Yaw 45° - /parameters/UCAN1_ESC_FUNC16/values/109/description + /parameters/CAL_GYRO0_ROT/values/10/description - Motor 9 + Roll 180°, Yaw 90° - /parameters/UCAN1_ESC_FUNC16/values/110/description + /parameters/CAL_GYRO0_ROT/values/11/description - Motor 10 + Roll 180°, Yaw 135° - /parameters/UCAN1_ESC_FUNC16/values/111/description + /parameters/CAL_GYRO0_ROT/values/12/description - Motor 11 + Pitch 180° - /parameters/UCAN1_ESC_FUNC16/values/112/description + /parameters/CAL_GYRO0_ROT/values/13/description - Motor 12 + Roll 180°, Yaw 225° - /parameters/UCAN1_ESC_FUNC16/values/201/description + /parameters/CAL_GYRO0_ROT/values/14/description - Servo 1 + Roll 180°, Yaw 270° - /parameters/UCAN1_ESC_FUNC16/values/202/description + /parameters/CAL_GYRO0_ROT/values/15/description - Servo 2 + Roll 180°, Yaw 315° - /parameters/UCAN1_ESC_FUNC16/values/203/description + /parameters/CAL_GYRO0_ROT/values/16/description - Servo 3 + Roll 90° - /parameters/UCAN1_ESC_FUNC16/values/204/description + /parameters/CAL_GYRO0_ROT/values/17/description - Servo 4 + Roll 90°, Yaw 45° - /parameters/UCAN1_ESC_FUNC16/values/205/description + /parameters/CAL_GYRO0_ROT/values/18/description - Servo 5 + Roll 90°, Yaw 90° - /parameters/UCAN1_ESC_FUNC16/values/206/description + /parameters/CAL_GYRO0_ROT/values/19/description - Servo 6 + Roll 90°, Yaw 135° - /parameters/UCAN1_ESC_FUNC16/values/207/description + /parameters/CAL_GYRO0_ROT/values/20/description - Servo 7 + Roll 270° - /parameters/UCAN1_ESC_FUNC16/values/208/description + /parameters/CAL_GYRO0_ROT/values/21/description - Servo 8 + Roll 270°, Yaw 45° - /parameters/UCAN1_ESC_FUNC16/values/301/description + /parameters/CAL_GYRO0_ROT/values/22/description - Peripheral via Actuator Set 1 + Roll 270°, Yaw 90° - /parameters/UCAN1_ESC_FUNC16/values/302/description + /parameters/CAL_GYRO0_ROT/values/23/description - Peripheral via Actuator Set 2 + Roll 270°, Yaw 135° - /parameters/UCAN1_ESC_FUNC16/values/303/description + /parameters/CAL_GYRO0_ROT/values/24/description - Peripheral via Actuator Set 3 + Pitch 90° - /parameters/UCAN1_ESC_FUNC16/values/304/description + /parameters/CAL_GYRO0_ROT/values/25/description - Peripheral via Actuator Set 4 + Pitch 270° - /parameters/UCAN1_ESC_FUNC16/values/305/description + /parameters/CAL_GYRO0_ROT/values/26/description - Peripheral via Actuator Set 5 + Pitch 180°, Yaw 90° - /parameters/UCAN1_ESC_FUNC16/values/306/description + /parameters/CAL_GYRO0_ROT/values/27/description - Peripheral via Actuator Set 6 + Pitch 180°, Yaw 270° - /parameters/UCAN1_ESC_FUNC16/values/400/description + /parameters/CAL_GYRO0_ROT/values/28/description - Landing Gear + Roll 90°, Pitch 90° - /parameters/UCAN1_ESC_FUNC16/values/401/description + /parameters/CAL_GYRO0_ROT/values/29/description - Parachute + Roll 180°, Pitch 90° - /parameters/UCAN1_ESC_FUNC16/values/402/description + /parameters/CAL_GYRO0_ROT/values/30/description - RC Roll + Roll 270°, Pitch 90° - /parameters/UCAN1_ESC_FUNC16/values/403/description + /parameters/CAL_GYRO0_ROT/values/31/description - RC Pitch + Roll 90°, Pitch 180° - /parameters/UCAN1_ESC_FUNC16/values/404/description + /parameters/CAL_GYRO0_ROT/values/32/description - RC Throttle + Roll 270°, Pitch 180° - /parameters/UCAN1_ESC_FUNC16/values/405/description + /parameters/CAL_GYRO0_ROT/values/33/description - RC Yaw + Roll 90°, Pitch 270° - /parameters/UCAN1_ESC_FUNC16/values/406/description + /parameters/CAL_GYRO0_ROT/values/34/description - RC Flaps + Roll 180°, Pitch 270° - /parameters/UCAN1_ESC_FUNC16/values/407/description + /parameters/CAL_GYRO0_ROT/values/35/description - RC AUX 1 + Roll 270°, Pitch 270° - /parameters/UCAN1_ESC_FUNC16/values/408/description + /parameters/CAL_GYRO0_ROT/values/36/description - RC AUX 2 + Roll 90°, Pitch 180°, Yaw 90° - /parameters/UCAN1_ESC_FUNC16/values/409/description + /parameters/CAL_GYRO0_ROT/values/37/description - RC AUX 3 + Roll 90°, Yaw 270° - /parameters/UCAN1_ESC_FUNC16/values/410/description + /parameters/CAL_GYRO0_ROT/values/38/description - RC AUX 4 + Roll 90°, Pitch 68°, Yaw 293° - /parameters/UCAN1_ESC_FUNC16/values/411/description + /parameters/CAL_GYRO0_ROT/values/39/description - RC AUX 5 + Pitch 315° - /parameters/UCAN1_ESC_FUNC16/values/412/description + /parameters/CAL_GYRO0_ROT/values/40/description - RC AUX 6 + Roll 90°, Pitch 315° - /parameters/UCAN1_ESC_FUNC16/values/420/description + /parameters/CAL_GYRO0_XOFF/shortDesc - Gimbal Roll + Gyroscope 0 X-axis offset - /parameters/UCAN1_ESC_FUNC16/values/421/description + /parameters/CAL_GYRO0_YOFF/shortDesc - Gimbal Pitch + Gyroscope 0 Y-axis offset - /parameters/UCAN1_ESC_FUNC16/values/422/description + /parameters/CAL_GYRO0_ZOFF/shortDesc - Gimbal Yaw + Gyroscope 0 Z-axis offset - /parameters/UCAN1_ESC_FUNC16/values/430/description + /parameters/CAL_GYRO1_ID/shortDesc - Gripper + Gyroscope 1 calibration device ID - /parameters/UCAN1_ESC_FUNC16/values/440/description + /parameters/CAL_GYRO1_ID/longDesc - Landing Gear Wheel + Device ID of the gyroscope this calibration applies to. - /parameters/UCAN1_ESC_FUNC2/shortDesc + /parameters/CAL_GYRO1_PRIO/shortDesc - UAVCANv1 ESC 2 Output Function + Gyroscope 1 priority - /parameters/UCAN1_ESC_FUNC2/longDesc + /parameters/CAL_GYRO1_PRIO/values/-1/description - Select what should be output on UAVCANv1 ESC 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Uninitialized - /parameters/UCAN1_ESC_FUNC2/values/0/description + /parameters/CAL_GYRO1_PRIO/values/0/description Disabled - /parameters/UCAN1_ESC_FUNC2/values/1/description + /parameters/CAL_GYRO1_PRIO/values/1/description - Constant Min + Min - /parameters/UCAN1_ESC_FUNC2/values/2/description + /parameters/CAL_GYRO1_PRIO/values/25/description - Constant Max + Low - /parameters/UCAN1_ESC_FUNC2/values/101/description + /parameters/CAL_GYRO1_PRIO/values/50/description - Motor 1 + Medium (Default) - /parameters/UCAN1_ESC_FUNC2/values/102/description + /parameters/CAL_GYRO1_PRIO/values/75/description - Motor 2 + High - /parameters/UCAN1_ESC_FUNC2/values/103/description + /parameters/CAL_GYRO1_PRIO/values/100/description - Motor 3 + Max - /parameters/UCAN1_ESC_FUNC2/values/104/description + /parameters/CAL_GYRO1_ROT/shortDesc - Motor 4 + Gyroscope 1 rotation relative to airframe - /parameters/UCAN1_ESC_FUNC2/values/105/description + /parameters/CAL_GYRO1_ROT/longDesc - Motor 5 + An internal sensor will force a value of -1, so a GCS should only attempt to configure the rotation if the value is greater than or equal to zero. - /parameters/UCAN1_ESC_FUNC2/values/106/description + /parameters/CAL_GYRO1_ROT/values/-1/description - Motor 6 + Internal - /parameters/UCAN1_ESC_FUNC2/values/107/description + /parameters/CAL_GYRO1_ROT/values/0/description - Motor 7 + No rotation - /parameters/UCAN1_ESC_FUNC2/values/108/description + /parameters/CAL_GYRO1_ROT/values/1/description - Motor 8 + Yaw 45° - /parameters/UCAN1_ESC_FUNC2/values/109/description + /parameters/CAL_GYRO1_ROT/values/2/description - Motor 9 + Yaw 90° - /parameters/UCAN1_ESC_FUNC2/values/110/description + /parameters/CAL_GYRO1_ROT/values/3/description - Motor 10 + Yaw 135° - /parameters/UCAN1_ESC_FUNC2/values/111/description + /parameters/CAL_GYRO1_ROT/values/4/description - Motor 11 + Yaw 180° - /parameters/UCAN1_ESC_FUNC2/values/112/description + /parameters/CAL_GYRO1_ROT/values/5/description - Motor 12 + Yaw 225° - /parameters/UCAN1_ESC_FUNC2/values/201/description + /parameters/CAL_GYRO1_ROT/values/6/description - Servo 1 + Yaw 270° - /parameters/UCAN1_ESC_FUNC2/values/202/description + /parameters/CAL_GYRO1_ROT/values/7/description - Servo 2 + Yaw 315° - /parameters/UCAN1_ESC_FUNC2/values/203/description + /parameters/CAL_GYRO1_ROT/values/8/description - Servo 3 + Roll 180° - /parameters/UCAN1_ESC_FUNC2/values/204/description + /parameters/CAL_GYRO1_ROT/values/9/description - Servo 4 + Roll 180°, Yaw 45° - /parameters/UCAN1_ESC_FUNC2/values/205/description + /parameters/CAL_GYRO1_ROT/values/10/description - Servo 5 + Roll 180°, Yaw 90° - /parameters/UCAN1_ESC_FUNC2/values/206/description + /parameters/CAL_GYRO1_ROT/values/11/description - Servo 6 + Roll 180°, Yaw 135° - /parameters/UCAN1_ESC_FUNC2/values/207/description + /parameters/CAL_GYRO1_ROT/values/12/description - Servo 7 + Pitch 180° - /parameters/UCAN1_ESC_FUNC2/values/208/description + /parameters/CAL_GYRO1_ROT/values/13/description - Servo 8 + Roll 180°, Yaw 225° - /parameters/UCAN1_ESC_FUNC2/values/301/description + /parameters/CAL_GYRO1_ROT/values/14/description - Peripheral via Actuator Set 1 + Roll 180°, Yaw 270° - /parameters/UCAN1_ESC_FUNC2/values/302/description + /parameters/CAL_GYRO1_ROT/values/15/description - Peripheral via Actuator Set 2 + Roll 180°, Yaw 315° - /parameters/UCAN1_ESC_FUNC2/values/303/description + /parameters/CAL_GYRO1_ROT/values/16/description - Peripheral via Actuator Set 3 + Roll 90° - /parameters/UCAN1_ESC_FUNC2/values/304/description + /parameters/CAL_GYRO1_ROT/values/17/description - Peripheral via Actuator Set 4 + Roll 90°, Yaw 45° - /parameters/UCAN1_ESC_FUNC2/values/305/description + /parameters/CAL_GYRO1_ROT/values/18/description - Peripheral via Actuator Set 5 + Roll 90°, Yaw 90° - /parameters/UCAN1_ESC_FUNC2/values/306/description + /parameters/CAL_GYRO1_ROT/values/19/description - Peripheral via Actuator Set 6 + Roll 90°, Yaw 135° - /parameters/UCAN1_ESC_FUNC2/values/400/description + /parameters/CAL_GYRO1_ROT/values/20/description - Landing Gear + Roll 270° - /parameters/UCAN1_ESC_FUNC2/values/401/description + /parameters/CAL_GYRO1_ROT/values/21/description - Parachute + Roll 270°, Yaw 45° - /parameters/UCAN1_ESC_FUNC2/values/402/description + /parameters/CAL_GYRO1_ROT/values/22/description - RC Roll + Roll 270°, Yaw 90° - /parameters/UCAN1_ESC_FUNC2/values/403/description + /parameters/CAL_GYRO1_ROT/values/23/description - RC Pitch + Roll 270°, Yaw 135° - /parameters/UCAN1_ESC_FUNC2/values/404/description + /parameters/CAL_GYRO1_ROT/values/24/description - RC Throttle + Pitch 90° - /parameters/UCAN1_ESC_FUNC2/values/405/description + /parameters/CAL_GYRO1_ROT/values/25/description - RC Yaw + Pitch 270° - /parameters/UCAN1_ESC_FUNC2/values/406/description + /parameters/CAL_GYRO1_ROT/values/26/description - RC Flaps + Pitch 180°, Yaw 90° - /parameters/UCAN1_ESC_FUNC2/values/407/description + /parameters/CAL_GYRO1_ROT/values/27/description - RC AUX 1 + Pitch 180°, Yaw 270° - /parameters/UCAN1_ESC_FUNC2/values/408/description + /parameters/CAL_GYRO1_ROT/values/28/description - RC AUX 2 + Roll 90°, Pitch 90° - /parameters/UCAN1_ESC_FUNC2/values/409/description + /parameters/CAL_GYRO1_ROT/values/29/description - RC AUX 3 + Roll 180°, Pitch 90° - /parameters/UCAN1_ESC_FUNC2/values/410/description + /parameters/CAL_GYRO1_ROT/values/30/description - RC AUX 4 + Roll 270°, Pitch 90° - /parameters/UCAN1_ESC_FUNC2/values/411/description + /parameters/CAL_GYRO1_ROT/values/31/description - RC AUX 5 + Roll 90°, Pitch 180° - /parameters/UCAN1_ESC_FUNC2/values/412/description + /parameters/CAL_GYRO1_ROT/values/32/description - RC AUX 6 + Roll 270°, Pitch 180° - /parameters/UCAN1_ESC_FUNC2/values/420/description + /parameters/CAL_GYRO1_ROT/values/33/description - Gimbal Roll + Roll 90°, Pitch 270° - /parameters/UCAN1_ESC_FUNC2/values/421/description + /parameters/CAL_GYRO1_ROT/values/34/description - Gimbal Pitch + Roll 180°, Pitch 270° - /parameters/UCAN1_ESC_FUNC2/values/422/description + /parameters/CAL_GYRO1_ROT/values/35/description - Gimbal Yaw + Roll 270°, Pitch 270° - /parameters/UCAN1_ESC_FUNC2/values/430/description + /parameters/CAL_GYRO1_ROT/values/36/description - Gripper + Roll 90°, Pitch 180°, Yaw 90° - /parameters/UCAN1_ESC_FUNC2/values/440/description + /parameters/CAL_GYRO1_ROT/values/37/description - Landing Gear Wheel + Roll 90°, Yaw 270° - /parameters/UCAN1_ESC_FUNC3/shortDesc + /parameters/CAL_GYRO1_ROT/values/38/description - UAVCANv1 ESC 3 Output Function + Roll 90°, Pitch 68°, Yaw 293° - /parameters/UCAN1_ESC_FUNC3/longDesc + /parameters/CAL_GYRO1_ROT/values/39/description - Select what should be output on UAVCANv1 ESC 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Pitch 315° - /parameters/UCAN1_ESC_FUNC3/values/0/description + /parameters/CAL_GYRO1_ROT/values/40/description - Disabled + Roll 90°, Pitch 315° - /parameters/UCAN1_ESC_FUNC3/values/1/description + /parameters/CAL_GYRO1_XOFF/shortDesc - Constant Min + Gyroscope 1 X-axis offset - /parameters/UCAN1_ESC_FUNC3/values/2/description + /parameters/CAL_GYRO1_YOFF/shortDesc - Constant Max + Gyroscope 1 Y-axis offset - /parameters/UCAN1_ESC_FUNC3/values/101/description + /parameters/CAL_GYRO1_ZOFF/shortDesc - Motor 1 + Gyroscope 1 Z-axis offset - /parameters/UCAN1_ESC_FUNC3/values/102/description + /parameters/CAL_GYRO2_ID/shortDesc - Motor 2 + Gyroscope 2 calibration device ID - /parameters/UCAN1_ESC_FUNC3/values/103/description + /parameters/CAL_GYRO2_ID/longDesc - Motor 3 + Device ID of the gyroscope this calibration applies to. - /parameters/UCAN1_ESC_FUNC3/values/104/description + /parameters/CAL_GYRO2_PRIO/shortDesc - Motor 4 + Gyroscope 2 priority - /parameters/UCAN1_ESC_FUNC3/values/105/description + /parameters/CAL_GYRO2_PRIO/values/-1/description - Motor 5 + Uninitialized - /parameters/UCAN1_ESC_FUNC3/values/106/description + /parameters/CAL_GYRO2_PRIO/values/0/description - Motor 6 + Disabled - /parameters/UCAN1_ESC_FUNC3/values/107/description + /parameters/CAL_GYRO2_PRIO/values/1/description - Motor 7 + Min - /parameters/UCAN1_ESC_FUNC3/values/108/description + /parameters/CAL_GYRO2_PRIO/values/25/description - Motor 8 + Low - /parameters/UCAN1_ESC_FUNC3/values/109/description + /parameters/CAL_GYRO2_PRIO/values/50/description - Motor 9 + Medium (Default) - /parameters/UCAN1_ESC_FUNC3/values/110/description + /parameters/CAL_GYRO2_PRIO/values/75/description - Motor 10 + High - /parameters/UCAN1_ESC_FUNC3/values/111/description + /parameters/CAL_GYRO2_PRIO/values/100/description - Motor 11 + Max - /parameters/UCAN1_ESC_FUNC3/values/112/description + /parameters/CAL_GYRO2_ROT/shortDesc - Motor 12 + Gyroscope 2 rotation relative to airframe - /parameters/UCAN1_ESC_FUNC3/values/201/description + /parameters/CAL_GYRO2_ROT/longDesc - Servo 1 + An internal sensor will force a value of -1, so a GCS should only attempt to configure the rotation if the value is greater than or equal to zero. - /parameters/UCAN1_ESC_FUNC3/values/202/description + /parameters/CAL_GYRO2_ROT/values/-1/description - Servo 2 + Internal - /parameters/UCAN1_ESC_FUNC3/values/203/description + /parameters/CAL_GYRO2_ROT/values/0/description - Servo 3 + No rotation - /parameters/UCAN1_ESC_FUNC3/values/204/description + /parameters/CAL_GYRO2_ROT/values/1/description - Servo 4 + Yaw 45° - /parameters/UCAN1_ESC_FUNC3/values/205/description + /parameters/CAL_GYRO2_ROT/values/2/description - Servo 5 + Yaw 90° - /parameters/UCAN1_ESC_FUNC3/values/206/description + /parameters/CAL_GYRO2_ROT/values/3/description - Servo 6 + Yaw 135° - /parameters/UCAN1_ESC_FUNC3/values/207/description + /parameters/CAL_GYRO2_ROT/values/4/description - Servo 7 + Yaw 180° - /parameters/UCAN1_ESC_FUNC3/values/208/description + /parameters/CAL_GYRO2_ROT/values/5/description - Servo 8 + Yaw 225° - /parameters/UCAN1_ESC_FUNC3/values/301/description + /parameters/CAL_GYRO2_ROT/values/6/description - Peripheral via Actuator Set 1 + Yaw 270° - /parameters/UCAN1_ESC_FUNC3/values/302/description + /parameters/CAL_GYRO2_ROT/values/7/description - Peripheral via Actuator Set 2 + Yaw 315° - /parameters/UCAN1_ESC_FUNC3/values/303/description + /parameters/CAL_GYRO2_ROT/values/8/description - Peripheral via Actuator Set 3 + Roll 180° - /parameters/UCAN1_ESC_FUNC3/values/304/description + /parameters/CAL_GYRO2_ROT/values/9/description - Peripheral via Actuator Set 4 + Roll 180°, Yaw 45° - /parameters/UCAN1_ESC_FUNC3/values/305/description + /parameters/CAL_GYRO2_ROT/values/10/description - Peripheral via Actuator Set 5 + Roll 180°, Yaw 90° - /parameters/UCAN1_ESC_FUNC3/values/306/description + /parameters/CAL_GYRO2_ROT/values/11/description - Peripheral via Actuator Set 6 + Roll 180°, Yaw 135° - /parameters/UCAN1_ESC_FUNC3/values/400/description + /parameters/CAL_GYRO2_ROT/values/12/description - Landing Gear + Pitch 180° - /parameters/UCAN1_ESC_FUNC3/values/401/description + /parameters/CAL_GYRO2_ROT/values/13/description - Parachute + Roll 180°, Yaw 225° - /parameters/UCAN1_ESC_FUNC3/values/402/description + /parameters/CAL_GYRO2_ROT/values/14/description - RC Roll + Roll 180°, Yaw 270° - /parameters/UCAN1_ESC_FUNC3/values/403/description + /parameters/CAL_GYRO2_ROT/values/15/description - RC Pitch + Roll 180°, Yaw 315° - /parameters/UCAN1_ESC_FUNC3/values/404/description + /parameters/CAL_GYRO2_ROT/values/16/description - RC Throttle + Roll 90° - /parameters/UCAN1_ESC_FUNC3/values/405/description + /parameters/CAL_GYRO2_ROT/values/17/description - RC Yaw + Roll 90°, Yaw 45° - /parameters/UCAN1_ESC_FUNC3/values/406/description + /parameters/CAL_GYRO2_ROT/values/18/description - RC Flaps + Roll 90°, Yaw 90° - /parameters/UCAN1_ESC_FUNC3/values/407/description + /parameters/CAL_GYRO2_ROT/values/19/description - RC AUX 1 + Roll 90°, Yaw 135° - /parameters/UCAN1_ESC_FUNC3/values/408/description + /parameters/CAL_GYRO2_ROT/values/20/description - RC AUX 2 + Roll 270° - /parameters/UCAN1_ESC_FUNC3/values/409/description + /parameters/CAL_GYRO2_ROT/values/21/description - RC AUX 3 + Roll 270°, Yaw 45° - /parameters/UCAN1_ESC_FUNC3/values/410/description + /parameters/CAL_GYRO2_ROT/values/22/description - RC AUX 4 + Roll 270°, Yaw 90° - /parameters/UCAN1_ESC_FUNC3/values/411/description + /parameters/CAL_GYRO2_ROT/values/23/description - RC AUX 5 + Roll 270°, Yaw 135° - /parameters/UCAN1_ESC_FUNC3/values/412/description + /parameters/CAL_GYRO2_ROT/values/24/description - RC AUX 6 + Pitch 90° - /parameters/UCAN1_ESC_FUNC3/values/420/description + /parameters/CAL_GYRO2_ROT/values/25/description - Gimbal Roll + Pitch 270° - /parameters/UCAN1_ESC_FUNC3/values/421/description + /parameters/CAL_GYRO2_ROT/values/26/description - Gimbal Pitch + Pitch 180°, Yaw 90° - /parameters/UCAN1_ESC_FUNC3/values/422/description + /parameters/CAL_GYRO2_ROT/values/27/description - Gimbal Yaw + Pitch 180°, Yaw 270° - /parameters/UCAN1_ESC_FUNC3/values/430/description + /parameters/CAL_GYRO2_ROT/values/28/description - Gripper + Roll 90°, Pitch 90° - /parameters/UCAN1_ESC_FUNC3/values/440/description + /parameters/CAL_GYRO2_ROT/values/29/description - Landing Gear Wheel + Roll 180°, Pitch 90° - /parameters/UCAN1_ESC_FUNC4/shortDesc + /parameters/CAL_GYRO2_ROT/values/30/description - UAVCANv1 ESC 4 Output Function + Roll 270°, Pitch 90° - /parameters/UCAN1_ESC_FUNC4/longDesc + /parameters/CAL_GYRO2_ROT/values/31/description - Select what should be output on UAVCANv1 ESC 4. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Roll 90°, Pitch 180° - /parameters/UCAN1_ESC_FUNC4/values/0/description + /parameters/CAL_GYRO2_ROT/values/32/description - Disabled + Roll 270°, Pitch 180° - /parameters/UCAN1_ESC_FUNC4/values/1/description + /parameters/CAL_GYRO2_ROT/values/33/description - Constant Min + Roll 90°, Pitch 270° - /parameters/UCAN1_ESC_FUNC4/values/2/description + /parameters/CAL_GYRO2_ROT/values/34/description - Constant Max + Roll 180°, Pitch 270° - /parameters/UCAN1_ESC_FUNC4/values/101/description + /parameters/CAL_GYRO2_ROT/values/35/description - Motor 1 + Roll 270°, Pitch 270° - /parameters/UCAN1_ESC_FUNC4/values/102/description + /parameters/CAL_GYRO2_ROT/values/36/description - Motor 2 + Roll 90°, Pitch 180°, Yaw 90° - /parameters/UCAN1_ESC_FUNC4/values/103/description + /parameters/CAL_GYRO2_ROT/values/37/description - Motor 3 + Roll 90°, Yaw 270° - /parameters/UCAN1_ESC_FUNC4/values/104/description + /parameters/CAL_GYRO2_ROT/values/38/description - Motor 4 + Roll 90°, Pitch 68°, Yaw 293° - /parameters/UCAN1_ESC_FUNC4/values/105/description + /parameters/CAL_GYRO2_ROT/values/39/description - Motor 5 + Pitch 315° - /parameters/UCAN1_ESC_FUNC4/values/106/description + /parameters/CAL_GYRO2_ROT/values/40/description - Motor 6 + Roll 90°, Pitch 315° - /parameters/UCAN1_ESC_FUNC4/values/107/description + /parameters/CAL_GYRO2_XOFF/shortDesc - Motor 7 + Gyroscope 2 X-axis offset - /parameters/UCAN1_ESC_FUNC4/values/108/description + /parameters/CAL_GYRO2_YOFF/shortDesc - Motor 8 + Gyroscope 2 Y-axis offset - /parameters/UCAN1_ESC_FUNC4/values/109/description + /parameters/CAL_GYRO2_ZOFF/shortDesc - Motor 9 + Gyroscope 2 Z-axis offset - /parameters/UCAN1_ESC_FUNC4/values/110/description + /parameters/CAL_GYRO3_ID/shortDesc - Motor 10 + Gyroscope 3 calibration device ID - /parameters/UCAN1_ESC_FUNC4/values/111/description + /parameters/CAL_GYRO3_ID/longDesc - Motor 11 + Device ID of the gyroscope this calibration applies to. - /parameters/UCAN1_ESC_FUNC4/values/112/description + /parameters/CAL_GYRO3_PRIO/shortDesc - Motor 12 + Gyroscope 3 priority - /parameters/UCAN1_ESC_FUNC4/values/201/description + /parameters/CAL_GYRO3_PRIO/values/-1/description - Servo 1 + Uninitialized - /parameters/UCAN1_ESC_FUNC4/values/202/description + /parameters/CAL_GYRO3_PRIO/values/0/description - Servo 2 + Disabled - /parameters/UCAN1_ESC_FUNC4/values/203/description + /parameters/CAL_GYRO3_PRIO/values/1/description - Servo 3 + Min - /parameters/UCAN1_ESC_FUNC4/values/204/description + /parameters/CAL_GYRO3_PRIO/values/25/description - Servo 4 + Low - /parameters/UCAN1_ESC_FUNC4/values/205/description + /parameters/CAL_GYRO3_PRIO/values/50/description - Servo 5 + Medium (Default) - /parameters/UCAN1_ESC_FUNC4/values/206/description + /parameters/CAL_GYRO3_PRIO/values/75/description - Servo 6 + High - /parameters/UCAN1_ESC_FUNC4/values/207/description + /parameters/CAL_GYRO3_PRIO/values/100/description - Servo 7 + Max - /parameters/UCAN1_ESC_FUNC4/values/208/description + /parameters/CAL_GYRO3_ROT/shortDesc - Servo 8 + Gyroscope 3 rotation relative to airframe - /parameters/UCAN1_ESC_FUNC4/values/301/description + /parameters/CAL_GYRO3_ROT/longDesc - Peripheral via Actuator Set 1 + An internal sensor will force a value of -1, so a GCS should only attempt to configure the rotation if the value is greater than or equal to zero. - /parameters/UCAN1_ESC_FUNC4/values/302/description + /parameters/CAL_GYRO3_ROT/values/-1/description - Peripheral via Actuator Set 2 + Internal - /parameters/UCAN1_ESC_FUNC4/values/303/description + /parameters/CAL_GYRO3_ROT/values/0/description - Peripheral via Actuator Set 3 + No rotation - /parameters/UCAN1_ESC_FUNC4/values/304/description + /parameters/CAL_GYRO3_ROT/values/1/description - Peripheral via Actuator Set 4 + Yaw 45° - /parameters/UCAN1_ESC_FUNC4/values/305/description + /parameters/CAL_GYRO3_ROT/values/2/description - Peripheral via Actuator Set 5 + Yaw 90° - /parameters/UCAN1_ESC_FUNC4/values/306/description + /parameters/CAL_GYRO3_ROT/values/3/description - Peripheral via Actuator Set 6 + Yaw 135° - /parameters/UCAN1_ESC_FUNC4/values/400/description + /parameters/CAL_GYRO3_ROT/values/4/description - Landing Gear + Yaw 180° - /parameters/UCAN1_ESC_FUNC4/values/401/description + /parameters/CAL_GYRO3_ROT/values/5/description - Parachute + Yaw 225° - /parameters/UCAN1_ESC_FUNC4/values/402/description + /parameters/CAL_GYRO3_ROT/values/6/description - RC Roll + Yaw 270° - /parameters/UCAN1_ESC_FUNC4/values/403/description + /parameters/CAL_GYRO3_ROT/values/7/description - RC Pitch + Yaw 315° - /parameters/UCAN1_ESC_FUNC4/values/404/description + /parameters/CAL_GYRO3_ROT/values/8/description - RC Throttle + Roll 180° - /parameters/UCAN1_ESC_FUNC4/values/405/description + /parameters/CAL_GYRO3_ROT/values/9/description - RC Yaw + Roll 180°, Yaw 45° - /parameters/UCAN1_ESC_FUNC4/values/406/description + /parameters/CAL_GYRO3_ROT/values/10/description - RC Flaps + Roll 180°, Yaw 90° - /parameters/UCAN1_ESC_FUNC4/values/407/description + /parameters/CAL_GYRO3_ROT/values/11/description - RC AUX 1 + Roll 180°, Yaw 135° - /parameters/UCAN1_ESC_FUNC4/values/408/description + /parameters/CAL_GYRO3_ROT/values/12/description - RC AUX 2 + Pitch 180° - /parameters/UCAN1_ESC_FUNC4/values/409/description + /parameters/CAL_GYRO3_ROT/values/13/description - RC AUX 3 + Roll 180°, Yaw 225° - /parameters/UCAN1_ESC_FUNC4/values/410/description + /parameters/CAL_GYRO3_ROT/values/14/description - RC AUX 4 + Roll 180°, Yaw 270° - /parameters/UCAN1_ESC_FUNC4/values/411/description + /parameters/CAL_GYRO3_ROT/values/15/description - RC AUX 5 + Roll 180°, Yaw 315° - /parameters/UCAN1_ESC_FUNC4/values/412/description + /parameters/CAL_GYRO3_ROT/values/16/description - RC AUX 6 + Roll 90° - /parameters/UCAN1_ESC_FUNC4/values/420/description + /parameters/CAL_GYRO3_ROT/values/17/description - Gimbal Roll + Roll 90°, Yaw 45° - /parameters/UCAN1_ESC_FUNC4/values/421/description + /parameters/CAL_GYRO3_ROT/values/18/description - Gimbal Pitch + Roll 90°, Yaw 90° - /parameters/UCAN1_ESC_FUNC4/values/422/description + /parameters/CAL_GYRO3_ROT/values/19/description - Gimbal Yaw + Roll 90°, Yaw 135° - /parameters/UCAN1_ESC_FUNC4/values/430/description + /parameters/CAL_GYRO3_ROT/values/20/description - Gripper + Roll 270° - /parameters/UCAN1_ESC_FUNC4/values/440/description + /parameters/CAL_GYRO3_ROT/values/21/description - Landing Gear Wheel + Roll 270°, Yaw 45° - /parameters/UCAN1_ESC_FUNC5/shortDesc + /parameters/CAL_GYRO3_ROT/values/22/description - UAVCANv1 ESC 5 Output Function + Roll 270°, Yaw 90° - /parameters/UCAN1_ESC_FUNC5/longDesc + /parameters/CAL_GYRO3_ROT/values/23/description - Select what should be output on UAVCANv1 ESC 5. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Roll 270°, Yaw 135° - /parameters/UCAN1_ESC_FUNC5/values/0/description + /parameters/CAL_GYRO3_ROT/values/24/description - Disabled + Pitch 90° - /parameters/UCAN1_ESC_FUNC5/values/1/description + /parameters/CAL_GYRO3_ROT/values/25/description - Constant Min + Pitch 270° - /parameters/UCAN1_ESC_FUNC5/values/2/description + /parameters/CAL_GYRO3_ROT/values/26/description - Constant Max + Pitch 180°, Yaw 90° - /parameters/UCAN1_ESC_FUNC5/values/101/description + /parameters/CAL_GYRO3_ROT/values/27/description - Motor 1 + Pitch 180°, Yaw 270° - /parameters/UCAN1_ESC_FUNC5/values/102/description + /parameters/CAL_GYRO3_ROT/values/28/description - Motor 2 + Roll 90°, Pitch 90° - /parameters/UCAN1_ESC_FUNC5/values/103/description + /parameters/CAL_GYRO3_ROT/values/29/description - Motor 3 + Roll 180°, Pitch 90° - /parameters/UCAN1_ESC_FUNC5/values/104/description + /parameters/CAL_GYRO3_ROT/values/30/description - Motor 4 + Roll 270°, Pitch 90° - /parameters/UCAN1_ESC_FUNC5/values/105/description + /parameters/CAL_GYRO3_ROT/values/31/description - Motor 5 + Roll 90°, Pitch 180° - /parameters/UCAN1_ESC_FUNC5/values/106/description + /parameters/CAL_GYRO3_ROT/values/32/description - Motor 6 + Roll 270°, Pitch 180° - /parameters/UCAN1_ESC_FUNC5/values/107/description + /parameters/CAL_GYRO3_ROT/values/33/description - Motor 7 + Roll 90°, Pitch 270° - /parameters/UCAN1_ESC_FUNC5/values/108/description + /parameters/CAL_GYRO3_ROT/values/34/description - Motor 8 + Roll 180°, Pitch 270° - /parameters/UCAN1_ESC_FUNC5/values/109/description + /parameters/CAL_GYRO3_ROT/values/35/description - Motor 9 + Roll 270°, Pitch 270° - /parameters/UCAN1_ESC_FUNC5/values/110/description + /parameters/CAL_GYRO3_ROT/values/36/description - Motor 10 + Roll 90°, Pitch 180°, Yaw 90° - /parameters/UCAN1_ESC_FUNC5/values/111/description + /parameters/CAL_GYRO3_ROT/values/37/description - Motor 11 + Roll 90°, Yaw 270° - /parameters/UCAN1_ESC_FUNC5/values/112/description + /parameters/CAL_GYRO3_ROT/values/38/description - Motor 12 + Roll 90°, Pitch 68°, Yaw 293° - /parameters/UCAN1_ESC_FUNC5/values/201/description + /parameters/CAL_GYRO3_ROT/values/39/description - Servo 1 + Pitch 315° - /parameters/UCAN1_ESC_FUNC5/values/202/description + /parameters/CAL_GYRO3_ROT/values/40/description - Servo 2 + Roll 90°, Pitch 315° - /parameters/UCAN1_ESC_FUNC5/values/203/description + /parameters/CAL_GYRO3_XOFF/shortDesc - Servo 3 + Gyroscope 3 X-axis offset - /parameters/UCAN1_ESC_FUNC5/values/204/description + /parameters/CAL_GYRO3_YOFF/shortDesc - Servo 4 + Gyroscope 3 Y-axis offset - /parameters/UCAN1_ESC_FUNC5/values/205/description + /parameters/CAL_GYRO3_ZOFF/shortDesc - Servo 5 + Gyroscope 3 Z-axis offset - /parameters/UCAN1_ESC_FUNC5/values/206/description + /parameters/CAL_MAG0_ID/shortDesc - Servo 6 + Magnetometer 0 calibration device ID - /parameters/UCAN1_ESC_FUNC5/values/207/description + /parameters/CAL_MAG0_ID/longDesc - Servo 7 + Device ID of the magnetometer this calibration applies to. - /parameters/UCAN1_ESC_FUNC5/values/208/description + /parameters/CAL_MAG0_PITCH/shortDesc - Servo 8 + Magnetometer 0 Custom Euler Pitch Angle - /parameters/UCAN1_ESC_FUNC5/values/301/description + /parameters/CAL_MAG0_PITCH/longDesc - Peripheral via Actuator Set 1 + Setting this parameter changes CAL_MAG0_ROT to "Custom Euler Angle" - /parameters/UCAN1_ESC_FUNC5/values/302/description + /parameters/CAL_MAG0_PRIO/shortDesc - Peripheral via Actuator Set 2 + Magnetometer 0 priority - /parameters/UCAN1_ESC_FUNC5/values/303/description + /parameters/CAL_MAG0_PRIO/values/-1/description - Peripheral via Actuator Set 3 + Uninitialized - /parameters/UCAN1_ESC_FUNC5/values/304/description + /parameters/CAL_MAG0_PRIO/values/0/description - Peripheral via Actuator Set 4 + Disabled - /parameters/UCAN1_ESC_FUNC5/values/305/description + /parameters/CAL_MAG0_PRIO/values/1/description - Peripheral via Actuator Set 5 + Min - /parameters/UCAN1_ESC_FUNC5/values/306/description + /parameters/CAL_MAG0_PRIO/values/25/description - Peripheral via Actuator Set 6 + Low - /parameters/UCAN1_ESC_FUNC5/values/400/description + /parameters/CAL_MAG0_PRIO/values/50/description - Landing Gear + Medium (Default) - /parameters/UCAN1_ESC_FUNC5/values/401/description + /parameters/CAL_MAG0_PRIO/values/75/description - Parachute + High - /parameters/UCAN1_ESC_FUNC5/values/402/description + /parameters/CAL_MAG0_PRIO/values/100/description - RC Roll + Max - /parameters/UCAN1_ESC_FUNC5/values/403/description + /parameters/CAL_MAG0_ROLL/shortDesc - RC Pitch + Magnetometer 0 Custom Euler Roll Angle - /parameters/UCAN1_ESC_FUNC5/values/404/description + /parameters/CAL_MAG0_ROLL/longDesc - RC Throttle + Setting this parameter changes CAL_MAG0_ROT to "Custom Euler Angle" - /parameters/UCAN1_ESC_FUNC5/values/405/description + /parameters/CAL_MAG0_ROT/shortDesc - RC Yaw + Magnetometer 0 rotation relative to airframe - /parameters/UCAN1_ESC_FUNC5/values/406/description + /parameters/CAL_MAG0_ROT/longDesc - RC Flaps + An internal sensor will force a value of -1, so a GCS should only attempt to configure the rotation if the value is greater than or equal to zero. Set to "Custom Euler Angle" to define the rotation using CAL_MAG0_ROLL, CAL_MAG0_PITCH and CAL_MAG0_YAW. - /parameters/UCAN1_ESC_FUNC5/values/407/description + /parameters/CAL_MAG0_ROT/values/-1/description - RC AUX 1 + Internal - /parameters/UCAN1_ESC_FUNC5/values/408/description + /parameters/CAL_MAG0_ROT/values/0/description - RC AUX 2 + No rotation - /parameters/UCAN1_ESC_FUNC5/values/409/description + /parameters/CAL_MAG0_ROT/values/1/description - RC AUX 3 + Yaw 45° - /parameters/UCAN1_ESC_FUNC5/values/410/description + /parameters/CAL_MAG0_ROT/values/2/description - RC AUX 4 + Yaw 90° - /parameters/UCAN1_ESC_FUNC5/values/411/description + /parameters/CAL_MAG0_ROT/values/3/description - RC AUX 5 + Yaw 135° - /parameters/UCAN1_ESC_FUNC5/values/412/description + /parameters/CAL_MAG0_ROT/values/4/description - RC AUX 6 + Yaw 180° - /parameters/UCAN1_ESC_FUNC5/values/420/description + /parameters/CAL_MAG0_ROT/values/5/description - Gimbal Roll + Yaw 225° - /parameters/UCAN1_ESC_FUNC5/values/421/description + /parameters/CAL_MAG0_ROT/values/6/description - Gimbal Pitch + Yaw 270° - /parameters/UCAN1_ESC_FUNC5/values/422/description + /parameters/CAL_MAG0_ROT/values/7/description - Gimbal Yaw + Yaw 315° - /parameters/UCAN1_ESC_FUNC5/values/430/description + /parameters/CAL_MAG0_ROT/values/8/description - Gripper + Roll 180° - /parameters/UCAN1_ESC_FUNC5/values/440/description + /parameters/CAL_MAG0_ROT/values/9/description - Landing Gear Wheel + Roll 180°, Yaw 45° - /parameters/UCAN1_ESC_FUNC6/shortDesc + /parameters/CAL_MAG0_ROT/values/10/description - UAVCANv1 ESC 6 Output Function + Roll 180°, Yaw 90° - /parameters/UCAN1_ESC_FUNC6/longDesc + /parameters/CAL_MAG0_ROT/values/11/description - Select what should be output on UAVCANv1 ESC 6. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Roll 180°, Yaw 135° - /parameters/UCAN1_ESC_FUNC6/values/0/description + /parameters/CAL_MAG0_ROT/values/12/description - Disabled + Pitch 180° - /parameters/UCAN1_ESC_FUNC6/values/1/description + /parameters/CAL_MAG0_ROT/values/13/description - Constant Min + Roll 180°, Yaw 225° - /parameters/UCAN1_ESC_FUNC6/values/2/description + /parameters/CAL_MAG0_ROT/values/14/description - Constant Max + Roll 180°, Yaw 270° - /parameters/UCAN1_ESC_FUNC6/values/101/description + /parameters/CAL_MAG0_ROT/values/15/description - Motor 1 + Roll 180°, Yaw 315° - /parameters/UCAN1_ESC_FUNC6/values/102/description + /parameters/CAL_MAG0_ROT/values/16/description - Motor 2 + Roll 90° - /parameters/UCAN1_ESC_FUNC6/values/103/description + /parameters/CAL_MAG0_ROT/values/17/description - Motor 3 + Roll 90°, Yaw 45° - /parameters/UCAN1_ESC_FUNC6/values/104/description + /parameters/CAL_MAG0_ROT/values/18/description - Motor 4 + Roll 90°, Yaw 90° - /parameters/UCAN1_ESC_FUNC6/values/105/description + /parameters/CAL_MAG0_ROT/values/19/description - Motor 5 + Roll 90°, Yaw 135° - /parameters/UCAN1_ESC_FUNC6/values/106/description + /parameters/CAL_MAG0_ROT/values/20/description - Motor 6 + Roll 270° - /parameters/UCAN1_ESC_FUNC6/values/107/description + /parameters/CAL_MAG0_ROT/values/21/description - Motor 7 + Roll 270°, Yaw 45° - /parameters/UCAN1_ESC_FUNC6/values/108/description + /parameters/CAL_MAG0_ROT/values/22/description - Motor 8 + Roll 270°, Yaw 90° - /parameters/UCAN1_ESC_FUNC6/values/109/description + /parameters/CAL_MAG0_ROT/values/23/description - Motor 9 + Roll 270°, Yaw 135° - /parameters/UCAN1_ESC_FUNC6/values/110/description + /parameters/CAL_MAG0_ROT/values/24/description - Motor 10 + Pitch 90° - /parameters/UCAN1_ESC_FUNC6/values/111/description + /parameters/CAL_MAG0_ROT/values/25/description - Motor 11 + Pitch 270° - /parameters/UCAN1_ESC_FUNC6/values/112/description + /parameters/CAL_MAG0_ROT/values/26/description - Motor 12 + Pitch 180°, Yaw 90° - /parameters/UCAN1_ESC_FUNC6/values/201/description + /parameters/CAL_MAG0_ROT/values/27/description - Servo 1 + Pitch 180°, Yaw 270° - /parameters/UCAN1_ESC_FUNC6/values/202/description + /parameters/CAL_MAG0_ROT/values/28/description - Servo 2 + Roll 90°, Pitch 90° - /parameters/UCAN1_ESC_FUNC6/values/203/description + /parameters/CAL_MAG0_ROT/values/29/description - Servo 3 + Roll 180°, Pitch 90° - /parameters/UCAN1_ESC_FUNC6/values/204/description + /parameters/CAL_MAG0_ROT/values/30/description - Servo 4 + Roll 270°, Pitch 90° - /parameters/UCAN1_ESC_FUNC6/values/205/description + /parameters/CAL_MAG0_ROT/values/31/description - Servo 5 + Roll 90°, Pitch 180° - /parameters/UCAN1_ESC_FUNC6/values/206/description + /parameters/CAL_MAG0_ROT/values/32/description - Servo 6 + Roll 270°, Pitch 180° - /parameters/UCAN1_ESC_FUNC6/values/207/description + /parameters/CAL_MAG0_ROT/values/33/description - Servo 7 + Roll 90°, Pitch 270° - /parameters/UCAN1_ESC_FUNC6/values/208/description + /parameters/CAL_MAG0_ROT/values/34/description - Servo 8 + Roll 180°, Pitch 270° - /parameters/UCAN1_ESC_FUNC6/values/301/description + /parameters/CAL_MAG0_ROT/values/35/description - Peripheral via Actuator Set 1 + Roll 270°, Pitch 270° - /parameters/UCAN1_ESC_FUNC6/values/302/description + /parameters/CAL_MAG0_ROT/values/36/description - Peripheral via Actuator Set 2 + Roll 90°, Pitch 180°, Yaw 90° - /parameters/UCAN1_ESC_FUNC6/values/303/description + /parameters/CAL_MAG0_ROT/values/37/description - Peripheral via Actuator Set 3 + Roll 90°, Yaw 270° - /parameters/UCAN1_ESC_FUNC6/values/304/description + /parameters/CAL_MAG0_ROT/values/38/description - Peripheral via Actuator Set 4 + Roll 90°, Pitch 68°, Yaw 293° - /parameters/UCAN1_ESC_FUNC6/values/305/description + /parameters/CAL_MAG0_ROT/values/39/description - Peripheral via Actuator Set 5 + Pitch 315° - /parameters/UCAN1_ESC_FUNC6/values/306/description + /parameters/CAL_MAG0_ROT/values/40/description - Peripheral via Actuator Set 6 + Roll 90°, Pitch 315° - /parameters/UCAN1_ESC_FUNC6/values/400/description + /parameters/CAL_MAG0_ROT/values/100/description - Landing Gear + Custom Euler Angle - /parameters/UCAN1_ESC_FUNC6/values/401/description + /parameters/CAL_MAG0_XCOMP/shortDesc - Parachute + Magnetometer 0 X Axis throttle compensation - /parameters/UCAN1_ESC_FUNC6/values/402/description + /parameters/CAL_MAG0_XCOMP/longDesc - RC Roll + Coefficient describing linear relationship between X component of magnetometer in body frame axis and either current or throttle depending on value of CAL_MAG_COMP_TYP. Unit for throttle-based compensation is [G] and for current-based compensation [G/kA] - /parameters/UCAN1_ESC_FUNC6/values/403/description + /parameters/CAL_MAG0_XODIAG/shortDesc - RC Pitch + Magnetometer 0 X-axis off diagonal scale factor - /parameters/UCAN1_ESC_FUNC6/values/404/description + /parameters/CAL_MAG0_XOFF/shortDesc - RC Throttle + Magnetometer 0 X-axis offset - /parameters/UCAN1_ESC_FUNC6/values/405/description + /parameters/CAL_MAG0_XSCALE/shortDesc - RC Yaw + Magnetometer 0 X-axis scaling factor - /parameters/UCAN1_ESC_FUNC6/values/406/description + /parameters/CAL_MAG0_YAW/shortDesc - RC Flaps + Magnetometer 0 Custom Euler Yaw Angle - /parameters/UCAN1_ESC_FUNC6/values/407/description + /parameters/CAL_MAG0_YAW/longDesc - RC AUX 1 + Setting this parameter changes CAL_MAG0_ROT to "Custom Euler Angle" - /parameters/UCAN1_ESC_FUNC6/values/408/description + /parameters/CAL_MAG0_YCOMP/shortDesc - RC AUX 2 + Magnetometer 0 Y Axis throttle compensation - /parameters/UCAN1_ESC_FUNC6/values/409/description + /parameters/CAL_MAG0_YCOMP/longDesc - RC AUX 3 + Coefficient describing linear relationship between Y component of magnetometer in body frame axis and either current or throttle depending on value of CAL_MAG_COMP_TYP. Unit for throttle-based compensation is [G] and for current-based compensation [G/kA] - /parameters/UCAN1_ESC_FUNC6/values/410/description + /parameters/CAL_MAG0_YODIAG/shortDesc - RC AUX 4 + Magnetometer 0 Y-axis off diagonal scale factor - /parameters/UCAN1_ESC_FUNC6/values/411/description + /parameters/CAL_MAG0_YOFF/shortDesc - RC AUX 5 + Magnetometer 0 Y-axis offset - /parameters/UCAN1_ESC_FUNC6/values/412/description + /parameters/CAL_MAG0_YSCALE/shortDesc - RC AUX 6 + Magnetometer 0 Y-axis scaling factor - /parameters/UCAN1_ESC_FUNC6/values/420/description + /parameters/CAL_MAG0_ZCOMP/shortDesc - Gimbal Roll + Magnetometer 0 Z Axis throttle compensation - /parameters/UCAN1_ESC_FUNC6/values/421/description + /parameters/CAL_MAG0_ZCOMP/longDesc - Gimbal Pitch + Coefficient describing linear relationship between Z component of magnetometer in body frame axis and either current or throttle depending on value of CAL_MAG_COMP_TYP. Unit for throttle-based compensation is [G] and for current-based compensation [G/kA] - /parameters/UCAN1_ESC_FUNC6/values/422/description + /parameters/CAL_MAG0_ZODIAG/shortDesc - Gimbal Yaw + Magnetometer 0 Z-axis off diagonal scale factor - /parameters/UCAN1_ESC_FUNC6/values/430/description + /parameters/CAL_MAG0_ZOFF/shortDesc - Gripper + Magnetometer 0 Z-axis offset - /parameters/UCAN1_ESC_FUNC6/values/440/description + /parameters/CAL_MAG0_ZSCALE/shortDesc - Landing Gear Wheel + Magnetometer 0 Z-axis scaling factor - /parameters/UCAN1_ESC_FUNC7/shortDesc + /parameters/CAL_MAG1_ID/shortDesc - UAVCANv1 ESC 7 Output Function + Magnetometer 1 calibration device ID - /parameters/UCAN1_ESC_FUNC7/longDesc + /parameters/CAL_MAG1_ID/longDesc - Select what should be output on UAVCANv1 ESC 7. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Device ID of the magnetometer this calibration applies to. - /parameters/UCAN1_ESC_FUNC7/values/0/description + /parameters/CAL_MAG1_PITCH/shortDesc - Disabled + Magnetometer 1 Custom Euler Pitch Angle - /parameters/UCAN1_ESC_FUNC7/values/1/description + /parameters/CAL_MAG1_PITCH/longDesc - Constant Min + Setting this parameter changes CAL_MAG1_ROT to "Custom Euler Angle" - /parameters/UCAN1_ESC_FUNC7/values/2/description + /parameters/CAL_MAG1_PRIO/shortDesc - Constant Max + Magnetometer 1 priority - /parameters/UCAN1_ESC_FUNC7/values/101/description + /parameters/CAL_MAG1_PRIO/values/-1/description - Motor 1 + Uninitialized - /parameters/UCAN1_ESC_FUNC7/values/102/description + /parameters/CAL_MAG1_PRIO/values/0/description - Motor 2 + Disabled - /parameters/UCAN1_ESC_FUNC7/values/103/description + /parameters/CAL_MAG1_PRIO/values/1/description - Motor 3 + Min - /parameters/UCAN1_ESC_FUNC7/values/104/description + /parameters/CAL_MAG1_PRIO/values/25/description - Motor 4 + Low - /parameters/UCAN1_ESC_FUNC7/values/105/description + /parameters/CAL_MAG1_PRIO/values/50/description - Motor 5 + Medium (Default) - /parameters/UCAN1_ESC_FUNC7/values/106/description + /parameters/CAL_MAG1_PRIO/values/75/description - Motor 6 + High - /parameters/UCAN1_ESC_FUNC7/values/107/description + /parameters/CAL_MAG1_PRIO/values/100/description - Motor 7 + Max - /parameters/UCAN1_ESC_FUNC7/values/108/description + /parameters/CAL_MAG1_ROLL/shortDesc - Motor 8 + Magnetometer 1 Custom Euler Roll Angle - /parameters/UCAN1_ESC_FUNC7/values/109/description + /parameters/CAL_MAG1_ROLL/longDesc - Motor 9 + Setting this parameter changes CAL_MAG1_ROT to "Custom Euler Angle" - /parameters/UCAN1_ESC_FUNC7/values/110/description + /parameters/CAL_MAG1_ROT/shortDesc - Motor 10 + Magnetometer 1 rotation relative to airframe - /parameters/UCAN1_ESC_FUNC7/values/111/description + /parameters/CAL_MAG1_ROT/longDesc - Motor 11 + An internal sensor will force a value of -1, so a GCS should only attempt to configure the rotation if the value is greater than or equal to zero. Set to "Custom Euler Angle" to define the rotation using CAL_MAG1_ROLL, CAL_MAG1_PITCH and CAL_MAG1_YAW. - /parameters/UCAN1_ESC_FUNC7/values/112/description + /parameters/CAL_MAG1_ROT/values/-1/description - Motor 12 + Internal - /parameters/UCAN1_ESC_FUNC7/values/201/description + /parameters/CAL_MAG1_ROT/values/0/description - Servo 1 + No rotation - /parameters/UCAN1_ESC_FUNC7/values/202/description + /parameters/CAL_MAG1_ROT/values/1/description - Servo 2 + Yaw 45° - /parameters/UCAN1_ESC_FUNC7/values/203/description + /parameters/CAL_MAG1_ROT/values/2/description - Servo 3 + Yaw 90° - /parameters/UCAN1_ESC_FUNC7/values/204/description + /parameters/CAL_MAG1_ROT/values/3/description - Servo 4 + Yaw 135° - /parameters/UCAN1_ESC_FUNC7/values/205/description + /parameters/CAL_MAG1_ROT/values/4/description - Servo 5 + Yaw 180° - /parameters/UCAN1_ESC_FUNC7/values/206/description + /parameters/CAL_MAG1_ROT/values/5/description - Servo 6 + Yaw 225° - /parameters/UCAN1_ESC_FUNC7/values/207/description + /parameters/CAL_MAG1_ROT/values/6/description - Servo 7 + Yaw 270° - /parameters/UCAN1_ESC_FUNC7/values/208/description + /parameters/CAL_MAG1_ROT/values/7/description - Servo 8 + Yaw 315° - /parameters/UCAN1_ESC_FUNC7/values/301/description + /parameters/CAL_MAG1_ROT/values/8/description - Peripheral via Actuator Set 1 + Roll 180° - /parameters/UCAN1_ESC_FUNC7/values/302/description + /parameters/CAL_MAG1_ROT/values/9/description - Peripheral via Actuator Set 2 + Roll 180°, Yaw 45° - /parameters/UCAN1_ESC_FUNC7/values/303/description + /parameters/CAL_MAG1_ROT/values/10/description - Peripheral via Actuator Set 3 + Roll 180°, Yaw 90° - /parameters/UCAN1_ESC_FUNC7/values/304/description + /parameters/CAL_MAG1_ROT/values/11/description - Peripheral via Actuator Set 4 + Roll 180°, Yaw 135° - /parameters/UCAN1_ESC_FUNC7/values/305/description + /parameters/CAL_MAG1_ROT/values/12/description - Peripheral via Actuator Set 5 + Pitch 180° - /parameters/UCAN1_ESC_FUNC7/values/306/description + /parameters/CAL_MAG1_ROT/values/13/description - Peripheral via Actuator Set 6 + Roll 180°, Yaw 225° - /parameters/UCAN1_ESC_FUNC7/values/400/description + /parameters/CAL_MAG1_ROT/values/14/description - Landing Gear + Roll 180°, Yaw 270° - /parameters/UCAN1_ESC_FUNC7/values/401/description + /parameters/CAL_MAG1_ROT/values/15/description - Parachute + Roll 180°, Yaw 315° - /parameters/UCAN1_ESC_FUNC7/values/402/description + /parameters/CAL_MAG1_ROT/values/16/description - RC Roll + Roll 90° - /parameters/UCAN1_ESC_FUNC7/values/403/description + /parameters/CAL_MAG1_ROT/values/17/description - RC Pitch + Roll 90°, Yaw 45° - /parameters/UCAN1_ESC_FUNC7/values/404/description + /parameters/CAL_MAG1_ROT/values/18/description - RC Throttle + Roll 90°, Yaw 90° - /parameters/UCAN1_ESC_FUNC7/values/405/description + /parameters/CAL_MAG1_ROT/values/19/description - RC Yaw + Roll 90°, Yaw 135° - /parameters/UCAN1_ESC_FUNC7/values/406/description + /parameters/CAL_MAG1_ROT/values/20/description - RC Flaps + Roll 270° - /parameters/UCAN1_ESC_FUNC7/values/407/description + /parameters/CAL_MAG1_ROT/values/21/description - RC AUX 1 + Roll 270°, Yaw 45° - /parameters/UCAN1_ESC_FUNC7/values/408/description + /parameters/CAL_MAG1_ROT/values/22/description - RC AUX 2 + Roll 270°, Yaw 90° - /parameters/UCAN1_ESC_FUNC7/values/409/description + /parameters/CAL_MAG1_ROT/values/23/description - RC AUX 3 + Roll 270°, Yaw 135° - /parameters/UCAN1_ESC_FUNC7/values/410/description + /parameters/CAL_MAG1_ROT/values/24/description - RC AUX 4 + Pitch 90° - /parameters/UCAN1_ESC_FUNC7/values/411/description + /parameters/CAL_MAG1_ROT/values/25/description - RC AUX 5 + Pitch 270° - /parameters/UCAN1_ESC_FUNC7/values/412/description + /parameters/CAL_MAG1_ROT/values/26/description - RC AUX 6 + Pitch 180°, Yaw 90° - /parameters/UCAN1_ESC_FUNC7/values/420/description + /parameters/CAL_MAG1_ROT/values/27/description - Gimbal Roll + Pitch 180°, Yaw 270° - /parameters/UCAN1_ESC_FUNC7/values/421/description + /parameters/CAL_MAG1_ROT/values/28/description - Gimbal Pitch + Roll 90°, Pitch 90° - /parameters/UCAN1_ESC_FUNC7/values/422/description + /parameters/CAL_MAG1_ROT/values/29/description - Gimbal Yaw + Roll 180°, Pitch 90° - /parameters/UCAN1_ESC_FUNC7/values/430/description + /parameters/CAL_MAG1_ROT/values/30/description - Gripper + Roll 270°, Pitch 90° - /parameters/UCAN1_ESC_FUNC7/values/440/description + /parameters/CAL_MAG1_ROT/values/31/description - Landing Gear Wheel + Roll 90°, Pitch 180° - /parameters/UCAN1_ESC_FUNC8/shortDesc + /parameters/CAL_MAG1_ROT/values/32/description - UAVCANv1 ESC 8 Output Function + Roll 270°, Pitch 180° - /parameters/UCAN1_ESC_FUNC8/longDesc + /parameters/CAL_MAG1_ROT/values/33/description - Select what should be output on UAVCANv1 ESC 8. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Roll 90°, Pitch 270° - /parameters/UCAN1_ESC_FUNC8/values/0/description + /parameters/CAL_MAG1_ROT/values/34/description - Disabled + Roll 180°, Pitch 270° - /parameters/UCAN1_ESC_FUNC8/values/1/description + /parameters/CAL_MAG1_ROT/values/35/description - Constant Min + Roll 270°, Pitch 270° - /parameters/UCAN1_ESC_FUNC8/values/2/description + /parameters/CAL_MAG1_ROT/values/36/description - Constant Max + Roll 90°, Pitch 180°, Yaw 90° - /parameters/UCAN1_ESC_FUNC8/values/101/description + /parameters/CAL_MAG1_ROT/values/37/description - Motor 1 + Roll 90°, Yaw 270° - /parameters/UCAN1_ESC_FUNC8/values/102/description + /parameters/CAL_MAG1_ROT/values/38/description - Motor 2 + Roll 90°, Pitch 68°, Yaw 293° - /parameters/UCAN1_ESC_FUNC8/values/103/description + /parameters/CAL_MAG1_ROT/values/39/description - Motor 3 + Pitch 315° - /parameters/UCAN1_ESC_FUNC8/values/104/description + /parameters/CAL_MAG1_ROT/values/40/description - Motor 4 + Roll 90°, Pitch 315° - /parameters/UCAN1_ESC_FUNC8/values/105/description + /parameters/CAL_MAG1_ROT/values/100/description - Motor 5 + Custom Euler Angle - /parameters/UCAN1_ESC_FUNC8/values/106/description + /parameters/CAL_MAG1_XCOMP/shortDesc - Motor 6 + Magnetometer 1 X Axis throttle compensation - /parameters/UCAN1_ESC_FUNC8/values/107/description + /parameters/CAL_MAG1_XCOMP/longDesc - Motor 7 + Coefficient describing linear relationship between X component of magnetometer in body frame axis and either current or throttle depending on value of CAL_MAG_COMP_TYP. Unit for throttle-based compensation is [G] and for current-based compensation [G/kA] - /parameters/UCAN1_ESC_FUNC8/values/108/description + /parameters/CAL_MAG1_XODIAG/shortDesc - Motor 8 + Magnetometer 1 X-axis off diagonal scale factor - /parameters/UCAN1_ESC_FUNC8/values/109/description + /parameters/CAL_MAG1_XOFF/shortDesc - Motor 9 + Magnetometer 1 X-axis offset - /parameters/UCAN1_ESC_FUNC8/values/110/description + /parameters/CAL_MAG1_XSCALE/shortDesc - Motor 10 + Magnetometer 1 X-axis scaling factor - /parameters/UCAN1_ESC_FUNC8/values/111/description + /parameters/CAL_MAG1_YAW/shortDesc - Motor 11 + Magnetometer 1 Custom Euler Yaw Angle - /parameters/UCAN1_ESC_FUNC8/values/112/description + /parameters/CAL_MAG1_YAW/longDesc - Motor 12 + Setting this parameter changes CAL_MAG1_ROT to "Custom Euler Angle" - /parameters/UCAN1_ESC_FUNC8/values/201/description + /parameters/CAL_MAG1_YCOMP/shortDesc - Servo 1 + Magnetometer 1 Y Axis throttle compensation - /parameters/UCAN1_ESC_FUNC8/values/202/description + /parameters/CAL_MAG1_YCOMP/longDesc - Servo 2 + Coefficient describing linear relationship between Y component of magnetometer in body frame axis and either current or throttle depending on value of CAL_MAG_COMP_TYP. Unit for throttle-based compensation is [G] and for current-based compensation [G/kA] - /parameters/UCAN1_ESC_FUNC8/values/203/description + /parameters/CAL_MAG1_YODIAG/shortDesc - Servo 3 + Magnetometer 1 Y-axis off diagonal scale factor - /parameters/UCAN1_ESC_FUNC8/values/204/description + /parameters/CAL_MAG1_YOFF/shortDesc - Servo 4 + Magnetometer 1 Y-axis offset - /parameters/UCAN1_ESC_FUNC8/values/205/description + /parameters/CAL_MAG1_YSCALE/shortDesc - Servo 5 + Magnetometer 1 Y-axis scaling factor - /parameters/UCAN1_ESC_FUNC8/values/206/description + /parameters/CAL_MAG1_ZCOMP/shortDesc - Servo 6 + Magnetometer 1 Z Axis throttle compensation - /parameters/UCAN1_ESC_FUNC8/values/207/description + /parameters/CAL_MAG1_ZCOMP/longDesc - Servo 7 + Coefficient describing linear relationship between Z component of magnetometer in body frame axis and either current or throttle depending on value of CAL_MAG_COMP_TYP. Unit for throttle-based compensation is [G] and for current-based compensation [G/kA] - /parameters/UCAN1_ESC_FUNC8/values/208/description + /parameters/CAL_MAG1_ZODIAG/shortDesc - Servo 8 + Magnetometer 1 Z-axis off diagonal scale factor - /parameters/UCAN1_ESC_FUNC8/values/301/description + /parameters/CAL_MAG1_ZOFF/shortDesc - Peripheral via Actuator Set 1 + Magnetometer 1 Z-axis offset - /parameters/UCAN1_ESC_FUNC8/values/302/description + /parameters/CAL_MAG1_ZSCALE/shortDesc - Peripheral via Actuator Set 2 + Magnetometer 1 Z-axis scaling factor - /parameters/UCAN1_ESC_FUNC8/values/303/description + /parameters/CAL_MAG2_ID/shortDesc - Peripheral via Actuator Set 3 + Magnetometer 2 calibration device ID - /parameters/UCAN1_ESC_FUNC8/values/304/description + /parameters/CAL_MAG2_ID/longDesc - Peripheral via Actuator Set 4 + Device ID of the magnetometer this calibration applies to. - /parameters/UCAN1_ESC_FUNC8/values/305/description + /parameters/CAL_MAG2_PITCH/shortDesc - Peripheral via Actuator Set 5 + Magnetometer 2 Custom Euler Pitch Angle - /parameters/UCAN1_ESC_FUNC8/values/306/description + /parameters/CAL_MAG2_PITCH/longDesc - Peripheral via Actuator Set 6 + Setting this parameter changes CAL_MAG2_ROT to "Custom Euler Angle" - /parameters/UCAN1_ESC_FUNC8/values/400/description + /parameters/CAL_MAG2_PRIO/shortDesc - Landing Gear + Magnetometer 2 priority - /parameters/UCAN1_ESC_FUNC8/values/401/description + /parameters/CAL_MAG2_PRIO/values/-1/description - Parachute + Uninitialized - /parameters/UCAN1_ESC_FUNC8/values/402/description + /parameters/CAL_MAG2_PRIO/values/0/description - RC Roll + Disabled - /parameters/UCAN1_ESC_FUNC8/values/403/description + /parameters/CAL_MAG2_PRIO/values/1/description - RC Pitch + Min - /parameters/UCAN1_ESC_FUNC8/values/404/description + /parameters/CAL_MAG2_PRIO/values/25/description - RC Throttle + Low - /parameters/UCAN1_ESC_FUNC8/values/405/description + /parameters/CAL_MAG2_PRIO/values/50/description - RC Yaw + Medium (Default) - /parameters/UCAN1_ESC_FUNC8/values/406/description + /parameters/CAL_MAG2_PRIO/values/75/description - RC Flaps + High - /parameters/UCAN1_ESC_FUNC8/values/407/description + /parameters/CAL_MAG2_PRIO/values/100/description - RC AUX 1 + Max - /parameters/UCAN1_ESC_FUNC8/values/408/description + /parameters/CAL_MAG2_ROLL/shortDesc - RC AUX 2 + Magnetometer 2 Custom Euler Roll Angle - /parameters/UCAN1_ESC_FUNC8/values/409/description + /parameters/CAL_MAG2_ROLL/longDesc - RC AUX 3 + Setting this parameter changes CAL_MAG2_ROT to "Custom Euler Angle" - /parameters/UCAN1_ESC_FUNC8/values/410/description + /parameters/CAL_MAG2_ROT/shortDesc - RC AUX 4 + Magnetometer 2 rotation relative to airframe - /parameters/UCAN1_ESC_FUNC8/values/411/description + /parameters/CAL_MAG2_ROT/longDesc - RC AUX 5 + An internal sensor will force a value of -1, so a GCS should only attempt to configure the rotation if the value is greater than or equal to zero. Set to "Custom Euler Angle" to define the rotation using CAL_MAG2_ROLL, CAL_MAG2_PITCH and CAL_MAG2_YAW. - /parameters/UCAN1_ESC_FUNC8/values/412/description + /parameters/CAL_MAG2_ROT/values/-1/description - RC AUX 6 + Internal - /parameters/UCAN1_ESC_FUNC8/values/420/description + /parameters/CAL_MAG2_ROT/values/0/description - Gimbal Roll + No rotation - /parameters/UCAN1_ESC_FUNC8/values/421/description + /parameters/CAL_MAG2_ROT/values/1/description - Gimbal Pitch + Yaw 45° - /parameters/UCAN1_ESC_FUNC8/values/422/description + /parameters/CAL_MAG2_ROT/values/2/description - Gimbal Yaw + Yaw 90° - /parameters/UCAN1_ESC_FUNC8/values/430/description + /parameters/CAL_MAG2_ROT/values/3/description - Gripper + Yaw 135° - /parameters/UCAN1_ESC_FUNC8/values/440/description + /parameters/CAL_MAG2_ROT/values/4/description - Landing Gear Wheel + Yaw 180° - /parameters/UCAN1_ESC_FUNC9/shortDesc + /parameters/CAL_MAG2_ROT/values/5/description - UAVCANv1 ESC 9 Output Function + Yaw 225° - /parameters/UCAN1_ESC_FUNC9/longDesc + /parameters/CAL_MAG2_ROT/values/6/description - Select what should be output on UAVCANv1 ESC 9. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Yaw 270° - /parameters/UCAN1_ESC_FUNC9/values/0/description + /parameters/CAL_MAG2_ROT/values/7/description - Disabled + Yaw 315° - /parameters/UCAN1_ESC_FUNC9/values/1/description + /parameters/CAL_MAG2_ROT/values/8/description - Constant Min + Roll 180° - /parameters/UCAN1_ESC_FUNC9/values/2/description + /parameters/CAL_MAG2_ROT/values/9/description - Constant Max + Roll 180°, Yaw 45° - /parameters/UCAN1_ESC_FUNC9/values/101/description + /parameters/CAL_MAG2_ROT/values/10/description - Motor 1 + Roll 180°, Yaw 90° - /parameters/UCAN1_ESC_FUNC9/values/102/description + /parameters/CAL_MAG2_ROT/values/11/description - Motor 2 + Roll 180°, Yaw 135° - /parameters/UCAN1_ESC_FUNC9/values/103/description + /parameters/CAL_MAG2_ROT/values/12/description - Motor 3 + Pitch 180° - /parameters/UCAN1_ESC_FUNC9/values/104/description + /parameters/CAL_MAG2_ROT/values/13/description - Motor 4 + Roll 180°, Yaw 225° - /parameters/UCAN1_ESC_FUNC9/values/105/description + /parameters/CAL_MAG2_ROT/values/14/description - Motor 5 + Roll 180°, Yaw 270° - /parameters/UCAN1_ESC_FUNC9/values/106/description + /parameters/CAL_MAG2_ROT/values/15/description - Motor 6 + Roll 180°, Yaw 315° - /parameters/UCAN1_ESC_FUNC9/values/107/description + /parameters/CAL_MAG2_ROT/values/16/description - Motor 7 + Roll 90° - /parameters/UCAN1_ESC_FUNC9/values/108/description + /parameters/CAL_MAG2_ROT/values/17/description - Motor 8 + Roll 90°, Yaw 45° - /parameters/UCAN1_ESC_FUNC9/values/109/description + /parameters/CAL_MAG2_ROT/values/18/description - Motor 9 + Roll 90°, Yaw 90° - /parameters/UCAN1_ESC_FUNC9/values/110/description + /parameters/CAL_MAG2_ROT/values/19/description - Motor 10 + Roll 90°, Yaw 135° - /parameters/UCAN1_ESC_FUNC9/values/111/description + /parameters/CAL_MAG2_ROT/values/20/description - Motor 11 + Roll 270° - /parameters/UCAN1_ESC_FUNC9/values/112/description + /parameters/CAL_MAG2_ROT/values/21/description - Motor 12 + Roll 270°, Yaw 45° - /parameters/UCAN1_ESC_FUNC9/values/201/description + /parameters/CAL_MAG2_ROT/values/22/description - Servo 1 + Roll 270°, Yaw 90° - /parameters/UCAN1_ESC_FUNC9/values/202/description + /parameters/CAL_MAG2_ROT/values/23/description - Servo 2 + Roll 270°, Yaw 135° - /parameters/UCAN1_ESC_FUNC9/values/203/description + /parameters/CAL_MAG2_ROT/values/24/description - Servo 3 + Pitch 90° - /parameters/UCAN1_ESC_FUNC9/values/204/description + /parameters/CAL_MAG2_ROT/values/25/description - Servo 4 + Pitch 270° - /parameters/UCAN1_ESC_FUNC9/values/205/description + /parameters/CAL_MAG2_ROT/values/26/description - Servo 5 + Pitch 180°, Yaw 90° - /parameters/UCAN1_ESC_FUNC9/values/206/description + /parameters/CAL_MAG2_ROT/values/27/description - Servo 6 + Pitch 180°, Yaw 270° - /parameters/UCAN1_ESC_FUNC9/values/207/description + /parameters/CAL_MAG2_ROT/values/28/description - Servo 7 + Roll 90°, Pitch 90° - /parameters/UCAN1_ESC_FUNC9/values/208/description + /parameters/CAL_MAG2_ROT/values/29/description - Servo 8 + Roll 180°, Pitch 90° - /parameters/UCAN1_ESC_FUNC9/values/301/description + /parameters/CAL_MAG2_ROT/values/30/description - Peripheral via Actuator Set 1 + Roll 270°, Pitch 90° - /parameters/UCAN1_ESC_FUNC9/values/302/description + /parameters/CAL_MAG2_ROT/values/31/description - Peripheral via Actuator Set 2 + Roll 90°, Pitch 180° - /parameters/UCAN1_ESC_FUNC9/values/303/description + /parameters/CAL_MAG2_ROT/values/32/description - Peripheral via Actuator Set 3 + Roll 270°, Pitch 180° - /parameters/UCAN1_ESC_FUNC9/values/304/description + /parameters/CAL_MAG2_ROT/values/33/description - Peripheral via Actuator Set 4 + Roll 90°, Pitch 270° - /parameters/UCAN1_ESC_FUNC9/values/305/description + /parameters/CAL_MAG2_ROT/values/34/description - Peripheral via Actuator Set 5 + Roll 180°, Pitch 270° - /parameters/UCAN1_ESC_FUNC9/values/306/description + /parameters/CAL_MAG2_ROT/values/35/description - Peripheral via Actuator Set 6 + Roll 270°, Pitch 270° - /parameters/UCAN1_ESC_FUNC9/values/400/description + /parameters/CAL_MAG2_ROT/values/36/description - Landing Gear + Roll 90°, Pitch 180°, Yaw 90° - /parameters/UCAN1_ESC_FUNC9/values/401/description + /parameters/CAL_MAG2_ROT/values/37/description - Parachute + Roll 90°, Yaw 270° - /parameters/UCAN1_ESC_FUNC9/values/402/description + /parameters/CAL_MAG2_ROT/values/38/description - RC Roll + Roll 90°, Pitch 68°, Yaw 293° - /parameters/UCAN1_ESC_FUNC9/values/403/description + /parameters/CAL_MAG2_ROT/values/39/description - RC Pitch + Pitch 315° - /parameters/UCAN1_ESC_FUNC9/values/404/description + /parameters/CAL_MAG2_ROT/values/40/description - RC Throttle + Roll 90°, Pitch 315° - /parameters/UCAN1_ESC_FUNC9/values/405/description + /parameters/CAL_MAG2_ROT/values/100/description - RC Yaw + Custom Euler Angle - /parameters/UCAN1_ESC_FUNC9/values/406/description + /parameters/CAL_MAG2_XCOMP/shortDesc - RC Flaps + Magnetometer 2 X Axis throttle compensation - /parameters/UCAN1_ESC_FUNC9/values/407/description + /parameters/CAL_MAG2_XCOMP/longDesc - RC AUX 1 + Coefficient describing linear relationship between X component of magnetometer in body frame axis and either current or throttle depending on value of CAL_MAG_COMP_TYP. Unit for throttle-based compensation is [G] and for current-based compensation [G/kA] - /parameters/UCAN1_ESC_FUNC9/values/408/description + /parameters/CAL_MAG2_XODIAG/shortDesc - RC AUX 2 + Magnetometer 2 X-axis off diagonal scale factor - /parameters/UCAN1_ESC_FUNC9/values/409/description + /parameters/CAL_MAG2_XOFF/shortDesc - RC AUX 3 + Magnetometer 2 X-axis offset - /parameters/UCAN1_ESC_FUNC9/values/410/description + /parameters/CAL_MAG2_XSCALE/shortDesc - RC AUX 4 + Magnetometer 2 X-axis scaling factor - /parameters/UCAN1_ESC_FUNC9/values/411/description + /parameters/CAL_MAG2_YAW/shortDesc - RC AUX 5 + Magnetometer 2 Custom Euler Yaw Angle - /parameters/UCAN1_ESC_FUNC9/values/412/description + /parameters/CAL_MAG2_YAW/longDesc - RC AUX 6 + Setting this parameter changes CAL_MAG2_ROT to "Custom Euler Angle" - /parameters/UCAN1_ESC_FUNC9/values/420/description + /parameters/CAL_MAG2_YCOMP/shortDesc - Gimbal Roll + Magnetometer 2 Y Axis throttle compensation - /parameters/UCAN1_ESC_FUNC9/values/421/description + /parameters/CAL_MAG2_YCOMP/longDesc - Gimbal Pitch + Coefficient describing linear relationship between Y component of magnetometer in body frame axis and either current or throttle depending on value of CAL_MAG_COMP_TYP. Unit for throttle-based compensation is [G] and for current-based compensation [G/kA] - /parameters/UCAN1_ESC_FUNC9/values/422/description + /parameters/CAL_MAG2_YODIAG/shortDesc - Gimbal Yaw + Magnetometer 2 Y-axis off diagonal scale factor - /parameters/UCAN1_ESC_FUNC9/values/430/description + /parameters/CAL_MAG2_YOFF/shortDesc - Gripper + Magnetometer 2 Y-axis offset - /parameters/UCAN1_ESC_FUNC9/values/440/description + /parameters/CAL_MAG2_YSCALE/shortDesc - Landing Gear Wheel + Magnetometer 2 Y-axis scaling factor - /parameters/UCAN1_ESC_MAX1/shortDesc + /parameters/CAL_MAG2_ZCOMP/shortDesc - UAVCANv1 ESC 1 Maximum Value + Magnetometer 2 Z Axis throttle compensation - /parameters/UCAN1_ESC_MAX1/longDesc + /parameters/CAL_MAG2_ZCOMP/longDesc - Maxmimum output value (when not disarmed). + Coefficient describing linear relationship between Z component of magnetometer in body frame axis and either current or throttle depending on value of CAL_MAG_COMP_TYP. Unit for throttle-based compensation is [G] and for current-based compensation [G/kA] - /parameters/UCAN1_ESC_MAX10/shortDesc + /parameters/CAL_MAG2_ZODIAG/shortDesc - UAVCANv1 ESC 10 Maximum Value + Magnetometer 2 Z-axis off diagonal scale factor - /parameters/UCAN1_ESC_MAX10/longDesc + /parameters/CAL_MAG2_ZOFF/shortDesc - Maxmimum output value (when not disarmed). + Magnetometer 2 Z-axis offset - /parameters/UCAN1_ESC_MAX11/shortDesc + /parameters/CAL_MAG2_ZSCALE/shortDesc - UAVCANv1 ESC 11 Maximum Value + Magnetometer 2 Z-axis scaling factor - /parameters/UCAN1_ESC_MAX11/longDesc + /parameters/CAL_MAG3_ID/shortDesc - Maxmimum output value (when not disarmed). + Magnetometer 3 calibration device ID - /parameters/UCAN1_ESC_MAX12/shortDesc + /parameters/CAL_MAG3_ID/longDesc - UAVCANv1 ESC 12 Maximum Value + Device ID of the magnetometer this calibration applies to. - /parameters/UCAN1_ESC_MAX12/longDesc + /parameters/CAL_MAG3_PITCH/shortDesc - Maxmimum output value (when not disarmed). + Magnetometer 3 Custom Euler Pitch Angle - /parameters/UCAN1_ESC_MAX13/shortDesc + /parameters/CAL_MAG3_PITCH/longDesc - UAVCANv1 ESC 13 Maximum Value + Setting this parameter changes CAL_MAG3_ROT to "Custom Euler Angle" - /parameters/UCAN1_ESC_MAX13/longDesc + /parameters/CAL_MAG3_PRIO/shortDesc - Maxmimum output value (when not disarmed). + Magnetometer 3 priority - /parameters/UCAN1_ESC_MAX14/shortDesc + /parameters/CAL_MAG3_PRIO/values/-1/description - UAVCANv1 ESC 14 Maximum Value + Uninitialized - /parameters/UCAN1_ESC_MAX14/longDesc + /parameters/CAL_MAG3_PRIO/values/0/description - Maxmimum output value (when not disarmed). + Disabled - /parameters/UCAN1_ESC_MAX15/shortDesc + /parameters/CAL_MAG3_PRIO/values/1/description - UAVCANv1 ESC 15 Maximum Value + Min - /parameters/UCAN1_ESC_MAX15/longDesc + /parameters/CAL_MAG3_PRIO/values/25/description - Maxmimum output value (when not disarmed). + Low - /parameters/UCAN1_ESC_MAX16/shortDesc + /parameters/CAL_MAG3_PRIO/values/50/description - UAVCANv1 ESC 16 Maximum Value + Medium (Default) - /parameters/UCAN1_ESC_MAX16/longDesc + /parameters/CAL_MAG3_PRIO/values/75/description - Maxmimum output value (when not disarmed). + High - /parameters/UCAN1_ESC_MAX2/shortDesc + /parameters/CAL_MAG3_PRIO/values/100/description - UAVCANv1 ESC 2 Maximum Value + Max - /parameters/UCAN1_ESC_MAX2/longDesc + /parameters/CAL_MAG3_ROLL/shortDesc - Maxmimum output value (when not disarmed). + Magnetometer 3 Custom Euler Roll Angle - /parameters/UCAN1_ESC_MAX3/shortDesc + /parameters/CAL_MAG3_ROLL/longDesc - UAVCANv1 ESC 3 Maximum Value + Setting this parameter changes CAL_MAG3_ROT to "Custom Euler Angle" - /parameters/UCAN1_ESC_MAX3/longDesc + /parameters/CAL_MAG3_ROT/shortDesc - Maxmimum output value (when not disarmed). + Magnetometer 3 rotation relative to airframe - /parameters/UCAN1_ESC_MAX4/shortDesc + /parameters/CAL_MAG3_ROT/longDesc - UAVCANv1 ESC 4 Maximum Value + An internal sensor will force a value of -1, so a GCS should only attempt to configure the rotation if the value is greater than or equal to zero. Set to "Custom Euler Angle" to define the rotation using CAL_MAG3_ROLL, CAL_MAG3_PITCH and CAL_MAG3_YAW. - /parameters/UCAN1_ESC_MAX4/longDesc + /parameters/CAL_MAG3_ROT/values/-1/description - Maxmimum output value (when not disarmed). + Internal - /parameters/UCAN1_ESC_MAX5/shortDesc + /parameters/CAL_MAG3_ROT/values/0/description - UAVCANv1 ESC 5 Maximum Value + No rotation - /parameters/UCAN1_ESC_MAX5/longDesc + /parameters/CAL_MAG3_ROT/values/1/description - Maxmimum output value (when not disarmed). + Yaw 45° - /parameters/UCAN1_ESC_MAX6/shortDesc + /parameters/CAL_MAG3_ROT/values/2/description - UAVCANv1 ESC 6 Maximum Value + Yaw 90° - /parameters/UCAN1_ESC_MAX6/longDesc + /parameters/CAL_MAG3_ROT/values/3/description - Maxmimum output value (when not disarmed). + Yaw 135° - /parameters/UCAN1_ESC_MAX7/shortDesc + /parameters/CAL_MAG3_ROT/values/4/description - UAVCANv1 ESC 7 Maximum Value + Yaw 180° - /parameters/UCAN1_ESC_MAX7/longDesc + /parameters/CAL_MAG3_ROT/values/5/description - Maxmimum output value (when not disarmed). + Yaw 225° - /parameters/UCAN1_ESC_MAX8/shortDesc + /parameters/CAL_MAG3_ROT/values/6/description - UAVCANv1 ESC 8 Maximum Value + Yaw 270° - /parameters/UCAN1_ESC_MAX8/longDesc + /parameters/CAL_MAG3_ROT/values/7/description - Maxmimum output value (when not disarmed). + Yaw 315° - /parameters/UCAN1_ESC_MAX9/shortDesc + /parameters/CAL_MAG3_ROT/values/8/description - UAVCANv1 ESC 9 Maximum Value + Roll 180° - /parameters/UCAN1_ESC_MAX9/longDesc + /parameters/CAL_MAG3_ROT/values/9/description - Maxmimum output value (when not disarmed). + Roll 180°, Yaw 45° - /parameters/UCAN1_ESC_MIN1/shortDesc + /parameters/CAL_MAG3_ROT/values/10/description - UAVCANv1 ESC 1 Minimum Value + Roll 180°, Yaw 90° - /parameters/UCAN1_ESC_MIN1/longDesc + /parameters/CAL_MAG3_ROT/values/11/description - Minimum output value (when not disarmed). + Roll 180°, Yaw 135° - /parameters/UCAN1_ESC_MIN10/shortDesc + /parameters/CAL_MAG3_ROT/values/12/description - UAVCANv1 ESC 10 Minimum Value + Pitch 180° - /parameters/UCAN1_ESC_MIN10/longDesc + /parameters/CAL_MAG3_ROT/values/13/description - Minimum output value (when not disarmed). + Roll 180°, Yaw 225° - /parameters/UCAN1_ESC_MIN11/shortDesc + /parameters/CAL_MAG3_ROT/values/14/description - UAVCANv1 ESC 11 Minimum Value + Roll 180°, Yaw 270° - /parameters/UCAN1_ESC_MIN11/longDesc + /parameters/CAL_MAG3_ROT/values/15/description - Minimum output value (when not disarmed). + Roll 180°, Yaw 315° - /parameters/UCAN1_ESC_MIN12/shortDesc + /parameters/CAL_MAG3_ROT/values/16/description - UAVCANv1 ESC 12 Minimum Value + Roll 90° - /parameters/UCAN1_ESC_MIN12/longDesc + /parameters/CAL_MAG3_ROT/values/17/description - Minimum output value (when not disarmed). + Roll 90°, Yaw 45° - /parameters/UCAN1_ESC_MIN13/shortDesc + /parameters/CAL_MAG3_ROT/values/18/description - UAVCANv1 ESC 13 Minimum Value + Roll 90°, Yaw 90° - /parameters/UCAN1_ESC_MIN13/longDesc + /parameters/CAL_MAG3_ROT/values/19/description - Minimum output value (when not disarmed). + Roll 90°, Yaw 135° - /parameters/UCAN1_ESC_MIN14/shortDesc + /parameters/CAL_MAG3_ROT/values/20/description - UAVCANv1 ESC 14 Minimum Value + Roll 270° - /parameters/UCAN1_ESC_MIN14/longDesc + /parameters/CAL_MAG3_ROT/values/21/description - Minimum output value (when not disarmed). + Roll 270°, Yaw 45° - /parameters/UCAN1_ESC_MIN15/shortDesc + /parameters/CAL_MAG3_ROT/values/22/description - UAVCANv1 ESC 15 Minimum Value + Roll 270°, Yaw 90° - /parameters/UCAN1_ESC_MIN15/longDesc + /parameters/CAL_MAG3_ROT/values/23/description - Minimum output value (when not disarmed). + Roll 270°, Yaw 135° - /parameters/UCAN1_ESC_MIN16/shortDesc + /parameters/CAL_MAG3_ROT/values/24/description - UAVCANv1 ESC 16 Minimum Value + Pitch 90° - /parameters/UCAN1_ESC_MIN16/longDesc + /parameters/CAL_MAG3_ROT/values/25/description - Minimum output value (when not disarmed). + Pitch 270° - /parameters/UCAN1_ESC_MIN2/shortDesc + /parameters/CAL_MAG3_ROT/values/26/description - UAVCANv1 ESC 2 Minimum Value + Pitch 180°, Yaw 90° - /parameters/UCAN1_ESC_MIN2/longDesc + /parameters/CAL_MAG3_ROT/values/27/description - Minimum output value (when not disarmed). + Pitch 180°, Yaw 270° - /parameters/UCAN1_ESC_MIN3/shortDesc + /parameters/CAL_MAG3_ROT/values/28/description - UAVCANv1 ESC 3 Minimum Value + Roll 90°, Pitch 90° - /parameters/UCAN1_ESC_MIN3/longDesc + /parameters/CAL_MAG3_ROT/values/29/description - Minimum output value (when not disarmed). + Roll 180°, Pitch 90° - /parameters/UCAN1_ESC_MIN4/shortDesc + /parameters/CAL_MAG3_ROT/values/30/description - UAVCANv1 ESC 4 Minimum Value + Roll 270°, Pitch 90° - /parameters/UCAN1_ESC_MIN4/longDesc + /parameters/CAL_MAG3_ROT/values/31/description - Minimum output value (when not disarmed). + Roll 90°, Pitch 180° - /parameters/UCAN1_ESC_MIN5/shortDesc + /parameters/CAL_MAG3_ROT/values/32/description - UAVCANv1 ESC 5 Minimum Value + Roll 270°, Pitch 180° - /parameters/UCAN1_ESC_MIN5/longDesc + /parameters/CAL_MAG3_ROT/values/33/description - Minimum output value (when not disarmed). + Roll 90°, Pitch 270° - /parameters/UCAN1_ESC_MIN6/shortDesc + /parameters/CAL_MAG3_ROT/values/34/description - UAVCANv1 ESC 6 Minimum Value + Roll 180°, Pitch 270° - /parameters/UCAN1_ESC_MIN6/longDesc + /parameters/CAL_MAG3_ROT/values/35/description - Minimum output value (when not disarmed). + Roll 270°, Pitch 270° - /parameters/UCAN1_ESC_MIN7/shortDesc + /parameters/CAL_MAG3_ROT/values/36/description - UAVCANv1 ESC 7 Minimum Value + Roll 90°, Pitch 180°, Yaw 90° - /parameters/UCAN1_ESC_MIN7/longDesc + /parameters/CAL_MAG3_ROT/values/37/description - Minimum output value (when not disarmed). + Roll 90°, Yaw 270° - /parameters/UCAN1_ESC_MIN8/shortDesc + /parameters/CAL_MAG3_ROT/values/38/description - UAVCANv1 ESC 8 Minimum Value + Roll 90°, Pitch 68°, Yaw 293° - /parameters/UCAN1_ESC_MIN8/longDesc + /parameters/CAL_MAG3_ROT/values/39/description - Minimum output value (when not disarmed). + Pitch 315° - /parameters/UCAN1_ESC_MIN9/shortDesc + /parameters/CAL_MAG3_ROT/values/40/description - UAVCANv1 ESC 9 Minimum Value + Roll 90°, Pitch 315° - /parameters/UCAN1_ESC_MIN9/longDesc + /parameters/CAL_MAG3_ROT/values/100/description - Minimum output value (when not disarmed). + Custom Euler Angle - /parameters/UCAN1_ESC_REV/shortDesc + /parameters/CAL_MAG3_XCOMP/shortDesc - Reverse Output Range for UAVCANv1 + Magnetometer 3 X Axis throttle compensation - /parameters/UCAN1_ESC_REV/longDesc + /parameters/CAL_MAG3_XCOMP/longDesc - Allows to reverse the output range for each channel. Note: this is only useful for servos. + Coefficient describing linear relationship between X component of magnetometer in body frame axis and either current or throttle depending on value of CAL_MAG_COMP_TYP. Unit for throttle-based compensation is [G] and for current-based compensation [G/kA] - /parameters/UCAN1_ESC_REV/bitmask/0/description + /parameters/CAL_MAG3_XODIAG/shortDesc - UAVCANv1 ESC 1 + Magnetometer 3 X-axis off diagonal scale factor - /parameters/UCAN1_ESC_REV/bitmask/1/description + /parameters/CAL_MAG3_XOFF/shortDesc - UAVCANv1 ESC 2 + Magnetometer 3 X-axis offset - /parameters/UCAN1_ESC_REV/bitmask/2/description + /parameters/CAL_MAG3_XSCALE/shortDesc - UAVCANv1 ESC 3 + Magnetometer 3 X-axis scaling factor - /parameters/UCAN1_ESC_REV/bitmask/3/description + /parameters/CAL_MAG3_YAW/shortDesc - UAVCANv1 ESC 4 + Magnetometer 3 Custom Euler Yaw Angle - /parameters/UCAN1_ESC_REV/bitmask/4/description + /parameters/CAL_MAG3_YAW/longDesc - UAVCANv1 ESC 5 + Setting this parameter changes CAL_MAG3_ROT to "Custom Euler Angle" - /parameters/UCAN1_ESC_REV/bitmask/5/description + /parameters/CAL_MAG3_YCOMP/shortDesc - UAVCANv1 ESC 6 + Magnetometer 3 Y Axis throttle compensation - /parameters/UCAN1_ESC_REV/bitmask/6/description + /parameters/CAL_MAG3_YCOMP/longDesc - UAVCANv1 ESC 7 + Coefficient describing linear relationship between Y component of magnetometer in body frame axis and either current or throttle depending on value of CAL_MAG_COMP_TYP. Unit for throttle-based compensation is [G] and for current-based compensation [G/kA] - /parameters/UCAN1_ESC_REV/bitmask/7/description + /parameters/CAL_MAG3_YODIAG/shortDesc - UAVCANv1 ESC 8 + Magnetometer 3 Y-axis off diagonal scale factor - /parameters/UCAN1_ESC_REV/bitmask/8/description + /parameters/CAL_MAG3_YOFF/shortDesc - UAVCANv1 ESC 9 + Magnetometer 3 Y-axis offset - /parameters/UCAN1_ESC_REV/bitmask/9/description + /parameters/CAL_MAG3_YSCALE/shortDesc - UAVCANv1 ESC 10 + Magnetometer 3 Y-axis scaling factor - /parameters/UCAN1_ESC_REV/bitmask/10/description + /parameters/CAL_MAG3_ZCOMP/shortDesc - UAVCANv1 ESC 11 + Magnetometer 3 Z Axis throttle compensation - /parameters/UCAN1_ESC_REV/bitmask/11/description + /parameters/CAL_MAG3_ZCOMP/longDesc - UAVCANv1 ESC 12 + Coefficient describing linear relationship between Z component of magnetometer in body frame axis and either current or throttle depending on value of CAL_MAG_COMP_TYP. Unit for throttle-based compensation is [G] and for current-based compensation [G/kA] - /parameters/UCAN1_ESC_REV/bitmask/12/description + /parameters/CAL_MAG3_ZODIAG/shortDesc - UAVCANv1 ESC 13 + Magnetometer 3 Z-axis off diagonal scale factor - /parameters/UCAN1_ESC_REV/bitmask/13/description + /parameters/CAL_MAG3_ZOFF/shortDesc - UAVCANv1 ESC 14 + Magnetometer 3 Z-axis offset - /parameters/UCAN1_ESC_REV/bitmask/14/description + /parameters/CAL_MAG3_ZSCALE/shortDesc - UAVCANv1 ESC 15 + Magnetometer 3 Z-axis scaling factor - /parameters/UCAN1_ESC_REV/bitmask/15/description + /parameters/CAL_MAG_COMP_TYP/shortDesc - UAVCANv1 ESC 16 + Type of magnetometer compensation - /parameters/VOXL2_IO_FUNC1/shortDesc + /parameters/CAL_MAG_COMP_TYP/values/0/description - VOXL2 IO Output PWM Channel 1 Output Function + Disabled - /parameters/VOXL2_IO_FUNC1/longDesc + /parameters/CAL_MAG_COMP_TYP/values/1/description - Select what should be output on VOXL2 IO Output PWM Channel 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Throttle-based compensation - /parameters/VOXL2_IO_FUNC1/values/0/description + /parameters/CAL_MAG_COMP_TYP/values/2/description - Disabled + Current-based compensation (battery_status instance 0) - /parameters/VOXL2_IO_FUNC1/values/1/description + /parameters/CAL_MAG_COMP_TYP/values/3/description - Constant Min + Current-based compensation (battery_status instance 1) - /parameters/VOXL2_IO_FUNC1/values/2/description + /parameters/SENS_DPRES_ANSC/shortDesc - Constant Max + Differential pressure sensor analog scaling - /parameters/VOXL2_IO_FUNC1/values/101/description + /parameters/SENS_DPRES_ANSC/longDesc - Motor 1 + Pick the appropriate scaling from the datasheet. this number defines the (linear) conversion from voltage to Pascal (pa). For the MPXV7002DP this is 1000. NOTE: If the sensor always registers zero, try switching the static and dynamic tubes. - /parameters/VOXL2_IO_FUNC1/values/102/description + /parameters/SENS_DPRES_OFF/shortDesc - Motor 2 + Differential pressure sensor offset - /parameters/VOXL2_IO_FUNC1/values/103/description + /parameters/SENS_DPRES_OFF/longDesc - Motor 3 + The offset (zero-reading) in Pascal - /parameters/VOXL2_IO_FUNC1/values/104/description + /parameters/SENS_FLOW_MAXHGT/shortDesc - Motor 4 + Maximum height above ground when reliant on optical flow - /parameters/VOXL2_IO_FUNC1/values/105/description + /parameters/SENS_FLOW_MAXHGT/longDesc - Motor 5 + This parameter defines the maximum distance from ground at which the optical flow sensor operates reliably. The height setpoint will be limited to be no greater than this value when the navigation system is completely reliant on optical flow data and the height above ground estimate is valid. The sensor may be usable above this height, but accuracy will progressively degrade. - /parameters/VOXL2_IO_FUNC1/values/106/description + /parameters/SENS_FLOW_MAXR/shortDesc - Motor 6 + Magnitude of maximum angular flow rate reliably measurable by the optical flow sensor - /parameters/VOXL2_IO_FUNC1/values/107/description + /parameters/SENS_FLOW_MAXR/longDesc - Motor 7 + Optical flow data will not fused by the estimators if the magnitude of the flow rate exceeds this value and control loops will be instructed to limit ground speed such that the flow rate produced by movement over ground is less than 50% of this value. - /parameters/VOXL2_IO_FUNC1/values/108/description + /parameters/SENS_FLOW_MINHGT/shortDesc - Motor 8 + Minimum height above ground when reliant on optical flow - /parameters/VOXL2_IO_FUNC1/values/109/description + /parameters/SENS_FLOW_MINHGT/longDesc - Motor 9 + This parameter defines the minimum distance from ground at which the optical flow sensor operates reliably. The sensor may be usable below this height, but accuracy will progressively reduce to loss of focus. - /parameters/VOXL2_IO_FUNC1/values/110/description + /parameters/CAL_AIR_CMODEL/shortDesc - Motor 10 + Airspeed sensor compensation model for the SDP3x - /parameters/VOXL2_IO_FUNC1/values/111/description + /parameters/CAL_AIR_CMODEL/longDesc - Motor 11 + Model with Pitot CAL_AIR_TUBED_MM: Not used, 1.5 mm tubes assumed. CAL_AIR_TUBELEN: Length of the tubes connecting the pitot to the sensor. Model without Pitot (1.5 mm tubes) CAL_AIR_TUBED_MM: Not used, 1.5 mm tubes assumed. CAL_AIR_TUBELEN: Length of the tubes connecting the pitot to the sensor. Tube Pressure Drop CAL_AIR_TUBED_MM: Diameter in mm of the pitot and tubes, must have the same diameter. CAL_AIR_TUBELEN: Length of the tubes connecting the pitot to the sensor and the static + dynamic port length of the pitot. - /parameters/VOXL2_IO_FUNC1/values/112/description + /parameters/CAL_AIR_CMODEL/values/0/description - Motor 12 + Model with Pitot - /parameters/VOXL2_IO_FUNC1/values/201/description + /parameters/CAL_AIR_CMODEL/values/1/description - Servo 1 + Model without Pitot (1.5 mm tubes) - /parameters/VOXL2_IO_FUNC1/values/202/description + /parameters/CAL_AIR_CMODEL/values/2/description - Servo 2 + Tube Pressure Drop - /parameters/VOXL2_IO_FUNC1/values/203/description + /parameters/CAL_AIR_TUBED_MM/shortDesc - Servo 3 + Airspeed sensor tube diameter. Only used for the Tube Pressure Drop Compensation - /parameters/VOXL2_IO_FUNC1/values/204/description + /parameters/CAL_AIR_TUBELEN/shortDesc - Servo 4 + Airspeed sensor tube length - /parameters/VOXL2_IO_FUNC1/values/205/description + /parameters/CAL_AIR_TUBELEN/longDesc - Servo 5 + See the CAL_AIR_CMODEL explanation on how this parameter should be set. - /parameters/VOXL2_IO_FUNC1/values/206/description + /parameters/CAL_MAG_SIDES/shortDesc - Servo 6 + For legacy QGC support only - /parameters/VOXL2_IO_FUNC1/values/207/description + /parameters/CAL_MAG_SIDES/longDesc - Servo 7 + Use SENS_MAG_SIDES instead - /parameters/VOXL2_IO_FUNC1/values/208/description + /parameters/IMU_ACCEL_CUTOFF/shortDesc - Servo 8 + Low pass filter cutoff frequency for accel - /parameters/VOXL2_IO_FUNC1/values/301/description + /parameters/IMU_ACCEL_CUTOFF/longDesc - Peripheral via Actuator Set 1 + The cutoff frequency for the 2nd order butterworth filter on the primary accelerometer. This only affects the signal sent to the controllers, not the estimators. 0 disables the filter. - /parameters/VOXL2_IO_FUNC1/values/302/description + /parameters/IMU_DGYRO_CUTOFF/shortDesc - Peripheral via Actuator Set 2 + Cutoff frequency for angular acceleration (D-Term filter) - /parameters/VOXL2_IO_FUNC1/values/303/description + /parameters/IMU_DGYRO_CUTOFF/longDesc - Peripheral via Actuator Set 3 + The cutoff frequency for the 2nd order butterworth filter used on the time derivative of the measured angular velocity, also known as the D-term filter in the rate controller. The D-term uses the derivative of the rate and thus is the most susceptible to noise. Therefore, using a D-term filter allows to increase IMU_GYRO_CUTOFF, which leads to reduced control latency and permits to increase the P gains. A value of 0 disables the filter. - /parameters/VOXL2_IO_FUNC1/values/304/description + /parameters/IMU_GYRO_CAL_EN/shortDesc - Peripheral via Actuator Set 4 + IMU gyro auto calibration enable - /parameters/VOXL2_IO_FUNC1/values/305/description + /parameters/IMU_GYRO_CAL_EN/values/0/description - Peripheral via Actuator Set 5 + Disabled - /parameters/VOXL2_IO_FUNC1/values/306/description + /parameters/IMU_GYRO_CAL_EN/values/1/description - Peripheral via Actuator Set 6 + Enabled - /parameters/VOXL2_IO_FUNC1/values/400/description + /parameters/IMU_GYRO_CUTOFF/shortDesc - Landing Gear + Low pass filter cutoff frequency for gyro - /parameters/VOXL2_IO_FUNC1/values/401/description + /parameters/IMU_GYRO_CUTOFF/longDesc - Parachute + The cutoff frequency for the 2nd order butterworth filter on the primary gyro. This only affects the angular velocity sent to the controllers, not the estimators. It applies also to the angular acceleration (D-Term filter), see IMU_DGYRO_CUTOFF. A value of 0 disables the filter. - /parameters/VOXL2_IO_FUNC1/values/402/description + /parameters/IMU_GYRO_DNF_BW/shortDesc - RC Roll + IMU gyro ESC notch filter bandwidth - /parameters/VOXL2_IO_FUNC1/values/403/description + /parameters/IMU_GYRO_DNF_BW/longDesc - RC Pitch + Bandwidth per notch filter when using dynamic notch filtering with ESC RPM. - /parameters/VOXL2_IO_FUNC1/values/404/description + /parameters/IMU_GYRO_DNF_EN/shortDesc - RC Throttle + IMU gyro dynamic notch filtering - /parameters/VOXL2_IO_FUNC1/values/405/description + /parameters/IMU_GYRO_DNF_EN/longDesc - RC Yaw + Enable bank of dynamically updating notch filters. Requires ESC RPM feedback or onboard FFT (IMU_GYRO_FFT_EN). - /parameters/VOXL2_IO_FUNC1/values/406/description + /parameters/IMU_GYRO_DNF_EN/bitmask/0/description - RC Flaps + ESC RPM - /parameters/VOXL2_IO_FUNC1/values/407/description + /parameters/IMU_GYRO_DNF_EN/bitmask/1/description - RC AUX 1 + FFT - /parameters/VOXL2_IO_FUNC1/values/408/description + /parameters/IMU_GYRO_DNF_HMC/shortDesc - RC AUX 2 + IMU gyro dynamic notch filter harmonics - /parameters/VOXL2_IO_FUNC1/values/409/description + /parameters/IMU_GYRO_DNF_HMC/longDesc - RC AUX 3 + ESC RPM number of harmonics (multiples of RPM) for ESC RPM dynamic notch filtering. - /parameters/VOXL2_IO_FUNC1/values/410/description + /parameters/IMU_GYRO_DNF_MIN/shortDesc - RC AUX 4 + IMU gyro dynamic notch filter minimum frequency - /parameters/VOXL2_IO_FUNC1/values/411/description + /parameters/IMU_GYRO_DNF_MIN/longDesc - RC AUX 5 + Minimum notch filter frequency in Hz. - /parameters/VOXL2_IO_FUNC1/values/412/description + /parameters/IMU_GYRO_FFT_EN/shortDesc - RC AUX 6 + IMU gyro FFT enable - /parameters/VOXL2_IO_FUNC1/values/420/description + /parameters/IMU_GYRO_FFT_EN/values/0/description - Gimbal Roll + Disabled - /parameters/VOXL2_IO_FUNC1/values/421/description + /parameters/IMU_GYRO_FFT_EN/values/1/description - Gimbal Pitch + Enabled - /parameters/VOXL2_IO_FUNC1/values/422/description + /parameters/IMU_GYRO_FFT_LEN/shortDesc - Gimbal Yaw + IMU gyro FFT length - /parameters/VOXL2_IO_FUNC1/values/430/description + /parameters/IMU_GYRO_FFT_LEN/values/256/description - Gripper + 256 - /parameters/VOXL2_IO_FUNC1/values/440/description + /parameters/IMU_GYRO_FFT_LEN/values/512/description - Landing Gear Wheel + 512 - /parameters/VOXL2_IO_FUNC2/shortDesc + /parameters/IMU_GYRO_FFT_LEN/values/1024/description - VOXL2 IO Output PWM Channel 2 Output Function + 1024 - /parameters/VOXL2_IO_FUNC2/longDesc + /parameters/IMU_GYRO_FFT_LEN/values/4096/description - Select what should be output on VOXL2 IO Output PWM Channel 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + 4096 - /parameters/VOXL2_IO_FUNC2/values/0/description + /parameters/IMU_GYRO_FFT_MAX/shortDesc - Disabled + IMU gyro FFT maximum frequency - /parameters/VOXL2_IO_FUNC2/values/1/description + /parameters/IMU_GYRO_FFT_MIN/shortDesc - Constant Min + IMU gyro FFT minimum frequency - /parameters/VOXL2_IO_FUNC2/values/2/description + /parameters/IMU_GYRO_FFT_SNR/shortDesc - Constant Max + IMU gyro FFT SNR - /parameters/VOXL2_IO_FUNC2/values/101/description + /parameters/IMU_GYRO_NF0_BW/shortDesc - Motor 1 + Notch filter bandwidth for gyro - /parameters/VOXL2_IO_FUNC2/values/102/description + /parameters/IMU_GYRO_NF0_BW/longDesc - Motor 2 + The frequency width of the stop band for the 2nd order notch filter on the primary gyro. See "IMU_GYRO_NF0_FRQ" to activate the filter and to set the notch frequency. Applies to both angular velocity and angular acceleration sent to the controllers. - /parameters/VOXL2_IO_FUNC2/values/103/description + /parameters/IMU_GYRO_NF0_FRQ/shortDesc - Motor 3 + Notch filter frequency for gyro - /parameters/VOXL2_IO_FUNC2/values/104/description + /parameters/IMU_GYRO_NF0_FRQ/longDesc - Motor 4 + The center frequency for the 2nd order notch filter on the primary gyro. This filter can be enabled to avoid feedback amplification of structural resonances at a specific frequency. This only affects the signal sent to the controllers, not the estimators. Applies to both angular velocity and angular acceleration sent to the controllers. See "IMU_GYRO_NF0_BW" to set the bandwidth of the filter. A value of 0 disables the filter. - /parameters/VOXL2_IO_FUNC2/values/105/description + /parameters/IMU_GYRO_NF1_BW/shortDesc - Motor 5 + Notch filter 1 bandwidth for gyro - /parameters/VOXL2_IO_FUNC2/values/106/description + /parameters/IMU_GYRO_NF1_BW/longDesc - Motor 6 + The frequency width of the stop band for the 2nd order notch filter on the primary gyro. See "IMU_GYRO_NF1_FRQ" to activate the filter and to set the notch frequency. Applies to both angular velocity and angular acceleration sent to the controllers. - /parameters/VOXL2_IO_FUNC2/values/107/description + /parameters/IMU_GYRO_NF1_FRQ/shortDesc - Motor 7 + Notch filter 2 frequency for gyro - /parameters/VOXL2_IO_FUNC2/values/108/description + /parameters/IMU_GYRO_NF1_FRQ/longDesc - Motor 8 + The center frequency for the 2nd order notch filter on the primary gyro. This filter can be enabled to avoid feedback amplification of structural resonances at a specific frequency. This only affects the signal sent to the controllers, not the estimators. Applies to both angular velocity and angular acceleration sent to the controllers. See "IMU_GYRO_NF1_BW" to set the bandwidth of the filter. A value of 0 disables the filter. - /parameters/VOXL2_IO_FUNC2/values/109/description + /parameters/IMU_GYRO_RATEMAX/shortDesc - Motor 9 + Gyro control data maximum publication rate (inner loop rate) - /parameters/VOXL2_IO_FUNC2/values/110/description + /parameters/IMU_GYRO_RATEMAX/longDesc - Motor 10 + The maximum rate the gyro control data (vehicle_angular_velocity) will be allowed to publish at. This is the loop rate for the rate controller and outputs. Note: sensor data is always read and filtered at the full raw rate (eg commonly 8 kHz) regardless of this setting. - /parameters/VOXL2_IO_FUNC2/values/111/description + /parameters/IMU_GYRO_RATEMAX/values/100/description - Motor 11 + 100 Hz - /parameters/VOXL2_IO_FUNC2/values/112/description + /parameters/IMU_GYRO_RATEMAX/values/250/description - Motor 12 + 250 Hz - /parameters/VOXL2_IO_FUNC2/values/201/description + /parameters/IMU_GYRO_RATEMAX/values/400/description - Servo 1 + 400 Hz - /parameters/VOXL2_IO_FUNC2/values/202/description + /parameters/IMU_GYRO_RATEMAX/values/800/description - Servo 2 + 800 Hz - /parameters/VOXL2_IO_FUNC2/values/203/description + /parameters/IMU_GYRO_RATEMAX/values/1000/description - Servo 3 + 1000 Hz - /parameters/VOXL2_IO_FUNC2/values/204/description + /parameters/IMU_GYRO_RATEMAX/values/2000/description - Servo 4 + 2000 Hz - /parameters/VOXL2_IO_FUNC2/values/205/description + /parameters/IMU_INTEG_RATE/shortDesc - Servo 5 + IMU integration rate - /parameters/VOXL2_IO_FUNC2/values/206/description + /parameters/IMU_INTEG_RATE/longDesc - Servo 6 + The rate at which raw IMU data is integrated to produce delta angles and delta velocities. Recommended to set this to a multiple of the estimator update period (currently 10 ms for ekf2). - /parameters/VOXL2_IO_FUNC2/values/207/description + /parameters/IMU_INTEG_RATE/values/100/description - Servo 7 + 100 Hz - /parameters/VOXL2_IO_FUNC2/values/208/description + /parameters/IMU_INTEG_RATE/values/200/description - Servo 8 + 200 Hz - /parameters/VOXL2_IO_FUNC2/values/301/description + /parameters/IMU_INTEG_RATE/values/250/description - Peripheral via Actuator Set 1 + 250 Hz - /parameters/VOXL2_IO_FUNC2/values/302/description + /parameters/IMU_INTEG_RATE/values/400/description - Peripheral via Actuator Set 2 + 400 Hz - /parameters/VOXL2_IO_FUNC2/values/303/description + /parameters/SENS_BARO_QNH/shortDesc - Peripheral via Actuator Set 3 + QNH for barometer - /parameters/VOXL2_IO_FUNC2/values/304/description + /parameters/SENS_BARO_RATE/shortDesc - Peripheral via Actuator Set 4 + Baro max rate - /parameters/VOXL2_IO_FUNC2/values/305/description + /parameters/SENS_BARO_RATE/longDesc - Peripheral via Actuator Set 5 + Barometric air data maximum publication rate. This is an upper bound, actual barometric data rate is still dependent on the sensor. - /parameters/VOXL2_IO_FUNC2/values/306/description + /parameters/SENS_BOARD_ROT/shortDesc - Peripheral via Actuator Set 6 + Board rotation - /parameters/VOXL2_IO_FUNC2/values/400/description + /parameters/SENS_BOARD_ROT/longDesc - Landing Gear + This parameter defines the rotation of the FMU board relative to the platform. - /parameters/VOXL2_IO_FUNC2/values/401/description + /parameters/SENS_BOARD_ROT/values/0/description - Parachute + No rotation - /parameters/VOXL2_IO_FUNC2/values/402/description + /parameters/SENS_BOARD_ROT/values/1/description - RC Roll + Yaw 45° - /parameters/VOXL2_IO_FUNC2/values/403/description + /parameters/SENS_BOARD_ROT/values/2/description - RC Pitch + Yaw 90° - /parameters/VOXL2_IO_FUNC2/values/404/description + /parameters/SENS_BOARD_ROT/values/3/description - RC Throttle + Yaw 135° - /parameters/VOXL2_IO_FUNC2/values/405/description + /parameters/SENS_BOARD_ROT/values/4/description - RC Yaw + Yaw 180° - /parameters/VOXL2_IO_FUNC2/values/406/description + /parameters/SENS_BOARD_ROT/values/5/description - RC Flaps + Yaw 225° - /parameters/VOXL2_IO_FUNC2/values/407/description + /parameters/SENS_BOARD_ROT/values/6/description - RC AUX 1 + Yaw 270° - /parameters/VOXL2_IO_FUNC2/values/408/description + /parameters/SENS_BOARD_ROT/values/7/description - RC AUX 2 + Yaw 315° - /parameters/VOXL2_IO_FUNC2/values/409/description + /parameters/SENS_BOARD_ROT/values/8/description - RC AUX 3 + Roll 180° - /parameters/VOXL2_IO_FUNC2/values/410/description + /parameters/SENS_BOARD_ROT/values/9/description - RC AUX 4 + Roll 180°, Yaw 45° - /parameters/VOXL2_IO_FUNC2/values/411/description + /parameters/SENS_BOARD_ROT/values/10/description - RC AUX 5 + Roll 180°, Yaw 90° - /parameters/VOXL2_IO_FUNC2/values/412/description + /parameters/SENS_BOARD_ROT/values/11/description - RC AUX 6 + Roll 180°, Yaw 135° - /parameters/VOXL2_IO_FUNC2/values/420/description + /parameters/SENS_BOARD_ROT/values/12/description - Gimbal Roll + Pitch 180° - /parameters/VOXL2_IO_FUNC2/values/421/description + /parameters/SENS_BOARD_ROT/values/13/description - Gimbal Pitch + Roll 180°, Yaw 225° - /parameters/VOXL2_IO_FUNC2/values/422/description + /parameters/SENS_BOARD_ROT/values/14/description - Gimbal Yaw + Roll 180°, Yaw 270° - /parameters/VOXL2_IO_FUNC2/values/430/description + /parameters/SENS_BOARD_ROT/values/15/description - Gripper + Roll 180°, Yaw 315° - /parameters/VOXL2_IO_FUNC2/values/440/description + /parameters/SENS_BOARD_ROT/values/16/description - Landing Gear Wheel + Roll 90° - /parameters/VOXL2_IO_FUNC3/shortDesc + /parameters/SENS_BOARD_ROT/values/17/description - VOXL2 IO Output PWM Channel 3 Output Function + Roll 90°, Yaw 45° - /parameters/VOXL2_IO_FUNC3/longDesc + /parameters/SENS_BOARD_ROT/values/18/description - Select what should be output on VOXL2 IO Output PWM Channel 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Roll 90°, Yaw 90° - /parameters/VOXL2_IO_FUNC3/values/0/description + /parameters/SENS_BOARD_ROT/values/19/description - Disabled + Roll 90°, Yaw 135° - /parameters/VOXL2_IO_FUNC3/values/1/description + /parameters/SENS_BOARD_ROT/values/20/description - Constant Min + Roll 270° - /parameters/VOXL2_IO_FUNC3/values/2/description + /parameters/SENS_BOARD_ROT/values/21/description - Constant Max + Roll 270°, Yaw 45° - /parameters/VOXL2_IO_FUNC3/values/101/description + /parameters/SENS_BOARD_ROT/values/22/description - Motor 1 + Roll 270°, Yaw 90° - /parameters/VOXL2_IO_FUNC3/values/102/description + /parameters/SENS_BOARD_ROT/values/23/description - Motor 2 + Roll 270°, Yaw 135° - /parameters/VOXL2_IO_FUNC3/values/103/description + /parameters/SENS_BOARD_ROT/values/24/description - Motor 3 + Pitch 90° - /parameters/VOXL2_IO_FUNC3/values/104/description + /parameters/SENS_BOARD_ROT/values/25/description - Motor 4 + Pitch 270° - /parameters/VOXL2_IO_FUNC3/values/105/description + /parameters/SENS_BOARD_ROT/values/26/description - Motor 5 + Pitch 180°, Yaw 90° - /parameters/VOXL2_IO_FUNC3/values/106/description + /parameters/SENS_BOARD_ROT/values/27/description - Motor 6 + Pitch 180°, Yaw 270° - /parameters/VOXL2_IO_FUNC3/values/107/description + /parameters/SENS_BOARD_ROT/values/28/description - Motor 7 + Roll 90°, Pitch 90° - /parameters/VOXL2_IO_FUNC3/values/108/description + /parameters/SENS_BOARD_ROT/values/29/description - Motor 8 - - - - /parameters/VOXL2_IO_FUNC3/values/109/description - - Motor 9 - - - - /parameters/VOXL2_IO_FUNC3/values/110/description - - Motor 10 - - - - /parameters/VOXL2_IO_FUNC3/values/111/description - - Motor 11 - - - - /parameters/VOXL2_IO_FUNC3/values/112/description - - Motor 12 - - - - /parameters/VOXL2_IO_FUNC3/values/201/description - - Servo 1 - - - - /parameters/VOXL2_IO_FUNC3/values/202/description - - Servo 2 - - - - /parameters/VOXL2_IO_FUNC3/values/203/description - - Servo 3 - - - - /parameters/VOXL2_IO_FUNC3/values/204/description - - Servo 4 - - - - /parameters/VOXL2_IO_FUNC3/values/205/description - - Servo 5 - - - - /parameters/VOXL2_IO_FUNC3/values/206/description - - Servo 6 - - - - /parameters/VOXL2_IO_FUNC3/values/207/description - - Servo 7 - - - - /parameters/VOXL2_IO_FUNC3/values/208/description - - Servo 8 - - - - /parameters/VOXL2_IO_FUNC3/values/301/description - - Peripheral via Actuator Set 1 - - - - /parameters/VOXL2_IO_FUNC3/values/302/description - - Peripheral via Actuator Set 2 - - - - /parameters/VOXL2_IO_FUNC3/values/303/description - - Peripheral via Actuator Set 3 - - - - /parameters/VOXL2_IO_FUNC3/values/304/description - - Peripheral via Actuator Set 4 - - - - /parameters/VOXL2_IO_FUNC3/values/305/description - - Peripheral via Actuator Set 5 - - - - /parameters/VOXL2_IO_FUNC3/values/306/description - - Peripheral via Actuator Set 6 - - - - /parameters/VOXL2_IO_FUNC3/values/400/description - - Landing Gear - - - - /parameters/VOXL2_IO_FUNC3/values/401/description - - Parachute + Roll 180°, Pitch 90° - /parameters/VOXL2_IO_FUNC3/values/402/description + /parameters/SENS_BOARD_ROT/values/30/description - RC Roll + Roll 270°, Pitch 90° - /parameters/VOXL2_IO_FUNC3/values/403/description + /parameters/SENS_BOARD_ROT/values/31/description - RC Pitch + Roll 90°, Pitch 180° - /parameters/VOXL2_IO_FUNC3/values/404/description + /parameters/SENS_BOARD_ROT/values/32/description - RC Throttle + Roll 270°, Pitch 180° - /parameters/VOXL2_IO_FUNC3/values/405/description + /parameters/SENS_BOARD_ROT/values/33/description - RC Yaw + Roll 90°, Pitch 270° - /parameters/VOXL2_IO_FUNC3/values/406/description + /parameters/SENS_BOARD_ROT/values/34/description - RC Flaps + Roll 180°, Pitch 270° - /parameters/VOXL2_IO_FUNC3/values/407/description + /parameters/SENS_BOARD_ROT/values/35/description - RC AUX 1 + Roll 270°, Pitch 270° - /parameters/VOXL2_IO_FUNC3/values/408/description + /parameters/SENS_BOARD_ROT/values/36/description - RC AUX 2 + Roll 90°, Pitch 180°, Yaw 90° - /parameters/VOXL2_IO_FUNC3/values/409/description + /parameters/SENS_BOARD_ROT/values/37/description - RC AUX 3 + Roll 90°, Yaw 270° - /parameters/VOXL2_IO_FUNC3/values/410/description + /parameters/SENS_BOARD_ROT/values/38/description - RC AUX 4 + Roll 90°, Pitch 68°, Yaw 293° - /parameters/VOXL2_IO_FUNC3/values/411/description + /parameters/SENS_BOARD_ROT/values/39/description - RC AUX 5 + Pitch 315° - /parameters/VOXL2_IO_FUNC3/values/412/description + /parameters/SENS_BOARD_ROT/values/40/description - RC AUX 6 + Roll 90°, Pitch 315° - /parameters/VOXL2_IO_FUNC3/values/420/description + /parameters/SENS_BOARD_X_OFF/shortDesc - Gimbal Roll + Board rotation X (Roll) offset - /parameters/VOXL2_IO_FUNC3/values/421/description + /parameters/SENS_BOARD_X_OFF/longDesc - Gimbal Pitch + This parameter defines a rotational offset in degrees around the X (Roll) axis It allows the user to fine tune the board offset in the event of misalignment. - /parameters/VOXL2_IO_FUNC3/values/422/description + /parameters/SENS_BOARD_Y_OFF/shortDesc - Gimbal Yaw + Board rotation Y (Pitch) offset - /parameters/VOXL2_IO_FUNC3/values/430/description + /parameters/SENS_BOARD_Y_OFF/longDesc - Gripper + This parameter defines a rotational offset in degrees around the Y (Pitch) axis. It allows the user to fine tune the board offset in the event of misalignment. - /parameters/VOXL2_IO_FUNC3/values/440/description + /parameters/SENS_BOARD_Z_OFF/shortDesc - Landing Gear Wheel + Board rotation Z (YAW) offset - /parameters/VOXL2_IO_FUNC4/shortDesc + /parameters/SENS_BOARD_Z_OFF/longDesc - VOXL2 IO Output PWM Channel 4 Output Function + This parameter defines a rotational offset in degrees around the Z (Yaw) axis. It allows the user to fine tune the board offset in the event of misalignment. - /parameters/VOXL2_IO_FUNC4/longDesc + /parameters/SENS_EN_ARSPDSIM/shortDesc - Select what should be output on VOXL2 IO Output PWM Channel 4. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Enable simulated airspeed sensor instance - /parameters/VOXL2_IO_FUNC4/values/0/description + /parameters/SENS_EN_ARSPDSIM/values/0/description Disabled - /parameters/VOXL2_IO_FUNC4/values/1/description - - Constant Min - - - - /parameters/VOXL2_IO_FUNC4/values/2/description - - Constant Max - - - - /parameters/VOXL2_IO_FUNC4/values/101/description - - Motor 1 - - - - /parameters/VOXL2_IO_FUNC4/values/102/description - - Motor 2 - - - - /parameters/VOXL2_IO_FUNC4/values/103/description - - Motor 3 - - - - /parameters/VOXL2_IO_FUNC4/values/104/description - - Motor 4 - - - - /parameters/VOXL2_IO_FUNC4/values/105/description - - Motor 5 - - - - /parameters/VOXL2_IO_FUNC4/values/106/description - - Motor 6 - - - - /parameters/VOXL2_IO_FUNC4/values/107/description - - Motor 7 - - - - /parameters/VOXL2_IO_FUNC4/values/108/description + /parameters/SENS_EN_ARSPDSIM/values/1/description - Motor 8 + Enabled - /parameters/VOXL2_IO_FUNC4/values/109/description + /parameters/SENS_EN_BAROSIM/shortDesc - Motor 9 + Enable simulated barometer sensor instance - /parameters/VOXL2_IO_FUNC4/values/110/description + /parameters/SENS_EN_BAROSIM/values/0/description - Motor 10 + Disabled - /parameters/VOXL2_IO_FUNC4/values/111/description + /parameters/SENS_EN_BAROSIM/values/1/description - Motor 11 + Enabled - /parameters/VOXL2_IO_FUNC4/values/112/description + /parameters/SENS_EN_GPSSIM/shortDesc - Motor 12 + Enable simulated GPS sinstance - /parameters/VOXL2_IO_FUNC4/values/201/description + /parameters/SENS_EN_GPSSIM/values/0/description - Servo 1 + Disabled - /parameters/VOXL2_IO_FUNC4/values/202/description + /parameters/SENS_EN_GPSSIM/values/1/description - Servo 2 + Enabled - /parameters/VOXL2_IO_FUNC4/values/203/description + /parameters/SENS_EN_MAGSIM/shortDesc - Servo 3 + Enable simulated magnetometer sensor instance - /parameters/VOXL2_IO_FUNC4/values/204/description + /parameters/SENS_EN_MAGSIM/values/0/description - Servo 4 + Disabled - /parameters/VOXL2_IO_FUNC4/values/205/description + /parameters/SENS_EN_MAGSIM/values/1/description - Servo 5 + Enabled - /parameters/VOXL2_IO_FUNC4/values/206/description + /parameters/SENS_EN_THERMAL/shortDesc - Servo 6 + Thermal control of sensor temperature - /parameters/VOXL2_IO_FUNC4/values/207/description + /parameters/SENS_EN_THERMAL/values/-1/description - Servo 7 + Thermal control unavailable - /parameters/VOXL2_IO_FUNC4/values/208/description + /parameters/SENS_EN_THERMAL/values/0/description - Servo 8 + Thermal control off - /parameters/VOXL2_IO_FUNC4/values/301/description + /parameters/SENS_EN_THERMAL/values/1/description - Peripheral via Actuator Set 1 + Thermal control enabled - /parameters/VOXL2_IO_FUNC4/values/302/description + /parameters/SENS_EXT_I2C_PRB/shortDesc - Peripheral via Actuator Set 2 + External I2C probe - /parameters/VOXL2_IO_FUNC4/values/303/description + /parameters/SENS_EXT_I2C_PRB/longDesc - Peripheral via Actuator Set 3 + Probe for optional external I2C devices. - /parameters/VOXL2_IO_FUNC4/values/304/description + /parameters/SENS_EXT_I2C_PRB/values/0/description - Peripheral via Actuator Set 4 + Disabled - /parameters/VOXL2_IO_FUNC4/values/305/description + /parameters/SENS_EXT_I2C_PRB/values/1/description - Peripheral via Actuator Set 5 + Enabled - /parameters/VOXL2_IO_FUNC4/values/306/description + /parameters/SENS_FLOW_RATE/shortDesc - Peripheral via Actuator Set 6 + Optical flow max rate - /parameters/VOXL2_IO_FUNC4/values/400/description + /parameters/SENS_FLOW_RATE/longDesc - Landing Gear + Optical flow data maximum publication rate. This is an upper bound, actual optical flow data rate is still dependent on the sensor. - /parameters/VOXL2_IO_FUNC4/values/401/description + /parameters/SENS_FLOW_ROT/shortDesc - Parachute + Optical flow rotation - /parameters/VOXL2_IO_FUNC4/values/402/description + /parameters/SENS_FLOW_ROT/longDesc - RC Roll + This parameter defines the yaw rotation of the optical flow relative to the vehicle body frame. Zero rotation is defined as X on flow board pointing towards front of vehicle. - /parameters/VOXL2_IO_FUNC4/values/403/description + /parameters/SENS_FLOW_ROT/values/0/description - RC Pitch + No rotation - /parameters/VOXL2_IO_FUNC4/values/404/description + /parameters/SENS_FLOW_ROT/values/1/description - RC Throttle + Yaw 45° - /parameters/VOXL2_IO_FUNC4/values/405/description + /parameters/SENS_FLOW_ROT/values/2/description - RC Yaw + Yaw 90° - /parameters/VOXL2_IO_FUNC4/values/406/description + /parameters/SENS_FLOW_ROT/values/3/description - RC Flaps + Yaw 135° - /parameters/VOXL2_IO_FUNC4/values/407/description + /parameters/SENS_FLOW_ROT/values/4/description - RC AUX 1 + Yaw 180° - /parameters/VOXL2_IO_FUNC4/values/408/description + /parameters/SENS_FLOW_ROT/values/5/description - RC AUX 2 + Yaw 225° - /parameters/VOXL2_IO_FUNC4/values/409/description + /parameters/SENS_FLOW_ROT/values/6/description - RC AUX 3 + Yaw 270° - /parameters/VOXL2_IO_FUNC4/values/410/description + /parameters/SENS_FLOW_ROT/values/7/description - RC AUX 4 + Yaw 315° - /parameters/VOXL2_IO_FUNC4/values/411/description + /parameters/SENS_GPS_MASK/shortDesc - RC AUX 5 + Multi GPS Blending Control Mask - /parameters/VOXL2_IO_FUNC4/values/412/description + /parameters/SENS_GPS_MASK/longDesc - RC AUX 6 + Set bits in the following positions to set which GPS accuracy metrics will be used to calculate the blending weight. Set to zero to disable and always used first GPS instance. 0 : Set to true to use speed accuracy 1 : Set to true to use horizontal position accuracy 2 : Set to true to use vertical position accuracy - /parameters/VOXL2_IO_FUNC4/values/420/description + /parameters/SENS_GPS_MASK/bitmask/0/description - Gimbal Roll + use speed accuracy - /parameters/VOXL2_IO_FUNC4/values/421/description + /parameters/SENS_GPS_MASK/bitmask/1/description - Gimbal Pitch + use hpos accuracy - /parameters/VOXL2_IO_FUNC4/values/422/description + /parameters/SENS_GPS_MASK/bitmask/2/description - Gimbal Yaw + use vpos accuracy - /parameters/VOXL2_IO_FUNC4/values/430/description + /parameters/SENS_GPS_PRIME/shortDesc - Gripper + Multi GPS primary instance - /parameters/VOXL2_IO_FUNC4/values/440/description + /parameters/SENS_GPS_PRIME/longDesc - Landing Gear Wheel + When no blending is active, this defines the preferred GPS receiver instance. The GPS selection logic waits until the primary receiver is available to send data to the EKF even if a secondary instance is already available. The secondary instance is then only used if the primary one times out. To have an equal priority of all the instances, set this parameter to -1 and the best receiver will be used. This parameter has no effect if blending is active. - /parameters/VOXL2_IO_REV/shortDesc + /parameters/SENS_GPS_TAU/shortDesc - Reverse Output Range for VOXL2 IO Output + Multi GPS Blending Time Constant - /parameters/VOXL2_IO_REV/longDesc + /parameters/SENS_GPS_TAU/longDesc - Allows to reverse the output range for each channel. Note: this is only useful for servos. + Sets the longest time constant that will be applied to the calculation of GPS position and height offsets used to correct data from multiple GPS data for steady state position differences. - /parameters/VOXL2_IO_REV/bitmask/0/description + /parameters/SENS_IMU_AUTOCAL/shortDesc - VOXL2 IO Output PWM Channel 1 + IMU auto calibration - /parameters/VOXL2_IO_REV/bitmask/1/description + /parameters/SENS_IMU_AUTOCAL/longDesc - VOXL2 IO Output PWM Channel 2 + Automatically initialize IMU (accel/gyro) calibration from bias estimates if available. - /parameters/VOXL2_IO_REV/bitmask/2/description + /parameters/SENS_IMU_AUTOCAL/values/0/description - VOXL2 IO Output PWM Channel 3 + Disabled - /parameters/VOXL2_IO_REV/bitmask/3/description + /parameters/SENS_IMU_AUTOCAL/values/1/description - VOXL2 IO Output PWM Channel 4 + Enabled - /parameters/VOXL_ESC_FUNC1/shortDesc + /parameters/SENS_IMU_CLPNOTI/shortDesc - VOXL ESC Output ESC 1 Output Function + IMU notify clipping - /parameters/VOXL_ESC_FUNC1/longDesc + /parameters/SENS_IMU_CLPNOTI/longDesc - Select what should be output on VOXL ESC Output ESC 1. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + Notify the user if the IMU is clipping - /parameters/VOXL_ESC_FUNC1/values/0/description + /parameters/SENS_IMU_CLPNOTI/values/0/description Disabled - /parameters/VOXL_ESC_FUNC1/values/1/description - - Constant Min - - - - /parameters/VOXL_ESC_FUNC1/values/2/description - - Constant Max - - - - /parameters/VOXL_ESC_FUNC1/values/101/description + /parameters/SENS_IMU_CLPNOTI/values/1/description - Motor 1 + Enabled - /parameters/VOXL_ESC_FUNC1/values/102/description + /parameters/SENS_IMU_MODE/shortDesc - Motor 2 + Sensors hub IMU mode - /parameters/VOXL_ESC_FUNC1/values/103/description + /parameters/SENS_IMU_MODE/values/0/description - Motor 3 + Disabled - /parameters/VOXL_ESC_FUNC1/values/104/description + /parameters/SENS_IMU_MODE/values/1/description - Motor 4 + Publish primary IMU selection - /parameters/VOXL_ESC_FUNC1/values/105/description + /parameters/SENS_INT_BARO_EN/shortDesc - Motor 5 + Enable internal barometers - /parameters/VOXL_ESC_FUNC1/values/106/description + /parameters/SENS_INT_BARO_EN/longDesc - Motor 6 + For systems with an external barometer, this should be set to false to make sure that the external is used. - /parameters/VOXL_ESC_FUNC1/values/107/description + /parameters/SENS_INT_BARO_EN/values/0/description - Motor 7 + Disabled - /parameters/VOXL_ESC_FUNC1/values/108/description + /parameters/SENS_INT_BARO_EN/values/1/description - Motor 8 + Enabled - /parameters/VOXL_ESC_FUNC1/values/109/description + /parameters/SENS_MAG_AUTOCAL/shortDesc - Motor 9 + Magnetometer auto calibration - /parameters/VOXL_ESC_FUNC1/values/110/description + /parameters/SENS_MAG_AUTOCAL/longDesc - Motor 10 + Automatically initialize magnetometer calibration from bias estimate if available. - /parameters/VOXL_ESC_FUNC1/values/111/description + /parameters/SENS_MAG_AUTOCAL/values/0/description - Motor 11 + Disabled - /parameters/VOXL_ESC_FUNC1/values/112/description + /parameters/SENS_MAG_AUTOCAL/values/1/description - Motor 12 + Enabled - /parameters/VOXL_ESC_FUNC1/values/201/description + /parameters/SENS_MAG_AUTOROT/shortDesc - Servo 1 + Automatically set external rotations - /parameters/VOXL_ESC_FUNC1/values/202/description + /parameters/SENS_MAG_AUTOROT/longDesc - Servo 2 + During calibration attempt to automatically determine the rotation of external magnetometers. - /parameters/VOXL_ESC_FUNC1/values/203/description + /parameters/SENS_MAG_AUTOROT/values/0/description - Servo 3 + Disabled - /parameters/VOXL_ESC_FUNC1/values/204/description + /parameters/SENS_MAG_AUTOROT/values/1/description - Servo 4 + Enabled - /parameters/VOXL_ESC_FUNC1/values/205/description + /parameters/SENS_MAG_MODE/shortDesc - Servo 5 + Sensors hub mag mode - /parameters/VOXL_ESC_FUNC1/values/206/description + /parameters/SENS_MAG_MODE/values/0/description - Servo 6 + Publish all magnetometers - /parameters/VOXL_ESC_FUNC1/values/207/description + /parameters/SENS_MAG_MODE/values/1/description - Servo 7 + Publish primary magnetometer - /parameters/VOXL_ESC_FUNC1/values/208/description + /parameters/SENS_MAG_RATE/shortDesc - Servo 8 + Magnetometer max rate - /parameters/VOXL_ESC_FUNC1/values/301/description + /parameters/SENS_MAG_RATE/longDesc - Peripheral via Actuator Set 1 + Magnetometer data maximum publication rate. This is an upper bound, actual magnetometer data rate is still dependent on the sensor. - /parameters/VOXL_ESC_FUNC1/values/302/description + /parameters/SENS_MAG_SIDES/shortDesc - Peripheral via Actuator Set 2 + Bitfield selecting mag sides for calibration - /parameters/VOXL_ESC_FUNC1/values/303/description + /parameters/SENS_MAG_SIDES/longDesc - Peripheral via Actuator Set 3 + If set to two side calibration, only the offsets are estimated, the scale calibration is left unchanged. Thus an initial six side calibration is recommended. Bits: ORIENTATION_TAIL_DOWN = 1 ORIENTATION_NOSE_DOWN = 2 ORIENTATION_LEFT = 4 ORIENTATION_RIGHT = 8 ORIENTATION_UPSIDE_DOWN = 16 ORIENTATION_RIGHTSIDE_UP = 32 - /parameters/VOXL_ESC_FUNC1/values/304/description + /parameters/SENS_MAG_SIDES/values/34/description - Peripheral via Actuator Set 4 + Two side calibration - /parameters/VOXL_ESC_FUNC1/values/305/description + /parameters/SENS_MAG_SIDES/values/38/description - Peripheral via Actuator Set 5 + Three side calibration - /parameters/VOXL_ESC_FUNC1/values/306/description + /parameters/SENS_MAG_SIDES/values/63/description - Peripheral via Actuator Set 6 + Six side calibration - /parameters/VOXL_ESC_FUNC1/values/400/description + /parameters/SIM_ARSPD_FAIL/shortDesc - Landing Gear + Dynamically simulate failure of airspeed sensor instance - /parameters/VOXL_ESC_FUNC1/values/401/description + /parameters/SIM_ARSPD_FAIL/values/0/description - Parachute + Disabled - /parameters/VOXL_ESC_FUNC1/values/402/description + /parameters/SIM_ARSPD_FAIL/values/1/description - RC Roll + Enabled - /parameters/VOXL_ESC_FUNC1/values/403/description + /parameters/SIH_DISTSNSR_MAX/shortDesc - RC Pitch + distance sensor maximum range - /parameters/VOXL_ESC_FUNC1/values/404/description + /parameters/SIH_DISTSNSR_MIN/shortDesc - RC Throttle + distance sensor minimum range - /parameters/VOXL_ESC_FUNC1/values/405/description + /parameters/SIH_DISTSNSR_OVR/shortDesc - RC Yaw + if >= 0 the distance sensor measures will be overridden by this value - /parameters/VOXL_ESC_FUNC1/values/406/description + /parameters/SIH_DISTSNSR_OVR/longDesc - RC Flaps + Absolute value superior to 10000 will disable distance sensor - /parameters/VOXL_ESC_FUNC1/values/407/description + /parameters/SIH_IXX/shortDesc - RC AUX 1 + Vehicle inertia about X axis - /parameters/VOXL_ESC_FUNC1/values/408/description + /parameters/SIH_IXX/longDesc - RC AUX 2 + The inertia is a 3 by 3 symmetric matrix. It represents the difficulty of the vehicle to modify its angular rate. - /parameters/VOXL_ESC_FUNC1/values/409/description + /parameters/SIH_IXY/shortDesc - RC AUX 3 + Vehicle cross term inertia xy - /parameters/VOXL_ESC_FUNC1/values/410/description + /parameters/SIH_IXY/longDesc - RC AUX 4 + The inertia is a 3 by 3 symmetric matrix. This value can be set to 0 for a quad symmetric about its center of mass. - /parameters/VOXL_ESC_FUNC1/values/411/description + /parameters/SIH_IXZ/shortDesc - RC AUX 5 + Vehicle cross term inertia xz - /parameters/VOXL_ESC_FUNC1/values/412/description + /parameters/SIH_IXZ/longDesc - RC AUX 6 + The inertia is a 3 by 3 symmetric matrix. This value can be set to 0 for a quad symmetric about its center of mass. - /parameters/VOXL_ESC_FUNC1/values/420/description + /parameters/SIH_IYY/shortDesc - Gimbal Roll + Vehicle inertia about Y axis - /parameters/VOXL_ESC_FUNC1/values/421/description + /parameters/SIH_IYY/longDesc - Gimbal Pitch + The inertia is a 3 by 3 symmetric matrix. It represents the difficulty of the vehicle to modify its angular rate. - /parameters/VOXL_ESC_FUNC1/values/422/description + /parameters/SIH_IYZ/shortDesc - Gimbal Yaw + Vehicle cross term inertia yz - /parameters/VOXL_ESC_FUNC1/values/430/description + /parameters/SIH_IYZ/longDesc - Gripper + The inertia is a 3 by 3 symmetric matrix. This value can be set to 0 for a quad symmetric about its center of mass. - /parameters/VOXL_ESC_FUNC1/values/440/description + /parameters/SIH_IZZ/shortDesc - Landing Gear Wheel + Vehicle inertia about Z axis - /parameters/VOXL_ESC_FUNC2/shortDesc + /parameters/SIH_IZZ/longDesc - VOXL ESC Output ESC 2 Output Function + The inertia is a 3 by 3 symmetric matrix. It represents the difficulty of the vehicle to modify its angular rate. - /parameters/VOXL_ESC_FUNC2/longDesc + /parameters/SIH_KDV/shortDesc - Select what should be output on VOXL ESC Output ESC 2. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest + First order drag coefficient - /parameters/VOXL_ESC_FUNC2/values/0/description + /parameters/SIH_KDV/longDesc - Disabled + Physical coefficient representing the friction with air particules. The greater this value, the slower the quad will move. Drag force function of velocity: D=-KDV*V. The maximum freefall velocity can be computed as V=10*MASS/KDV [m/s] - /parameters/VOXL_ESC_FUNC2/values/1/description + /parameters/SIH_KDW/shortDesc - Constant Min + First order angular damper coefficient - /parameters/VOXL_ESC_FUNC2/values/2/description + /parameters/SIH_KDW/longDesc - Constant Max + Physical coefficient representing the friction with air particules during rotations. The greater this value, the slower the quad will rotate. Aerodynamic moment function of body rate: Ma=-KDW*W_B. This value can be set to 0 if unknown. - /parameters/VOXL_ESC_FUNC2/values/101/description + /parameters/SIH_LOC_H0/shortDesc - Motor 1 + Initial AMSL ground altitude - /parameters/VOXL_ESC_FUNC2/values/102/description + /parameters/SIH_LOC_H0/longDesc - Motor 2 + This value represents the Above Mean Sea Level (AMSL) altitude where the simulation begins. If using FlightGear as a visual animation, this value can be tweaked such that the vehicle lies on the ground at takeoff. LAT0, LON0, H0, MU_X, MU_Y, and MU_Z should ideally be consistent among each others to represent a physical ground location on Earth. - /parameters/VOXL_ESC_FUNC2/values/103/description + /parameters/SIH_LOC_LAT0/shortDesc - Motor 3 + Initial geodetic latitude - /parameters/VOXL_ESC_FUNC2/values/104/description + /parameters/SIH_LOC_LAT0/longDesc - Motor 4 + This value represents the North-South location on Earth where the simulation begins. LAT0, LON0, H0, MU_X, MU_Y, and MU_Z should ideally be consistent among each others to represent a physical ground location on Earth. - /parameters/VOXL_ESC_FUNC2/values/105/description + /parameters/SIH_LOC_LON0/shortDesc - Motor 5 + Initial geodetic longitude - /parameters/VOXL_ESC_FUNC2/values/106/description + /parameters/SIH_LOC_LON0/longDesc - Motor 6 + This value represents the East-West location on Earth where the simulation begins. LAT0, LON0, H0, MU_X, MU_Y, and MU_Z should ideally be consistent among each others to represent a physical ground location on Earth. - /parameters/VOXL_ESC_FUNC2/values/107/description + /parameters/SIH_L_PITCH/shortDesc - Motor 7 + Pitch arm length - /parameters/VOXL_ESC_FUNC2/values/108/description + /parameters/SIH_L_PITCH/longDesc - Motor 8 + This is the arm length generating the pitching moment This value can be measured with a ruler. This corresponds to half the distance between the front and rear motors. - /parameters/VOXL_ESC_FUNC2/values/109/description + /parameters/SIH_L_ROLL/shortDesc - Motor 9 + Roll arm length - /parameters/VOXL_ESC_FUNC2/values/110/description + /parameters/SIH_L_ROLL/longDesc - Motor 10 + This is the arm length generating the rolling moment This value can be measured with a ruler. This corresponds to half the distance between the left and right motors. - /parameters/VOXL_ESC_FUNC2/values/111/description - - Motor 11 - - - - /parameters/VOXL_ESC_FUNC2/values/112/description - - Motor 12 - - - - /parameters/VOXL_ESC_FUNC2/values/201/description - - Servo 1 - - - - /parameters/VOXL_ESC_FUNC2/values/202/description - - Servo 2 - - - - /parameters/VOXL_ESC_FUNC2/values/203/description - - Servo 3 - - - - /parameters/VOXL_ESC_FUNC2/values/204/description - - Servo 4 - - - - /parameters/VOXL_ESC_FUNC2/values/205/description - - Servo 5 - - - - /parameters/VOXL_ESC_FUNC2/values/206/description - - Servo 6 - - - - /parameters/VOXL_ESC_FUNC2/values/207/description - - Servo 7 - - - - /parameters/VOXL_ESC_FUNC2/values/208/description - - Servo 8 - - - - /parameters/VOXL_ESC_FUNC2/values/301/description - - Peripheral via Actuator Set 1 - - - - /parameters/VOXL_ESC_FUNC2/values/302/description - - Peripheral via Actuator Set 2 - - - - /parameters/VOXL_ESC_FUNC2/values/303/description - - Peripheral via Actuator Set 3 - - - - /parameters/VOXL_ESC_FUNC2/values/304/description - - Peripheral via Actuator Set 4 - - - - /parameters/VOXL_ESC_FUNC2/values/305/description - - Peripheral via Actuator Set 5 - - - - /parameters/VOXL_ESC_FUNC2/values/306/description - - Peripheral via Actuator Set 6 - - - - /parameters/VOXL_ESC_FUNC2/values/400/description - - Landing Gear - - - - /parameters/VOXL_ESC_FUNC2/values/401/description - - Parachute - - - - /parameters/VOXL_ESC_FUNC2/values/402/description - - RC Roll - - - - /parameters/VOXL_ESC_FUNC2/values/403/description - - RC Pitch - - - - /parameters/VOXL_ESC_FUNC2/values/404/description - - RC Throttle - - - - /parameters/VOXL_ESC_FUNC2/values/405/description - - RC Yaw - - - - /parameters/VOXL_ESC_FUNC2/values/406/description - - RC Flaps - - - - /parameters/VOXL_ESC_FUNC2/values/407/description - - RC AUX 1 - - - - /parameters/VOXL_ESC_FUNC2/values/408/description - - RC AUX 2 - - - - /parameters/VOXL_ESC_FUNC2/values/409/description - - RC AUX 3 - - - - /parameters/VOXL_ESC_FUNC2/values/410/description - - RC AUX 4 - - - - /parameters/VOXL_ESC_FUNC2/values/411/description - - RC AUX 5 - - - - /parameters/VOXL_ESC_FUNC2/values/412/description - - RC AUX 6 - - - - /parameters/VOXL_ESC_FUNC2/values/420/description - - Gimbal Roll - - - - /parameters/VOXL_ESC_FUNC2/values/421/description - - Gimbal Pitch - - - - /parameters/VOXL_ESC_FUNC2/values/422/description - - Gimbal Yaw - - - - /parameters/VOXL_ESC_FUNC2/values/430/description - - Gripper - - - - /parameters/VOXL_ESC_FUNC2/values/440/description - - Landing Gear Wheel - - - - /parameters/VOXL_ESC_FUNC3/shortDesc - - VOXL ESC Output ESC 3 Output Function - - - - /parameters/VOXL_ESC_FUNC3/longDesc - - Select what should be output on VOXL ESC Output ESC 3. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest - - - - /parameters/VOXL_ESC_FUNC3/values/0/description - - Disabled - - - - /parameters/VOXL_ESC_FUNC3/values/1/description - - Constant Min - - - - /parameters/VOXL_ESC_FUNC3/values/2/description - - Constant Max - - - - /parameters/VOXL_ESC_FUNC3/values/101/description - - Motor 1 - - - - /parameters/VOXL_ESC_FUNC3/values/102/description - - Motor 2 - - - - /parameters/VOXL_ESC_FUNC3/values/103/description - - Motor 3 - - - - /parameters/VOXL_ESC_FUNC3/values/104/description - - Motor 4 - - - - /parameters/VOXL_ESC_FUNC3/values/105/description - - Motor 5 - - - - /parameters/VOXL_ESC_FUNC3/values/106/description - - Motor 6 - - - - /parameters/VOXL_ESC_FUNC3/values/107/description - - Motor 7 - - - - /parameters/VOXL_ESC_FUNC3/values/108/description - - Motor 8 - - - - /parameters/VOXL_ESC_FUNC3/values/109/description - - Motor 9 - - - - /parameters/VOXL_ESC_FUNC3/values/110/description - - Motor 10 - - - - /parameters/VOXL_ESC_FUNC3/values/111/description - - Motor 11 - - - - /parameters/VOXL_ESC_FUNC3/values/112/description - - Motor 12 - - - - /parameters/VOXL_ESC_FUNC3/values/201/description - - Servo 1 - - - - /parameters/VOXL_ESC_FUNC3/values/202/description - - Servo 2 - - - - /parameters/VOXL_ESC_FUNC3/values/203/description - - Servo 3 - - - - /parameters/VOXL_ESC_FUNC3/values/204/description - - Servo 4 - - - - /parameters/VOXL_ESC_FUNC3/values/205/description - - Servo 5 - - - - /parameters/VOXL_ESC_FUNC3/values/206/description - - Servo 6 - - - - /parameters/VOXL_ESC_FUNC3/values/207/description - - Servo 7 - - - - /parameters/VOXL_ESC_FUNC3/values/208/description - - Servo 8 - - - - /parameters/VOXL_ESC_FUNC3/values/301/description - - Peripheral via Actuator Set 1 - - - - /parameters/VOXL_ESC_FUNC3/values/302/description - - Peripheral via Actuator Set 2 - - - - /parameters/VOXL_ESC_FUNC3/values/303/description - - Peripheral via Actuator Set 3 - - - - /parameters/VOXL_ESC_FUNC3/values/304/description - - Peripheral via Actuator Set 4 - - - - /parameters/VOXL_ESC_FUNC3/values/305/description - - Peripheral via Actuator Set 5 - - - - /parameters/VOXL_ESC_FUNC3/values/306/description - - Peripheral via Actuator Set 6 - - - - /parameters/VOXL_ESC_FUNC3/values/400/description - - Landing Gear - - - - /parameters/VOXL_ESC_FUNC3/values/401/description - - Parachute - - - - /parameters/VOXL_ESC_FUNC3/values/402/description - - RC Roll - - - - /parameters/VOXL_ESC_FUNC3/values/403/description - - RC Pitch - - - - /parameters/VOXL_ESC_FUNC3/values/404/description - - RC Throttle - - - - /parameters/VOXL_ESC_FUNC3/values/405/description - - RC Yaw - - - - /parameters/VOXL_ESC_FUNC3/values/406/description - - RC Flaps - - - - /parameters/VOXL_ESC_FUNC3/values/407/description - - RC AUX 1 - - - - /parameters/VOXL_ESC_FUNC3/values/408/description - - RC AUX 2 - - - - /parameters/VOXL_ESC_FUNC3/values/409/description - - RC AUX 3 - - - - /parameters/VOXL_ESC_FUNC3/values/410/description - - RC AUX 4 - - - - /parameters/VOXL_ESC_FUNC3/values/411/description - - RC AUX 5 - - - - /parameters/VOXL_ESC_FUNC3/values/412/description - - RC AUX 6 - - - - /parameters/VOXL_ESC_FUNC3/values/420/description - - Gimbal Roll - - - - /parameters/VOXL_ESC_FUNC3/values/421/description - - Gimbal Pitch - - - - /parameters/VOXL_ESC_FUNC3/values/422/description - - Gimbal Yaw - - - - /parameters/VOXL_ESC_FUNC3/values/430/description - - Gripper - - - - /parameters/VOXL_ESC_FUNC3/values/440/description - - Landing Gear Wheel - - - - /parameters/VOXL_ESC_FUNC4/shortDesc - - VOXL ESC Output ESC 4 Output Function - - - - /parameters/VOXL_ESC_FUNC4/longDesc - - Select what should be output on VOXL ESC Output ESC 4. The default failsafe value is set according to the selected function: - 'Min' for ConstantMin - 'Max' for ConstantMax - 'Max' for Parachute - ('Max'+'Min')/2 for Servos - 'Disarmed' for the rest - - - - /parameters/VOXL_ESC_FUNC4/values/0/description - - Disabled - - - - /parameters/VOXL_ESC_FUNC4/values/1/description - - Constant Min - - - - /parameters/VOXL_ESC_FUNC4/values/2/description - - Constant Max - - - - /parameters/VOXL_ESC_FUNC4/values/101/description - - Motor 1 - - - - /parameters/VOXL_ESC_FUNC4/values/102/description - - Motor 2 - - - - /parameters/VOXL_ESC_FUNC4/values/103/description - - Motor 3 - - - - /parameters/VOXL_ESC_FUNC4/values/104/description - - Motor 4 - - - - /parameters/VOXL_ESC_FUNC4/values/105/description - - Motor 5 - - - - /parameters/VOXL_ESC_FUNC4/values/106/description - - Motor 6 - - - - /parameters/VOXL_ESC_FUNC4/values/107/description - - Motor 7 - - - - /parameters/VOXL_ESC_FUNC4/values/108/description - - Motor 8 - - - - /parameters/VOXL_ESC_FUNC4/values/109/description - - Motor 9 - - - - /parameters/VOXL_ESC_FUNC4/values/110/description - - Motor 10 - - - - /parameters/VOXL_ESC_FUNC4/values/111/description - - Motor 11 - - - - /parameters/VOXL_ESC_FUNC4/values/112/description - - Motor 12 - - - - /parameters/VOXL_ESC_FUNC4/values/201/description - - Servo 1 - - - - /parameters/VOXL_ESC_FUNC4/values/202/description - - Servo 2 - - - - /parameters/VOXL_ESC_FUNC4/values/203/description - - Servo 3 - - - - /parameters/VOXL_ESC_FUNC4/values/204/description - - Servo 4 - - - - /parameters/VOXL_ESC_FUNC4/values/205/description - - Servo 5 - - - - /parameters/VOXL_ESC_FUNC4/values/206/description - - Servo 6 - - - - /parameters/VOXL_ESC_FUNC4/values/207/description - - Servo 7 - - - - /parameters/VOXL_ESC_FUNC4/values/208/description - - Servo 8 - - - - /parameters/VOXL_ESC_FUNC4/values/301/description - - Peripheral via Actuator Set 1 - - - - /parameters/VOXL_ESC_FUNC4/values/302/description - - Peripheral via Actuator Set 2 - - - - /parameters/VOXL_ESC_FUNC4/values/303/description - - Peripheral via Actuator Set 3 - - - - /parameters/VOXL_ESC_FUNC4/values/304/description - - Peripheral via Actuator Set 4 - - - - /parameters/VOXL_ESC_FUNC4/values/305/description - - Peripheral via Actuator Set 5 - - - - /parameters/VOXL_ESC_FUNC4/values/306/description - - Peripheral via Actuator Set 6 - - - - /parameters/VOXL_ESC_FUNC4/values/400/description - - Landing Gear - - - - /parameters/VOXL_ESC_FUNC4/values/401/description - - Parachute - - - - /parameters/VOXL_ESC_FUNC4/values/402/description - - RC Roll - - - - /parameters/VOXL_ESC_FUNC4/values/403/description - - RC Pitch - - - - /parameters/VOXL_ESC_FUNC4/values/404/description - - RC Throttle - - - - /parameters/VOXL_ESC_FUNC4/values/405/description - - RC Yaw - - - - /parameters/VOXL_ESC_FUNC4/values/406/description - - RC Flaps - - - - /parameters/VOXL_ESC_FUNC4/values/407/description - - RC AUX 1 - - - - /parameters/VOXL_ESC_FUNC4/values/408/description - - RC AUX 2 - - - - /parameters/VOXL_ESC_FUNC4/values/409/description - - RC AUX 3 - - - - /parameters/VOXL_ESC_FUNC4/values/410/description - - RC AUX 4 - - - - /parameters/VOXL_ESC_FUNC4/values/411/description - - RC AUX 5 - - - - /parameters/VOXL_ESC_FUNC4/values/412/description - - RC AUX 6 - - - - /parameters/VOXL_ESC_FUNC4/values/420/description - - Gimbal Roll - - - - /parameters/VOXL_ESC_FUNC4/values/421/description - - Gimbal Pitch - - - - /parameters/VOXL_ESC_FUNC4/values/422/description - - Gimbal Yaw - - - - /parameters/VOXL_ESC_FUNC4/values/430/description - - Gripper - - - - /parameters/VOXL_ESC_FUNC4/values/440/description - - Landing Gear Wheel - - - - /parameters/VOXL_ESC_REV/shortDesc - - Reverse Output Range for VOXL ESC Output - - - - /parameters/VOXL_ESC_REV/longDesc - - Allows to reverse the output range for each channel. Note: this is only useful for servos. - - - - /parameters/VOXL_ESC_REV/bitmask/0/description - - VOXL ESC Output ESC 1 - - - - /parameters/VOXL_ESC_REV/bitmask/1/description - - VOXL ESC Output ESC 2 - - - - /parameters/VOXL_ESC_REV/bitmask/2/description - - VOXL ESC Output ESC 3 - - - - /parameters/VOXL_ESC_REV/bitmask/3/description - - VOXL ESC Output ESC 4 - - - - /parameters/ASPD_BETA_GATE/shortDesc - - Gate size for sideslip angle fusion - - - - /parameters/ASPD_BETA_GATE/longDesc - - Sets the number of standard deviations used by the innovation consistency test. - - - - /parameters/ASPD_BETA_NOISE/shortDesc - - Wind estimator sideslip measurement noise - - - - /parameters/ASPD_BETA_NOISE/longDesc - - Sideslip measurement noise of the internal wind estimator(s) of the airspeed selector. - - - - /parameters/ASPD_DO_CHECKS/shortDesc - - Enable checks on airspeed sensors - - - - /parameters/ASPD_DO_CHECKS/longDesc - - Controls which checks are run to check airspeed data for validity. Only applied if ASPD_PRIMARY > 0. - - - - /parameters/ASPD_DO_CHECKS/bitmask/0/description - - Only data missing check (triggers if more than 1s no data) - - - - /parameters/ASPD_DO_CHECKS/bitmask/1/description - - Data stuck (triggers if data is exactly constant for 2s in FW mode) - - - - /parameters/ASPD_DO_CHECKS/bitmask/2/description - - Innovation check (see ASPD_FS_INNOV) - - - - /parameters/ASPD_DO_CHECKS/bitmask/3/description - - Load factor check (triggers if measurement is below stall speed) - - - - /parameters/ASPD_FALLBACK_GW/shortDesc - - Enable fallback to sensor-less airspeed estimation - - - - /parameters/ASPD_FALLBACK_GW/longDesc - - If set to true and airspeed checks are enabled, it will use a sensor-less airspeed estimation based on groundspeed minus windspeed if no other airspeed sensor available to fall back to. - - - - /parameters/ASPD_FALLBACK_GW/values/0/description - - Disable fallback to sensor-less estimation - - - - /parameters/ASPD_FALLBACK_GW/values/1/description - - Enable fallback to sensor-less estimation - - - - /parameters/ASPD_FS_INNOV/shortDesc - - Airspeed failure innovation threshold - - - - /parameters/ASPD_FS_INNOV/longDesc - - This specifies the minimum airspeed innovation required to trigger a failsafe. Larger values make the check less sensitive, smaller values make it more sensitive. Large innovations indicate an inconsistency between predicted (groundspeed - windspeeed) and measured airspeed. The time required to detect a fault when the threshold is exceeded depends on the size of the exceedance and is controlled by the ASPD_FS_INTEG parameter. - - - - /parameters/ASPD_FS_INTEG/shortDesc - - Airspeed failure innovation integral threshold - - - - /parameters/ASPD_FS_INTEG/longDesc - - This sets the time integral of airspeed innovation exceedance above ASPD_FS_INNOV required to trigger a failsafe. Larger values make the check less sensitive, smaller positive values make it more sensitive. - - - - /parameters/ASPD_FS_T_START/shortDesc - - Airspeed failsafe start delay - - - - /parameters/ASPD_FS_T_START/longDesc - - Delay before switching back to using airspeed sensor if checks indicate sensor is good. Set to a negative value to disable the re-enabling in flight. - - - - /parameters/ASPD_FS_T_STOP/shortDesc - - Airspeed failsafe stop delay - - - - /parameters/ASPD_FS_T_STOP/longDesc - - Delay before stopping use of airspeed sensor if checks indicate sensor is bad. - - - - /parameters/ASPD_PRIMARY/shortDesc - - Index or primary airspeed measurement source - - - - /parameters/ASPD_PRIMARY/values/0/description - - Groundspeed minus windspeed - - - - /parameters/ASPD_PRIMARY/values/1/description - - First airspeed sensor - - - - /parameters/ASPD_PRIMARY/values/2/description - - Second airspeed sensor - - - - /parameters/ASPD_PRIMARY/values/3/description - - Third airspeed sensor - - - - /parameters/ASPD_SCALE_1/shortDesc - - Scale of airspeed sensor 1 - - - - /parameters/ASPD_SCALE_1/longDesc - - This is the scale IAS --> CAS of the first airspeed sensor instance - - - - /parameters/ASPD_SCALE_2/shortDesc - - Scale of airspeed sensor 2 - - - - /parameters/ASPD_SCALE_2/longDesc - - This is the scale IAS --> CAS of the second airspeed sensor instance - - - - /parameters/ASPD_SCALE_3/shortDesc - - Scale of airspeed sensor 3 - - - - /parameters/ASPD_SCALE_3/longDesc - - This is the scale IAS --> CAS of the third airspeed sensor instance - - - - /parameters/ASPD_SCALE_APPLY/shortDesc - - Controls when to apply the new estimated airspeed scale(s) - - - - /parameters/ASPD_SCALE_APPLY/values/0/description - - Do not automatically apply the estimated scale - - - - /parameters/ASPD_SCALE_APPLY/values/1/description - - Apply the estimated scale after disarm - - - - /parameters/ASPD_SCALE_APPLY/values/2/description - - Apply the estimated scale in air - - - - /parameters/ASPD_SCALE_NSD/shortDesc - - Wind estimator true airspeed scale process noise spectral density - - - - /parameters/ASPD_SCALE_NSD/longDesc - - Airspeed scale process noise of the internal wind estimator(s) of the airspeed selector. When unaided, the scale uncertainty (1-sigma, unitless) increases by this amount every second. - - - - /parameters/ASPD_TAS_GATE/shortDesc - - Gate size for true airspeed fusion - - - - /parameters/ASPD_TAS_GATE/longDesc - - Sets the number of standard deviations used by the innovation consistency test. - - - - /parameters/ASPD_TAS_NOISE/shortDesc - - Wind estimator true airspeed measurement noise - - - - /parameters/ASPD_TAS_NOISE/longDesc - - True airspeed measurement noise of the internal wind estimator(s) of the airspeed selector. - - - - /parameters/ASPD_WERR_THR/shortDesc - - Horizontal wind uncertainty threshold for synthetic airspeed - - - - /parameters/ASPD_WERR_THR/longDesc - - The synthetic airspeed estimate (from groundspeed and heading) will be declared valid as soon and as long the horizontal wind uncertainty is below this value. - - - - /parameters/ASPD_WIND_NSD/shortDesc - - Wind estimator wind process noise spectral density - - - - /parameters/ASPD_WIND_NSD/longDesc - - Wind process noise of the internal wind estimator(s) of the airspeed selector. When unaided, the wind estimate uncertainty (1-sigma, in m/s) increases by this amount every second. - - - - /parameters/ATT_ACC_COMP/shortDesc - - Acceleration compensation based on GPS velocity - - - - /parameters/ATT_ACC_COMP/values/0/description - - Disabled - - - - /parameters/ATT_ACC_COMP/values/1/description - - Enabled - - - - /parameters/ATT_BIAS_MAX/shortDesc - - Gyro bias limit - - - - /parameters/ATT_EN/shortDesc - - standalone attitude estimator enable (unsupported) - - - - /parameters/ATT_EN/longDesc - - Enable standalone quaternion based attitude estimator. - - - - /parameters/ATT_EN/values/0/description - - Disabled - - - - /parameters/ATT_EN/values/1/description - - Enabled - - - - /parameters/ATT_EXT_HDG_M/shortDesc - - External heading usage mode (from Motion capture/Vision) - - - - /parameters/ATT_EXT_HDG_M/longDesc - - Set to 1 to use heading estimate from vision. Set to 2 to use heading from motion capture. - - - - /parameters/ATT_EXT_HDG_M/values/0/description - - None - - - - /parameters/ATT_EXT_HDG_M/values/1/description - - Vision - - - - /parameters/ATT_EXT_HDG_M/values/2/description - - Motion Capture - - - - /parameters/ATT_MAG_DECL/shortDesc - - Magnetic declination, in degrees - - - - /parameters/ATT_MAG_DECL/longDesc - - This parameter is not used in normal operation, as the declination is looked up based on the GPS coordinates of the vehicle. - - - - /parameters/ATT_MAG_DECL_A/shortDesc - - Automatic GPS based declination compensation - - - - /parameters/ATT_MAG_DECL_A/values/0/description - - Disabled - - - - /parameters/ATT_MAG_DECL_A/values/1/description - - Enabled - - - - /parameters/ATT_W_ACC/shortDesc - - Complimentary filter accelerometer weight - - - - /parameters/ATT_W_EXT_HDG/shortDesc - - Complimentary filter external heading weight - - - - /parameters/ATT_W_GYRO_BIAS/shortDesc - - Complimentary filter gyroscope bias weight - - - - /parameters/ATT_W_MAG/shortDesc - - Complimentary filter magnetometer weight - - - - /parameters/ATT_W_MAG/longDesc - - Set to 0 to avoid using the magnetometer. - - - - /parameters/FW_AT_APPLY/shortDesc - - Controls when to apply the new gains - - - - /parameters/FW_AT_APPLY/longDesc - - After the auto-tuning sequence is completed, a new set of gains is available and can be applied immediately or after landing. - - - - /parameters/FW_AT_APPLY/values/0/description - - Do not apply the new gains (logging only) - - - - /parameters/FW_AT_APPLY/values/1/description - - Apply the new gains after disarm - - - - /parameters/FW_AT_APPLY/values/2/description - - Apply the new gains in air - - - - /parameters/FW_AT_AXES/shortDesc - - Tuning axes selection - - - - /parameters/FW_AT_AXES/longDesc - - Defines which axes will be tuned during the auto-tuning sequence Set bits in the following positions to enable: 0 : Roll 1 : Pitch 2 : Yaw - - - - /parameters/FW_AT_AXES/bitmask/0/description - - roll - - - - /parameters/FW_AT_AXES/bitmask/1/description - - pitch - - - - /parameters/FW_AT_AXES/bitmask/2/description - - yaw - - - - /parameters/FW_AT_MAN_AUX/shortDesc - - Enable/disable auto tuning using an RC AUX input - - - - /parameters/FW_AT_MAN_AUX/longDesc - - Defines which RC_MAP_AUXn parameter maps the RC channel used to enable/disable auto tuning. - - - - /parameters/FW_AT_MAN_AUX/values/0/description - - Disable - - - - /parameters/FW_AT_MAN_AUX/values/1/description - - Aux1 - - - - /parameters/FW_AT_MAN_AUX/values/2/description - - Aux2 - - - - /parameters/FW_AT_MAN_AUX/values/3/description - - Aux3 - - - - /parameters/FW_AT_MAN_AUX/values/4/description - - Aux4 - - - - /parameters/FW_AT_MAN_AUX/values/5/description - - Aux5 - - - - /parameters/FW_AT_MAN_AUX/values/6/description - - Aux6 - - - - /parameters/FW_AT_START/shortDesc - - Start the autotuning sequence - - - - /parameters/FW_AT_START/longDesc - - WARNING: this will inject steps to the rate controller and can be dangerous. Only activate if you know what you are doing, and in a safe environment. Any motion of the remote stick will abort the signal injection and reset this parameter Best is to perform the identification in position or hold mode. Increase the amplitude of the injected signal using FW_AT_SYSID_AMP for more signal/noise ratio - - - - /parameters/FW_AT_START/values/0/description - - Disabled - - - - /parameters/FW_AT_START/values/1/description - - Enabled - - - - /parameters/FW_AT_SYSID_AMP/shortDesc - - Amplitude of the injected signal - - - - /parameters/FW_AT_SYSID_AMP/longDesc - - This parameter scales the signal sent to the rate controller during system identification. - - - - /parameters/FW_AT_SYSID_F0/shortDesc - - Start frequency of the injected signal - - - - /parameters/FW_AT_SYSID_F0/longDesc - - Can be set lower or higher than the end frequency - - - - /parameters/FW_AT_SYSID_F1/shortDesc - - End frequency of the injected signal - - - - /parameters/FW_AT_SYSID_F1/longDesc - - Can be set lower or higher than the start frequency - - - - /parameters/FW_AT_SYSID_TIME/shortDesc - - Maneuver time for each axis - - - - /parameters/FW_AT_SYSID_TIME/longDesc - - Duration of the input signal sent on each axis during system identification - - - - /parameters/FW_AT_SYSID_TYPE/shortDesc - - Input signal type - - - - /parameters/FW_AT_SYSID_TYPE/longDesc - - Type of signal used during system identification to excite the system. - - - - /parameters/FW_AT_SYSID_TYPE/values/0/description - - Step - - - - /parameters/FW_AT_SYSID_TYPE/values/1/description - - Linear sine sweep - - - - /parameters/FW_AT_SYSID_TYPE/values/2/description - - Logarithmic sine sweep - - - - /parameters/MC_AT_APPLY/shortDesc - - Controls when to apply the new gains - - - - /parameters/MC_AT_APPLY/longDesc - - After the auto-tuning sequence is completed, a new set of gains is available and can be applied immediately or after landing. WARNING Applying the gains in air is dangerous as there is no guarantee that those new gains will be able to stabilize the drone properly. - - - - /parameters/MC_AT_APPLY/values/0/description - - Do not apply the new gains (logging only) - - - - /parameters/MC_AT_APPLY/values/1/description - - Apply the new gains after disarm - - - - /parameters/MC_AT_APPLY/values/2/description - - WARNING Apply the new gains in air - - - - /parameters/MC_AT_EN/shortDesc - - Multicopter autotune module enable - - - - /parameters/MC_AT_EN/values/0/description - - Disabled - - - - /parameters/MC_AT_EN/values/1/description - - Enabled - - - - /parameters/MC_AT_RISE_TIME/shortDesc - - Desired angular rate closed-loop rise time - - - - /parameters/MC_AT_START/shortDesc - - Start the autotuning sequence - - - - /parameters/MC_AT_START/longDesc - - WARNING: this will inject steps to the rate controller and can be dangerous. Only activate if you know what you are doing, and in a safe environment. Any motion of the remote stick will abort the signal injection and reset this parameter Best is to perform the identification in position or hold mode. Increase the amplitude of the injected signal using MC_AT_SYSID_AMP for more signal/noise ratio - - - - /parameters/MC_AT_START/values/0/description - - Disabled - - - - /parameters/MC_AT_START/values/1/description - - Enabled - - - - /parameters/MC_AT_SYSID_AMP/shortDesc - - Amplitude of the injected signal - - - - /parameters/BAT1_A_PER_V/shortDesc - - Battery 1 current per volt (A/V) - - - - /parameters/BAT1_A_PER_V/longDesc - - The voltage seen by the ADC multiplied by this factor will determine the battery current. A value of -1 means to use the board default. - - - - /parameters/BAT1_CAPACITY/shortDesc - - Battery 1 capacity - - - - /parameters/BAT1_CAPACITY/longDesc - - Defines the capacity of battery 1 in mAh. - - - - /parameters/BAT1_I_CHANNEL/shortDesc - - Battery 1 Current ADC Channel - - - - /parameters/BAT1_I_CHANNEL/longDesc - - This parameter specifies the ADC channel used to monitor current of main power battery. A value of -1 means to use the board default. - - - - /parameters/BAT1_N_CELLS/shortDesc - - Number of cells for battery 1 - - - - /parameters/BAT1_N_CELLS/longDesc - - Defines the number of cells the attached battery consists of. - - - - /parameters/BAT1_N_CELLS/values/0/description - - Unknown - - - - /parameters/BAT1_N_CELLS/values/1/description - - 1S Battery - - - - /parameters/BAT1_N_CELLS/values/2/description - - 2S Battery - - - - /parameters/BAT1_N_CELLS/values/3/description - - 3S Battery - - - - /parameters/BAT1_N_CELLS/values/4/description - - 4S Battery - - - - /parameters/BAT1_N_CELLS/values/5/description - - 5S Battery - - - - /parameters/BAT1_N_CELLS/values/6/description - - 6S Battery - - - - /parameters/BAT1_N_CELLS/values/7/description - - 7S Battery - - - - /parameters/BAT1_N_CELLS/values/8/description - - 8S Battery - - - - /parameters/BAT1_N_CELLS/values/9/description - - 9S Battery - - - - /parameters/BAT1_N_CELLS/values/10/description - - 10S Battery - - - - /parameters/BAT1_N_CELLS/values/11/description - - 11S Battery - - - - /parameters/BAT1_N_CELLS/values/12/description - - 12S Battery - - - - /parameters/BAT1_N_CELLS/values/13/description - - 13S Battery - - - - /parameters/BAT1_N_CELLS/values/14/description - - 14S Battery - - - - /parameters/BAT1_N_CELLS/values/15/description - - 15S Battery - - - - /parameters/BAT1_N_CELLS/values/16/description - - 16S Battery - - - - /parameters/BAT1_R_INTERNAL/shortDesc - - Explicitly defines the per cell internal resistance for battery 1 - - - - /parameters/BAT1_R_INTERNAL/longDesc - - If non-negative, then this will be used in place of BAT1_V_LOAD_DROP for all calculations. - - - - /parameters/BAT1_SOURCE/shortDesc - - Battery 1 monitoring source - - - - /parameters/BAT1_SOURCE/longDesc - - This parameter controls the source of battery data. The value 'Power Module' means that measurements are expected to come from a power module. If the value is set to 'External' then the system expects to receive mavlink battery status messages. If the value is set to 'ESCs', the battery information are taken from the esc_status message. This requires the ESC to provide both voltage as well as current. - - - - /parameters/BAT1_SOURCE/values/-1/description - - Disabled - - - - /parameters/BAT1_SOURCE/values/0/description - - Power Module - - - - /parameters/BAT1_SOURCE/values/1/description - - External - - - - /parameters/BAT1_SOURCE/values/2/description - - ESCs - - - - /parameters/BAT1_V_CHANNEL/shortDesc - - Battery 1 Voltage ADC Channel - - - - /parameters/BAT1_V_CHANNEL/longDesc - - This parameter specifies the ADC channel used to monitor voltage of main power battery. A value of -1 means to use the board default. - - - - /parameters/BAT1_V_CHARGED/shortDesc - - Full cell voltage - - - - /parameters/BAT1_V_CHARGED/longDesc - - Defines the voltage where a single cell of the battery is considered full. For a more accurate estimate set this below the nominal voltage of e.g. 4.2V - - - - /parameters/BAT1_V_DIV/shortDesc - - Battery 1 voltage divider (V divider) - - - - /parameters/BAT1_V_DIV/longDesc - - This is the divider from battery 1 voltage to ADC voltage. If using e.g. Mauch power modules the value from the datasheet can be applied straight here. A value of -1 means to use the board default. - - - - /parameters/BAT1_V_EMPTY/shortDesc - - Empty cell voltage - - - - /parameters/BAT1_V_EMPTY/longDesc - - Defines the voltage where a single cell of the battery is considered empty. The voltage should be chosen above the steep dropoff at 3.5V. A typical lithium battery can only be discharged under high load down to 10% before it drops off to a voltage level damaging the cells. - - - - /parameters/BAT1_V_LOAD_DROP/shortDesc - - Voltage drop per cell on full throttle - - - - /parameters/BAT1_V_LOAD_DROP/longDesc - - This implicitly defines the internal resistance to maximum current ratio for the battery and assumes linearity. A good value to use is the difference between the 5C and 20-25C load. Not used if BAT1_R_INTERNAL is set. - - - - /parameters/BAT2_A_PER_V/shortDesc - - Battery 2 current per volt (A/V) - - - - /parameters/BAT2_A_PER_V/longDesc - - The voltage seen by the ADC multiplied by this factor will determine the battery current. A value of -1 means to use the board default. - - - - /parameters/BAT2_CAPACITY/shortDesc - - Battery 2 capacity - - - - /parameters/BAT2_CAPACITY/longDesc - - Defines the capacity of battery 2 in mAh. - - - - /parameters/BAT2_I_CHANNEL/shortDesc - - Battery 2 Current ADC Channel - - - - /parameters/BAT2_I_CHANNEL/longDesc - - This parameter specifies the ADC channel used to monitor current of main power battery. A value of -1 means to use the board default. - - - - /parameters/BAT2_N_CELLS/shortDesc - - Number of cells for battery 2 - - - - /parameters/BAT2_N_CELLS/longDesc - - Defines the number of cells the attached battery consists of. - - - - /parameters/BAT2_N_CELLS/values/0/description - - Unknown - - - - /parameters/BAT2_N_CELLS/values/1/description - - 1S Battery - - - - /parameters/BAT2_N_CELLS/values/2/description - - 2S Battery - - - - /parameters/BAT2_N_CELLS/values/3/description - - 3S Battery - - - - /parameters/BAT2_N_CELLS/values/4/description - - 4S Battery - - - - /parameters/BAT2_N_CELLS/values/5/description - - 5S Battery - - - - /parameters/BAT2_N_CELLS/values/6/description - - 6S Battery - - - - /parameters/BAT2_N_CELLS/values/7/description - - 7S Battery - - - - /parameters/BAT2_N_CELLS/values/8/description - - 8S Battery - - - - /parameters/BAT2_N_CELLS/values/9/description - - 9S Battery - - - - /parameters/BAT2_N_CELLS/values/10/description - - 10S Battery - - - - /parameters/BAT2_N_CELLS/values/11/description - - 11S Battery - - - - /parameters/BAT2_N_CELLS/values/12/description - - 12S Battery - - - - /parameters/BAT2_N_CELLS/values/13/description - - 13S Battery - - - - /parameters/BAT2_N_CELLS/values/14/description - - 14S Battery - - - - /parameters/BAT2_N_CELLS/values/15/description - - 15S Battery - - - - /parameters/BAT2_N_CELLS/values/16/description - - 16S Battery - - - - /parameters/BAT2_R_INTERNAL/shortDesc - - Explicitly defines the per cell internal resistance for battery 2 - - - - /parameters/BAT2_R_INTERNAL/longDesc - - If non-negative, then this will be used in place of BAT2_V_LOAD_DROP for all calculations. - - - - /parameters/BAT2_SOURCE/shortDesc - - Battery 2 monitoring source - - - - /parameters/BAT2_SOURCE/longDesc - - This parameter controls the source of battery data. The value 'Power Module' means that measurements are expected to come from a power module. If the value is set to 'External' then the system expects to receive mavlink battery status messages. If the value is set to 'ESCs', the battery information are taken from the esc_status message. This requires the ESC to provide both voltage as well as current. - - - - /parameters/BAT2_SOURCE/values/-1/description - - Disabled - - - - /parameters/BAT2_SOURCE/values/0/description - - Power Module - - - - /parameters/BAT2_SOURCE/values/1/description - - External - - - - /parameters/BAT2_SOURCE/values/2/description - - ESCs - - - - /parameters/BAT2_V_CHANNEL/shortDesc - - Battery 2 Voltage ADC Channel - - - - /parameters/BAT2_V_CHANNEL/longDesc - - This parameter specifies the ADC channel used to monitor voltage of main power battery. A value of -1 means to use the board default. - - - - /parameters/BAT2_V_CHARGED/shortDesc - - Full cell voltage - - - - /parameters/BAT2_V_CHARGED/longDesc - - Defines the voltage where a single cell of the battery is considered full. For a more accurate estimate set this below the nominal voltage of e.g. 4.2V - - - - /parameters/BAT2_V_DIV/shortDesc - - Battery 2 voltage divider (V divider) - - - - /parameters/BAT2_V_DIV/longDesc - - This is the divider from battery 2 voltage to ADC voltage. If using e.g. Mauch power modules the value from the datasheet can be applied straight here. A value of -1 means to use the board default. - - - - /parameters/BAT2_V_EMPTY/shortDesc - - Empty cell voltage - - - - /parameters/BAT2_V_EMPTY/longDesc - - Defines the voltage where a single cell of the battery is considered empty. The voltage should be chosen above the steep dropoff at 3.5V. A typical lithium battery can only be discharged under high load down to 10% before it drops off to a voltage level damaging the cells. - - - - /parameters/BAT2_V_LOAD_DROP/shortDesc - - Voltage drop per cell on full throttle - - - - /parameters/BAT2_V_LOAD_DROP/longDesc - - This implicitly defines the internal resistance to maximum current ratio for the battery and assumes linearity. A good value to use is the difference between the 5C and 20-25C load. Not used if BAT2_R_INTERNAL is set. - - - - /parameters/BAT3_CAPACITY/shortDesc - - Battery 3 capacity - - - - /parameters/BAT3_CAPACITY/longDesc - - Defines the capacity of battery 3 in mAh. - - - - /parameters/BAT3_N_CELLS/shortDesc - - Number of cells for battery 3 - - - - /parameters/BAT3_N_CELLS/longDesc - - Defines the number of cells the attached battery consists of. - - - - /parameters/BAT3_N_CELLS/values/0/description - - Unknown - - - - /parameters/BAT3_N_CELLS/values/1/description - - 1S Battery - - - - /parameters/BAT3_N_CELLS/values/2/description - - 2S Battery - - - - /parameters/BAT3_N_CELLS/values/3/description - - 3S Battery - - - - /parameters/BAT3_N_CELLS/values/4/description - - 4S Battery - - - - /parameters/BAT3_N_CELLS/values/5/description - - 5S Battery - - - - /parameters/BAT3_N_CELLS/values/6/description - - 6S Battery - - - - /parameters/BAT3_N_CELLS/values/7/description - - 7S Battery - - - - /parameters/BAT3_N_CELLS/values/8/description - - 8S Battery - - - - /parameters/BAT3_N_CELLS/values/9/description - - 9S Battery - - - - /parameters/BAT3_N_CELLS/values/10/description - - 10S Battery - - - - /parameters/BAT3_N_CELLS/values/11/description - - 11S Battery - - - - /parameters/BAT3_N_CELLS/values/12/description - - 12S Battery - - - - /parameters/BAT3_N_CELLS/values/13/description - - 13S Battery - - - - /parameters/BAT3_N_CELLS/values/14/description - - 14S Battery - - - - /parameters/BAT3_N_CELLS/values/15/description - - 15S Battery - - - - /parameters/BAT3_N_CELLS/values/16/description - - 16S Battery - - - - /parameters/BAT3_R_INTERNAL/shortDesc - - Explicitly defines the per cell internal resistance for battery 3 - - - - /parameters/BAT3_R_INTERNAL/longDesc - - If non-negative, then this will be used in place of BAT3_V_LOAD_DROP for all calculations. - - - - /parameters/BAT3_SOURCE/shortDesc - - Battery 3 monitoring source - - - - /parameters/BAT3_SOURCE/longDesc - - This parameter controls the source of battery data. The value 'Power Module' means that measurements are expected to come from a power module. If the value is set to 'External' then the system expects to receive mavlink battery status messages. If the value is set to 'ESCs', the battery information are taken from the esc_status message. This requires the ESC to provide both voltage as well as current. - - - - /parameters/BAT3_SOURCE/values/-1/description - - Disabled - - - - /parameters/BAT3_SOURCE/values/0/description - - Power Module - - - - /parameters/BAT3_SOURCE/values/1/description - - External - - - - /parameters/BAT3_SOURCE/values/2/description - - ESCs - - - - /parameters/BAT3_V_CHARGED/shortDesc - - Full cell voltage - - - - /parameters/BAT3_V_CHARGED/longDesc - - Defines the voltage where a single cell of the battery is considered full. For a more accurate estimate set this below the nominal voltage of e.g. 4.2V - - - - /parameters/BAT3_V_EMPTY/shortDesc - - Empty cell voltage - - - - /parameters/BAT3_V_EMPTY/longDesc - - Defines the voltage where a single cell of the battery is considered empty. The voltage should be chosen above the steep dropoff at 3.5V. A typical lithium battery can only be discharged under high load down to 10% before it drops off to a voltage level damaging the cells. - - - - /parameters/BAT3_V_LOAD_DROP/shortDesc - - Voltage drop per cell on full throttle - - - - /parameters/BAT3_V_LOAD_DROP/longDesc - - This implicitly defines the internal resistance to maximum current ratio for the battery and assumes linearity. A good value to use is the difference between the 5C and 20-25C load. Not used if BAT3_R_INTERNAL is set. - - - - /parameters/BAT_ADC_CHANNEL/shortDesc - - This parameter is deprecated. Please use BAT1_I_CHANNEL - - - - /parameters/BAT_AVRG_CURRENT/shortDesc - - Expected battery current in flight - - - - /parameters/BAT_AVRG_CURRENT/longDesc - - This value is used to initialize the in-flight average current estimation, which in turn is used for estimating remaining flight time and RTL triggering. - - - - /parameters/BAT_CRIT_THR/shortDesc - - Critical threshold - - - - /parameters/BAT_CRIT_THR/longDesc - - Sets the threshold when the battery will be reported as critically low. This has to be lower than the low threshold. This threshold commonly will trigger RTL. - - - - /parameters/BAT_EMERGEN_THR/shortDesc - - Emergency threshold - - - - /parameters/BAT_EMERGEN_THR/longDesc - - Sets the threshold when the battery will be reported as dangerously low. This has to be lower than the critical threshold. This threshold commonly will trigger landing. - - - - /parameters/BAT_LOW_THR/shortDesc - - Low threshold - - - - /parameters/BAT_LOW_THR/longDesc - - Sets the threshold when the battery will be reported as low. This has to be higher than the critical threshold. - - - - /parameters/BAT_N_CELLS/shortDesc - - This parameter is deprecated. Please use BAT1_N_CELLS instead - - - - /parameters/BAT_V_CHARGED/shortDesc - - This parameter is deprecated. Please use BAT1_V_CHARGED instead - - - - /parameters/BAT_V_EMPTY/shortDesc - - This parameter is deprecated. Please use BAT1_V_EMPTY instead - - - - /parameters/BAT_V_LOAD_DROP/shortDesc - - This parameter is deprecated. Please use BAT1_V_LOAD_DROP instead - - - - /parameters/BAT_V_OFFS_CURR/shortDesc - - Offset in volt as seen by the ADC input of the current sensor - - - - /parameters/BAT_V_OFFS_CURR/longDesc - - This offset will be subtracted before calculating the battery current based on the voltage. - - - - /parameters/SYS_USB_AUTO/shortDesc - - Enable USB autostart - - - - /parameters/SYS_USB_AUTO/values/0/description - - Disabled - - - - /parameters/SYS_USB_AUTO/values/1/description - - Auto-detect - - - - /parameters/SYS_USB_AUTO/values/2/description - - MAVLink - - - - /parameters/USB_MAV_MODE/shortDesc - - Specify USB MAVLink mode - - - - /parameters/USB_MAV_MODE/values/0/description - - normal - - - - /parameters/USB_MAV_MODE/values/1/description - - custom - - - - /parameters/USB_MAV_MODE/values/2/description - - onboard - - - - /parameters/USB_MAV_MODE/values/3/description - - osd - - - - /parameters/USB_MAV_MODE/values/4/description - - magic - - - - /parameters/USB_MAV_MODE/values/5/description - - config - - - - /parameters/USB_MAV_MODE/values/6/description - - iridium - - - - /parameters/USB_MAV_MODE/values/7/description - - minimal - - - - /parameters/USB_MAV_MODE/values/8/description - - extvision - - - - /parameters/USB_MAV_MODE/values/9/description - - extvisionmin - - - - /parameters/USB_MAV_MODE/values/10/description - - gimbal - - - - /parameters/USB_MAV_MODE/values/11/description - - onboard_low_bandwidth - - - - /parameters/USB_MAV_MODE/values/12/description - - uavionix - - - - /parameters/CAM_CAP_DELAY/shortDesc - - Camera strobe delay - - - - /parameters/CAM_CAP_DELAY/longDesc - - This parameter sets the delay between image integration start and strobe firing - - - - /parameters/CAM_CAP_EDGE/shortDesc - - Camera capture edge - - - - /parameters/CAM_CAP_EDGE/values/0/description - - Falling edge - - - - /parameters/CAM_CAP_EDGE/values/1/description - - Rising edge - - - - /parameters/CAM_CAP_FBACK/shortDesc - - Camera capture feedback - - - - /parameters/CAM_CAP_FBACK/longDesc - - Enables camera capture feedback - - - - /parameters/CAM_CAP_FBACK/values/0/description - - Disabled - - - - /parameters/CAM_CAP_FBACK/values/1/description - - Enabled - - - - /parameters/CAM_CAP_MODE/shortDesc - - Camera capture timestamping mode - - - - /parameters/CAM_CAP_MODE/longDesc - - Change time measurement - - - - /parameters/CAM_CAP_MODE/values/0/description - - Get absolute timestamp - - - - /parameters/CAM_CAP_MODE/values/1/description - - Get timestamp of mid exposure (active high) - - - - /parameters/CAM_CAP_MODE/values/2/description - - Get timestamp of mid exposure (active low) - - - - /parameters/TRIG_ACT_TIME/shortDesc - - Camera trigger activation time - - - - /parameters/TRIG_ACT_TIME/longDesc - - This parameter sets the time the trigger needs to pulled high or low. - - - - /parameters/TRIG_DISTANCE/shortDesc - - Camera trigger distance - - - - /parameters/TRIG_DISTANCE/longDesc - - Sets the distance at which to trigger the camera. - - - - /parameters/TRIG_INTERFACE/shortDesc - - Camera trigger Interface - - - - /parameters/TRIG_INTERFACE/longDesc - - Selects the trigger interface - - - - /parameters/TRIG_INTERFACE/values/1/description - - GPIO - - - - /parameters/TRIG_INTERFACE/values/2/description - - Seagull MAP2 (over PWM) - - - - /parameters/TRIG_INTERFACE/values/3/description - - MAVLink (forward via MAV_CMD_IMAGE_START_CAPTURE) - - - - /parameters/TRIG_INTERFACE/values/4/description - - Generic PWM (IR trigger, servo) - - - - /parameters/TRIG_INTERVAL/shortDesc - - Camera trigger interval - - - - /parameters/TRIG_INTERVAL/longDesc - - This parameter sets the time between two consecutive trigger events - - - - /parameters/TRIG_MIN_INTERVA/shortDesc - - Minimum camera trigger interval - - - - /parameters/TRIG_MIN_INTERVA/longDesc - - This parameter sets the minimum time between two consecutive trigger events the specific camera setup is supporting. - - - - /parameters/TRIG_MODE/shortDesc - - Camera trigger mode - - - - /parameters/TRIG_MODE/values/0/description - - Disable - - - - /parameters/TRIG_MODE/values/1/description - - Time based, on command - - - - /parameters/TRIG_MODE/values/2/description - - Time based, always on - - - - /parameters/TRIG_MODE/values/3/description - - Distance based, always on - - - - /parameters/TRIG_MODE/values/4/description - - Distance based, on command (Survey mode) - - - - /parameters/TRIG_POLARITY/shortDesc - - Camera trigger polarity - - - - /parameters/TRIG_POLARITY/longDesc - - This parameter sets the polarity of the trigger (0 = active low, 1 = active high ) - - - - /parameters/TRIG_POLARITY/values/0/description - - Active low - - - - /parameters/TRIG_POLARITY/values/1/description - - Active high - - - - /parameters/TRIG_PWM_NEUTRAL/shortDesc - - PWM neutral output on trigger pin - - - - /parameters/TRIG_PWM_SHOOT/shortDesc - - PWM output to trigger shot - - - - /parameters/CBRK_BUZZER/shortDesc - - Circuit breaker for disabling buzzer - - - - /parameters/CBRK_BUZZER/longDesc - - Setting this parameter to 782097 will disable the buzzer audio notification. Setting this parameter to 782090 will disable the startup tune, while keeping all others enabled. - - - - /parameters/CBRK_FLIGHTTERM/shortDesc - - Circuit breaker for flight termination - - - - /parameters/CBRK_FLIGHTTERM/longDesc - - Setting this parameter to 121212 will disable the flight termination action if triggered by the FailureDetector logic or if FMU is lost. This circuit breaker does not affect the RC loss, data link loss, geofence, and takeoff failure detection safety logic. - - - - /parameters/CBRK_IO_SAFETY/shortDesc - - Circuit breaker for IO safety - - - - /parameters/CBRK_IO_SAFETY/longDesc - - Setting this parameter to 22027 will disable IO safety. WARNING: ENABLING THIS CIRCUIT BREAKER IS AT OWN RISK - - - - /parameters/CBRK_SUPPLY_CHK/shortDesc - - Circuit breaker for power supply check - - - - /parameters/CBRK_SUPPLY_CHK/longDesc - - Setting this parameter to 894281 will disable the power valid checks in the commander. WARNING: ENABLING THIS CIRCUIT BREAKER IS AT OWN RISK - - - - /parameters/CBRK_USB_CHK/shortDesc - - Circuit breaker for USB link check - - - - /parameters/CBRK_USB_CHK/longDesc - - Setting this parameter to 197848 will disable the USB connected checks in the commander, setting it to 0 keeps them enabled (recommended). We are generally recommending to not fly with the USB link connected and production vehicles should set this parameter to zero to prevent users from flying USB powered. However, for R&D purposes it has proven over the years to work just fine. - - - - /parameters/CBRK_VTOLARMING/shortDesc - - Circuit breaker for arming in fixed-wing mode check - - - - /parameters/CBRK_VTOLARMING/longDesc - - Setting this parameter to 159753 will enable arming in fixed-wing mode for VTOLs. WARNING: ENABLING THIS CIRCUIT BREAKER IS AT OWN RISK - - - - /parameters/COM_ACT_FAIL_ACT/shortDesc - - Set the actuator failure failsafe mode - - - - /parameters/COM_ACT_FAIL_ACT/longDesc - - Note: actuator failure needs to be enabled and configured via FD_ACT_* parameters. - - - - /parameters/COM_ACT_FAIL_ACT/values/0/description - - Warning only - - - - /parameters/COM_ACT_FAIL_ACT/values/1/description - - Hold mode - - - - /parameters/COM_ACT_FAIL_ACT/values/2/description - - Land mode - - - - /parameters/COM_ACT_FAIL_ACT/values/3/description - - Return mode - - - - /parameters/COM_ACT_FAIL_ACT/values/4/description - - Terminate - - - - /parameters/COM_ARMABLE/shortDesc - - Flag to allow arming - - - - /parameters/COM_ARMABLE/longDesc - - Set 0 to prevent accidental use of the vehicle e.g. for safety or maintenance reasons. - - - - /parameters/COM_ARMABLE/values/0/description - - Disallow arming - - - - /parameters/COM_ARMABLE/values/1/description - - Allow arming - - - - /parameters/COM_ARM_AUTH_ID/shortDesc - - Arm authorizer system id - - - - /parameters/COM_ARM_AUTH_ID/longDesc - - Used if arm authorization is requested by COM_ARM_AUTH_REQ. - - - - /parameters/COM_ARM_AUTH_MET/shortDesc - - Arm authorization method - - - - /parameters/COM_ARM_AUTH_MET/longDesc - - Methods: - one arm: request authorization and arm when authorization is received - two step arm: 1st arm command request an authorization and 2nd arm command arm the drone if authorized Used if arm authorization is requested by COM_ARM_AUTH_REQ. - - - - /parameters/COM_ARM_AUTH_MET/values/0/description - - one arm - - - - /parameters/COM_ARM_AUTH_MET/values/1/description - - two step arm - - - - /parameters/COM_ARM_AUTH_REQ/shortDesc - - Require arm authorization to arm - - - - /parameters/COM_ARM_AUTH_REQ/longDesc - - By default off. The default allows to arm the vehicle without a arm authorization. - - - - /parameters/COM_ARM_AUTH_REQ/values/0/description - - Disabled - - - - /parameters/COM_ARM_AUTH_REQ/values/1/description - - Enabled - - - - /parameters/COM_ARM_AUTH_TO/shortDesc - - Arm authorization timeout - - - - /parameters/COM_ARM_AUTH_TO/longDesc - - Timeout for authorizer answer. Used if arm authorization is requested by COM_ARM_AUTH_REQ. - - - - /parameters/COM_ARM_BAT_MIN/shortDesc - - Minimum battery level for arming - - - - /parameters/COM_ARM_BAT_MIN/longDesc - - Additional battery level check that only allows arming if the state of charge of the emptiest connected battery is above this value. A value of 0 disables the check. - - - - /parameters/COM_ARM_CHK_ESCS/shortDesc - - Enable checks on ESCs that report telemetry - - - - /parameters/COM_ARM_CHK_ESCS/longDesc - - If this parameter is set, the system will check ESC's online status and failures. This param is specific for ESCs reporting status. It shall be used only if ESCs support telemetry. - - - - /parameters/COM_ARM_CHK_ESCS/values/0/description - - Disabled - - - - /parameters/COM_ARM_CHK_ESCS/values/1/description - - Enabled - - - - /parameters/COM_ARM_EKF_HGT/shortDesc - - Maximum EKF height innovation test ratio that will allow arming - - - - /parameters/COM_ARM_EKF_POS/shortDesc - - Maximum EKF position innovation test ratio that will allow arming - - - - /parameters/COM_ARM_EKF_VEL/shortDesc - - Maximum EKF velocity innovation test ratio that will allow arming - - - - /parameters/COM_ARM_EKF_YAW/shortDesc - - Maximum EKF yaw innovation test ratio that will allow arming - - - - /parameters/COM_ARM_HFLT_CHK/shortDesc - - Enable FMU SD card hardfault detection check - - - - /parameters/COM_ARM_HFLT_CHK/longDesc - - This check detects if there are hardfault files present on the SD card. If so, and the parameter is enabled, arming is prevented. - - - - /parameters/COM_ARM_HFLT_CHK/values/0/description - - Disabled - - - - /parameters/COM_ARM_HFLT_CHK/values/1/description - - Enabled - - - - /parameters/COM_ARM_IMU_ACC/shortDesc - - Maximum accelerometer inconsistency between IMU units that will allow arming - - - - /parameters/COM_ARM_IMU_GYR/shortDesc - - Maximum rate gyro inconsistency between IMU units that will allow arming - - - - /parameters/COM_ARM_MAG_ANG/shortDesc - - Maximum magnetic field inconsistency between units that will allow arming - - - - /parameters/COM_ARM_MAG_ANG/longDesc - - Set -1 to disable the check. - - - - /parameters/COM_ARM_MAG_STR/shortDesc - - Enable mag strength preflight check - - - - /parameters/COM_ARM_MAG_STR/longDesc - - Check if the estimator detects a strong magnetic disturbance (check enabled by EKF2_MAG_CHECK) - - - - /parameters/COM_ARM_MAG_STR/values/0/description - - Disabled - - - - /parameters/COM_ARM_MAG_STR/values/1/description - - Deny arming - - - - /parameters/COM_ARM_MAG_STR/values/2/description - - Warning only - - - - /parameters/COM_ARM_MIS_REQ/shortDesc - - Require valid mission to arm - - - - /parameters/COM_ARM_MIS_REQ/longDesc - - The default allows to arm the vehicle without a valid mission. - - - - /parameters/COM_ARM_MIS_REQ/values/0/description - - Disabled - - - - /parameters/COM_ARM_MIS_REQ/values/1/description - - Enabled - - - - /parameters/COM_ARM_ODID/shortDesc - - Enable Drone ID system detection and health check - - - - /parameters/COM_ARM_ODID/longDesc - - This check detects if the Open Drone ID system is missing. Depending on the value of the parameter, the check can be disabled, warn only or deny arming. - - - - /parameters/COM_ARM_ODID/values/0/description - - Disabled - - - - /parameters/COM_ARM_ODID/values/1/description - - Warning only - - - - /parameters/COM_ARM_ODID/values/2/description - - Enforce Open Drone ID system presence - - - - /parameters/COM_ARM_SDCARD/shortDesc - - Enable FMU SD card detection check - - - - /parameters/COM_ARM_SDCARD/longDesc - - This check detects if the FMU SD card is missing. Depending on the value of the parameter, the check can be disabled, warn only or deny arming. - - - - /parameters/COM_ARM_SDCARD/values/0/description - - Disabled - - - - /parameters/COM_ARM_SDCARD/values/1/description - - Warning only - - - - /parameters/COM_ARM_SDCARD/values/2/description - - Enforce SD card presence - - - - /parameters/COM_ARM_SWISBTN/shortDesc - - Arm switch is a momentary button - - - - /parameters/COM_ARM_SWISBTN/longDesc - - 0: Arming/disarming triggers on switch transition. 1: Arming/disarming triggers when holding the momentary button down for COM_RC_ARM_HYST like the stick gesture. - - - - /parameters/COM_ARM_SWISBTN/values/0/description - - Disabled - - - - /parameters/COM_ARM_SWISBTN/values/1/description - - Enabled - - - - /parameters/COM_ARM_WO_GPS/shortDesc - - Allow arming without GPS - - - - /parameters/COM_ARM_WO_GPS/values/0/description - - Require GPS lock to arm - - - - /parameters/COM_ARM_WO_GPS/values/1/description - - Allow arming without GPS - - - - /parameters/COM_CPU_MAX/shortDesc - - Maximum allowed CPU load to still arm - - - - /parameters/COM_CPU_MAX/longDesc - - The check fails if the CPU load is above this threshold for 2s. A negative value disables the check. - - - - /parameters/COM_DISARM_LAND/shortDesc - - Time-out for auto disarm after landing - - - - /parameters/COM_DISARM_LAND/longDesc - - A non-zero, positive value specifies the time-out period in seconds after which the vehicle will be automatically disarmed in case a landing situation has been detected during this period. A zero or negative value means that automatic disarming triggered by landing detection is disabled. - - - - /parameters/COM_DISARM_MAN/shortDesc - - Allow disarming via switch/stick/button on multicopters in manual thrust modes - - - - /parameters/COM_DISARM_MAN/longDesc - - 0: Disallow disarming when not landed 1: Allow disarming in multicopter flight in modes where the thrust is directly controlled by thr throttle stick e.g. Stabilized, Acro - - - - /parameters/COM_DISARM_MAN/values/0/description - - Disabled - - - - /parameters/COM_DISARM_MAN/values/1/description - - Enabled - - - - /parameters/COM_DISARM_PRFLT/shortDesc - - Time-out for auto disarm if not taking off - - - - /parameters/COM_DISARM_PRFLT/longDesc - - A non-zero, positive value specifies the time in seconds, within which the vehicle is expected to take off after arming. In case the vehicle didn't takeoff within the timeout it disarms again. A negative value disables autmoatic disarming triggered by a pre-takeoff timeout. - - - - /parameters/COM_DL_LOSS_T/shortDesc - - GCS connection loss time threshold - - - - /parameters/COM_DL_LOSS_T/longDesc - - After this amount of seconds without datalink, the GCS connection lost mode triggers - - - - /parameters/COM_FAIL_ACT_T/shortDesc - - Delay between failsafe condition triggered and failsafe reaction - - - - /parameters/COM_FAIL_ACT_T/longDesc - - Before entering failsafe (RTL, Land, Hold), wait COM_FAIL_ACT_T seconds in Hold mode for the user to realize. During that time the user cannot take over control via the stick override feature (see COM_RC_OVERRIDE). Afterwards the configured failsafe action is triggered and the user may use stick override. A zero value disables the delay and the user cannot take over via stick movements (switching modes is still allowed). - - - - /parameters/COM_FLIGHT_UUID/shortDesc - - Next flight UUID - - - - /parameters/COM_FLIGHT_UUID/longDesc - - This number is incremented automatically after every flight on disarming in order to remember the next flight UUID. The first flight is 0. - - - - /parameters/COM_FLTMODE1/shortDesc - - Mode slot 1 - - - - /parameters/COM_FLTMODE1/longDesc - - If the main switch channel is in this range the selected flight mode will be applied. - - - - /parameters/COM_FLTMODE1/values/-1/description - - Unassigned - - - - /parameters/COM_FLTMODE1/values/0/description - - Manual - - - - /parameters/COM_FLTMODE1/values/1/description - - Altitude - - - - /parameters/COM_FLTMODE1/values/2/description - - Position - - - - /parameters/COM_FLTMODE1/values/3/description - - Mission - - - - /parameters/COM_FLTMODE1/values/4/description - - Hold - - - - /parameters/COM_FLTMODE1/values/5/description - - Return - - - - /parameters/COM_FLTMODE1/values/6/description - - Acro - - - - /parameters/COM_FLTMODE1/values/7/description - - Offboard - - - - /parameters/COM_FLTMODE1/values/8/description - - Stabilized - - - - /parameters/COM_FLTMODE1/values/9/description - - Position Slow - - - - /parameters/COM_FLTMODE1/values/10/description - - Takeoff - - - - /parameters/COM_FLTMODE1/values/11/description - - Land - - - - /parameters/COM_FLTMODE1/values/12/description - - Follow Me - - - - /parameters/COM_FLTMODE1/values/13/description - - Precision Land - - - - /parameters/COM_FLTMODE1/values/100/description - - External Mode 1 - - - - /parameters/COM_FLTMODE1/values/101/description - - External Mode 2 - - - - /parameters/COM_FLTMODE1/values/102/description - - External Mode 3 - - - - /parameters/COM_FLTMODE1/values/103/description - - External Mode 4 - - - - /parameters/COM_FLTMODE1/values/104/description - - External Mode 5 - - - - /parameters/COM_FLTMODE1/values/105/description - - External Mode 6 - - - - /parameters/COM_FLTMODE1/values/106/description - - External Mode 7 - - - - /parameters/COM_FLTMODE1/values/107/description - - External Mode 8 - - - - /parameters/COM_FLTMODE2/shortDesc - - Mode slot 2 - - - - /parameters/COM_FLTMODE2/longDesc - - If the main switch channel is in this range the selected flight mode will be applied. - - - - /parameters/COM_FLTMODE2/values/-1/description - - Unassigned - - - - /parameters/COM_FLTMODE2/values/0/description - - Manual - - - - /parameters/COM_FLTMODE2/values/1/description - - Altitude - - - - /parameters/COM_FLTMODE2/values/2/description - - Position - - - - /parameters/COM_FLTMODE2/values/3/description - - Mission - - - - /parameters/COM_FLTMODE2/values/4/description - - Hold - - - - /parameters/COM_FLTMODE2/values/5/description - - Return - - - - /parameters/COM_FLTMODE2/values/6/description - - Acro - - - - /parameters/COM_FLTMODE2/values/7/description - - Offboard - - - - /parameters/COM_FLTMODE2/values/8/description - - Stabilized - - - - /parameters/COM_FLTMODE2/values/9/description - - Position Slow - - - - /parameters/COM_FLTMODE2/values/10/description - - Takeoff - - - - /parameters/COM_FLTMODE2/values/11/description - - Land - - - - /parameters/COM_FLTMODE2/values/12/description - - Follow Me - - - - /parameters/COM_FLTMODE2/values/13/description - - Precision Land - - - - /parameters/COM_FLTMODE2/values/100/description - - External Mode 1 - - - - /parameters/COM_FLTMODE2/values/101/description - - External Mode 2 - - - - /parameters/COM_FLTMODE2/values/102/description - - External Mode 3 - - - - /parameters/COM_FLTMODE2/values/103/description - - External Mode 4 - - - - /parameters/COM_FLTMODE2/values/104/description - - External Mode 5 - - - - /parameters/COM_FLTMODE2/values/105/description - - External Mode 6 - - - - /parameters/COM_FLTMODE2/values/106/description - - External Mode 7 - - - - /parameters/COM_FLTMODE2/values/107/description - - External Mode 8 - - - - /parameters/COM_FLTMODE3/shortDesc - - Mode slot 3 - - - - /parameters/COM_FLTMODE3/longDesc - - If the main switch channel is in this range the selected flight mode will be applied. - - - - /parameters/COM_FLTMODE3/values/-1/description - - Unassigned - - - - /parameters/COM_FLTMODE3/values/0/description - - Manual - - - - /parameters/COM_FLTMODE3/values/1/description - - Altitude - - - - /parameters/COM_FLTMODE3/values/2/description - - Position - - - - /parameters/COM_FLTMODE3/values/3/description - - Mission - - - - /parameters/COM_FLTMODE3/values/4/description - - Hold - - - - /parameters/COM_FLTMODE3/values/5/description - - Return - - - - /parameters/COM_FLTMODE3/values/6/description - - Acro - - - - /parameters/COM_FLTMODE3/values/7/description - - Offboard - - - - /parameters/COM_FLTMODE3/values/8/description - - Stabilized - - - - /parameters/COM_FLTMODE3/values/9/description - - Position Slow - - - - /parameters/COM_FLTMODE3/values/10/description - - Takeoff - - - - /parameters/COM_FLTMODE3/values/11/description - - Land - - - - /parameters/COM_FLTMODE3/values/12/description - - Follow Me - - - - /parameters/COM_FLTMODE3/values/13/description - - Precision Land - - - - /parameters/COM_FLTMODE3/values/100/description - - External Mode 1 - - - - /parameters/COM_FLTMODE3/values/101/description - - External Mode 2 - - - - /parameters/COM_FLTMODE3/values/102/description - - External Mode 3 - - - - /parameters/COM_FLTMODE3/values/103/description - - External Mode 4 - - - - /parameters/COM_FLTMODE3/values/104/description - - External Mode 5 - - - - /parameters/COM_FLTMODE3/values/105/description - - External Mode 6 - - - - /parameters/COM_FLTMODE3/values/106/description - - External Mode 7 - - - - /parameters/COM_FLTMODE3/values/107/description - - External Mode 8 - - - - /parameters/COM_FLTMODE4/shortDesc - - Mode slot 4 - - - - /parameters/COM_FLTMODE4/longDesc - - If the main switch channel is in this range the selected flight mode will be applied. - - - - /parameters/COM_FLTMODE4/values/-1/description - - Unassigned - - - - /parameters/COM_FLTMODE4/values/0/description - - Manual - - - - /parameters/COM_FLTMODE4/values/1/description - - Altitude - - - - /parameters/COM_FLTMODE4/values/2/description - - Position - - - - /parameters/COM_FLTMODE4/values/3/description - - Mission - - - - /parameters/COM_FLTMODE4/values/4/description - - Hold - - - - /parameters/COM_FLTMODE4/values/5/description - - Return - - - - /parameters/COM_FLTMODE4/values/6/description - - Acro - - - - /parameters/COM_FLTMODE4/values/7/description - - Offboard - - - - /parameters/COM_FLTMODE4/values/8/description - - Stabilized - - - - /parameters/COM_FLTMODE4/values/9/description - - Position Slow - - - - /parameters/COM_FLTMODE4/values/10/description - - Takeoff - - - - /parameters/COM_FLTMODE4/values/11/description - - Land - - - - /parameters/COM_FLTMODE4/values/12/description - - Follow Me - - - - /parameters/COM_FLTMODE4/values/13/description - - Precision Land - - - - /parameters/COM_FLTMODE4/values/100/description - - External Mode 1 - - - - /parameters/COM_FLTMODE4/values/101/description - - External Mode 2 - - - - /parameters/COM_FLTMODE4/values/102/description - - External Mode 3 - - - - /parameters/COM_FLTMODE4/values/103/description - - External Mode 4 - - - - /parameters/COM_FLTMODE4/values/104/description - - External Mode 5 - - - - /parameters/COM_FLTMODE4/values/105/description - - External Mode 6 - - - - /parameters/COM_FLTMODE4/values/106/description - - External Mode 7 - - - - /parameters/COM_FLTMODE4/values/107/description - - External Mode 8 - - - - /parameters/COM_FLTMODE5/shortDesc - - Mode slot 5 - - - - /parameters/COM_FLTMODE5/longDesc - - If the main switch channel is in this range the selected flight mode will be applied. - - - - /parameters/COM_FLTMODE5/values/-1/description - - Unassigned - - - - /parameters/COM_FLTMODE5/values/0/description - - Manual - - - - /parameters/COM_FLTMODE5/values/1/description - - Altitude - - - - /parameters/COM_FLTMODE5/values/2/description - - Position - - - - /parameters/COM_FLTMODE5/values/3/description - - Mission - - - - /parameters/COM_FLTMODE5/values/4/description - - Hold - - - - /parameters/COM_FLTMODE5/values/5/description - - Return - - - - /parameters/COM_FLTMODE5/values/6/description - - Acro - - - - /parameters/COM_FLTMODE5/values/7/description - - Offboard - - - - /parameters/COM_FLTMODE5/values/8/description - - Stabilized - - - - /parameters/COM_FLTMODE5/values/9/description - - Position Slow - - - - /parameters/COM_FLTMODE5/values/10/description - - Takeoff - - - - /parameters/COM_FLTMODE5/values/11/description - - Land - - - - /parameters/COM_FLTMODE5/values/12/description - - Follow Me - - - - /parameters/COM_FLTMODE5/values/13/description - - Precision Land - - - - /parameters/COM_FLTMODE5/values/100/description - - External Mode 1 - - - - /parameters/COM_FLTMODE5/values/101/description - - External Mode 2 - - - - /parameters/COM_FLTMODE5/values/102/description - - External Mode 3 - - - - /parameters/COM_FLTMODE5/values/103/description - - External Mode 4 - - - - /parameters/COM_FLTMODE5/values/104/description - - External Mode 5 - - - - /parameters/COM_FLTMODE5/values/105/description - - External Mode 6 - - - - /parameters/COM_FLTMODE5/values/106/description - - External Mode 7 - - - - /parameters/COM_FLTMODE5/values/107/description - - External Mode 8 - - - - /parameters/COM_FLTMODE6/shortDesc - - Mode slot 6 - - - - /parameters/COM_FLTMODE6/longDesc - - If the main switch channel is in this range the selected flight mode will be applied. - - - - /parameters/COM_FLTMODE6/values/-1/description - - Unassigned - - - - /parameters/COM_FLTMODE6/values/0/description - - Manual - - - - /parameters/COM_FLTMODE6/values/1/description - - Altitude - - - - /parameters/COM_FLTMODE6/values/2/description - - Position - - - - /parameters/COM_FLTMODE6/values/3/description - - Mission - - - - /parameters/COM_FLTMODE6/values/4/description - - Hold - - - - /parameters/COM_FLTMODE6/values/5/description - - Return - - - - /parameters/COM_FLTMODE6/values/6/description - - Acro - - - - /parameters/COM_FLTMODE6/values/7/description - - Offboard - - - - /parameters/COM_FLTMODE6/values/8/description - - Stabilized - - - - /parameters/COM_FLTMODE6/values/9/description - - Position Slow - - - - /parameters/COM_FLTMODE6/values/10/description - - Takeoff - - - - /parameters/COM_FLTMODE6/values/11/description - - Land - - - - /parameters/COM_FLTMODE6/values/12/description - - Follow Me - - - - /parameters/COM_FLTMODE6/values/13/description - - Precision Land - - - - /parameters/COM_FLTMODE6/values/100/description - - External Mode 1 - - - - /parameters/COM_FLTMODE6/values/101/description - - External Mode 2 - - - - /parameters/COM_FLTMODE6/values/102/description - - External Mode 3 - - - - /parameters/COM_FLTMODE6/values/103/description - - External Mode 4 - - - - /parameters/COM_FLTMODE6/values/104/description - - External Mode 5 - - - - /parameters/COM_FLTMODE6/values/105/description - - External Mode 6 - - - - /parameters/COM_FLTMODE6/values/106/description - - External Mode 7 - - - - /parameters/COM_FLTMODE6/values/107/description - - External Mode 8 - - - - /parameters/COM_FLTT_LOW_ACT/shortDesc - - Remaining flight time low failsafe - - - - /parameters/COM_FLTT_LOW_ACT/longDesc - - Action the system takes when the remaining flight time is below the estimated time it takes to reach the RTL destination. - - - - /parameters/COM_FLTT_LOW_ACT/values/0/description - - None - - - - /parameters/COM_FLTT_LOW_ACT/values/1/description - - Warning - - - - /parameters/COM_FLTT_LOW_ACT/values/3/description - - Return - - - - /parameters/COM_FLT_PROFILE/shortDesc - - User Flight Profile - - - - /parameters/COM_FLT_PROFILE/longDesc - - Describes the intended use of the vehicle. Can be used by ground control software or log post processing. This param does not influence the behavior within the firmware. This means for example the control logic is independent of the setting of this param (but depends on other params). - - - - /parameters/COM_FLT_PROFILE/values/0/description - - Default - - - - /parameters/COM_FLT_PROFILE/values/100/description - - Pro User - - - - /parameters/COM_FLT_PROFILE/values/200/description - - Flight Tester - - - - /parameters/COM_FLT_PROFILE/values/300/description - - Developer - - - - /parameters/COM_FLT_TIME_MAX/shortDesc - - Maximum allowed flight time - - - - /parameters/COM_FLT_TIME_MAX/longDesc - - The vehicle aborts the current operation and returns to launch when the time since takeoff is above this value. It is not possible to resume the mission or switch to any auto mode other than RTL or Land. Taking over in any manual mode is still possible. Starting from 90% of the maximum flight time, a warning message will be sent every 1 minute with the remaining time until automatic RTL. Set to -1 to disable. - - - - /parameters/COM_FORCE_SAFETY/shortDesc - - Enable force safety - - - - /parameters/COM_FORCE_SAFETY/longDesc - - Force safety when the vehicle disarms - - - - /parameters/COM_FORCE_SAFETY/values/0/description - - Disabled - - - - /parameters/COM_FORCE_SAFETY/values/1/description - - Enabled - - - - /parameters/COM_HLDL_LOSS_T/shortDesc - - High Latency Datalink loss time threshold - - - - /parameters/COM_HLDL_LOSS_T/longDesc - - After this amount of seconds without datalink the data link lost mode triggers - - - - /parameters/COM_HLDL_REG_T/shortDesc - - High Latency Datalink regain time threshold - - - - /parameters/COM_HLDL_REG_T/longDesc - - After a data link loss: after this number of seconds with a healthy datalink the 'datalink loss' flag is set back to false - - - - /parameters/COM_HOME_EN/shortDesc - - Home position enabled - - - - /parameters/COM_HOME_EN/longDesc - - Set home position automatically if possible. - - - - /parameters/COM_HOME_EN/values/0/description - - Disabled - - - - /parameters/COM_HOME_EN/values/1/description - - Enabled - - - - /parameters/COM_HOME_IN_AIR/shortDesc - - Allows setting the home position after takeoff - - - - /parameters/COM_HOME_IN_AIR/longDesc - - If set to true, the autopilot is allowed to set its home position after takeoff The true home position is back-computed if a local position is estimate if available. If no local position is available, home is set to the current position. - - - - /parameters/COM_HOME_IN_AIR/values/0/description - - Disabled - - - - /parameters/COM_HOME_IN_AIR/values/1/description - - Enabled - - - - /parameters/COM_IMB_PROP_ACT/shortDesc - - Imbalanced propeller failsafe mode - - - - /parameters/COM_IMB_PROP_ACT/longDesc - - Action the system takes when an imbalanced propeller is detected by the failure detector. See also FD_IMB_PROP_THR to set the failure threshold. - - - - /parameters/COM_IMB_PROP_ACT/values/-1/description - - Disabled - - - - /parameters/COM_IMB_PROP_ACT/values/0/description - - Warning - - - - /parameters/COM_IMB_PROP_ACT/values/1/description - - Return - - - - /parameters/COM_IMB_PROP_ACT/values/2/description - - Land - - - - /parameters/COM_KILL_DISARM/shortDesc - - Timeout value for disarming when kill switch is engaged - - - - /parameters/COM_LKDOWN_TKO/shortDesc - - Timeout for detecting a failure after takeoff - - - - /parameters/COM_LKDOWN_TKO/longDesc - - A non-zero, positive value specifies the timeframe in seconds within failure detector is allowed to disarm the vehicle if attitude exceeds the limits defined in FD_FAIL_P and FD_FAIL_R. The check is not executed for flight modes that do support acrobatic maneuvers, e.g: Acro (MC/FW) and Manual (FW). A zero or negative value means that the check is disabled. - - - - /parameters/COM_LOW_BAT_ACT/shortDesc - - Battery failsafe mode - - - - /parameters/COM_LOW_BAT_ACT/longDesc - - Action the system takes at critical battery. See also BAT_CRIT_THR and BAT_EMERGEN_THR for definition of battery states. - - - - /parameters/COM_LOW_BAT_ACT/values/0/description - - Warning - - - - /parameters/COM_LOW_BAT_ACT/values/2/description - - Land mode - - - - /parameters/COM_LOW_BAT_ACT/values/3/description - - Return at critical level, land at emergency level - - - - /parameters/COM_MODE0_HASH/shortDesc - - External mode identifier 0 - - - - /parameters/COM_MODE0_HASH/longDesc - - This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch. - - - - /parameters/COM_MODE1_HASH/shortDesc - - External mode identifier 1 - - - - /parameters/COM_MODE1_HASH/longDesc - - This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch. - - - - /parameters/COM_MODE2_HASH/shortDesc - - External mode identifier 2 - - - - /parameters/COM_MODE2_HASH/longDesc - - This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch. - - - - /parameters/COM_MODE3_HASH/shortDesc - - External mode identifier 3 - - - - /parameters/COM_MODE3_HASH/longDesc - - This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch. - - - - /parameters/COM_MODE4_HASH/shortDesc - - External mode identifier 4 - - - - /parameters/COM_MODE4_HASH/longDesc - - This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch. - - - - /parameters/COM_MODE5_HASH/shortDesc - - External mode identifier 5 - - - - /parameters/COM_MODE5_HASH/longDesc - - This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch. - - - - /parameters/COM_MODE6_HASH/shortDesc - - External mode identifier 6 - - - - /parameters/COM_MODE6_HASH/longDesc - - This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch. - - - - /parameters/COM_MODE7_HASH/shortDesc - - External mode identifier 7 - - - - /parameters/COM_MODE7_HASH/longDesc - - This parameter is automatically set to identify external modes. It ensures that modes get assigned to the same index independent from their startup order, which is required when mapping an external mode to an RC switch. - - - - /parameters/COM_MOT_TEST_EN/shortDesc - - Enable Actuator Testing - - - - /parameters/COM_MOT_TEST_EN/longDesc - - If set, enables the actuator test interface via MAVLink (ACTUATOR_TEST), that allows spinning the motors and moving the servos for testing purposes. - - - - /parameters/COM_MOT_TEST_EN/values/0/description - - Disabled - - - - /parameters/COM_MOT_TEST_EN/values/1/description - - Enabled - - - - /parameters/COM_OBC_LOSS_T/shortDesc - - Time-out to wait when onboard computer connection is lost before warning about loss connection - - - - /parameters/COM_OBL_RC_ACT/shortDesc - - Set offboard loss failsafe mode - - - - /parameters/COM_OBL_RC_ACT/longDesc - - The offboard loss failsafe will only be entered after a timeout, set by COM_OF_LOSS_T in seconds. - - - - /parameters/COM_OBL_RC_ACT/values/0/description - - Position mode - - - - /parameters/COM_OBL_RC_ACT/values/1/description - - Altitude mode - - - - /parameters/COM_OBL_RC_ACT/values/2/description - - Manual - - - - /parameters/COM_OBL_RC_ACT/values/3/description - - Return mode - - - - /parameters/COM_OBL_RC_ACT/values/4/description - - Land mode - - - - /parameters/COM_OBL_RC_ACT/values/5/description - - Hold mode - - - - /parameters/COM_OBL_RC_ACT/values/6/description - - Terminate - - - - /parameters/COM_OBL_RC_ACT/values/7/description - - Disarm - - - - /parameters/COM_OBS_AVOID/shortDesc - - Flag to enable obstacle avoidance - - - - /parameters/COM_OBS_AVOID/values/0/description - - Disabled - - - - /parameters/COM_OBS_AVOID/values/1/description - - Enabled - - - - /parameters/COM_OF_LOSS_T/shortDesc - - Time-out to wait when offboard connection is lost before triggering offboard lost action - - - - /parameters/COM_OF_LOSS_T/longDesc - - See COM_OBL_RC_ACT to configure action. - - - - /parameters/COM_PARACHUTE/shortDesc - - Expect and require a healthy MAVLink parachute system - - - - /parameters/COM_PARACHUTE/values/0/description - - Disabled - - - - /parameters/COM_PARACHUTE/values/1/description - - Enabled - - - - /parameters/COM_POSCTL_NAVL/shortDesc - - Position control navigation loss response - - - - /parameters/COM_POSCTL_NAVL/longDesc - - This sets the flight mode that will be used if navigation accuracy is no longer adequate for position control. If Altitude/Manual is selected: assume use of remote control after fallback. Switch to Altitude mode if a height estimate is available, else switch to MANUAL. If Land/Descend is selected: assume no use of remote control after fallback. Switch to Land mode if a height estimate is available, else switch to Descend. - - - - /parameters/COM_POSCTL_NAVL/values/0/description - - Altitude/Manual - - - - /parameters/COM_POSCTL_NAVL/values/1/description - - Land/Descend - - - - /parameters/COM_POS_FS_DELAY/shortDesc - - Loss of position failsafe activation delay - - - - /parameters/COM_POS_FS_DELAY/longDesc - - This sets number of seconds that the position checks need to be failed before the failsafe will activate. The default value has been optimised for rotary wing applications. For fixed wing applications, a larger value between 5 and 10 should be used. - - - - /parameters/COM_POS_FS_EPH/shortDesc - - Horizontal position error threshold - - - - /parameters/COM_POS_FS_EPH/longDesc - - This is the horizontal position error (EPH) threshold that will trigger a failsafe. The default is appropriate for a multicopter. Can be increased for a fixed-wing. If the previous position error was below this threshold, there is an additional factor of 2.5 applied (threshold for invalidation 2.5 times the one for validation). Set to -1 to disable. - - - - /parameters/COM_POS_LOW_EPH/shortDesc - - EPH threshold for RTL - - - - /parameters/COM_POS_LOW_EPH/longDesc - - Specify the threshold for triggering a warning for low local position accuracy. Additionally triggers a RTL if currently in Mission or Loiter mode. Local position has to be still declared valid, which is most of all depending on COM_POS_FS_EPH. Use this feature on systems with dead-reckoning capabilites (e.g. fixed-wing vehicles with airspeed sensor) to improve the user notification and failure mitigation when flying in GNSS-denied areas. Set to -1 to disable. - - - - /parameters/COM_POWER_COUNT/shortDesc - - Required number of redundant power modules - - - - /parameters/COM_POWER_COUNT/longDesc - - This configures a check to verify the expected number of 5V rail power supplies are present. By default only one is expected. Note: CBRK_SUPPLY_CHK disables all power checks including this one. - - - - /parameters/COM_PREARM_MODE/shortDesc - - Condition to enter prearmed mode - - - - /parameters/COM_PREARM_MODE/longDesc - - Condition to enter the prearmed state, an intermediate state between disarmed and armed in which non-throttling actuators are active. - - - - /parameters/COM_PREARM_MODE/values/0/description - - Disabled - - - - /parameters/COM_PREARM_MODE/values/1/description - - Safety button - - - - /parameters/COM_PREARM_MODE/values/2/description - - Always - - - - /parameters/COM_QC_ACT/shortDesc - - Set command after a quadchute - - - - /parameters/COM_QC_ACT/values/-1/description - - Warning only - - - - /parameters/COM_QC_ACT/values/0/description - - Return mode - - - - /parameters/COM_QC_ACT/values/1/description - - Land mode - - - - /parameters/COM_QC_ACT/values/2/description - - Hold mode - - - - /parameters/COM_RCL_EXCEPT/shortDesc - - RC loss exceptions - - - - /parameters/COM_RCL_EXCEPT/longDesc - - Specify modes in which RC loss is ignored and the failsafe action not triggered. - - - - /parameters/COM_RCL_EXCEPT/bitmask/0/description - - Mission - - - - /parameters/COM_RCL_EXCEPT/bitmask/1/description - - Hold - - - - /parameters/COM_RCL_EXCEPT/bitmask/2/description - - Offboard - - - - /parameters/COM_RC_ARM_HYST/shortDesc - - RC input arm/disarm command duration - - - - /parameters/COM_RC_ARM_HYST/longDesc - - The default value of 1000 requires the stick to be held in the arm or disarm position for 1 second. - - - - /parameters/COM_RC_IN_MODE/shortDesc - - RC control input mode - - - - /parameters/COM_RC_IN_MODE/longDesc - - A value of 0 enables RC transmitter control (only). A valid RC transmitter calibration is required. A value of 1 allows joystick control only. RC input handling and the associated checks are disabled. A value of 2 allows either RC Transmitter or Joystick input. The first valid input is used, will fallback to other sources if the input stream becomes invalid. A value of 3 allows either input from RC or joystick. The first available source is selected and used until reboot. A value of 4 ignores any stick input. - - - - /parameters/COM_RC_IN_MODE/values/0/description - - RC Transmitter only - - - - /parameters/COM_RC_IN_MODE/values/1/description - - Joystick only - - - - /parameters/COM_RC_IN_MODE/values/2/description - - RC and Joystick with fallback - - - - /parameters/COM_RC_IN_MODE/values/3/description - - RC or Joystick keep first - - - - /parameters/COM_RC_IN_MODE/values/4/description - - Stick input disabled - - - - /parameters/COM_RC_LOSS_T/shortDesc - - Manual control loss timeout - - - - /parameters/COM_RC_LOSS_T/longDesc - - The time in seconds without a new setpoint from RC or Joystick, after which the connection is considered lost. This must be kept short as the vehicle will use the last supplied setpoint until the timeout triggers. - - - - /parameters/COM_RC_OVERRIDE/shortDesc - - Enable RC stick override of auto and/or offboard modes - - - - /parameters/COM_RC_OVERRIDE/longDesc - - When RC stick override is enabled, moving the RC sticks more than COM_RC_STICK_OV immediately gives control back to the pilot by switching to Position mode and if position is unavailable Altitude mode. Note: Only has an effect on multicopters, and VTOLs in multicopter mode. - - - - /parameters/COM_RC_OVERRIDE/bitmask/0/description - - Enable override during auto modes (except for in critical battery reaction) - - - - /parameters/COM_RC_OVERRIDE/bitmask/1/description - - Enable override during offboard mode - - - - /parameters/COM_RC_STICK_OV/shortDesc - - RC stick override threshold - - - - /parameters/COM_RC_STICK_OV/longDesc - - If COM_RC_OVERRIDE is enabled and the joystick input is moved more than this threshold the autopilot the pilot takes over control. - - - - /parameters/COM_SPOOLUP_TIME/shortDesc - - Enforced delay between arming and further navigation - - - - /parameters/COM_SPOOLUP_TIME/longDesc - - The minimal time from arming the motors until moving the vehicle is possible is COM_SPOOLUP_TIME seconds. Goal: - Motors and propellers spool up to idle speed before getting commanded to spin faster - Timeout for ESCs and smart batteries to successfulyy do failure checks e.g. for stuck rotors before the vehicle is off the ground - - - - /parameters/COM_TAKEOFF_ACT/shortDesc - - Action after TAKEOFF has been accepted - - - - /parameters/COM_TAKEOFF_ACT/longDesc - - The mode transition after TAKEOFF has completed successfully. - - - - /parameters/COM_TAKEOFF_ACT/values/0/description - - Hold - - - - /parameters/COM_TAKEOFF_ACT/values/1/description - - Mission (if valid) - - - - /parameters/COM_THROW_EN/shortDesc - - Enable throw-start - - - - /parameters/COM_THROW_EN/longDesc - - Allows to start the vehicle by throwing it into the air. - - - - /parameters/COM_THROW_EN/values/0/description - - Disabled - - - - /parameters/COM_THROW_EN/values/1/description - - Enabled - - - - /parameters/COM_THROW_SPEED/shortDesc - - Minimum speed for the throw start - - - - /parameters/COM_THROW_SPEED/longDesc - - When the throw launch is enabled, the drone will only arm after this speed is exceeded before detecting the freefall. This is a safety feature to ensure the drone does not turn on after accidental drop or a rapid movement before the throw. Set to 0 to disable. - - - - /parameters/COM_VEL_FS_EVH/shortDesc - - Horizontal velocity error threshold - - - - /parameters/COM_VEL_FS_EVH/longDesc - - This is the horizontal velocity error (EVH) threshold that will trigger a failsafe. The default is appropriate for a multicopter. Can be increased for a fixed-wing. If the previous velocity error was below this threshold, there is an additional factor of 2.5 applied (threshold for invalidation 2.5 times the one for validation). - - - - /parameters/COM_WIND_MAX/shortDesc - - High wind speed failsafe threshold - - - - /parameters/COM_WIND_MAX/longDesc - - Wind speed threshold above which an automatic failsafe action is triggered. Failsafe action can be specified with COM_WIND_MAX_ACT. - - - - /parameters/COM_WIND_MAX_ACT/shortDesc - - High wind failsafe mode - - - - /parameters/COM_WIND_MAX_ACT/longDesc - - Action the system takes when a wind speed above the specified threshold is detected. See COM_WIND_MAX to set the failsafe threshold. If enabled, it is not possible to resume the mission or switch to any auto mode other than RTL or Land if this threshold is exceeded. Taking over in any manual mode is still possible. - - - - /parameters/COM_WIND_MAX_ACT/values/0/description - - None - - - - /parameters/COM_WIND_MAX_ACT/values/1/description - - Warning - - - - /parameters/COM_WIND_MAX_ACT/values/2/description - - Hold - - - - /parameters/COM_WIND_MAX_ACT/values/3/description - - Return - - - - /parameters/COM_WIND_MAX_ACT/values/4/description - - Terminate - - - - /parameters/COM_WIND_MAX_ACT/values/5/description - - Land - - - - /parameters/COM_WIND_WARN/shortDesc - - Wind speed warning threshold - - - - /parameters/COM_WIND_WARN/longDesc - - A warning is triggered if the currently estimated wind speed is above this value. Warning is sent periodically (every 1 minute). Set to -1 to disable. - - - - /parameters/NAV_DLL_ACT/shortDesc - - Set GCS connection loss failsafe mode - - - - /parameters/NAV_DLL_ACT/longDesc - - The GCS connection loss failsafe will only be entered after a timeout, set by COM_DL_LOSS_T in seconds. Once the timeout occurs the selected action will be executed. - - - - /parameters/NAV_DLL_ACT/values/0/description - - Disabled - - - - /parameters/NAV_DLL_ACT/values/1/description - - Hold mode - - - - /parameters/NAV_DLL_ACT/values/2/description - - Return mode - - - - /parameters/NAV_DLL_ACT/values/3/description - - Land mode - - - - /parameters/NAV_DLL_ACT/values/5/description - - Terminate - - - - /parameters/NAV_DLL_ACT/values/6/description - - Disarm - - - - /parameters/NAV_RCL_ACT/shortDesc - - Set RC loss failsafe mode - - - - /parameters/NAV_RCL_ACT/longDesc - - The RC loss failsafe will only be entered after a timeout, set by COM_RC_LOSS_T in seconds. If RC input checks have been disabled by setting the COM_RC_IN_MODE param it will not be triggered. - - - - /parameters/NAV_RCL_ACT/values/1/description - - Hold mode - - - - /parameters/NAV_RCL_ACT/values/2/description - - Return mode - - - - /parameters/NAV_RCL_ACT/values/3/description - - Land mode - - - - /parameters/NAV_RCL_ACT/values/5/description - - Terminate - - - - /parameters/NAV_RCL_ACT/values/6/description - - Disarm - - - - /parameters/CYPHAL_BAUD/shortDesc - - UAVCAN/CAN v1 bus bitrate - - - - /parameters/CYPHAL_ENABLE/shortDesc - - Cyphal - - - - /parameters/CYPHAL_ENABLE/longDesc - - 0 - Cyphal disabled. 1 - Enables Cyphal - - - - /parameters/CYPHAL_ENABLE/values/0/description - - Disabled - - - - /parameters/CYPHAL_ENABLE/values/1/description - - Enabled - - - - /parameters/CYPHAL_ID/shortDesc - - Cyphal Node ID - - - - /parameters/CYPHAL_ID/longDesc - - Read the specs at http://uavcan.org to learn more about Node ID. - - - - /parameters/UCAN1_ACTR_PUB/shortDesc - - actuator_outputs uORB over Cyphal publication port ID - - - - /parameters/UCAN1_BMS_BP_SUB/shortDesc - - UDRAL battery parameters subscription port ID - - - - /parameters/UCAN1_BMS_BS_SUB/shortDesc - - UDRAL battery status subscription port ID - - - - /parameters/UCAN1_BMS_ES_SUB/shortDesc - - UDRAL battery energy source subscription port ID - - - - /parameters/UCAN1_ESC0_SUB/shortDesc - - ESC 0 subscription port ID - - - - /parameters/UCAN1_ESC_PUB/shortDesc - - Cyphal ESC publication port ID - - - - /parameters/UCAN1_GPS0_SUB/shortDesc - - GPS 0 subscription port ID - - - - /parameters/UCAN1_GPS1_SUB/shortDesc - - GPS 1 subscription port ID - - - - /parameters/UCAN1_GPS_PUB/shortDesc - - Cyphal GPS publication port ID - - - - /parameters/UCAN1_LG_BMS_SUB/shortDesc - - Cyphal legacy battery port ID - - - - /parameters/UCAN1_SERVO_PUB/shortDesc - - Cyphal Servo publication port ID - - - - /parameters/UCAN1_UORB_GPS/shortDesc - - sensor_gps uORB over Cyphal subscription port ID - - - - /parameters/UCAN1_UORB_GPS_P/shortDesc - - sensor_gps uORB over Cyphal publication port ID - - - - /parameters/DSHOT_3D_DEAD_H/shortDesc - - DSHOT 3D deadband high - - - - /parameters/DSHOT_3D_DEAD_H/longDesc - - When the actuator_output is between DSHOT_3D_DEAD_L and DSHOT_3D_DEAD_H, motor will not spin. This value is with respect to the mixer_module range (0-1999), not the DSHOT values. - - - - /parameters/DSHOT_3D_DEAD_L/shortDesc - - DSHOT 3D deadband low - - - - /parameters/DSHOT_3D_DEAD_L/longDesc - - When the actuator_output is between DSHOT_3D_DEAD_L and DSHOT_3D_DEAD_H, motor will not spin. This value is with respect to the mixer_module range (0-1999), not the DSHOT values. - - - - /parameters/DSHOT_3D_ENABLE/shortDesc - - Allows for 3d mode when using DShot and suitable mixer - - - - /parameters/DSHOT_3D_ENABLE/longDesc - - WARNING: ESC must be configured for 3D mode, and DSHOT_MIN set to 0. This splits the throttle ranges in two. Direction 1) 48 is the slowest, 1047 is the fastest. Direction 2) 1049 is the slowest, 2047 is the fastest. When mixer outputs 1000 or value inside DSHOT 3D deadband, DShot 0 is sent. - - - - /parameters/DSHOT_3D_ENABLE/values/0/description - - Disabled - - - - /parameters/DSHOT_3D_ENABLE/values/1/description - - Enabled - - - - /parameters/DSHOT_MIN/shortDesc - - Minimum DShot Motor Output - - - - /parameters/DSHOT_MIN/longDesc - - Minimum Output Value for DShot in percent. The value depends on the ESC. Make sure to set this high enough so that the motors are always spinning while armed. - - - - /parameters/DSHOT_TEL_CFG/shortDesc - - Serial Configuration for DShot Driver - - - - /parameters/DSHOT_TEL_CFG/longDesc - - Configure on which serial port to run DShot Driver. - - - - /parameters/DSHOT_TEL_CFG/values/0/description - - Disabled - - - - /parameters/DSHOT_TEL_CFG/values/6/description - - UART 6 - - - - /parameters/DSHOT_TEL_CFG/values/101/description - - TELEM 1 - - - - /parameters/DSHOT_TEL_CFG/values/102/description - - TELEM 2 - - - - /parameters/DSHOT_TEL_CFG/values/103/description - - TELEM 3 - - - - /parameters/DSHOT_TEL_CFG/values/104/description - - TELEM/SERIAL 4 - - - - /parameters/DSHOT_TEL_CFG/values/201/description - - GPS 1 - - - - /parameters/DSHOT_TEL_CFG/values/202/description - - GPS 2 - - - - /parameters/DSHOT_TEL_CFG/values/203/description - - GPS 3 - - - - /parameters/DSHOT_TEL_CFG/values/300/description - - Radio Controller - - - - /parameters/DSHOT_TEL_CFG/values/301/description - - Wifi Port - - - - /parameters/DSHOT_TEL_CFG/values/401/description - - EXT2 - - - - /parameters/MOT_POLE_COUNT/shortDesc - - Number of magnetic poles of the motors - - - - /parameters/MOT_POLE_COUNT/longDesc - - Specify the number of magnetic poles of the motors. It is required to compute the RPM value from the eRPM returned with the ESC telemetry. Either get the number from the motor spec sheet or count the magnets on the bell of the motor (not the stator magnets). Typical motors for 5 inch props have 14 poles. - - - - /parameters/EKF2_ABIAS_INIT/shortDesc - - 1-sigma IMU accelerometer switch-on bias - - - - /parameters/EKF2_ABL_ACCLIM/shortDesc - - Maximum IMU accel magnitude that allows IMU bias learning - - - - /parameters/EKF2_ABL_ACCLIM/longDesc - - If the magnitude of the IMU accelerometer vector exceeds this value, the EKF accel bias state estimation will be inhibited. This reduces the adverse effect of high manoeuvre accelerations and IMU nonlinerity and scale factor errors on the accel bias estimates. - - - - /parameters/EKF2_ABL_GYRLIM/shortDesc - - Maximum IMU gyro angular rate magnitude that allows IMU bias learning - - - - /parameters/EKF2_ABL_GYRLIM/longDesc - - If the magnitude of the IMU angular rate vector exceeds this value, the EKF accel bias state estimation will be inhibited. This reduces the adverse effect of rapid rotation rates and associated errors on the accel bias estimates. - - - - /parameters/EKF2_ABL_LIM/shortDesc - - Accelerometer bias learning limit - - - - /parameters/EKF2_ABL_LIM/longDesc - - The ekf accel bias states will be limited to within a range equivalent to +- of this value. - - - - /parameters/EKF2_ABL_TAU/shortDesc - - Time constant used by acceleration and angular rate magnitude checks used to inhibit accel bias learning - - - - /parameters/EKF2_ABL_TAU/longDesc - - The vector magnitude of angular rate and acceleration used to check if learning should be inhibited has a peak hold filter applied to it with an exponential decay. This parameter controls the time constant of the decay. - - - - /parameters/EKF2_ACC_B_NOISE/shortDesc - - Process noise for IMU accelerometer bias prediction - - - - /parameters/EKF2_ACC_NOISE/shortDesc - - Accelerometer noise for covariance prediction - - - - /parameters/EKF2_AGP_CTRL/shortDesc - - Aux global position (AGP) sensor aiding - - - - /parameters/EKF2_AGP_CTRL/longDesc - - Set bits in the following positions to enable: 0 : Horizontal position fusion 1 : Vertical position fusion - - - - /parameters/EKF2_AGP_CTRL/bitmask/0/description - - Horizontal position - - - - /parameters/EKF2_AGP_CTRL/bitmask/1/description - - Vertical position - - - - /parameters/EKF2_AGP_DELAY/shortDesc - - Aux global position estimator delay relative to IMU measurements - - - - /parameters/EKF2_AGP_GATE/shortDesc - - Gate size for aux global position fusion - - - - /parameters/EKF2_AGP_GATE/longDesc - - Sets the number of standard deviations used by the innovation consistency test. - - - - /parameters/EKF2_AGP_NOISE/shortDesc - - Measurement noise for aux global position observations used to lower bound or replace the uncertainty included in the message - - - - /parameters/EKF2_ANGERR_INIT/shortDesc - - 1-sigma tilt angle uncertainty after gravity vector alignment - - - - /parameters/EKF2_ARSP_THR/shortDesc - - Airspeed fusion threshold - - - - /parameters/EKF2_ARSP_THR/longDesc - - Airspeed data is fused for wind estimation if above this threshold. Set to 0 to disable airspeed fusion. For reliable wind estimation both sideslip (see EKF2_FUSE_BETA) and airspeed fusion should be enabled. Only applies to fixed-wing vehicles (or VTOLs in fixed-wing mode). - - - - /parameters/EKF2_ASPD_MAX/shortDesc - - Upper limit on airspeed along individual axes used to correct baro for position error effects - - - - /parameters/EKF2_ASP_DELAY/shortDesc - - Airspeed measurement delay relative to IMU measurements - - - - /parameters/EKF2_AVEL_DELAY/shortDesc - - Auxiliary Velocity Estimate (e.g from a landing target) delay relative to IMU measurements - - - - /parameters/EKF2_BARO_CTRL/shortDesc - - Barometric sensor height aiding - - - - /parameters/EKF2_BARO_CTRL/longDesc - - If this parameter is enabled then the estimator will make use of the barometric height measurements to estimate its height in addition to other height sources (if activated). - - - - /parameters/EKF2_BARO_CTRL/values/0/description - - Disabled - - - - /parameters/EKF2_BARO_CTRL/values/1/description - - Enabled - - - - /parameters/EKF2_BARO_DELAY/shortDesc - - Barometer measurement delay relative to IMU measurements - - - - /parameters/EKF2_BARO_GATE/shortDesc - - Gate size for barometric and GPS height fusion - - - - /parameters/EKF2_BARO_GATE/longDesc - - Sets the number of standard deviations used by the innovation consistency test. - - - - /parameters/EKF2_BARO_NOISE/shortDesc - - Measurement noise for barometric altitude - - - - /parameters/EKF2_BCOEF_X/shortDesc - - X-axis ballistic coefficient used for multi-rotor wind estimation - - - - /parameters/EKF2_BCOEF_X/longDesc - - This parameter controls the prediction of drag produced by bluff body drag along the forward/reverse axis when flying a multi-copter which enables estimation of wind drift when enabled by the EKF2_DRAG_CTRL parameter. The drag produced by this effect scales with speed squared. The predicted drag from the rotors is specified separately by the EKF2_MCOEF parameter. Set this parameter to zero to turn off the bluff body drag model for this axis. - - - - /parameters/EKF2_BCOEF_Y/shortDesc - - Y-axis ballistic coefficient used for multi-rotor wind estimation - - - - /parameters/EKF2_BCOEF_Y/longDesc - - This parameter controls the prediction of drag produced by bluff body drag along the right/left axis when flying a multi-copter, which enables estimation of wind drift when enabled by the EKF2_DRAG_CTRL parameter. The drag produced by this effect scales with speed squared. The predicted drag from the rotors is specified separately by the EKF2_MCOEF parameter. Set this parameter to zero to turn off the bluff body drag model for this axis. - - - - /parameters/EKF2_BETA_GATE/shortDesc - - Gate size for synthetic sideslip fusion - - - - /parameters/EKF2_BETA_GATE/longDesc - - Sets the number of standard deviations used by the innovation consistency test. - - - - /parameters/EKF2_BETA_NOISE/shortDesc - - Noise for synthetic sideslip fusion - - - - /parameters/EKF2_DECL_TYPE/shortDesc - - Integer bitmask controlling handling of magnetic declination - - - - /parameters/EKF2_DECL_TYPE/longDesc - - Set bits in the following positions to enable functions. 0 : Set to true to use the declination from the geo_lookup library when the GPS position becomes available, set to false to always use the EKF2_MAG_DECL value. 1 : Set to true to save the EKF2_MAG_DECL parameter to the value returned by the EKF when the vehicle disarms. - - - - /parameters/EKF2_DECL_TYPE/bitmask/0/description - - use geo_lookup declination - - - - /parameters/EKF2_DECL_TYPE/bitmask/1/description - - save EKF2_MAG_DECL on disarm - - - - /parameters/EKF2_DELAY_MAX/shortDesc - - Maximum delay of all the aiding sensors - - - - /parameters/EKF2_DELAY_MAX/longDesc - - Defines the delay between the current time and the delayed-time horizon. This value should be at least as large as the largest EKF2_XXX_DELAY parameter. - - - - /parameters/EKF2_DRAG_CTRL/shortDesc - - Multirotor wind estimation selection - - - - /parameters/EKF2_DRAG_CTRL/longDesc - - Activate wind speed estimation using specific-force measurements and a drag model defined by EKF2_BCOEF_[XY] and EKF2_MCOEF. Only use on vehicles that have their thrust aligned with the Z axis and no thrust in the XY plane. - - - - /parameters/EKF2_DRAG_CTRL/values/0/description - - Disabled - - - - /parameters/EKF2_DRAG_CTRL/values/1/description - - Enabled - - - - /parameters/EKF2_DRAG_NOISE/shortDesc - - Specific drag force observation noise variance used by the multi-rotor specific drag force model - - - - /parameters/EKF2_DRAG_NOISE/longDesc - - Increasing this makes the multi-rotor wind estimates adjust more slowly. - - - - /parameters/EKF2_EAS_NOISE/shortDesc - - Measurement noise for airspeed fusion - - - - /parameters/EKF2_EN/shortDesc - - EKF2 enable - - - - /parameters/EKF2_EN/values/0/description - - Disabled - - - - /parameters/EKF2_EN/values/1/description - - Enabled - - - - /parameters/EKF2_EVA_NOISE/shortDesc - - Measurement noise for vision angle observations used to lower bound or replace the uncertainty included in the message - - - - /parameters/EKF2_EVP_GATE/shortDesc - - Gate size for vision position fusion - - - - /parameters/EKF2_EVP_GATE/longDesc - - Sets the number of standard deviations used by the innovation consistency test. - - - - /parameters/EKF2_EVP_NOISE/shortDesc - - Measurement noise for vision position observations used to lower bound or replace the uncertainty included in the message - - - - /parameters/EKF2_EVV_GATE/shortDesc - - Gate size for vision velocity estimate fusion - - - - /parameters/EKF2_EVV_GATE/longDesc - - Sets the number of standard deviations used by the innovation consistency test. - - - - /parameters/EKF2_EVV_NOISE/shortDesc - - Measurement noise for vision velocity observations used to lower bound or replace the uncertainty included in the message - - - - /parameters/EKF2_EV_CTRL/shortDesc - - External vision (EV) sensor aiding - - - - /parameters/EKF2_EV_CTRL/longDesc - - Set bits in the following positions to enable: 0 : Horizontal position fusion 1 : Vertical position fusion 2 : 3D velocity fusion 3 : Yaw - - - - /parameters/EKF2_EV_CTRL/bitmask/0/description - - Horizontal position - - - - /parameters/EKF2_EV_CTRL/bitmask/1/description - - Vertical position - - - - /parameters/EKF2_EV_CTRL/bitmask/2/description - - 3D velocity - - - - /parameters/EKF2_EV_CTRL/bitmask/3/description - - Yaw - - - - /parameters/EKF2_EV_DELAY/shortDesc - - Vision Position Estimator delay relative to IMU measurements - - - - /parameters/EKF2_EV_NOISE_MD/shortDesc - - External vision (EV) noise mode - - - - /parameters/EKF2_EV_NOISE_MD/longDesc - - If set to 0 (default) the measurement noise is taken from the vision message and the EV noise parameters are used as a lower bound. If set to 1 the observation noise is set from the parameters directly, - - - - /parameters/EKF2_EV_NOISE_MD/values/0/description - - EV reported variance (parameter lower bound) - - - - /parameters/EKF2_EV_NOISE_MD/values/1/description - - EV noise parameters - - - - /parameters/EKF2_EV_POS_X/shortDesc - - X position of VI sensor focal point in body frame (forward axis with origin relative to vehicle centre of gravity) - - - - /parameters/EKF2_EV_POS_Y/shortDesc - - Y position of VI sensor focal point in body frame (right axis with origin relative to vehicle centre of gravity) - - - - /parameters/EKF2_EV_POS_Z/shortDesc - - Z position of VI sensor focal point in body frame (down axis with origin relative to vehicle centre of gravity) - - - - /parameters/EKF2_EV_QMIN/shortDesc - - External vision (EV) minimum quality (optional) - - - - /parameters/EKF2_EV_QMIN/longDesc - - External vision will only be started and fused if the quality metric is above this threshold. The quality metric is a completely optional field provided by some VIO systems. - - - - /parameters/EKF2_FUSE_BETA/shortDesc - - Enable synthetic sideslip fusion - - - - /parameters/EKF2_FUSE_BETA/longDesc - - For reliable wind estimation both sideslip and airspeed fusion (see EKF2_ARSP_THR) should be enabled. Only applies to fixed-wing vehicles (or VTOLs in fixed-wing mode). Note: side slip fusion is currently not supported for tailsitters. - - - - /parameters/EKF2_FUSE_BETA/values/0/description - - Disabled - - - - /parameters/EKF2_FUSE_BETA/values/1/description - - Enabled - - - - /parameters/EKF2_GBIAS_INIT/shortDesc - - 1-sigma IMU gyro switch-on bias - - - - /parameters/EKF2_GND_EFF_DZ/shortDesc - - Baro deadzone range for height fusion - - - - /parameters/EKF2_GND_EFF_DZ/longDesc - - Sets the value of deadzone applied to negative baro innovations. Deadzone is enabled when EKF2_GND_EFF_DZ > 0. - - - - /parameters/EKF2_GND_MAX_HGT/shortDesc - - Height above ground level for ground effect zone - - - - /parameters/EKF2_GND_MAX_HGT/longDesc - - Sets the maximum distance to the ground level where negative baro innovations are expected. - - - - /parameters/EKF2_GPS_CHECK/shortDesc - - Integer bitmask controlling GPS checks - - - - /parameters/EKF2_GPS_CHECK/longDesc - - Set bits to 1 to enable checks. Checks enabled by the following bit positions 0 : Minimum required sat count set by EKF2_REQ_NSATS 1 : Maximum allowed PDOP set by EKF2_REQ_PDOP 2 : Maximum allowed horizontal position error set by EKF2_REQ_EPH 3 : Maximum allowed vertical position error set by EKF2_REQ_EPV 4 : Maximum allowed speed error set by EKF2_REQ_SACC 5 : Maximum allowed horizontal position rate set by EKF2_REQ_HDRIFT. This check will only run when the vehicle is on ground and stationary. 6 : Maximum allowed vertical position rate set by EKF2_REQ_VDRIFT. This check will only run when the vehicle is on ground and stationary. 7 : Maximum allowed horizontal speed set by EKF2_REQ_HDRIFT. This check will only run when the vehicle is on ground and stationary. 8 : Maximum allowed vertical velocity discrepancy set by EKF2_REQ_VDRIFT - - - - /parameters/EKF2_GPS_CHECK/bitmask/0/description - - Min sat count (EKF2_REQ_NSATS) - - - - /parameters/EKF2_GPS_CHECK/bitmask/1/description - - Max PDOP (EKF2_REQ_PDOP) - - - - /parameters/EKF2_GPS_CHECK/bitmask/2/description - - Max horizontal position error (EKF2_REQ_EPH) - - - - /parameters/EKF2_GPS_CHECK/bitmask/3/description - - Max vertical position error (EKF2_REQ_EPV) - - - - /parameters/EKF2_GPS_CHECK/bitmask/4/description - - Max speed error (EKF2_REQ_SACC) - - - - /parameters/EKF2_GPS_CHECK/bitmask/5/description - - Max horizontal position rate (EKF2_REQ_HDRIFT) - - - - /parameters/EKF2_GPS_CHECK/bitmask/6/description - - Max vertical position rate (EKF2_REQ_VDRIFT) - - - - /parameters/EKF2_GPS_CHECK/bitmask/7/description - - Max horizontal speed (EKF2_REQ_HDRIFT) - - - - /parameters/EKF2_GPS_CHECK/bitmask/8/description - - Max vertical velocity discrepancy (EKF2_REQ_VDRIFT) - - - - /parameters/EKF2_GPS_CTRL/shortDesc - - GNSS sensor aiding - - - - /parameters/EKF2_GPS_CTRL/longDesc - - Set bits in the following positions to enable: 0 : Longitude and latitude fusion 1 : Altitude fusion 2 : 3D velocity fusion 3 : Dual antenna heading fusion - - - - /parameters/EKF2_GPS_CTRL/bitmask/0/description - - Lon/lat - - - - /parameters/EKF2_GPS_CTRL/bitmask/1/description - - Altitude - - - - /parameters/EKF2_GPS_CTRL/bitmask/2/description - - 3D velocity - - - - /parameters/EKF2_GPS_CTRL/bitmask/3/description - - Dual antenna heading - - - - /parameters/EKF2_GPS_DELAY/shortDesc - - GPS measurement delay relative to IMU measurements - - - - /parameters/EKF2_GPS_POS_X/shortDesc - - X position of GPS antenna in body frame (forward axis with origin relative to vehicle centre of gravity) - - - - /parameters/EKF2_GPS_POS_Y/shortDesc - - Y position of GPS antenna in body frame (right axis with origin relative to vehicle centre of gravity) - - - - /parameters/EKF2_GPS_POS_Z/shortDesc - - Z position of GPS antenna in body frame (down axis with origin relative to vehicle centre of gravity) - - - - /parameters/EKF2_GPS_P_GATE/shortDesc - - Gate size for GNSS position fusion - - - - /parameters/EKF2_GPS_P_GATE/longDesc - - Sets the number of standard deviations used by the innovation consistency test. - - - - /parameters/EKF2_GPS_P_NOISE/shortDesc - - Measurement noise for GNSS position - - - - /parameters/EKF2_GPS_V_GATE/shortDesc - - Gate size for GNSS velocity fusion - - - - /parameters/EKF2_GPS_V_GATE/longDesc - - Sets the number of standard deviations used by the innovation consistency test. - - - - /parameters/EKF2_GPS_V_NOISE/shortDesc - - Measurement noise for GNSS velocity - - - - /parameters/EKF2_GRAV_NOISE/shortDesc - - Accelerometer measurement noise for gravity based observations - - - - /parameters/EKF2_GSF_TAS/shortDesc - - Default value of true airspeed used in EKF-GSF AHRS calculation - - - - /parameters/EKF2_GSF_TAS/longDesc - - If no airspeed measurements are available, the EKF-GSF AHRS calculation will assume this value of true airspeed when compensating for centripetal acceleration during turns. Set to zero to disable centripetal acceleration compensation during fixed wing flight modes. - - - - /parameters/EKF2_GYR_B_LIM/shortDesc - - Gyro bias learning limit - - - - /parameters/EKF2_GYR_B_LIM/longDesc - - The ekf gyro bias states will be limited to within a range equivalent to +- of this value. - - - - /parameters/EKF2_GYR_B_NOISE/shortDesc - - Process noise for IMU rate gyro bias prediction - - - - /parameters/EKF2_GYR_NOISE/shortDesc - - Rate gyro noise for covariance prediction - - - - /parameters/EKF2_HDG_GATE/shortDesc - - Gate size for heading fusion - - - - /parameters/EKF2_HDG_GATE/longDesc - - Sets the number of standard deviations used by the innovation consistency test. - - - - /parameters/EKF2_HEAD_NOISE/shortDesc - - Measurement noise for magnetic heading fusion - - - - /parameters/EKF2_HGT_REF/shortDesc - - Determines the reference source of height data used by the EKF - - - - /parameters/EKF2_HGT_REF/longDesc - - When multiple height sources are enabled at the same time, the height estimate will always converge towards the reference height source selected by this parameter. The range sensor and vision options should only be used when for operation over a flat surface as the local NED origin will move up and down with ground level. - - - - /parameters/EKF2_HGT_REF/values/0/description - - Barometric pressure - - - - /parameters/EKF2_HGT_REF/values/1/description - - GPS - - - - /parameters/EKF2_HGT_REF/values/2/description - - Range sensor - - - - /parameters/EKF2_HGT_REF/values/3/description - - Vision - - - - /parameters/EKF2_IMU_CTRL/shortDesc - - IMU control - - - - /parameters/EKF2_IMU_CTRL/bitmask/0/description - - Gyro Bias - - - - /parameters/EKF2_IMU_CTRL/bitmask/1/description - - Accel Bias - - - - /parameters/EKF2_IMU_CTRL/bitmask/2/description - - Gravity vector fusion - - - - /parameters/EKF2_IMU_POS_X/shortDesc - - X position of IMU in body frame (forward axis with origin relative to vehicle centre of gravity) - - - - /parameters/EKF2_IMU_POS_Y/shortDesc - - Y position of IMU in body frame (right axis with origin relative to vehicle centre of gravity) - - - - /parameters/EKF2_IMU_POS_Z/shortDesc - - Z position of IMU in body frame (down axis with origin relative to vehicle centre of gravity) - - - - /parameters/EKF2_MAG_ACCLIM/shortDesc - - Horizontal acceleration threshold used for heading observability check - - - - /parameters/EKF2_MAG_ACCLIM/longDesc - - The heading is assumed to be observable when the body acceleration is greater than this parameter when a global position/velocity aiding source is active. - - - - /parameters/EKF2_MAG_B_NOISE/shortDesc - - Process noise for body magnetic field prediction - - - - /parameters/EKF2_MAG_CHECK/shortDesc - - Magnetic field strength test selection - - - - /parameters/EKF2_MAG_CHECK/longDesc - - Bitmask to set which check is used to decide whether the magnetometer data is valid. If GNSS data is received, the magnetic field is compared to a World Magnetic Model (WMM), otherwise an average value is used. This check is useful to reject occasional hard iron disturbance. Set bits to 1 to enable checks. Checks enabled by the following bit positions 0 : Magnetic field strength. Set tolerance using EKF2_MAG_CHK_STR 1 : Magnetic field inclination. Set tolerance using EKF2_MAG_CHK_INC 2 : Wait for GNSS to find the theoretical strength and inclination using the WMM - - - - /parameters/EKF2_MAG_CHECK/bitmask/0/description - - Strength (EKF2_MAG_CHK_STR) - - - - /parameters/EKF2_MAG_CHECK/bitmask/1/description - - Inclination (EKF2_MAG_CHK_INC) - - - - /parameters/EKF2_MAG_CHECK/bitmask/2/description - - Wait for WMM - - - - /parameters/EKF2_MAG_CHK_INC/shortDesc - - Magnetic field inclination check tolerance - - - - /parameters/EKF2_MAG_CHK_INC/longDesc - - Maximum allowed deviation from the expected magnetic field inclination to pass the check. - - - - /parameters/EKF2_MAG_CHK_STR/shortDesc - - Magnetic field strength check tolerance - - - - /parameters/EKF2_MAG_CHK_STR/longDesc - - Maximum allowed deviation from the expected magnetic field strength to pass the check. - - - - /parameters/EKF2_MAG_DECL/shortDesc - - Magnetic declination - - - - /parameters/EKF2_MAG_DELAY/shortDesc - - Magnetometer measurement delay relative to IMU measurements - - - - /parameters/EKF2_MAG_E_NOISE/shortDesc - - Process noise for earth magnetic field prediction - - - - /parameters/EKF2_MAG_GATE/shortDesc - - Gate size for magnetometer XYZ component fusion - - - - /parameters/EKF2_MAG_GATE/longDesc - - Sets the number of standard deviations used by the innovation consistency test. - - - - /parameters/EKF2_MAG_NOISE/shortDesc - - Measurement noise for magnetometer 3-axis fusion - - - - /parameters/EKF2_MAG_TYPE/shortDesc - - Type of magnetometer fusion - - - - /parameters/EKF2_MAG_TYPE/longDesc - - Integer controlling the type of magnetometer fusion used - magnetic heading or 3-component vector. The fusion of magnetometer data as a three component vector enables vehicle body fixed hard iron errors to be learned, but requires a stable earth field. If set to 'Automatic' magnetic heading fusion is used when on-ground and 3-axis magnetic field fusion in-flight with fallback to magnetic heading fusion if there is insufficient motion to make yaw or magnetic field states observable. If set to 'Magnetic heading' magnetic heading fusion is used at all times. If set to 'None' the magnetometer will not be used under any circumstance. If no external source of yaw is available, it is possible to use post-takeoff horizontal movement combined with GPS velocity measurements to align the yaw angle with the timer required (depending on the amount of movement and GPS data quality). - - - - /parameters/EKF2_MAG_TYPE/values/0/description - - Automatic - - - - /parameters/EKF2_MAG_TYPE/values/1/description - - Magnetic heading - - - - /parameters/EKF2_MAG_TYPE/values/5/description - - None - - - - /parameters/EKF2_MCOEF/shortDesc - - Propeller momentum drag coefficient used for multi-rotor wind estimation - - - - /parameters/EKF2_MCOEF/longDesc - - This parameter controls the prediction of drag produced by the propellers when flying a multi-copter, which enables estimation of wind drift when enabled by the EKF2_DRAG_CTRL parameter. The drag produced by this effect scales with speed not speed squared and is produced because some of the air velocity normal to the propeller axis of rotation is lost when passing through the rotor disc. This changes the momentum of the flow which creates a drag reaction force. When comparing un-ducted propellers of the same diameter, the effect is roughly proportional to the area of the propeller blades when viewed side on and changes with propeller selection. Momentum drag is significantly higher for ducted rotors. To account for the drag produced by the body which scales with speed squared, see documentation for the EKF2_BCOEF_X and EKF2_BCOEF_Y parameters. Set this parameter to zero to turn off the momentum drag model for both axis. - - - - /parameters/EKF2_MIN_RNG/shortDesc - - Expected range finder reading when on ground - - - - /parameters/EKF2_MIN_RNG/longDesc - - If the vehicle is on ground, is not moving as determined by the motion test and the range finder is returning invalid or no data, then an assumed range value of EKF2_MIN_RNG will be used by the terrain estimator so that a terrain height estimate is available at the start of flight in situations where the range finder may be inside its minimum measurements distance when on ground. - - - - /parameters/EKF2_MULTI_IMU/shortDesc - - Multi-EKF IMUs - - - - /parameters/EKF2_MULTI_IMU/longDesc - - Maximum number of IMUs to use for Multi-EKF. Set 0 to disable. Requires SENS_IMU_MODE 0. - - - - /parameters/EKF2_MULTI_MAG/shortDesc - - Multi-EKF Magnetometers - - - - /parameters/EKF2_MULTI_MAG/longDesc - - Maximum number of magnetometers to use for Multi-EKF. Set 0 to disable. Requires SENS_MAG_MODE 0. - - - - /parameters/EKF2_NOAID_NOISE/shortDesc - - Measurement noise for non-aiding position hold - - - - /parameters/EKF2_NOAID_TOUT/shortDesc - - Maximum lapsed time from last fusion of measurements that constrain velocity drift before the EKF will report the horizontal nav solution as invalid - - - - /parameters/EKF2_OF_CTRL/shortDesc - - Optical flow aiding - - - - /parameters/EKF2_OF_CTRL/longDesc - - Enable optical flow fusion. - - - - /parameters/EKF2_OF_CTRL/values/0/description - - Disabled - - - - /parameters/EKF2_OF_CTRL/values/1/description - - Enabled - - - - /parameters/EKF2_OF_DELAY/shortDesc - - Optical flow measurement delay relative to IMU measurements - - - - /parameters/EKF2_OF_DELAY/longDesc - - Assumes measurement is timestamped at trailing edge of integration period - - - - /parameters/EKF2_OF_GATE/shortDesc - - Gate size for optical flow fusion - - - - /parameters/EKF2_OF_GATE/longDesc - - Sets the number of standard deviations used by the innovation consistency test. - - - - /parameters/EKF2_OF_N_MAX/shortDesc - - Measurement noise for the optical flow sensor - - - - /parameters/EKF2_OF_N_MAX/longDesc - - (when it's reported quality metric is at the minimum set by EKF2_OF_QMIN). The following condition must be met: EKF2_OF_N_MAXN >= EKF2_OF_N_MIN - - - - /parameters/EKF2_OF_N_MIN/shortDesc - - Measurement noise for the optical flow sensor when it's reported quality metric is at the maximum - - - - /parameters/EKF2_OF_POS_X/shortDesc - - X position of optical flow focal point in body frame (forward axis with origin relative to vehicle centre of gravity) - - - - /parameters/EKF2_OF_POS_Y/shortDesc - - Y position of optical flow focal point in body frame (right axis with origin relative to vehicle centre of gravity) - - - - /parameters/EKF2_OF_POS_Z/shortDesc - - Z position of optical flow focal point in body frame (down axis with origin relative to vehicle centre of gravity) - - - - /parameters/EKF2_OF_QMIN/shortDesc - - Optical Flow data will only be used in air if the sensor reports a quality metric >= EKF2_OF_QMIN - - - - /parameters/EKF2_OF_QMIN_GND/shortDesc - - Optical Flow data will only be used on the ground if the sensor reports a quality metric >= EKF2_OF_QMIN_GND - - - - /parameters/EKF2_PCOEF_XN/shortDesc - - Static pressure position error coefficient for the negative X axis - - - - /parameters/EKF2_PCOEF_XN/longDesc - - This is the ratio of static pressure error to dynamic pressure generated by a negative wind relative velocity along the X body axis. If the baro height estimate rises during backwards flight, then this will be a negative number. - - - - /parameters/EKF2_PCOEF_XP/shortDesc - - Static pressure position error coefficient for the positive X axis - - - - /parameters/EKF2_PCOEF_XP/longDesc - - This is the ratio of static pressure error to dynamic pressure generated by a positive wind relative velocity along the X body axis. If the baro height estimate rises during forward flight, then this will be a negative number. - - - - /parameters/EKF2_PCOEF_YN/shortDesc - - Pressure position error coefficient for the negative Y axis - - - - /parameters/EKF2_PCOEF_YN/longDesc - - This is the ratio of static pressure error to dynamic pressure generated by a wind relative velocity along the negative Y (LH) body axis. If the baro height estimate rises during sideways flight to the left, then this will be a negative number. - - - - /parameters/EKF2_PCOEF_YP/shortDesc - - Pressure position error coefficient for the positive Y axis - - - - /parameters/EKF2_PCOEF_YP/longDesc - - This is the ratio of static pressure error to dynamic pressure generated by a wind relative velocity along the positive Y (RH) body axis. If the baro height estimate rises during sideways flight to the right, then this will be a negative number. - - - - /parameters/EKF2_PCOEF_Z/shortDesc - - Static pressure position error coefficient for the Z axis - - - - /parameters/EKF2_PCOEF_Z/longDesc - - This is the ratio of static pressure error to dynamic pressure generated by a wind relative velocity along the Z body axis. - - - - /parameters/EKF2_PREDICT_US/shortDesc - - EKF prediction period - - - - /parameters/EKF2_PREDICT_US/longDesc - - EKF prediction period in microseconds. This should ideally be an integer multiple of the IMU time delta. Actual filter update will be an integer multiple of IMU update. - - - - /parameters/EKF2_REQ_EPH/shortDesc - - Required EPH to use GPS - - - - /parameters/EKF2_REQ_EPV/shortDesc - - Required EPV to use GPS - - - - /parameters/EKF2_REQ_GPS_H/shortDesc - - Required GPS health time on startup - - - - /parameters/EKF2_REQ_GPS_H/longDesc - - Minimum continuous period without GPS failure required to mark a healthy GPS status. It can be reduced to speed up initialization, but it's recommended to keep this unchanged for a vehicle. - - - - /parameters/EKF2_REQ_HDRIFT/shortDesc - - Maximum horizontal drift speed to use GPS - - - - /parameters/EKF2_REQ_NSATS/shortDesc - - Required satellite count to use GPS - - - - /parameters/EKF2_REQ_PDOP/shortDesc - - Maximum PDOP to use GPS - - - - /parameters/EKF2_REQ_SACC/shortDesc - - Required speed accuracy to use GPS - - - - /parameters/EKF2_REQ_VDRIFT/shortDesc - - Maximum vertical drift speed to use GPS - - - - /parameters/EKF2_RNG_A_HMAX/shortDesc - - Maximum absolute altitude (height above ground level) allowed for conditional range aid mode - - - - /parameters/EKF2_RNG_A_HMAX/longDesc - - If the vehicle absolute altitude exceeds this value then the estimator will not fuse range measurements to estimate its height. This only applies when conditional range aid mode is activated (EKF2_RNG_CTRL = 1). - - - - /parameters/EKF2_RNG_A_IGATE/shortDesc - - Gate size used for innovation consistency checks for range aid fusion - - - - /parameters/EKF2_RNG_A_IGATE/longDesc - - A lower value means HAGL needs to be more stable in order to use range finder for height estimation in range aid mode - - - - /parameters/EKF2_RNG_A_VMAX/shortDesc - - Maximum horizontal velocity allowed for conditional range aid mode - - - - /parameters/EKF2_RNG_A_VMAX/longDesc - - If the vehicle horizontal speed exceeds this value then the estimator will not fuse range measurements to estimate its height. This only applies when conditional range aid mode is activated (EKF2_RNG_CTRL = 1). - - - - /parameters/EKF2_RNG_CTRL/shortDesc - - Range sensor height aiding - - - - /parameters/EKF2_RNG_CTRL/longDesc - - WARNING: Range finder measurements are less reliable and can experience unexpected errors. For these reasons, if accurate control of height relative to ground is required, it is recommended to use the MPC_ALT_MODE parameter instead, unless baro errors are severe enough to cause problems with landing and takeoff. To en-/disable range finder for terrain height estimation, use EKF2_TERR_MASK instead. If this parameter is enabled then the estimator will make use of the range finder measurements to estimate its height in addition to other height sources (if activated). Range sensor aiding can be enabled (i.e.: always use) or set in "conditional" mode. Conditional mode: This enables the range finder to be used during low speed (< EKF2_RNG_A_VMAX) and low altitude (< EKF2_RNG_A_HMAX) operation, eg takeoff and landing, where baro interference from rotor wash is excessive and can corrupt EKF state estimates. It is intended to be used where a vertical takeoff and landing is performed, and horizontal flight does not occur until above EKF2_RNG_A_HMAX. - - - - /parameters/EKF2_RNG_CTRL/values/0/description - - Disable range fusion - - - - /parameters/EKF2_RNG_CTRL/values/1/description - - Enabled (conditional mode) - - - - /parameters/EKF2_RNG_CTRL/values/2/description - - Enabled - - - - /parameters/EKF2_RNG_DELAY/shortDesc - - Range finder measurement delay relative to IMU measurements - - - - /parameters/EKF2_RNG_GATE/shortDesc - - Gate size for range finder fusion - - - - /parameters/EKF2_RNG_GATE/longDesc - - Sets the number of standard deviations used by the innovation consistency test. - - - - /parameters/EKF2_RNG_K_GATE/shortDesc - - Gate size used for range finder kinematic consistency check - - - - /parameters/EKF2_RNG_K_GATE/longDesc - - To be used, the time derivative of the distance sensor measurements projected on the vertical axis needs to be statistically consistent with the estimated vertical velocity of the drone. Decrease this value to make the filter more robust against range finder faulty data (stuck, reflections, ...). Note: tune the range finder noise parameters (EKF2_RNG_NOISE and EKF2_RNG_SFE) before tuning this gate. - - - - /parameters/EKF2_RNG_NOISE/shortDesc - - Measurement noise for range finder fusion - - - - /parameters/EKF2_RNG_PITCH/shortDesc - - Range sensor pitch offset - - - - /parameters/EKF2_RNG_POS_X/shortDesc - - X position of range finder origin in body frame (forward axis with origin relative to vehicle centre of gravity) - - - - /parameters/EKF2_RNG_POS_Y/shortDesc - - Y position of range finder origin in body frame (right axis with origin relative to vehicle centre of gravity) - - - - /parameters/EKF2_RNG_POS_Z/shortDesc - - Z position of range finder origin in body frame (down axis with origin relative to vehicle centre of gravity) - - - - /parameters/EKF2_RNG_QLTY_T/shortDesc - - Minimum duration during which the reported range finder signal quality needs to be non-zero in order to be declared valid (s) - - - - /parameters/EKF2_RNG_SFE/shortDesc - - Range finder range dependent noise scaler - - - - /parameters/EKF2_RNG_SFE/longDesc - - Specifies the increase in range finder noise with range. - - - - /parameters/EKF2_SEL_ERR_RED/shortDesc - - Selector error reduce threshold - - - - /parameters/EKF2_SEL_ERR_RED/longDesc - - EKF2 instances have to be better than the selected by at least this amount before their relative score can be reduced. - - - - /parameters/EKF2_SEL_IMU_ACC/shortDesc - - Selector acceleration threshold - - - - /parameters/EKF2_SEL_IMU_ACC/longDesc - - EKF2 selector acceleration error threshold for comparing accelerometers. Acceleration vector differences larger than this will result in accumulated velocity error. - - - - /parameters/EKF2_SEL_IMU_ANG/shortDesc - - Selector angular threshold - - - - /parameters/EKF2_SEL_IMU_ANG/longDesc - - EKF2 selector maximum accumulated angular error threshold for comparing gyros. Accumulated angular error larger than this will result in the sensor being declared faulty. - - - - /parameters/EKF2_SEL_IMU_RAT/shortDesc - - Selector angular rate threshold - - - - /parameters/EKF2_SEL_IMU_RAT/longDesc - - EKF2 selector angular rate error threshold for comparing gyros. Angular rate vector differences larger than this will result in accumulated angular error. - - - - /parameters/EKF2_SEL_IMU_VEL/shortDesc - - Selector angular threshold - - - - /parameters/EKF2_SEL_IMU_VEL/longDesc - - EKF2 selector maximum accumulated velocity threshold for comparing accelerometers. Accumulated velocity error larger than this will result in the sensor being declared faulty. - - - - /parameters/EKF2_SYNT_MAG_Z/shortDesc - - Enable synthetic magnetometer Z component measurement - - - - /parameters/EKF2_SYNT_MAG_Z/longDesc - - Use for vehicles where the measured body Z magnetic field is subject to strong magnetic interference. For magnetic heading fusion the magnetometer Z measurement will be replaced by a synthetic value calculated using the knowledge of the 3D magnetic field vector at the location of the drone. Therefore, this parameter will only have an effect if the global position of the drone is known. For 3D mag fusion the magnetometer Z measurement will simply be ignored instead of fusing the synthetic value. - - - - /parameters/EKF2_SYNT_MAG_Z/values/0/description - - Disabled - - - - /parameters/EKF2_SYNT_MAG_Z/values/1/description - - Enabled - - - - /parameters/EKF2_TAS_GATE/shortDesc - - Gate size for TAS fusion - - - - /parameters/EKF2_TAS_GATE/longDesc - - Sets the number of standard deviations used by the innovation consistency test. - - - - /parameters/EKF2_TAU_POS/shortDesc - - Time constant of the position output prediction and smoothing filter. Controls how tightly the output track the EKF states - - - - /parameters/EKF2_TAU_VEL/shortDesc - - Time constant of the velocity output prediction and smoothing filter - - - - /parameters/EKF2_TERR_GRAD/shortDesc - - Magnitude of terrain gradient - - - - /parameters/EKF2_TERR_MASK/shortDesc - - Integer bitmask controlling fusion sources of the terrain estimator - - - - /parameters/EKF2_TERR_MASK/longDesc - - Set bits in the following positions to enable: 0 : Set to true to use range finder data if available 1 : Set to true to use optical flow data if available - - - - /parameters/EKF2_TERR_MASK/bitmask/0/description - - use range finder - - - - /parameters/EKF2_TERR_MASK/bitmask/1/description - - use optical flow - - - - /parameters/EKF2_TERR_NOISE/shortDesc - - Terrain altitude process noise - accounts for instability in vehicle height estimate - - - - /parameters/EKF2_WIND_NSD/shortDesc - - Process noise spectral density for wind velocity prediction - - - - /parameters/EKF2_WIND_NSD/longDesc - - When unaided, the wind estimate uncertainty (1-sigma, in m/s) increases by this amount every second. - - - - /parameters/ESC_BL_VER/shortDesc - - Required esc bootloader version - - - - /parameters/ESC_FW_VER/shortDesc - - Required esc firmware version - - - - /parameters/ESC_HW_VER/shortDesc - - Required esc hardware version - - - - /parameters/EV_TSK_RC_LOSS/shortDesc - - RC Loss Alarm - - - - /parameters/EV_TSK_RC_LOSS/longDesc - - Enable/disable event task for RC Loss. When enabled, an alarm tune will be played via buzzer or ESCs, if supported. The alarm will sound after a disarm, if the vehicle was previously armed and only if the vehicle had RC signal at some point. Particularly useful for locating crashed drones without a GPS sensor. - - - - /parameters/EV_TSK_RC_LOSS/values/0/description - - Disabled - - - - /parameters/EV_TSK_RC_LOSS/values/1/description - - Enabled - - - - /parameters/EV_TSK_STAT_DIS/shortDesc - - Status Display - - - - /parameters/EV_TSK_STAT_DIS/longDesc - - Enable/disable event task for displaying the vehicle status using arm-mounted LEDs. When enabled and if the vehicle supports it, LEDs will flash indicating various vehicle status changes. Currently PX4 has not implemented any specific status events. - - - - - /parameters/EV_TSK_STAT_DIS/values/0/description - - Disabled - - - - /parameters/EV_TSK_STAT_DIS/values/1/description - - Enabled - - - - /parameters/FW_MAN_P_MAX/shortDesc - - Maximum manual pitch angle - - - - /parameters/FW_MAN_P_MAX/longDesc - - Applies to both directions in all manual modes with attitude stabilization but without altitude control - - - - /parameters/FW_MAN_R_MAX/shortDesc - - Maximum manual roll angle - - - - /parameters/FW_MAN_R_MAX/longDesc - - Applies to both directions in all manual modes with attitude stabilization - - - - /parameters/FW_MAN_YR_MAX/shortDesc - - Maximum manually added yaw rate - - - - /parameters/FW_MAN_YR_MAX/longDesc - - This is the maximally added yaw rate setpoint from the yaw stick in any attitude controlled flight mode. It is added to the yaw rate setpoint generated by the controller for turn coordination. - - - - /parameters/FW_PSP_OFF/shortDesc - - Pitch setpoint offset (pitch at level flight) - - - - /parameters/FW_PSP_OFF/longDesc - - An airframe specific offset of the pitch setpoint in degrees, the value is added to the pitch setpoint and should correspond to the pitch at typical cruise speed of the airframe. - - - - /parameters/FW_P_RMAX_NEG/shortDesc - - Maximum negative / down pitch rate setpoint - - - - /parameters/FW_P_RMAX_POS/shortDesc - - Maximum positive / up pitch rate setpoint - - - - /parameters/FW_P_TC/shortDesc - - Attitude pitch time constant - - - - /parameters/FW_P_TC/longDesc - - This defines the latency between a pitch step input and the achieved setpoint (inverse to a P gain). Smaller systems may require smaller values. - - - - /parameters/FW_R_RMAX/shortDesc - - Maximum roll rate setpoint - - - - /parameters/FW_R_TC/shortDesc - - Attitude Roll Time Constant - - - - /parameters/FW_R_TC/longDesc - - This defines the latency between a roll step input and the achieved setpoint (inverse to a P gain). Smaller systems may require smaller values. - - - - /parameters/FW_SPOILERS_DESC/shortDesc - - Spoiler descend setting - - - - /parameters/FW_SPOILERS_LND/shortDesc - - Spoiler landing setting - - - - /parameters/FW_WR_FF/shortDesc - - Wheel steering rate feed forward - - - - /parameters/FW_WR_I/shortDesc - - Wheel steering rate integrator gain - - - - /parameters/FW_WR_I/longDesc - - This gain defines how much control response will result out of a steady state error. It trims any constant error. - - - - /parameters/FW_WR_IMAX/shortDesc - - Wheel steering rate integrator limit - - - - /parameters/FW_WR_P/shortDesc - - Wheel steering rate proportional gain - - - - /parameters/FW_WR_P/longDesc - - This defines how much the wheel steering input will be commanded depending on the current body angular rate error. - - - - /parameters/FW_W_EN/shortDesc - - Enable wheel steering controller - - - - /parameters/FW_W_EN/longDesc - - Only enabled during automatic runway takeoff and landing. In all manual modes the wheel is directly controlled with yaw stick. - - - - /parameters/FW_W_EN/values/0/description - - Disabled - - - - /parameters/FW_W_EN/values/1/description - - Enabled - - - - /parameters/FW_W_RMAX/shortDesc - - Maximum wheel steering rate - - - - /parameters/FW_W_RMAX/longDesc - - This limits the maximum wheel steering rate the controller will output (in degrees per second). - - - - /parameters/FW_Y_RMAX/shortDesc - - Maximum yaw rate setpoint - - - - /parameters/FW_LND_ABORT/shortDesc - - Bit mask to set the automatic landing abort conditions - - - - /parameters/FW_LND_ABORT/longDesc - - Terrain estimation: bit 0: Abort if terrain is not found bit 1: Abort if terrain times out (after a first successful measurement) The last estimate is always used as ground, whether the last valid measurement or the land waypoint, depending on the selected abort criteria, until an abort condition is entered. If FW_LND_USETER == 0, these bits are ignored. TODO: Extend automatic abort conditions e.g. glide slope tracking error (horizontal and vertical) - - - - /parameters/FW_LND_ABORT/bitmask/0/description - - Abort if terrain is not found (only applies to mission landings) - - - - /parameters/FW_LND_ABORT/bitmask/1/description - - Abort if terrain times out (after a first successful measurement) - - - - /parameters/FW_LND_AIRSPD/shortDesc - - Landing airspeed - - - - /parameters/FW_LND_AIRSPD/longDesc - - The calibrated airspeed setpoint during landing. If set <= 0.0, landing airspeed = FW_AIRSPD_MIN by default. - - - - /parameters/FW_LND_ANG/shortDesc - - Maximum landing slope angle - - - - /parameters/FW_LND_ANG/longDesc - - Typically the desired landing slope angle when landing configuration (flaps, airspeed) is enabled. Set this value within the vehicle's performance limits. - - - - /parameters/FW_LND_EARLYCFG/shortDesc - - Early landing configuration deployment - - - - /parameters/FW_LND_EARLYCFG/longDesc - - When disabled, the landing configuration (flaps, landing airspeed, etc.) is only activated on the final approach to landing. When enabled, it is already activated when entering the final loiter-down (loiter-to-alt) waypoint before the landing approach. - - - - /parameters/FW_LND_EARLYCFG/values/0/description - - Disabled - - - - /parameters/FW_LND_EARLYCFG/values/1/description - - Enabled - - - - /parameters/FW_LND_FLALT/shortDesc - - Landing flare altitude (relative to landing altitude) - - - - /parameters/FW_LND_FLALT/longDesc - - NOTE: max(FW_LND_FLALT, FW_LND_FL_TIME * |z-velocity|) is taken as the flare altitude - - - - /parameters/FW_LND_FL_PMAX/shortDesc - - Flare, maximum pitch - - - - /parameters/FW_LND_FL_PMAX/longDesc - - Maximum pitch during flare, a positive sign means nose up Applied once flaring is triggered - - - - /parameters/FW_LND_FL_PMIN/shortDesc - - Flare, minimum pitch - - - - /parameters/FW_LND_FL_PMIN/longDesc - - Minimum pitch during flare, a positive sign means nose up Applied once flaring is triggered - - - - /parameters/FW_LND_FL_SINK/shortDesc - - Landing flare sink rate - - - - /parameters/FW_LND_FL_SINK/longDesc - - TECS will attempt to control the aircraft to this sink rate via pitch angle (throttle killed during flare) - - - - /parameters/FW_LND_FL_TIME/shortDesc - - Landing flare time - - - - /parameters/FW_LND_FL_TIME/longDesc - - Multiplied by the descent rate to calculate a dynamic altitude at which to trigger the flare. NOTE: max(FW_LND_FLALT, FW_LND_FL_TIME * descent rate) is taken as the flare altitude - - - - /parameters/FW_LND_NUDGE/shortDesc - - Landing touchdown nudging option - - - - /parameters/FW_LND_NUDGE/longDesc - - Approach angle nudging: shifts the touchdown point laterally while keeping the approach entrance point constant Approach path nudging: shifts the touchdown point laterally along with the entire approach path This is useful for manually adjusting the landing point in real time when map or GNSS errors cause an offset from the desired landing vector. Nuding is done with yaw stick, constrained to FW_LND_TD_OFF (in meters) and the direction is relative to the vehicle heading (stick deflection to the right = land point moves to the right as seen by the vehicle). - - - - /parameters/FW_LND_NUDGE/values/0/description - - Disable nudging - - - - /parameters/FW_LND_NUDGE/values/1/description - - Nudge approach angle - - - - /parameters/FW_LND_NUDGE/values/2/description - - Nudge approach path - - - - /parameters/FW_LND_TD_OFF/shortDesc - - Maximum lateral position offset for the touchdown point - - - - /parameters/FW_LND_TD_TIME/shortDesc - - Landing touchdown time (since flare start) - - - - /parameters/FW_LND_TD_TIME/longDesc - - This is the time after the start of flaring that we expect the vehicle to touch the runway. At this time, a 0.5s clamp down ramp will engage, constraining the pitch setpoint to RWTO_PSP. If enabled, ensure that RWTO_PSP is configured appropriately for full gear contact on ground roll. Set to -1.0 to disable touchdown clamping. E.g. it may not be desirable to clamp on belly landings. The touchdown time will be constrained to be greater than or equal to the flare time (FW_LND_FL_TIME). - - - - /parameters/FW_LND_THRTC_SC/shortDesc - - Altitude time constant factor for landing - - - - /parameters/FW_LND_THRTC_SC/longDesc - - Set this parameter to less than 1.0 to make TECS react faster to altitude errors during landing than during normal flight. During landing, the TECS altitude time constant (FW_T_ALT_TC) is multiplied by this value. - - - - /parameters/FW_LND_USETER/shortDesc - - Use terrain estimation during landing. This is critical for detecting when to flare, and should be enabled if possible - - - - /parameters/FW_LND_USETER/longDesc - - NOTE: terrain estimate is currently solely derived from a distance sensor. If enabled and no measurement is found within a given timeout, the landing waypoint altitude will be used OR the landing will be aborted, depending on the criteria set in FW_LND_ABORT. If disabled, FW_LND_ABORT terrain based criteria are ignored. - - - - /parameters/FW_LND_USETER/values/0/description - - Disable the terrain estimate - - - - /parameters/FW_LND_USETER/values/1/description - - Use the terrain estimate to trigger the flare (only) - - - - /parameters/FW_LND_USETER/values/2/description - - Calculate landing glide slope relative to the terrain estimate - - - - /parameters/FW_WING_HEIGHT/shortDesc - - Height (AGL) of the wings when the aircraft is on the ground - - - - /parameters/FW_WING_HEIGHT/longDesc - - This is used to constrain a minimum altitude below which we keep wings level to avoid wing tip strike. It's safer to give a slight margin here (> 0m) - - - - /parameters/FW_WING_SPAN/shortDesc - - The aircraft's wing span (length from tip to tip) - - - - /parameters/FW_WING_SPAN/longDesc - - This is used for limiting the roll setpoint near the ground. (if multiple wings, take the longest span) - - - - /parameters/FW_LAUN_AC_T/shortDesc - - Trigger time - - - - /parameters/FW_LAUN_AC_T/longDesc - - Launch is detected when acceleration in body forward direction is above FW_LAUN_AC_THLD for FW_LAUN_AC_T seconds. - - - - /parameters/FW_LAUN_AC_THLD/shortDesc - - Trigger acceleration threshold - - - - /parameters/FW_LAUN_AC_THLD/longDesc - - Launch is detected when acceleration in body forward direction is above FW_LAUN_AC_THLD for FW_LAUN_AC_T seconds. - - - - /parameters/FW_LAUN_DETCN_ON/shortDesc - - Fixed-wing launch detection - - - - /parameters/FW_LAUN_DETCN_ON/longDesc - - Enables automatic launch detection based on measured acceleration. Use for hand- or catapult-launched vehicles. Not compatible with runway takeoff. - - - - /parameters/FW_LAUN_DETCN_ON/values/0/description - - Disabled - - - - /parameters/FW_LAUN_DETCN_ON/values/1/description - - Enabled - - - - /parameters/FW_LAUN_MOT_DEL/shortDesc - - Motor delay - - - - /parameters/FW_LAUN_MOT_DEL/longDesc - - Start the motor(s) this amount of seconds after launch is detected. - - - - /parameters/NPFG_DAMPING/shortDesc - - NPFG damping ratio - - - - /parameters/NPFG_DAMPING/longDesc - - Damping ratio of the NPFG control law. - - - - /parameters/NPFG_EN_MIN_GSP/shortDesc - - Enable minimum forward ground speed maintaining excess wind handling logic - - - - /parameters/NPFG_EN_MIN_GSP/values/0/description - - Disabled - - - - /parameters/NPFG_EN_MIN_GSP/values/1/description - - Enabled - - - - /parameters/NPFG_GSP_MAX_TK/shortDesc - - Maximum, minimum forward ground speed for track keeping in excess wind - - - - /parameters/NPFG_GSP_MAX_TK/longDesc - - The maximum value of the minimum forward ground speed that may be commanded by the track keeping excess wind handling logic. Commanded in full at the normalized track error fraction of the track error boundary and reduced to zero on track. - - - - /parameters/NPFG_LB_PERIOD/shortDesc - - Enable automatic lower bound on the NPFG period - - - - /parameters/NPFG_LB_PERIOD/longDesc - - Avoids limit cycling from a too aggressively tuned period/damping combination. If set to false, also disables the upper bound NPFG_PERIOD_UB. - - - - /parameters/NPFG_LB_PERIOD/values/0/description - - Disabled - - - - /parameters/NPFG_LB_PERIOD/values/1/description - - Enabled - - - - /parameters/NPFG_PERIOD/shortDesc - - NPFG period - - - - /parameters/NPFG_PERIOD/longDesc - - Period of the NPFG control law. - - - - /parameters/NPFG_PERIOD_SF/shortDesc - - Period safety factor - - - - /parameters/NPFG_PERIOD_SF/longDesc - - Multiplied by period for conservative minimum period bounding (when period lower bounding is enabled). 1.0 bounds at marginal stability. - - - - /parameters/NPFG_ROLL_TC/shortDesc - - Roll time constant - - - - /parameters/NPFG_ROLL_TC/longDesc - - Time constant of roll controller command / response, modeled as first order delay. Used to determine lower period bound. Setting zero disables automatic period bounding. - - - - /parameters/NPFG_SW_DST_MLT/shortDesc - - NPFG switch distance multiplier - - - - /parameters/NPFG_SW_DST_MLT/longDesc - - Multiplied by the track error boundary to determine when the aircraft switches to the next waypoint and/or path segment. Should be less than 1. - - - - /parameters/NPFG_TRACK_KEEP/shortDesc - - Enable track keeping excess wind handling logic - - - - /parameters/NPFG_TRACK_KEEP/values/0/description - - Disabled - - - - /parameters/NPFG_TRACK_KEEP/values/1/description - - Enabled - - - - /parameters/NPFG_UB_PERIOD/shortDesc - - Enable automatic upper bound on the NPFG period - - - - /parameters/NPFG_UB_PERIOD/longDesc - - Adapts period to maintain track keeping in variable winds and path curvature. - - - - /parameters/NPFG_UB_PERIOD/values/0/description - - Disabled - - - - /parameters/NPFG_UB_PERIOD/values/1/description - - Enabled - - - - /parameters/NPFG_WIND_REG/shortDesc - - Enable wind excess regulation - - - - /parameters/NPFG_WIND_REG/longDesc - - Disabling this parameter further disables all other airspeed incrementation options. - - - - /parameters/NPFG_WIND_REG/values/0/description - - Disabled - - - - /parameters/NPFG_WIND_REG/values/1/description - - Enabled - - - - /parameters/FW_PN_R_SLEW_MAX/shortDesc - - Path navigation roll slew rate limit - - - - /parameters/FW_PN_R_SLEW_MAX/longDesc - - The maximum change in roll angle setpoint per second. - - - - /parameters/FW_POS_STK_CONF/shortDesc - - RC stick configuration fixed-wing - - - - /parameters/FW_POS_STK_CONF/longDesc - - Set RC/joystick configuration for fixed-wing manual position and altitude controlled flight. - - - - /parameters/FW_POS_STK_CONF/bitmask/0/description - - Alternative stick configuration (height rate on throttle stick, airspeed on pitch stick) - - - - /parameters/FW_POS_STK_CONF/bitmask/1/description - - Enable airspeed setpoint via sticks in altitude and position flight mode - - - - /parameters/FW_R_LIM/shortDesc - - Maximum roll angle - - - - /parameters/FW_R_LIM/longDesc - - The maximum roll angle setpoint for setpoint for a height-rate or altitude controlled mode. - - - - /parameters/FW_TKO_PITCH_MIN/shortDesc - - Minimum pitch during takeoff - - - - /parameters/FW_AIRSPD_MAX/shortDesc - - Maximum Airspeed (CAS) - - - - /parameters/FW_AIRSPD_MAX/longDesc - - The maximal airspeed (calibrated airspeed) the user is able to command. - - - - /parameters/FW_AIRSPD_MIN/shortDesc - - Minimum Airspeed (CAS) - - - - /parameters/FW_AIRSPD_MIN/longDesc - - The minimal airspeed (calibrated airspeed) the user is able to command. Further, if the airspeed falls below this value, the TECS controller will try to increase airspeed more aggressively. Has to be set according to the vehicle's stall speed (which should be set in FW_AIRSPD_STALL), with some margin between the stall speed and minimum airspeed. This value corresponds to the desired minimum speed with the default load factor (level flight, default weight), and is automatically adpated to the current load factor (calculated from roll setpoint and WEIGHT_GROSS/WEIGHT_BASE). - - - - /parameters/FW_AIRSPD_STALL/shortDesc - - Stall Airspeed (CAS) - - - - /parameters/FW_AIRSPD_STALL/longDesc - - The stall airspeed (calibrated airspeed) of the vehicle. It is used for airspeed sensor failure detection and for the control surface scaling airspeed limits. - - - - /parameters/FW_AIRSPD_TRIM/shortDesc - - Trim (Cruise) Airspeed - - - - /parameters/FW_AIRSPD_TRIM/longDesc - - The trim CAS (calibrated airspeed) of the vehicle. If an airspeed controller is active, this is the default airspeed setpoint that the controller will try to achieve. This value corresponds to the trim airspeed with the default load factor (level flight, default weight). - - - - /parameters/FW_SERVICE_CEIL/shortDesc - - Service ceiling - - - - /parameters/FW_SERVICE_CEIL/longDesc - - Altitude in standard atmosphere at which the vehicle in normal configuration (WEIGHT_BASE) is still able to achieve a maximum climb rate of 0.5m/s at maximum throttle (FW_THR_MAX). Used to compensate for air density in FW_T_CLMB_MAX. Set negative to disable. - - - - /parameters/FW_THR_ASPD_MAX/shortDesc - - Throttle at max airspeed - - - - /parameters/FW_THR_ASPD_MAX/longDesc - - Required throttle (at sea level, standard atmosphere) for level flight at maximum airspeed FW_AIRSPD_MAX Set to 0 to disable mapping of airspeed to trim throttle. - - - - /parameters/FW_THR_ASPD_MIN/shortDesc - - Throttle at min airspeed - - - - /parameters/FW_THR_ASPD_MIN/longDesc - - Required throttle (at sea level, standard atmosphere) for level flight at minimum airspeed FW_AIRSPD_MIN Set to 0 to disable mapping of airspeed to trim throttle below FW_AIRSPD_TRIM. - - - - /parameters/FW_THR_TRIM/shortDesc - - Trim throttle - - - - /parameters/FW_THR_TRIM/longDesc - - Required throttle (at sea level, standard atmosphere) for level flight at FW_AIRSPD_TRIM - - - - /parameters/FW_T_CLMB_MAX/shortDesc - - Maximum climb rate - - - - /parameters/FW_T_CLMB_MAX/longDesc - - This is the maximum calibrated climb rate that the aircraft can achieve with the throttle set to FW_THR_MAX and the airspeed set to the trim value. For electric aircraft make sure this number can be achieved towards the end of flight when the battery voltage has reduced. - - - - /parameters/FW_T_SINK_MIN/shortDesc - - Minimum descent rate - - - - /parameters/FW_T_SINK_MIN/longDesc - - This is the minimum calibrated sink rate of the aircraft with the throttle set to THR_MIN and flown at the same airspeed as used to measure FW_T_CLMB_MAX. - - - - /parameters/WEIGHT_BASE/shortDesc - - Vehicle base weight - - - - /parameters/WEIGHT_BASE/longDesc - - This is the weight of the vehicle at which it's performance limits were derived. A zero or negative value disables trim throttle and minimum airspeed compensation based on weight. - - - - /parameters/WEIGHT_GROSS/shortDesc - - Vehicle gross weight - - - - /parameters/WEIGHT_GROSS/longDesc - - This is the actual weight of the vehicle at any time. This value will differ from WEIGHT_BASE in case weight was added or removed from the base weight. Examples are the addition of payloads or larger batteries. A zero or negative value disables trim throttle and minimum airspeed compensation based on weight. - - - - /parameters/FW_ACRO_X_MAX/shortDesc - - Acro body roll max rate setpoint - - - - /parameters/FW_ACRO_YAW_EN/shortDesc - - Enable yaw rate controller in Acro - - - - /parameters/FW_ACRO_YAW_EN/longDesc - - If this parameter is set to 1, the yaw rate controller is enabled in Fixed-wing Acro mode. Otherwise the pilot commands directly the yaw actuator. It is disabled by default because an active yaw rate controller will fight against the natural turn coordination of the plane. - - - - /parameters/FW_ACRO_YAW_EN/values/0/description - - Disabled - - - - /parameters/FW_ACRO_YAW_EN/values/1/description - - Enabled - - - - /parameters/FW_ACRO_Y_MAX/shortDesc - - Acro body pitch max rate setpoint - - - - /parameters/FW_ACRO_Z_MAX/shortDesc - - Acro body yaw max rate setpoint - - - - /parameters/FW_ARSP_SCALE_EN/shortDesc - - Enable airspeed scaling - - - - /parameters/FW_ARSP_SCALE_EN/longDesc - - This enables a logic that automatically adjusts the output of the rate controller to take into account the real torque produced by an aerodynamic control surface given the current deviation from the trim airspeed (FW_AIRSPD_TRIM). Enable when using aerodynamic control surfaces (e.g.: plane) Disable when using rotor wings (e.g.: autogyro) - - - - /parameters/FW_ARSP_SCALE_EN/values/0/description - - Disabled - - - - /parameters/FW_ARSP_SCALE_EN/values/1/description - - Enabled - - - - /parameters/FW_BAT_SCALE_EN/shortDesc - - Enable throttle scale by battery level - - - - /parameters/FW_BAT_SCALE_EN/longDesc - - This compensates for voltage drop of the battery over time by attempting to normalize performance across the operating range of the battery. - - - - /parameters/FW_BAT_SCALE_EN/values/0/description - - Disabled - - - - /parameters/FW_BAT_SCALE_EN/values/1/description - - Enabled - - - - /parameters/FW_DTRIM_P_VMAX/shortDesc - - Pitch trim increment at maximum airspeed - - - - /parameters/FW_DTRIM_P_VMAX/longDesc - - This increment is added to TRIM_PITCH when airspeed is FW_AIRSPD_MAX. - - - - /parameters/FW_DTRIM_P_VMIN/shortDesc - - Pitch trim increment at minimum airspeed - - - - /parameters/FW_DTRIM_P_VMIN/longDesc - - This increment is added to TRIM_PITCH when airspeed is FW_AIRSPD_MIN. - - - - /parameters/FW_DTRIM_R_VMAX/shortDesc - - Roll trim increment at maximum airspeed - - - - /parameters/FW_DTRIM_R_VMAX/longDesc - - This increment is added to TRIM_ROLL when airspeed is FW_AIRSPD_MAX. - - - - /parameters/FW_DTRIM_R_VMIN/shortDesc - - Roll trim increment at minimum airspeed - - - - /parameters/FW_DTRIM_R_VMIN/longDesc - - This increment is added to TRIM_ROLL when airspeed is FW_AIRSPD_MIN. - - - - /parameters/FW_DTRIM_Y_VMAX/shortDesc - - Yaw trim increment at maximum airspeed - - - - /parameters/FW_DTRIM_Y_VMAX/longDesc - - This increment is added to TRIM_YAW when airspeed is FW_AIRSPD_MAX. - - - - /parameters/FW_DTRIM_Y_VMIN/shortDesc - - Yaw trim increment at minimum airspeed - - - - /parameters/FW_DTRIM_Y_VMIN/longDesc - - This increment is added to TRIM_YAW when airspeed is FW_AIRSPD_MIN. - - - - /parameters/FW_FLAPS_LND_SCL/shortDesc - - Flaps setting during landing - - - - /parameters/FW_FLAPS_LND_SCL/longDesc - - Sets a fraction of full flaps during landing. Also applies to flaperons if enabled in the mixer/allocation. - - - - /parameters/FW_FLAPS_TO_SCL/shortDesc - - Flaps setting during take-off - - - - /parameters/FW_FLAPS_TO_SCL/longDesc - - Sets a fraction of full flaps during take-off. Also applies to flaperons if enabled in the mixer/allocation. - - - - /parameters/FW_MAN_P_SC/shortDesc - - Manual pitch scale - - - - /parameters/FW_MAN_P_SC/longDesc - - Scale factor applied to the desired pitch actuator command in full manual mode. This parameter allows to adjust the throws of the control surfaces. - - - - /parameters/FW_MAN_R_SC/shortDesc - - Manual roll scale - - - - /parameters/FW_MAN_R_SC/longDesc - - Scale factor applied to the desired roll actuator command in full manual mode. This parameter allows to adjust the throws of the control surfaces. - - - - /parameters/FW_MAN_Y_SC/shortDesc - - Manual yaw scale - - - - /parameters/FW_MAN_Y_SC/longDesc - - Scale factor applied to the desired yaw actuator command in full manual mode. This parameter allows to adjust the throws of the control surfaces. - - - - /parameters/FW_PR_D/shortDesc - - Pitch rate derivative gain - - - - /parameters/FW_PR_D/longDesc - - Pitch rate differential gain. - - - - /parameters/FW_PR_FF/shortDesc - - Pitch rate feed forward - - - - /parameters/FW_PR_FF/longDesc - - Direct feed forward from rate setpoint to control surface output - - - - /parameters/FW_PR_I/shortDesc - - Pitch rate integrator gain - - - - /parameters/FW_PR_IMAX/shortDesc - - Pitch rate integrator limit - - - - /parameters/FW_PR_P/shortDesc - - Pitch rate proportional gain - - - - /parameters/FW_RLL_TO_YAW_FF/shortDesc - - Roll control to yaw control feedforward gain - - - - /parameters/FW_RLL_TO_YAW_FF/longDesc - - This gain can be used to counteract the "adverse yaw" effect for fixed wings. When the plane enters a roll it will tend to yaw the nose out of the turn. This gain enables the use of a yaw actuator to counteract this effect. - - - - /parameters/FW_RR_D/shortDesc - - Roll rate derivative gain - - - - /parameters/FW_RR_FF/shortDesc - - Roll rate feed forward - - - - /parameters/FW_RR_FF/longDesc - - Direct feed forward from rate setpoint to control surface output. - - - - /parameters/FW_RR_I/shortDesc - - Roll rate integrator gain - - - - /parameters/FW_RR_IMAX/shortDesc - - Roll integrator limit - - - - /parameters/FW_RR_P/shortDesc - - Roll rate proportional gain - - - - /parameters/FW_SPOILERS_MAN/shortDesc - - Spoiler input in manual flight - - - - /parameters/FW_SPOILERS_MAN/longDesc - - Chose source for manual setting of spoilers in manual flight modes. - - - - /parameters/FW_SPOILERS_MAN/values/0/description - - Disabled - - - - /parameters/FW_SPOILERS_MAN/values/1/description - - Flaps channel - - - - /parameters/FW_SPOILERS_MAN/values/2/description - - Aux1 - - - - /parameters/FW_USE_AIRSPD/shortDesc - - Use airspeed for control - - - - /parameters/FW_USE_AIRSPD/longDesc - - If set to 1, the airspeed measurement data, if valid, is used in the following controllers: - Rate controller: output scaling - Attitude controller: coordinated turn controller - Position controller: airspeed setpoint tracking, takeoff logic - VTOL: transition logic - - - - /parameters/FW_USE_AIRSPD/values/0/description - - Disabled - - - - /parameters/FW_USE_AIRSPD/values/1/description - - Enabled - - - - /parameters/FW_YR_D/shortDesc - - Yaw rate derivative gain - - - - /parameters/FW_YR_FF/shortDesc - - Yaw rate feed forward - - - - /parameters/FW_YR_FF/longDesc - - Direct feed forward from rate setpoint to control surface output - - - - /parameters/FW_YR_I/shortDesc - - Yaw rate integrator gain - - - - /parameters/FW_YR_IMAX/shortDesc - - Yaw rate integrator limit - - - - /parameters/FW_YR_P/shortDesc - - Yaw rate proportional gain - - - - /parameters/FW_GND_SPD_MIN/shortDesc - - Minimum groundspeed - - - - /parameters/FW_GND_SPD_MIN/longDesc - - The controller will increase the commanded airspeed to maintain this minimum groundspeed to the next waypoint. - - - - /parameters/FW_P_LIM_MAX/shortDesc - - Maximum pitch angle - - - - /parameters/FW_P_LIM_MAX/longDesc - - The maximum pitch angle setpoint setpoint for a height-rate or altitude controlled mode. - - - - /parameters/FW_P_LIM_MIN/shortDesc - - Minimum pitch angle - - - - /parameters/FW_P_LIM_MIN/longDesc - - The minimum pitch angle setpoint for a height-rate or altitude controlled mode. - - - - /parameters/FW_THR_IDLE/shortDesc - - Idle throttle - - - - /parameters/FW_THR_IDLE/longDesc - - This is the minimum throttle while on the ground For aircraft with internal combustion engines, this parameter should be set above the desired idle rpm. For electric motors, idle should typically be set to zero. Note that in automatic modes, "landed" conditions will engage idle throttle. - - - - /parameters/FW_THR_MAX/shortDesc - - Throttle limit max - - - - /parameters/FW_THR_MAX/longDesc - - Maximum throttle limit in altitude controlled modes. Should be set accordingly to achieve FW_T_CLMB_MAX. - - - - /parameters/FW_THR_MIN/shortDesc - - Throttle limit min - - - - /parameters/FW_THR_MIN/longDesc - - Minimum throttle limit in altitude controlled modes. Usually set to 0 but can be increased to prevent the motor from stopping when descending, which can increase achievable descent rates. For aircraft with internal combustion engine this parameter should be set for desired idle rpm. - - - - /parameters/FW_THR_SLEW_MAX/shortDesc - - Throttle max slew rate - - - - /parameters/FW_THR_SLEW_MAX/longDesc - - Maximum slew rate for the commanded throttle - - - - /parameters/FW_TKO_AIRSPD/shortDesc - - Takeoff Airspeed - - - - /parameters/FW_TKO_AIRSPD/longDesc - - The calibrated airspeed setpoint TECS will stabilize to during the takeoff climbout. If set <= 0.0, FW_AIRSPD_MIN will be set by default. - - - - /parameters/FW_T_ALT_TC/shortDesc - - Altitude error time constant - - - - /parameters/FW_T_CLMB_R_SP/shortDesc - - Default target climbrate - - - - /parameters/FW_T_CLMB_R_SP/longDesc - - The default rate at which the vehicle will climb in autonomous modes to achieve altitude setpoints. In manual modes this defines the maximum rate at which the altitude setpoint can be increased. - - - - /parameters/FW_T_HRATE_FF/shortDesc - - Height rate feed forward - - - - /parameters/FW_T_I_GAIN_PIT/shortDesc - - Integrator gain pitch - - - - /parameters/FW_T_I_GAIN_PIT/longDesc - - Integrator gain on the pitch part of the control loop. Increase it to trim out speed and height offsets faster, with the downside of possible overshoots and oscillations. - - - - /parameters/FW_T_PTCH_DAMP/shortDesc - - Pitch damping factor - - - - /parameters/FW_T_PTCH_DAMP/longDesc - - This is the damping gain for the pitch demand loop. Increase to add damping to correct for oscillations in height. The default value of 0.0 will work well provided the pitch to servo controller has been tuned properly. - - - - /parameters/FW_T_RLL2THR/shortDesc - - Roll -> Throttle feedforward - - - - /parameters/FW_T_RLL2THR/longDesc - - Increasing this gain turn increases the amount of throttle that will be used to compensate for the additional drag created by turning. Ideally this should be set to approximately 10 x the extra sink rate in m/s created by a 45 degree bank turn. Increase this gain if the aircraft initially loses energy in turns and reduce if the aircraft initially gains energy in turns. Efficient high aspect-ratio aircraft (eg powered sailplanes) can use a lower value, whereas inefficient low aspect-ratio models (eg delta wings) can use a higher value. - - - - /parameters/FW_T_SEB_R_FF/shortDesc - - Specific total energy balance rate feedforward gain - - - - /parameters/FW_T_SINK_MAX/shortDesc - - Maximum descent rate - - - - /parameters/FW_T_SINK_MAX/longDesc - - This sets the maximum descent rate that the controller will use. If this value is too large, the aircraft can over-speed on descent. This should be set to a value that can be achieved without exceeding the lower pitch angle limit and without over-speeding the aircraft. - - - - /parameters/FW_T_SINK_R_SP/shortDesc - - Default target sinkrate - - - - /parameters/FW_T_SINK_R_SP/longDesc - - The default rate at which the vehicle will sink in autonomous modes to achieve altitude setpoints. In manual modes this defines the maximum rate at which the altitude setpoint can be decreased. - - - - /parameters/FW_T_SPDWEIGHT/shortDesc - - Speed <--> Altitude priority - - - - /parameters/FW_T_SPDWEIGHT/longDesc - - This parameter adjusts the amount of weighting that the pitch control applies to speed vs height errors. Setting it to 0.0 will cause the pitch control to control height and ignore speed errors. This will normally improve height accuracy but give larger airspeed errors. Setting it to 2.0 will cause the pitch control loop to control speed and ignore height errors. This will normally reduce airspeed errors, but give larger height errors. The default value of 1.0 allows the pitch control to simultaneously control height and speed. Set to 2 for gliders. - - - - /parameters/FW_T_SPD_DEV_STD/shortDesc - - Airspeed rate measurement standard deviation for airspeed filter - - - - /parameters/FW_T_SPD_DEV_STD/longDesc - - This is the measurement standard deviation for the airspeed rate used in the airspeed filter in TECS. - - - - /parameters/FW_T_SPD_PRC_STD/shortDesc - - Process noise standard deviation for the airspeed rate in the airspeed filter - - - - /parameters/FW_T_SPD_PRC_STD/longDesc - - This is the process noise standard deviation in the airspeed filter filter defining the noise in the airspeed rate for the constant airspeed rate model. This is used to define how much the airspeed and the airspeed rate are filtered. The smaller the value the more the measurements are smoothed with the drawback for delays. - - - - /parameters/FW_T_SPD_STD/shortDesc - - Airspeed measurement standard deviation for airspeed filter - - - - /parameters/FW_T_SPD_STD/longDesc - - This is the measurement standard deviation for the airspeed used in the airspeed filter in TECS. - - - - /parameters/FW_T_STE_R_TC/shortDesc - - Specific total energy rate first order filter time constant - - - - /parameters/FW_T_STE_R_TC/longDesc - - This filter is applied to the specific total energy rate used for throttle damping. - - - - /parameters/FW_T_TAS_TC/shortDesc - - True airspeed error time constant - - - - /parameters/FW_T_THR_DAMPING/shortDesc - - Throttle damping factor - - - - /parameters/FW_T_THR_DAMPING/longDesc - - This is the damping gain for the throttle demand loop. Increase to add damping to correct for oscillations in speed and height. - - - - /parameters/FW_T_THR_INTEG/shortDesc - - Integrator gain throttle - - - - /parameters/FW_T_THR_INTEG/longDesc - - Integrator gain on the throttle part of the control loop. Increase it to trim out speed and height offsets faster, with the downside of possible overshoots and oscillations. - - - - /parameters/FW_T_VERT_ACC/shortDesc - - Maximum vertical acceleration - - - - /parameters/FW_T_VERT_ACC/longDesc - - This is the maximum vertical acceleration (in m/s/s) either up or down that the controller will use to correct speed or height errors. The default value of 7 m/s/s (equivalent to +- 0.7 g) allows for reasonably aggressive pitch changes if required to recover from under-speed conditions. - - - - /parameters/FW_WIND_ARSP_SC/shortDesc - - Wind-based airspeed scaling factor - - - - /parameters/FW_WIND_ARSP_SC/longDesc - - Multiplying this factor with the current absolute wind estimate gives the airspeed offset added to the minimum airspeed setpoint limit. This helps to make the system more robust against disturbances (turbulence) in high wind. Only applies to AUTO flight mode. - - - - /parameters/FD_ACT_EN/shortDesc - - Enable Actuator Failure check - - - - /parameters/FD_ACT_EN/longDesc - - If enabled, failure detector will verify that for motors, a minimum amount of ESC current per throttle level is being consumed. Otherwise this indicates an motor failure. - - - - /parameters/FD_ACT_EN/values/0/description - - Disabled - - - - /parameters/FD_ACT_EN/values/1/description - - Enabled - - - - /parameters/FD_ACT_MOT_C2T/shortDesc - - Motor Failure Current/Throttle Threshold - - - - /parameters/FD_ACT_MOT_C2T/longDesc - - Motor failure triggers only below this current value - - - - /parameters/FD_ACT_MOT_THR/shortDesc - - Motor Failure Throttle Threshold - - - - /parameters/FD_ACT_MOT_THR/longDesc - - Motor failure triggers only above this throttle value. - - - - /parameters/FD_ACT_MOT_TOUT/shortDesc - - Motor Failure Time Threshold - - - - /parameters/FD_ACT_MOT_TOUT/longDesc - - Motor failure triggers only if the throttle threshold and the current to throttle threshold are violated for this time. - - - - /parameters/FD_ESCS_EN/shortDesc - - Enable checks on ESCs that report their arming state - - - - /parameters/FD_ESCS_EN/longDesc - - If enabled, failure detector will verify that all the ESCs have successfully armed when the vehicle has transitioned to the armed state. Timeout for receiving an acknowledgement from the ESCs is 0.3s, if no feedback is received the failure detector will auto disarm the vehicle. - - - - /parameters/FD_ESCS_EN/values/0/description - - Disabled - - - - /parameters/FD_ESCS_EN/values/1/description - - Enabled - - - - /parameters/FD_EXT_ATS_EN/shortDesc - - Enable PWM input on for engaging failsafe from an external automatic trigger system (ATS) - - - - /parameters/FD_EXT_ATS_EN/longDesc - - Enabled on either AUX5 or MAIN5 depending on board. External ATS is required by ASTM F3322-18. - - - - /parameters/FD_EXT_ATS_EN/values/0/description - - Disabled - - - - /parameters/FD_EXT_ATS_EN/values/1/description - - Enabled - - - - /parameters/FD_EXT_ATS_TRIG/shortDesc - - The PWM threshold from external automatic trigger system for engaging failsafe - - - - /parameters/FD_EXT_ATS_TRIG/longDesc - - External ATS is required by ASTM F3322-18. - - - - /parameters/FD_FAIL_P/shortDesc - - FailureDetector Max Pitch - - - - /parameters/FD_FAIL_P/longDesc - - Maximum pitch angle before FailureDetector triggers the attitude_failure flag. The flag triggers flight termination (if @CBRK_FLIGHTTERM = 0), which sets outputs to their failsafe values. On takeoff the flag triggers lockdown (irrespective of @CBRK_FLIGHTTERM), which disarms motors but does not set outputs to failsafe values. Setting this parameter to 0 disables the check - - - - /parameters/FD_FAIL_P_TTRI/shortDesc - - Pitch failure trigger time - - - - /parameters/FD_FAIL_P_TTRI/longDesc - - Seconds (decimal) that pitch has to exceed FD_FAIL_P before being considered as a failure. - - - - /parameters/FD_FAIL_R/shortDesc - - FailureDetector Max Roll - - - - /parameters/FD_FAIL_R/longDesc - - Maximum roll angle before FailureDetector triggers the attitude_failure flag. The flag triggers flight termination (if @CBRK_FLIGHTTERM = 0), which sets outputs to their failsafe values. On takeoff the flag triggers lockdown (irrespective of @CBRK_FLIGHTTERM), which disarms motors but does not set outputs to failsafe values. Setting this parameter to 0 disables the check - - - - /parameters/FD_FAIL_R_TTRI/shortDesc - - Roll failure trigger time - - - - /parameters/FD_FAIL_R_TTRI/longDesc - - Seconds (decimal) that roll has to exceed FD_FAIL_R before being considered as a failure. - - - - /parameters/FD_IMB_PROP_THR/shortDesc - - Imbalanced propeller check threshold - - - - /parameters/FD_IMB_PROP_THR/longDesc - - Value at which the imbalanced propeller metric (based on horizontal and vertical acceleration variance) triggers a failure Setting this value to 0 disables the feature. - - - - /parameters/MC_ORBIT_RAD_MAX/shortDesc - - Maximum radius of orbit - - - - /parameters/FLW_TGT_ALT_M/shortDesc - - Altitude control mode - - - - /parameters/FLW_TGT_ALT_M/longDesc - - Maintain altitude or track target's altitude. When maintaining the altitude, the drone can crash into terrain when the target moves uphill. When tracking the target's altitude, the follow altitude FLW_TGT_HT should be high enough to prevent terrain collisions due to GPS inaccuracies of the target. - - - - /parameters/FLW_TGT_ALT_M/values/0/description - - 2D Tracking: Maintain constant altitude relative to home and track XY position only - - - - /parameters/FLW_TGT_ALT_M/values/1/description - - 2D + Terrain: Maintain constant altitude relative to terrain below and track XY position - - - - /parameters/FLW_TGT_ALT_M/values/2/description - - 3D Tracking: Track target's altitude (be aware that GPS altitude bias usually makes this useless) - - - - /parameters/FLW_TGT_DST/shortDesc - - Distance to follow target from - - - - /parameters/FLW_TGT_DST/longDesc - - The distance in meters to follow the target at - - - - /parameters/FLW_TGT_FA/shortDesc - - Follow Angle setting in degrees - - - - /parameters/FLW_TGT_FA/longDesc - - Angle to follow the target from. 0.0 Equals straight in front of the target's course (direction of motion) and the angle increases in clockwise direction, meaning Right-side would be 90.0 degrees while Left-side is -90.0 degrees Note: When the user force sets the angle out of the min/max range, it will be wrapped (e.g. 480 -> 120) in the range to gracefully handle the out of range. - - - - /parameters/FLW_TGT_HT/shortDesc - - Follow target height - - - - /parameters/FLW_TGT_HT/longDesc - - Following height above the target - - - - /parameters/FLW_TGT_MAX_VEL/shortDesc - - Maximum tangential velocity setting for generating the follow orbit trajectory - - - - /parameters/FLW_TGT_MAX_VEL/longDesc - - This is the maximum tangential velocity the drone will circle around the target whenever an orbit angle setpoint changes. Higher value means more aggressive follow behavior. - - - - /parameters/FLW_TGT_RS/shortDesc - - Responsiveness to target movement in Target Estimator - - - - /parameters/FLW_TGT_RS/longDesc - - lower values increase the responsiveness to changing position, but also ignore less noise - - - - /parameters/GPS_1_CONFIG/shortDesc - - Serial Configuration for Main GPS - - - - /parameters/GPS_1_CONFIG/longDesc - - Configure on which serial port to run Main GPS. - - - - /parameters/GPS_1_CONFIG/values/0/description - - Disabled - - - - /parameters/GPS_1_CONFIG/values/6/description - - UART 6 - - - - /parameters/GPS_1_CONFIG/values/101/description - - TELEM 1 - - - - /parameters/GPS_1_CONFIG/values/102/description - - TELEM 2 - - - - /parameters/GPS_1_CONFIG/values/103/description - - TELEM 3 - - - - /parameters/GPS_1_CONFIG/values/104/description - - TELEM/SERIAL 4 - - - - /parameters/GPS_1_CONFIG/values/201/description - - GPS 1 - - - - /parameters/GPS_1_CONFIG/values/202/description - - GPS 2 - - - - /parameters/GPS_1_CONFIG/values/203/description - - GPS 3 - - - - /parameters/GPS_1_CONFIG/values/300/description - - Radio Controller - - - - /parameters/GPS_1_CONFIG/values/301/description - - Wifi Port - - - - /parameters/GPS_1_CONFIG/values/401/description - - EXT2 - - - - /parameters/GPS_1_GNSS/shortDesc - - GNSS Systems for Primary GPS (integer bitmask) - - - - /parameters/GPS_1_GNSS/longDesc - - This integer bitmask controls the set of GNSS systems used by the receiver. Check your receiver's documentation on how many systems are supported to be used in parallel. Currently this functionality is just implemented for u-blox receivers. When no bits are set, the receiver's default configuration should be used. Set bits true to enable: 0 : Use GPS (with QZSS) 1 : Use SBAS (multiple GPS augmentation systems) 2 : Use Galileo 3 : Use BeiDou 4 : Use GLONASS 5 : Use NAVIC - - - - /parameters/GPS_1_GNSS/bitmask/0/description - - GPS (with QZSS) - - - - /parameters/GPS_1_GNSS/bitmask/1/description - - SBAS - - - - /parameters/GPS_1_GNSS/bitmask/2/description - - Galileo - - - - /parameters/GPS_1_GNSS/bitmask/3/description - - BeiDou - - - - /parameters/GPS_1_GNSS/bitmask/4/description - - GLONASS - - - - /parameters/GPS_1_GNSS/bitmask/5/description - - NAVIC - - - - /parameters/GPS_1_PROTOCOL/shortDesc - - Protocol for Main GPS - - - - /parameters/GPS_1_PROTOCOL/longDesc - - Select the GPS protocol over serial. Auto-detection will probe all protocols, and thus is a bit slower. - - - - /parameters/GPS_1_PROTOCOL/values/0/description - - Auto detect - - - - /parameters/GPS_1_PROTOCOL/values/1/description - - u-blox - - - - /parameters/GPS_1_PROTOCOL/values/2/description - - MTK - - - - /parameters/GPS_1_PROTOCOL/values/3/description - - Ashtech / Trimble - - - - /parameters/GPS_1_PROTOCOL/values/4/description - - Emlid Reach - - - - /parameters/GPS_1_PROTOCOL/values/5/description - - Femtomes - - - - /parameters/GPS_1_PROTOCOL/values/6/description - - NMEA (generic) - - - - /parameters/GPS_2_CONFIG/shortDesc - - Serial Configuration for Secondary GPS - - - - /parameters/GPS_2_CONFIG/longDesc - - Configure on which serial port to run Secondary GPS. - - - - /parameters/GPS_2_CONFIG/values/0/description - - Disabled - - - - /parameters/GPS_2_CONFIG/values/6/description - - UART 6 - - - - /parameters/GPS_2_CONFIG/values/101/description - - TELEM 1 - - - - /parameters/GPS_2_CONFIG/values/102/description - - TELEM 2 - - - - /parameters/GPS_2_CONFIG/values/103/description - - TELEM 3 - - - - /parameters/GPS_2_CONFIG/values/104/description - - TELEM/SERIAL 4 - - - - /parameters/GPS_2_CONFIG/values/201/description - - GPS 1 - - - - /parameters/GPS_2_CONFIG/values/202/description - - GPS 2 - - - - /parameters/GPS_2_CONFIG/values/203/description - - GPS 3 - - - - /parameters/GPS_2_CONFIG/values/300/description - - Radio Controller - - - - /parameters/GPS_2_CONFIG/values/301/description - - Wifi Port - - - - /parameters/GPS_2_CONFIG/values/401/description - - EXT2 - - - - /parameters/GPS_2_GNSS/shortDesc - - GNSS Systems for Secondary GPS (integer bitmask) - - - - /parameters/GPS_2_GNSS/longDesc - - This integer bitmask controls the set of GNSS systems used by the receiver. Check your receiver's documentation on how many systems are supported to be used in parallel. Currently this functionality is just implemented for u-blox receivers. When no bits are set, the receiver's default configuration should be used. Set bits true to enable: 0 : Use GPS (with QZSS) 1 : Use SBAS (multiple GPS augmentation systems) 2 : Use Galileo 3 : Use BeiDou 4 : Use GLONASS 5 : Use NAVIC - - - - /parameters/GPS_2_GNSS/bitmask/0/description - - GPS (with QZSS) - - - - /parameters/GPS_2_GNSS/bitmask/1/description - - SBAS - - - - /parameters/GPS_2_GNSS/bitmask/2/description - - Galileo - - - - /parameters/GPS_2_GNSS/bitmask/3/description - - BeiDou - - - - /parameters/GPS_2_GNSS/bitmask/4/description - - GLONASS - - - - /parameters/GPS_2_GNSS/bitmask/5/description - - NAVIC - - - - /parameters/GPS_2_PROTOCOL/shortDesc - - Protocol for Secondary GPS - - - - /parameters/GPS_2_PROTOCOL/longDesc - - Select the GPS protocol over serial. Auto-detection will probe all protocols, and thus is a bit slower. - - - - /parameters/GPS_2_PROTOCOL/values/0/description - - Auto detect - - - - /parameters/GPS_2_PROTOCOL/values/1/description - - u-blox - - - - /parameters/GPS_2_PROTOCOL/values/2/description - - MTK - - - - /parameters/GPS_2_PROTOCOL/values/3/description - - Ashtech / Trimble - - - - /parameters/GPS_2_PROTOCOL/values/4/description - - Emlid Reach - - - - /parameters/GPS_2_PROTOCOL/values/5/description - - Femtomes - - - - /parameters/GPS_2_PROTOCOL/values/6/description - - NMEA (generic) - - - - /parameters/GPS_DUMP_COMM/shortDesc - - Log GPS communication data - - - - /parameters/GPS_DUMP_COMM/longDesc - - If this is set to 1, all GPS communication data will be published via uORB, and written to the log file as gps_dump message. If this is set to 2, the main GPS is configured to output RTCM data, which is then logged as gps_dump and can be used for PPK. - - - - /parameters/GPS_DUMP_COMM/values/0/description - - Disable - - - - /parameters/GPS_DUMP_COMM/values/1/description - - Full communication - - - - /parameters/GPS_DUMP_COMM/values/2/description - - RTCM output (PPK) - - - - /parameters/GPS_SAT_INFO/shortDesc - - Enable sat info (if available) - - - - /parameters/GPS_SAT_INFO/longDesc - - Enable publication of satellite info (ORB_ID(satellite_info)) if possible. Not available on MTK. - - - - /parameters/GPS_SAT_INFO/values/0/description - - Disabled - - - - /parameters/GPS_SAT_INFO/values/1/description - - Enabled - - - - /parameters/GPS_UBX_BAUD2/shortDesc - - u-blox F9P UART2 Baudrate - - - - /parameters/GPS_UBX_BAUD2/longDesc - - Select a baudrate for the F9P's UART2 port. In GPS_UBX_MODE 1, 2, and 3, the F9P's UART2 port is configured to send/receive RTCM corrections. Set this to 57600 if you want to attach a telemetry radio on UART2. - - - - /parameters/GPS_UBX_CFG_INTF/shortDesc - - u-blox protocol configuration for interfaces - - - - /parameters/GPS_UBX_CFG_INTF/bitmask/0/description - - Enable I2C input protocol UBX - - - - /parameters/GPS_UBX_CFG_INTF/bitmask/1/description - - Enable I2C input protocol NMEA - - - - /parameters/GPS_UBX_CFG_INTF/bitmask/2/description - - Enable I2C input protocol RTCM3X - - - - /parameters/GPS_UBX_CFG_INTF/bitmask/3/description - - Enable I2C output protocol UBX - - - - /parameters/GPS_UBX_CFG_INTF/bitmask/4/description - - Enable I2C output protocol NMEA - - - - /parameters/GPS_UBX_CFG_INTF/bitmask/5/description - - Enable I2C output protocol RTCM3X - - - - /parameters/GPS_UBX_DYNMODEL/shortDesc - - u-blox GPS dynamic platform model - - - - /parameters/GPS_UBX_DYNMODEL/longDesc - - u-blox receivers support different dynamic platform models to adjust the navigation engine to the expected application environment. - - - - /parameters/GPS_UBX_DYNMODEL/values/2/description - - stationary - - - - /parameters/GPS_UBX_DYNMODEL/values/4/description - - automotive - - - - /parameters/GPS_UBX_DYNMODEL/values/6/description - - airborne with <1g acceleration - - - - /parameters/GPS_UBX_DYNMODEL/values/7/description - - airborne with <2g acceleration - - - - /parameters/GPS_UBX_DYNMODEL/values/8/description - - airborne with <4g acceleration - - - - /parameters/GPS_UBX_MODE/shortDesc - - u-blox GPS Mode - - - - /parameters/GPS_UBX_MODE/longDesc - - Select the u-blox configuration setup. Most setups will use the default, including RTK and dual GPS without heading. If rover has RTCM corrections from a static base (or other static correction source) coming in on UART2, then select Mode 5. The Heading mode requires 2 F9P devices to be attached. The main GPS will act as rover and output heading information, whereas the secondary will act as moving base. Modes 1 and 2 require each F9P UART1 to be connected to the Autopilot. In addition, UART2 on the F9P units are connected to each other. Modes 3 and 4 only require UART1 on each F9P connected to the Autopilot or Can Node. UART RX DMA is required. RTK is still possible with this setup. - - - - /parameters/GPS_UBX_MODE/values/0/description - - Default - - - - /parameters/GPS_UBX_MODE/values/1/description - - Heading (Rover With Moving Base UART1 Connected To Autopilot, UART2 Connected To Moving Base) - - - - /parameters/GPS_UBX_MODE/values/2/description - - Moving Base (UART1 Connected To Autopilot, UART2 Connected To Rover) - - - - /parameters/GPS_UBX_MODE/values/3/description - - Heading (Rover With Moving Base UART1 Connected to Autopilot Or Can Node At 921600) - - - - /parameters/GPS_UBX_MODE/values/4/description - - Moving Base (Moving Base UART1 Connected to Autopilot Or Can Node At 921600) - - - - /parameters/GPS_UBX_MODE/values/5/description - - Rover with Static Base on UART2 (similar to Default, except coming in on UART2) - - - - /parameters/GPS_YAW_OFFSET/shortDesc - - Heading/Yaw offset for dual antenna GPS - - - - /parameters/GPS_YAW_OFFSET/longDesc - - Heading offset angle for dual antenna GPS setups that support heading estimation. Set this to 0 if the antennas are parallel to the forward-facing direction of the vehicle and the rover (or Unicore primary) antenna is in front. The offset angle increases clockwise. Set this to 90 if the rover (or Unicore primary, or Septentrio Mosaic Aux) antenna is placed on the right side of the vehicle and the moving base antenna is on the left side. (Note: the Unicore primary antenna is the one connected on the right as seen from the top). - - - - /parameters/PPS_CAP_ENABLE/shortDesc - - PPS Capture Enable - - - - /parameters/PPS_CAP_ENABLE/longDesc - - Enables the PPS capture module. This switches mode of FMU channel 7 to be the PPS input channel. - - - - /parameters/PPS_CAP_ENABLE/values/0/description - - Disabled - - - - /parameters/PPS_CAP_ENABLE/values/1/description - - Enabled - - - - /parameters/GF_ACTION/shortDesc - - Geofence violation action - - - - /parameters/GF_ACTION/longDesc - - Note: Setting this value to 4 enables flight termination, which will kill the vehicle on violation of the fence. - - - - /parameters/GF_ACTION/values/0/description - - None - - - - /parameters/GF_ACTION/values/1/description - - Warning - - - - /parameters/GF_ACTION/values/2/description - - Hold mode - - - - /parameters/GF_ACTION/values/3/description - - Return mode - - - - /parameters/GF_ACTION/values/4/description - - Terminate - - - - /parameters/GF_ACTION/values/5/description - - Land mode - - - - /parameters/GF_MAX_HOR_DIST/shortDesc - - Max horizontal distance from Home - - - - /parameters/GF_MAX_HOR_DIST/longDesc - - Maximum horizontal distance in meters the vehicle can be from Home before triggering a geofence action. Disabled if 0. - - - - /parameters/GF_MAX_VER_DIST/shortDesc - - Max vertical distance from Home - - - - /parameters/GF_MAX_VER_DIST/longDesc - - Maximum vertical distance in meters the vehicle can be from Home before triggering a geofence action. Disabled if 0. - - - - /parameters/GF_PREDICT/shortDesc - - [EXPERIMENTAL] Use Pre-emptive geofence triggering - - - - /parameters/GF_PREDICT/longDesc - - WARNING: This experimental feature may cause flyaways. Use at your own risk. Predict the motion of the vehicle and trigger the breach if it is determined that the current trajectory would result in a breach happening before the vehicle can make evasive maneuvers. The vehicle is then re-routed to a safe hold position (stop for multirotor, loiter for fixed wing). - - - - /parameters/GF_PREDICT/values/0/description - - Disabled - - - - /parameters/GF_PREDICT/values/1/description - - Enabled - - - - /parameters/GF_SOURCE/shortDesc - - Geofence source - - - - /parameters/GF_SOURCE/longDesc - - Select which position source should be used. Selecting GPS instead of global position makes sure that there is no dependence on the position estimator 0 = global position, 1 = GPS - - - - /parameters/GF_SOURCE/values/0/description - - GPOS - - - - /parameters/GF_SOURCE/values/1/description - - GPS - - - - /parameters/CA_AIRFRAME/shortDesc - - Airframe selection - - - - /parameters/CA_AIRFRAME/longDesc - - Defines which mixer implementation to use. Some are generic, while others are specifically fit to a certain vehicle with a fixed set of actuators. 'Custom' should only be used if noting else can be used. - - - - /parameters/CA_AIRFRAME/values/0/description - - Multirotor - - - - /parameters/CA_AIRFRAME/values/1/description - - Fixed-wing - - - - /parameters/CA_AIRFRAME/values/2/description - - Standard VTOL - - - - /parameters/CA_AIRFRAME/values/3/description - - Tiltrotor VTOL - - - - /parameters/CA_AIRFRAME/values/4/description - - Tailsitter VTOL - - - - /parameters/CA_AIRFRAME/values/5/description - - Rover (Ackermann) - - - - /parameters/CA_AIRFRAME/values/6/description - - Rover (Differential) - - - - /parameters/CA_AIRFRAME/values/7/description - - Motors (6DOF) - - - - /parameters/CA_AIRFRAME/values/8/description - - Multirotor with Tilt - - - - /parameters/CA_AIRFRAME/values/9/description - - Custom - - - - /parameters/CA_AIRFRAME/values/10/description - - Helicopter (tail ESC) - - - - /parameters/CA_AIRFRAME/values/11/description - - Helicopter (tail Servo) - - - - /parameters/CA_AIRFRAME/values/12/description - - Helicopter (Coaxial) - - - - /parameters/CA_FAILURE_MODE/shortDesc - - Motor failure handling mode - - - - /parameters/CA_FAILURE_MODE/longDesc - - This is used to specify how to handle motor failures reported by failure detector. - - - - /parameters/CA_FAILURE_MODE/values/0/description - - Ignore - - - - /parameters/CA_FAILURE_MODE/values/1/description - - Remove first failed motor from effectiveness - - - - /parameters/CA_HELI_PITCH_C0/shortDesc - - Collective pitch curve at position 0 - - - - /parameters/CA_HELI_PITCH_C0/longDesc - - Defines the collective pitch at the interval position 0 for a given thrust setpoint. Use negative values if the swash plate needs to move down to provide upwards thrust. - - - - /parameters/CA_HELI_PITCH_C1/shortDesc - - Collective pitch curve at position 1 - - - - /parameters/CA_HELI_PITCH_C1/longDesc - - Defines the collective pitch at the interval position 1 for a given thrust setpoint. Use negative values if the swash plate needs to move down to provide upwards thrust. - - - - /parameters/CA_HELI_PITCH_C2/shortDesc - - Collective pitch curve at position 2 - - - - /parameters/CA_HELI_PITCH_C2/longDesc - - Defines the collective pitch at the interval position 2 for a given thrust setpoint. Use negative values if the swash plate needs to move down to provide upwards thrust. - - - - /parameters/CA_HELI_PITCH_C3/shortDesc - - Collective pitch curve at position 3 - - - - /parameters/CA_HELI_PITCH_C3/longDesc - - Defines the collective pitch at the interval position 3 for a given thrust setpoint. Use negative values if the swash plate needs to move down to provide upwards thrust. - - - - /parameters/CA_HELI_PITCH_C4/shortDesc - - Collective pitch curve at position 4 - - - - /parameters/CA_HELI_PITCH_C4/longDesc - - Defines the collective pitch at the interval position 4 for a given thrust setpoint. Use negative values if the swash plate needs to move down to provide upwards thrust. - - - - /parameters/CA_HELI_THR_C0/shortDesc - - Throttle curve at position 0 - - - - /parameters/CA_HELI_THR_C0/longDesc - - Defines the output throttle at the interval position 0. - - - - /parameters/CA_HELI_THR_C1/shortDesc - - Throttle curve at position 1 - - - - /parameters/CA_HELI_THR_C1/longDesc - - Defines the output throttle at the interval position 1. - - - - /parameters/CA_HELI_THR_C2/shortDesc - - Throttle curve at position 2 - - - - /parameters/CA_HELI_THR_C2/longDesc - - Defines the output throttle at the interval position 2. - - - - /parameters/CA_HELI_THR_C3/shortDesc - - Throttle curve at position 3 - - - - /parameters/CA_HELI_THR_C3/longDesc - - Defines the output throttle at the interval position 3. - - - - /parameters/CA_HELI_THR_C4/shortDesc - - Throttle curve at position 4 - - - - /parameters/CA_HELI_THR_C4/longDesc - - Defines the output throttle at the interval position 4. - - - - /parameters/CA_HELI_YAW_CCW/shortDesc - - Main rotor turns counter-clockwise - - - - /parameters/CA_HELI_YAW_CCW/longDesc - - Default configuration is for a clockwise turning main rotor and positive thrust of the tail rotor is expected to rotate the vehicle clockwise. Set this parameter to true if the tail rotor provides thrust in counter-clockwise direction which is mostly the case when the main rotor turns counter-clockwise. - - - - /parameters/CA_HELI_YAW_CCW/values/0/description - - Disabled - - - - /parameters/CA_HELI_YAW_CCW/values/1/description - - Enabled - - - - /parameters/CA_HELI_YAW_CP_O/shortDesc - - Offset for yaw compensation based on collective pitch - - - - /parameters/CA_HELI_YAW_CP_O/longDesc - - This allows to specify which collective pitch command results in the least amount of rotor drag. This is used to increase the accuracy of the yaw drag torque compensation based on collective pitch by aligning the lowest rotor drag with zero compensation. For symmetric profile blades this is the command that results in exactly 0° collective blade angle. For lift profile blades this is typically a command resulting in slightly negative collective blade angle. tail_output += CA_HELI_YAW_CP_S * abs(collective_pitch - CA_HELI_YAW_CP_O) - - - - /parameters/CA_HELI_YAW_CP_S/shortDesc - - Scale for yaw compensation based on collective pitch - - - - /parameters/CA_HELI_YAW_CP_S/longDesc - - This allows to add a proportional factor of the collective pitch command to the yaw command. A negative value is needed when positive thrust of the tail rotor rotates the vehicle opposite to the main rotor turn direction. tail_output += CA_HELI_YAW_CP_S * abs(collective_pitch - CA_HELI_YAW_CP_O) - - - - /parameters/CA_HELI_YAW_TH_S/shortDesc - - Scale for yaw compensation based on throttle - - - - /parameters/CA_HELI_YAW_TH_S/longDesc - - This allows to add a proportional factor of the throttle command to the yaw command. A negative value is needed when positive thrust of the tail rotor rotates the vehicle opposite to the main rotor turn direction. tail_output += CA_HELI_YAW_TH_S * throttle - - - - /parameters/CA_METHOD/shortDesc - - Control allocation method - - - - /parameters/CA_METHOD/longDesc - - Selects the algorithm and desaturation method. If set to Automtic, the selection is based on the airframe (CA_AIRFRAME). - - - - /parameters/CA_METHOD/values/0/description - - Pseudo-inverse with output clipping - - - - /parameters/CA_METHOD/values/1/description - - Pseudo-inverse with sequential desaturation technique - - - - /parameters/CA_METHOD/values/2/description - - Automatic - - - - /parameters/CA_R0_SLEW/shortDesc - - Motor 0 slew rate limit - - - - /parameters/CA_R0_SLEW/longDesc - - Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled. - - - - /parameters/CA_R10_SLEW/shortDesc - - Motor 10 slew rate limit - - - - /parameters/CA_R10_SLEW/longDesc - - Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled. - - - - /parameters/CA_R11_SLEW/shortDesc - - Motor 11 slew rate limit - - - - /parameters/CA_R11_SLEW/longDesc - - Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled. - - - - /parameters/CA_R1_SLEW/shortDesc - - Motor 1 slew rate limit - - - - /parameters/CA_R1_SLEW/longDesc - - Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled. - - - - /parameters/CA_R2_SLEW/shortDesc - - Motor 2 slew rate limit - - - - /parameters/CA_R2_SLEW/longDesc - - Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled. - - - - /parameters/CA_R3_SLEW/shortDesc - - Motor 3 slew rate limit - - - - /parameters/CA_R3_SLEW/longDesc - - Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled. - - - - /parameters/CA_R4_SLEW/shortDesc - - Motor 4 slew rate limit - - - - /parameters/CA_R4_SLEW/longDesc - - Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled. - - - - /parameters/CA_R5_SLEW/shortDesc - - Motor 5 slew rate limit - - - - /parameters/CA_R5_SLEW/longDesc - - Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled. - - - - /parameters/CA_R6_SLEW/shortDesc - - Motor 6 slew rate limit - - - - /parameters/CA_R6_SLEW/longDesc - - Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled. - - - - /parameters/CA_R7_SLEW/shortDesc - - Motor 7 slew rate limit - - - - /parameters/CA_R7_SLEW/longDesc - - Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled. - - - - /parameters/CA_R8_SLEW/shortDesc - - Motor 8 slew rate limit - - - - /parameters/CA_R8_SLEW/longDesc - - Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled. - - - - /parameters/CA_R9_SLEW/shortDesc - - Motor 9 slew rate limit - - - - /parameters/CA_R9_SLEW/longDesc - - Minimum time allowed for the motor input signal to pass through the full output range. A value x means that the motor signal can only go from 0 to 1 in minimum x seconds (in case of reversible motors, the range is -1 to 1). Zero means that slew rate limiting is disabled. - - - - /parameters/CA_ROTOR0_AX/shortDesc - - Axis of rotor 0 thrust vector, X body axis component - - - - /parameters/CA_ROTOR0_AX/longDesc - - Only the direction is considered (the vector is normalized). - - - - /parameters/CA_ROTOR0_AY/shortDesc - - Axis of rotor 0 thrust vector, Y body axis component - - - - /parameters/CA_ROTOR0_AY/longDesc - - Only the direction is considered (the vector is normalized). - - - - /parameters/CA_ROTOR0_AZ/shortDesc - - Axis of rotor 0 thrust vector, Z body axis component - - - - /parameters/CA_ROTOR0_AZ/longDesc - - Only the direction is considered (the vector is normalized). - - - - /parameters/CA_ROTOR0_CT/shortDesc - - Thrust coefficient of rotor 0 - - - - /parameters/CA_ROTOR0_CT/longDesc - - The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. - - - - /parameters/CA_ROTOR0_KM/shortDesc - - Moment coefficient of rotor 0 - - - - /parameters/CA_ROTOR0_KM/longDesc - - The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. - - - - /parameters/CA_ROTOR0_PX/shortDesc - - Position of rotor 0 along X body axis relative to center of gravity - - - - /parameters/CA_ROTOR0_PY/shortDesc - - Position of rotor 0 along Y body axis relative to center of gravity - - - - /parameters/CA_ROTOR0_PZ/shortDesc - - Position of rotor 0 along Z body axis relative to center of gravity - - - - /parameters/CA_ROTOR0_TILT/shortDesc - - Rotor 0 tilt assignment - - - - /parameters/CA_ROTOR0_TILT/longDesc - - If not set to None, this motor is tilted by the configured tilt servo. - - - - /parameters/CA_ROTOR0_TILT/values/0/description - - None - - - - /parameters/CA_ROTOR0_TILT/values/1/description - - Tilt 1 - - - - /parameters/CA_ROTOR0_TILT/values/2/description - - Tilt 2 - - - - /parameters/CA_ROTOR0_TILT/values/3/description - - Tilt 3 - - - - /parameters/CA_ROTOR0_TILT/values/4/description - - Tilt 4 - - - - /parameters/CA_ROTOR10_AX/shortDesc - - Axis of rotor 10 thrust vector, X body axis component - - - - /parameters/CA_ROTOR10_AX/longDesc - - Only the direction is considered (the vector is normalized). - - - - /parameters/CA_ROTOR10_AY/shortDesc - - Axis of rotor 10 thrust vector, Y body axis component - - - - /parameters/CA_ROTOR10_AY/longDesc - - Only the direction is considered (the vector is normalized). - - - - /parameters/CA_ROTOR10_AZ/shortDesc - - Axis of rotor 10 thrust vector, Z body axis component - - - - /parameters/CA_ROTOR10_AZ/longDesc - - Only the direction is considered (the vector is normalized). - - - - /parameters/CA_ROTOR10_CT/shortDesc - - Thrust coefficient of rotor 10 - - - - /parameters/CA_ROTOR10_CT/longDesc - - The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. - - - - /parameters/CA_ROTOR10_KM/shortDesc - - Moment coefficient of rotor 10 - - - - /parameters/CA_ROTOR10_KM/longDesc - - The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. - - - - /parameters/CA_ROTOR10_PX/shortDesc - - Position of rotor 10 along X body axis relative to center of gravity - - - - /parameters/CA_ROTOR10_PY/shortDesc - - Position of rotor 10 along Y body axis relative to center of gravity - - - - /parameters/CA_ROTOR10_PZ/shortDesc - - Position of rotor 10 along Z body axis relative to center of gravity - - - - /parameters/CA_ROTOR10_TILT/shortDesc - - Rotor 10 tilt assignment - - - - /parameters/CA_ROTOR10_TILT/longDesc - - If not set to None, this motor is tilted by the configured tilt servo. - - - - /parameters/CA_ROTOR10_TILT/values/0/description - - None - - - - /parameters/CA_ROTOR10_TILT/values/1/description - - Tilt 1 - - - - /parameters/CA_ROTOR10_TILT/values/2/description - - Tilt 2 - - - - /parameters/CA_ROTOR10_TILT/values/3/description - - Tilt 3 - - - - /parameters/CA_ROTOR10_TILT/values/4/description - - Tilt 4 - - - - /parameters/CA_ROTOR11_AX/shortDesc - - Axis of rotor 11 thrust vector, X body axis component - - - - /parameters/CA_ROTOR11_AX/longDesc - - Only the direction is considered (the vector is normalized). - - - - /parameters/CA_ROTOR11_AY/shortDesc - - Axis of rotor 11 thrust vector, Y body axis component - - - - /parameters/CA_ROTOR11_AY/longDesc - - Only the direction is considered (the vector is normalized). - - - - /parameters/CA_ROTOR11_AZ/shortDesc - - Axis of rotor 11 thrust vector, Z body axis component - - - - /parameters/CA_ROTOR11_AZ/longDesc - - Only the direction is considered (the vector is normalized). - - - - /parameters/CA_ROTOR11_CT/shortDesc - - Thrust coefficient of rotor 11 - - - - /parameters/CA_ROTOR11_CT/longDesc - - The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. - - - - /parameters/CA_ROTOR11_KM/shortDesc - - Moment coefficient of rotor 11 - - - - /parameters/CA_ROTOR11_KM/longDesc - - The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. - - - - /parameters/CA_ROTOR11_PX/shortDesc - - Position of rotor 11 along X body axis relative to center of gravity - - - - /parameters/CA_ROTOR11_PY/shortDesc - - Position of rotor 11 along Y body axis relative to center of gravity - - - - /parameters/CA_ROTOR11_PZ/shortDesc - - Position of rotor 11 along Z body axis relative to center of gravity - - - - /parameters/CA_ROTOR11_TILT/shortDesc - - Rotor 11 tilt assignment - - - - /parameters/CA_ROTOR11_TILT/longDesc - - If not set to None, this motor is tilted by the configured tilt servo. - - - - /parameters/CA_ROTOR11_TILT/values/0/description - - None - - - - /parameters/CA_ROTOR11_TILT/values/1/description - - Tilt 1 - - - - /parameters/CA_ROTOR11_TILT/values/2/description - - Tilt 2 - - - - /parameters/CA_ROTOR11_TILT/values/3/description - - Tilt 3 - - - - /parameters/CA_ROTOR11_TILT/values/4/description - - Tilt 4 - - - - /parameters/CA_ROTOR1_AX/shortDesc - - Axis of rotor 1 thrust vector, X body axis component - - - - /parameters/CA_ROTOR1_AX/longDesc - - Only the direction is considered (the vector is normalized). - - - - /parameters/CA_ROTOR1_AY/shortDesc - - Axis of rotor 1 thrust vector, Y body axis component - - - - /parameters/CA_ROTOR1_AY/longDesc - - Only the direction is considered (the vector is normalized). - - - - /parameters/CA_ROTOR1_AZ/shortDesc - - Axis of rotor 1 thrust vector, Z body axis component - - - - /parameters/CA_ROTOR1_AZ/longDesc - - Only the direction is considered (the vector is normalized). - - - - /parameters/CA_ROTOR1_CT/shortDesc - - Thrust coefficient of rotor 1 - - - - /parameters/CA_ROTOR1_CT/longDesc - - The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. - - - - /parameters/CA_ROTOR1_KM/shortDesc - - Moment coefficient of rotor 1 - - - - /parameters/CA_ROTOR1_KM/longDesc - - The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. - - - - /parameters/CA_ROTOR1_PX/shortDesc - - Position of rotor 1 along X body axis relative to center of gravity - - - - /parameters/CA_ROTOR1_PY/shortDesc - - Position of rotor 1 along Y body axis relative to center of gravity - - - - /parameters/CA_ROTOR1_PZ/shortDesc - - Position of rotor 1 along Z body axis relative to center of gravity - - - - /parameters/CA_ROTOR1_TILT/shortDesc - - Rotor 1 tilt assignment - - - - /parameters/CA_ROTOR1_TILT/longDesc - - If not set to None, this motor is tilted by the configured tilt servo. - - - - /parameters/CA_ROTOR1_TILT/values/0/description - - None - - - - /parameters/CA_ROTOR1_TILT/values/1/description - - Tilt 1 - - - - /parameters/CA_ROTOR1_TILT/values/2/description - - Tilt 2 - - - - /parameters/CA_ROTOR1_TILT/values/3/description - - Tilt 3 - - - - /parameters/CA_ROTOR1_TILT/values/4/description - - Tilt 4 - - - - /parameters/CA_ROTOR2_AX/shortDesc - - Axis of rotor 2 thrust vector, X body axis component - - - - /parameters/CA_ROTOR2_AX/longDesc - - Only the direction is considered (the vector is normalized). - - - - /parameters/CA_ROTOR2_AY/shortDesc - - Axis of rotor 2 thrust vector, Y body axis component - - - - /parameters/CA_ROTOR2_AY/longDesc - - Only the direction is considered (the vector is normalized). - - - - /parameters/CA_ROTOR2_AZ/shortDesc - - Axis of rotor 2 thrust vector, Z body axis component - - - - /parameters/CA_ROTOR2_AZ/longDesc - - Only the direction is considered (the vector is normalized). - - - - /parameters/CA_ROTOR2_CT/shortDesc - - Thrust coefficient of rotor 2 - - - - /parameters/CA_ROTOR2_CT/longDesc - - The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. - - - - /parameters/CA_ROTOR2_KM/shortDesc - - Moment coefficient of rotor 2 - - - - /parameters/CA_ROTOR2_KM/longDesc - - The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. - - - - /parameters/CA_ROTOR2_PX/shortDesc - - Position of rotor 2 along X body axis relative to center of gravity - - - - /parameters/CA_ROTOR2_PY/shortDesc - - Position of rotor 2 along Y body axis relative to center of gravity - - - - /parameters/CA_ROTOR2_PZ/shortDesc - - Position of rotor 2 along Z body axis relative to center of gravity - - - - /parameters/CA_ROTOR2_TILT/shortDesc - - Rotor 2 tilt assignment - - - - /parameters/CA_ROTOR2_TILT/longDesc - - If not set to None, this motor is tilted by the configured tilt servo. - - - - /parameters/CA_ROTOR2_TILT/values/0/description - - None - - - - /parameters/CA_ROTOR2_TILT/values/1/description - - Tilt 1 - - - - /parameters/CA_ROTOR2_TILT/values/2/description - - Tilt 2 - - - - /parameters/CA_ROTOR2_TILT/values/3/description - - Tilt 3 - - - - /parameters/CA_ROTOR2_TILT/values/4/description - - Tilt 4 - - - - /parameters/CA_ROTOR3_AX/shortDesc - - Axis of rotor 3 thrust vector, X body axis component - - - - /parameters/CA_ROTOR3_AX/longDesc - - Only the direction is considered (the vector is normalized). - - - - /parameters/CA_ROTOR3_AY/shortDesc - - Axis of rotor 3 thrust vector, Y body axis component - - - - /parameters/CA_ROTOR3_AY/longDesc - - Only the direction is considered (the vector is normalized). - - - - /parameters/CA_ROTOR3_AZ/shortDesc - - Axis of rotor 3 thrust vector, Z body axis component - - - - /parameters/CA_ROTOR3_AZ/longDesc - - Only the direction is considered (the vector is normalized). - - - - /parameters/CA_ROTOR3_CT/shortDesc - - Thrust coefficient of rotor 3 - - - - /parameters/CA_ROTOR3_CT/longDesc - - The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. - - - - /parameters/CA_ROTOR3_KM/shortDesc - - Moment coefficient of rotor 3 - - - - /parameters/CA_ROTOR3_KM/longDesc - - The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. - - - - /parameters/CA_ROTOR3_PX/shortDesc - - Position of rotor 3 along X body axis relative to center of gravity - - - - /parameters/CA_ROTOR3_PY/shortDesc - - Position of rotor 3 along Y body axis relative to center of gravity - - - - /parameters/CA_ROTOR3_PZ/shortDesc - - Position of rotor 3 along Z body axis relative to center of gravity - - - - /parameters/CA_ROTOR3_TILT/shortDesc - - Rotor 3 tilt assignment - - - - /parameters/CA_ROTOR3_TILT/longDesc - - If not set to None, this motor is tilted by the configured tilt servo. - - - - /parameters/CA_ROTOR3_TILT/values/0/description - - None - - - - /parameters/CA_ROTOR3_TILT/values/1/description - - Tilt 1 - - - - /parameters/CA_ROTOR3_TILT/values/2/description - - Tilt 2 - - - - /parameters/CA_ROTOR3_TILT/values/3/description - - Tilt 3 - - - - /parameters/CA_ROTOR3_TILT/values/4/description - - Tilt 4 - - - - /parameters/CA_ROTOR4_AX/shortDesc - - Axis of rotor 4 thrust vector, X body axis component - - - - /parameters/CA_ROTOR4_AX/longDesc - - Only the direction is considered (the vector is normalized). - - - - /parameters/CA_ROTOR4_AY/shortDesc - - Axis of rotor 4 thrust vector, Y body axis component - - - - /parameters/CA_ROTOR4_AY/longDesc - - Only the direction is considered (the vector is normalized). - - - - /parameters/CA_ROTOR4_AZ/shortDesc - - Axis of rotor 4 thrust vector, Z body axis component - - - - /parameters/CA_ROTOR4_AZ/longDesc - - Only the direction is considered (the vector is normalized). - - - - /parameters/CA_ROTOR4_CT/shortDesc - - Thrust coefficient of rotor 4 - - - - /parameters/CA_ROTOR4_CT/longDesc - - The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. - - - - /parameters/CA_ROTOR4_KM/shortDesc - - Moment coefficient of rotor 4 - - - - /parameters/CA_ROTOR4_KM/longDesc - - The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. - - - - /parameters/CA_ROTOR4_PX/shortDesc - - Position of rotor 4 along X body axis relative to center of gravity - - - - /parameters/CA_ROTOR4_PY/shortDesc - - Position of rotor 4 along Y body axis relative to center of gravity - - - - /parameters/CA_ROTOR4_PZ/shortDesc - - Position of rotor 4 along Z body axis relative to center of gravity - - - - /parameters/CA_ROTOR4_TILT/shortDesc - - Rotor 4 tilt assignment - - - - /parameters/CA_ROTOR4_TILT/longDesc - - If not set to None, this motor is tilted by the configured tilt servo. - - - - /parameters/CA_ROTOR4_TILT/values/0/description - - None - - - - /parameters/CA_ROTOR4_TILT/values/1/description - - Tilt 1 - - - - /parameters/CA_ROTOR4_TILT/values/2/description - - Tilt 2 - - - - /parameters/CA_ROTOR4_TILT/values/3/description - - Tilt 3 - - - - /parameters/CA_ROTOR4_TILT/values/4/description - - Tilt 4 - - - - /parameters/CA_ROTOR5_AX/shortDesc - - Axis of rotor 5 thrust vector, X body axis component - - - - /parameters/CA_ROTOR5_AX/longDesc - - Only the direction is considered (the vector is normalized). - - - - /parameters/CA_ROTOR5_AY/shortDesc - - Axis of rotor 5 thrust vector, Y body axis component - - - - /parameters/CA_ROTOR5_AY/longDesc - - Only the direction is considered (the vector is normalized). - - - - /parameters/CA_ROTOR5_AZ/shortDesc - - Axis of rotor 5 thrust vector, Z body axis component - - - - /parameters/CA_ROTOR5_AZ/longDesc - - Only the direction is considered (the vector is normalized). - - - - /parameters/CA_ROTOR5_CT/shortDesc - - Thrust coefficient of rotor 5 - - - - /parameters/CA_ROTOR5_CT/longDesc - - The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. - - - - /parameters/CA_ROTOR5_KM/shortDesc - - Moment coefficient of rotor 5 - - - - /parameters/CA_ROTOR5_KM/longDesc - - The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. - - - - /parameters/CA_ROTOR5_PX/shortDesc - - Position of rotor 5 along X body axis relative to center of gravity - - - - /parameters/CA_ROTOR5_PY/shortDesc - - Position of rotor 5 along Y body axis relative to center of gravity - - - - /parameters/CA_ROTOR5_PZ/shortDesc - - Position of rotor 5 along Z body axis relative to center of gravity - - - - /parameters/CA_ROTOR5_TILT/shortDesc - - Rotor 5 tilt assignment - - - - /parameters/CA_ROTOR5_TILT/longDesc - - If not set to None, this motor is tilted by the configured tilt servo. - - - - /parameters/CA_ROTOR5_TILT/values/0/description - - None - - - - /parameters/CA_ROTOR5_TILT/values/1/description - - Tilt 1 - - - - /parameters/CA_ROTOR5_TILT/values/2/description - - Tilt 2 - - - - /parameters/CA_ROTOR5_TILT/values/3/description - - Tilt 3 - - - - /parameters/CA_ROTOR5_TILT/values/4/description - - Tilt 4 - - - - /parameters/CA_ROTOR6_AX/shortDesc - - Axis of rotor 6 thrust vector, X body axis component - - - - /parameters/CA_ROTOR6_AX/longDesc - - Only the direction is considered (the vector is normalized). - - - - /parameters/CA_ROTOR6_AY/shortDesc - - Axis of rotor 6 thrust vector, Y body axis component - - - - /parameters/CA_ROTOR6_AY/longDesc - - Only the direction is considered (the vector is normalized). - - - - /parameters/CA_ROTOR6_AZ/shortDesc - - Axis of rotor 6 thrust vector, Z body axis component - - - - /parameters/CA_ROTOR6_AZ/longDesc - - Only the direction is considered (the vector is normalized). - - - - /parameters/CA_ROTOR6_CT/shortDesc - - Thrust coefficient of rotor 6 - - - - /parameters/CA_ROTOR6_CT/longDesc - - The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. - - - - /parameters/CA_ROTOR6_KM/shortDesc - - Moment coefficient of rotor 6 - - - - /parameters/CA_ROTOR6_KM/longDesc - - The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. - - - - /parameters/CA_ROTOR6_PX/shortDesc - - Position of rotor 6 along X body axis relative to center of gravity - - - - /parameters/CA_ROTOR6_PY/shortDesc - - Position of rotor 6 along Y body axis relative to center of gravity - - - - /parameters/CA_ROTOR6_PZ/shortDesc - - Position of rotor 6 along Z body axis relative to center of gravity - - - - /parameters/CA_ROTOR6_TILT/shortDesc - - Rotor 6 tilt assignment - - - - /parameters/CA_ROTOR6_TILT/longDesc - - If not set to None, this motor is tilted by the configured tilt servo. - - - - /parameters/CA_ROTOR6_TILT/values/0/description - - None - - - - /parameters/CA_ROTOR6_TILT/values/1/description - - Tilt 1 - - - - /parameters/CA_ROTOR6_TILT/values/2/description - - Tilt 2 - - - - /parameters/CA_ROTOR6_TILT/values/3/description - - Tilt 3 - - - - /parameters/CA_ROTOR6_TILT/values/4/description - - Tilt 4 - - - - /parameters/CA_ROTOR7_AX/shortDesc - - Axis of rotor 7 thrust vector, X body axis component - - - - /parameters/CA_ROTOR7_AX/longDesc - - Only the direction is considered (the vector is normalized). - - - - /parameters/CA_ROTOR7_AY/shortDesc - - Axis of rotor 7 thrust vector, Y body axis component - - - - /parameters/CA_ROTOR7_AY/longDesc - - Only the direction is considered (the vector is normalized). - - - - /parameters/CA_ROTOR7_AZ/shortDesc - - Axis of rotor 7 thrust vector, Z body axis component - - - - /parameters/CA_ROTOR7_AZ/longDesc - - Only the direction is considered (the vector is normalized). - - - - /parameters/CA_ROTOR7_CT/shortDesc - - Thrust coefficient of rotor 7 - - - - /parameters/CA_ROTOR7_CT/longDesc - - The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. - - - - /parameters/CA_ROTOR7_KM/shortDesc - - Moment coefficient of rotor 7 - - - - /parameters/CA_ROTOR7_KM/longDesc - - The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. - - - - /parameters/CA_ROTOR7_PX/shortDesc - - Position of rotor 7 along X body axis relative to center of gravity - - - - /parameters/CA_ROTOR7_PY/shortDesc - - Position of rotor 7 along Y body axis relative to center of gravity - - - - /parameters/CA_ROTOR7_PZ/shortDesc - - Position of rotor 7 along Z body axis relative to center of gravity - - - - /parameters/CA_ROTOR7_TILT/shortDesc - - Rotor 7 tilt assignment - - - - /parameters/CA_ROTOR7_TILT/longDesc - - If not set to None, this motor is tilted by the configured tilt servo. - - - - /parameters/CA_ROTOR7_TILT/values/0/description - - None - - - - /parameters/CA_ROTOR7_TILT/values/1/description - - Tilt 1 - - - - /parameters/CA_ROTOR7_TILT/values/2/description - - Tilt 2 - - - - /parameters/CA_ROTOR7_TILT/values/3/description - - Tilt 3 - - - - /parameters/CA_ROTOR7_TILT/values/4/description - - Tilt 4 - - - - /parameters/CA_ROTOR8_AX/shortDesc - - Axis of rotor 8 thrust vector, X body axis component - - - - /parameters/CA_ROTOR8_AX/longDesc - - Only the direction is considered (the vector is normalized). - - - - /parameters/CA_ROTOR8_AY/shortDesc - - Axis of rotor 8 thrust vector, Y body axis component - - - - /parameters/CA_ROTOR8_AY/longDesc - - Only the direction is considered (the vector is normalized). - - - - /parameters/CA_ROTOR8_AZ/shortDesc - - Axis of rotor 8 thrust vector, Z body axis component - - - - /parameters/CA_ROTOR8_AZ/longDesc - - Only the direction is considered (the vector is normalized). - - - - /parameters/CA_ROTOR8_CT/shortDesc - - Thrust coefficient of rotor 8 - - - - /parameters/CA_ROTOR8_CT/longDesc - - The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. - - - - /parameters/CA_ROTOR8_KM/shortDesc - - Moment coefficient of rotor 8 - - - - /parameters/CA_ROTOR8_KM/longDesc - - The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. - - - - /parameters/CA_ROTOR8_PX/shortDesc - - Position of rotor 8 along X body axis relative to center of gravity - - - - /parameters/CA_ROTOR8_PY/shortDesc - - Position of rotor 8 along Y body axis relative to center of gravity - - - - /parameters/CA_ROTOR8_PZ/shortDesc - - Position of rotor 8 along Z body axis relative to center of gravity - - - - /parameters/CA_ROTOR8_TILT/shortDesc - - Rotor 8 tilt assignment - - - - /parameters/CA_ROTOR8_TILT/longDesc - - If not set to None, this motor is tilted by the configured tilt servo. - - - - /parameters/CA_ROTOR8_TILT/values/0/description - - None - - - - /parameters/CA_ROTOR8_TILT/values/1/description - - Tilt 1 - - - - /parameters/CA_ROTOR8_TILT/values/2/description - - Tilt 2 - - - - /parameters/CA_ROTOR8_TILT/values/3/description - - Tilt 3 - - - - /parameters/CA_ROTOR8_TILT/values/4/description - - Tilt 4 - - - - /parameters/CA_ROTOR9_AX/shortDesc - - Axis of rotor 9 thrust vector, X body axis component - - - - /parameters/CA_ROTOR9_AX/longDesc - - Only the direction is considered (the vector is normalized). - - - - /parameters/CA_ROTOR9_AY/shortDesc - - Axis of rotor 9 thrust vector, Y body axis component - - - - /parameters/CA_ROTOR9_AY/longDesc - - Only the direction is considered (the vector is normalized). - - - - /parameters/CA_ROTOR9_AZ/shortDesc - - Axis of rotor 9 thrust vector, Z body axis component - - - - /parameters/CA_ROTOR9_AZ/longDesc - - Only the direction is considered (the vector is normalized). - - - - /parameters/CA_ROTOR9_CT/shortDesc - - Thrust coefficient of rotor 9 - - - - /parameters/CA_ROTOR9_CT/longDesc - - The thrust coefficient if defined as Thrust = CT * u^2, where u (with value between actuator minimum and maximum) is the output signal sent to the motor controller. - - - - /parameters/CA_ROTOR9_KM/shortDesc - - Moment coefficient of rotor 9 - - - - /parameters/CA_ROTOR9_KM/longDesc - - The moment coefficient if defined as Torque = KM * Thrust. Use a positive value for a rotor with CCW rotation. Use a negative value for a rotor with CW rotation. - - - - /parameters/CA_ROTOR9_PX/shortDesc - - Position of rotor 9 along X body axis relative to center of gravity - - - - /parameters/CA_ROTOR9_PY/shortDesc - - Position of rotor 9 along Y body axis relative to center of gravity - - - - /parameters/CA_ROTOR9_PZ/shortDesc - - Position of rotor 9 along Z body axis relative to center of gravity - - - - /parameters/CA_ROTOR9_TILT/shortDesc - - Rotor 9 tilt assignment - - - - /parameters/CA_ROTOR9_TILT/longDesc - - If not set to None, this motor is tilted by the configured tilt servo. - - - - /parameters/CA_ROTOR9_TILT/values/0/description - - None - - - - /parameters/CA_ROTOR9_TILT/values/1/description - - Tilt 1 - - - - /parameters/CA_ROTOR9_TILT/values/2/description - - Tilt 2 - - - - /parameters/CA_ROTOR9_TILT/values/3/description - - Tilt 3 - - - - /parameters/CA_ROTOR9_TILT/values/4/description - - Tilt 4 - - - - /parameters/CA_ROTOR_COUNT/shortDesc - - Total number of rotors - - - - /parameters/CA_ROTOR_COUNT/values/0/description - - 0 - - - - /parameters/CA_ROTOR_COUNT/values/1/description - - 1 - - - - /parameters/CA_ROTOR_COUNT/values/2/description - - 2 - - - - /parameters/CA_ROTOR_COUNT/values/3/description - - 3 - - - - /parameters/CA_ROTOR_COUNT/values/4/description - - 4 - - - - /parameters/CA_ROTOR_COUNT/values/5/description - - 5 - - - - /parameters/CA_ROTOR_COUNT/values/6/description - - 6 - - - - /parameters/CA_ROTOR_COUNT/values/7/description - - 7 - - - - /parameters/CA_ROTOR_COUNT/values/8/description - - 8 - - - - /parameters/CA_ROTOR_COUNT/values/9/description - - 9 - - - - /parameters/CA_ROTOR_COUNT/values/10/description - - 10 - - - - /parameters/CA_ROTOR_COUNT/values/11/description - - 11 - - - - /parameters/CA_ROTOR_COUNT/values/12/description - - 12 - - - - /parameters/CA_R_REV/shortDesc - - Bidirectional/Reversible motors - - - - /parameters/CA_R_REV/longDesc - - Configure motors to be bidirectional/reversible. Note that the output driver needs to support this as well. - - - - /parameters/CA_R_REV/bitmask/0/description - - Motor 1 - - - - /parameters/CA_R_REV/bitmask/1/description - - Motor 2 - - - - /parameters/CA_R_REV/bitmask/2/description - - Motor 3 - - - - /parameters/CA_R_REV/bitmask/3/description - - Motor 4 - - - - /parameters/CA_R_REV/bitmask/4/description - - Motor 5 - - - - /parameters/CA_R_REV/bitmask/5/description - - Motor 6 - - - - /parameters/CA_R_REV/bitmask/6/description - - Motor 7 - - - - /parameters/CA_R_REV/bitmask/7/description - - Motor 8 - - - - /parameters/CA_R_REV/bitmask/8/description - - Motor 9 - - - - /parameters/CA_R_REV/bitmask/9/description - - Motor 10 - - - - /parameters/CA_R_REV/bitmask/10/description - - Motor 11 - - - - /parameters/CA_R_REV/bitmask/11/description - - Motor 12 - - - - /parameters/CA_SP0_ANG0/shortDesc - - Angle for swash plate servo 0 - - - - /parameters/CA_SP0_ANG0/longDesc - - The angle is measured clockwise (as seen from top), with 0 pointing forwards (X axis). - - - - /parameters/CA_SP0_ANG1/shortDesc - - Angle for swash plate servo 1 - - - - /parameters/CA_SP0_ANG1/longDesc - - The angle is measured clockwise (as seen from top), with 0 pointing forwards (X axis). - - - - /parameters/CA_SP0_ANG2/shortDesc - - Angle for swash plate servo 2 - - - - /parameters/CA_SP0_ANG2/longDesc - - The angle is measured clockwise (as seen from top), with 0 pointing forwards (X axis). - - - - /parameters/CA_SP0_ANG3/shortDesc - - Angle for swash plate servo 3 - - - - /parameters/CA_SP0_ANG3/longDesc - - The angle is measured clockwise (as seen from top), with 0 pointing forwards (X axis). - - - - /parameters/CA_SP0_ARM_L0/shortDesc - - Arm length for swash plate servo 0 - - - - /parameters/CA_SP0_ARM_L0/longDesc - - This is relative to the other arm lengths. - - - - /parameters/CA_SP0_ARM_L1/shortDesc - - Arm length for swash plate servo 1 - - - - /parameters/CA_SP0_ARM_L1/longDesc - - This is relative to the other arm lengths. - - - - /parameters/CA_SP0_ARM_L2/shortDesc - - Arm length for swash plate servo 2 - - - - /parameters/CA_SP0_ARM_L2/longDesc - - This is relative to the other arm lengths. - - - - /parameters/CA_SP0_ARM_L3/shortDesc - - Arm length for swash plate servo 3 - - - - /parameters/CA_SP0_ARM_L3/longDesc - - This is relative to the other arm lengths. - - - - /parameters/CA_SP0_COUNT/shortDesc - - Number of swash plates servos - - - - /parameters/CA_SP0_COUNT/values/2/description - - 2 - - - - /parameters/CA_SP0_COUNT/values/3/description - - 3 - - - - /parameters/CA_SP0_COUNT/values/4/description - - 4 - - - - /parameters/CA_SV0_SLEW/shortDesc - - Servo 0 slew rate limit - - - - /parameters/CA_SV0_SLEW/longDesc - - Minimum time allowed for the servo input signal to pass through the full output range. A value x means that the servo signal can only go from -1 to 1 in minimum x seconds. Zero means that slew rate limiting is disabled. - - - - /parameters/CA_SV1_SLEW/shortDesc - - Servo 1 slew rate limit - - - - /parameters/CA_SV1_SLEW/longDesc - - Minimum time allowed for the servo input signal to pass through the full output range. A value x means that the servo signal can only go from -1 to 1 in minimum x seconds. Zero means that slew rate limiting is disabled. - - - - /parameters/CA_SV2_SLEW/shortDesc - - Servo 2 slew rate limit - - - - /parameters/CA_SV2_SLEW/longDesc - - Minimum time allowed for the servo input signal to pass through the full output range. A value x means that the servo signal can only go from -1 to 1 in minimum x seconds. Zero means that slew rate limiting is disabled. - - - - /parameters/CA_SV3_SLEW/shortDesc - - Servo 3 slew rate limit - - - - /parameters/CA_SV3_SLEW/longDesc - - Minimum time allowed for the servo input signal to pass through the full output range. A value x means that the servo signal can only go from -1 to 1 in minimum x seconds. Zero means that slew rate limiting is disabled. - - - - /parameters/CA_SV4_SLEW/shortDesc - - Servo 4 slew rate limit - - - - /parameters/CA_SV4_SLEW/longDesc - - Minimum time allowed for the servo input signal to pass through the full output range. A value x means that the servo signal can only go from -1 to 1 in minimum x seconds. Zero means that slew rate limiting is disabled. - - - - /parameters/CA_SV5_SLEW/shortDesc - - Servo 5 slew rate limit - - - - /parameters/CA_SV5_SLEW/longDesc - - Minimum time allowed for the servo input signal to pass through the full output range. A value x means that the servo signal can only go from -1 to 1 in minimum x seconds. Zero means that slew rate limiting is disabled. - - - - /parameters/CA_SV6_SLEW/shortDesc - - Servo 6 slew rate limit - - - - /parameters/CA_SV6_SLEW/longDesc - - Minimum time allowed for the servo input signal to pass through the full output range. A value x means that the servo signal can only go from -1 to 1 in minimum x seconds. Zero means that slew rate limiting is disabled. - - - - /parameters/CA_SV7_SLEW/shortDesc - - Servo 7 slew rate limit - - - - /parameters/CA_SV7_SLEW/longDesc - - Minimum time allowed for the servo input signal to pass through the full output range. A value x means that the servo signal can only go from -1 to 1 in minimum x seconds. Zero means that slew rate limiting is disabled. - - - - /parameters/CA_SV_CS0_FLAP/shortDesc - - Control Surface 0 configuration as flap - - - - /parameters/CA_SV_CS0_SPOIL/shortDesc - - Control Surface 0 configuration as spoiler - - - - /parameters/CA_SV_CS0_TRIM/shortDesc - - Control Surface 0 trim - - - - /parameters/CA_SV_CS0_TRIM/longDesc - - Can be used to add an offset to the servo control. - - - - /parameters/CA_SV_CS0_TRQ_P/shortDesc - - Control Surface 0 pitch torque scaling - - - - /parameters/CA_SV_CS0_TRQ_R/shortDesc - - Control Surface 0 roll torque scaling - - - - /parameters/CA_SV_CS0_TRQ_Y/shortDesc - - Control Surface 0 yaw torque scaling - - - - /parameters/CA_SV_CS0_TYPE/shortDesc - - Control Surface 0 type - - - - /parameters/CA_SV_CS0_TYPE/values/0/description - - (Not set) - - - - /parameters/CA_SV_CS0_TYPE/values/1/description - - Left Aileron - - - - /parameters/CA_SV_CS0_TYPE/values/2/description - - Right Aileron - - - - /parameters/CA_SV_CS0_TYPE/values/3/description - - Elevator - - - - /parameters/CA_SV_CS0_TYPE/values/4/description - - Rudder - - - - /parameters/CA_SV_CS0_TYPE/values/5/description - - Left Elevon - - - - /parameters/CA_SV_CS0_TYPE/values/6/description - - Right Elevon - - - - /parameters/CA_SV_CS0_TYPE/values/7/description - - Left V-Tail - - - - /parameters/CA_SV_CS0_TYPE/values/8/description - - Right V-Tail - - - - /parameters/CA_SV_CS0_TYPE/values/9/description - - Left Flap - - - - /parameters/CA_SV_CS0_TYPE/values/10/description - - Right Flap - - - - /parameters/CA_SV_CS0_TYPE/values/11/description - - Airbrake - - - - /parameters/CA_SV_CS0_TYPE/values/12/description - - Custom - - - - /parameters/CA_SV_CS0_TYPE/values/13/description - - Left A-tail - - - - /parameters/CA_SV_CS0_TYPE/values/14/description - - Right A-tail - - - - /parameters/CA_SV_CS0_TYPE/values/15/description - - Single Channel Aileron - - - - /parameters/CA_SV_CS0_TYPE/values/16/description - - Steering Wheel - - - - /parameters/CA_SV_CS0_TYPE/values/17/description - - Left Spoiler - - - - /parameters/CA_SV_CS0_TYPE/values/18/description - - Right Spoiler - - - - /parameters/CA_SV_CS1_FLAP/shortDesc - - Control Surface 1 configuration as flap - - - - /parameters/CA_SV_CS1_SPOIL/shortDesc - - Control Surface 1 configuration as spoiler - - - - /parameters/CA_SV_CS1_TRIM/shortDesc - - Control Surface 1 trim - - - - /parameters/CA_SV_CS1_TRIM/longDesc - - Can be used to add an offset to the servo control. - - - - /parameters/CA_SV_CS1_TRQ_P/shortDesc - - Control Surface 1 pitch torque scaling - - - - /parameters/CA_SV_CS1_TRQ_R/shortDesc - - Control Surface 1 roll torque scaling - - - - /parameters/CA_SV_CS1_TRQ_Y/shortDesc - - Control Surface 1 yaw torque scaling - - - - /parameters/CA_SV_CS1_TYPE/shortDesc - - Control Surface 1 type - - - - /parameters/CA_SV_CS1_TYPE/values/0/description - - (Not set) - - - - /parameters/CA_SV_CS1_TYPE/values/1/description - - Left Aileron - - - - /parameters/CA_SV_CS1_TYPE/values/2/description - - Right Aileron - - - - /parameters/CA_SV_CS1_TYPE/values/3/description - - Elevator - - - - /parameters/CA_SV_CS1_TYPE/values/4/description - - Rudder - - - - /parameters/CA_SV_CS1_TYPE/values/5/description - - Left Elevon - - - - /parameters/CA_SV_CS1_TYPE/values/6/description - - Right Elevon - - - - /parameters/CA_SV_CS1_TYPE/values/7/description - - Left V-Tail - - - - /parameters/CA_SV_CS1_TYPE/values/8/description - - Right V-Tail - - - - /parameters/CA_SV_CS1_TYPE/values/9/description - - Left Flap - - - - /parameters/CA_SV_CS1_TYPE/values/10/description - - Right Flap - - - - /parameters/CA_SV_CS1_TYPE/values/11/description - - Airbrake - - - - /parameters/CA_SV_CS1_TYPE/values/12/description - - Custom - - - - /parameters/CA_SV_CS1_TYPE/values/13/description - - Left A-tail - - - - /parameters/CA_SV_CS1_TYPE/values/14/description - - Right A-tail - - - - /parameters/CA_SV_CS1_TYPE/values/15/description - - Single Channel Aileron - - - - /parameters/CA_SV_CS1_TYPE/values/16/description - - Steering Wheel - - - - /parameters/CA_SV_CS1_TYPE/values/17/description - - Left Spoiler - - - - /parameters/CA_SV_CS1_TYPE/values/18/description - - Right Spoiler - - - - /parameters/CA_SV_CS2_FLAP/shortDesc - - Control Surface 2 configuration as flap - - - - /parameters/CA_SV_CS2_SPOIL/shortDesc - - Control Surface 2 configuration as spoiler - - - - /parameters/CA_SV_CS2_TRIM/shortDesc - - Control Surface 2 trim - - - - /parameters/CA_SV_CS2_TRIM/longDesc - - Can be used to add an offset to the servo control. - - - - /parameters/CA_SV_CS2_TRQ_P/shortDesc - - Control Surface 2 pitch torque scaling - - - - /parameters/CA_SV_CS2_TRQ_R/shortDesc - - Control Surface 2 roll torque scaling - - - - /parameters/CA_SV_CS2_TRQ_Y/shortDesc - - Control Surface 2 yaw torque scaling - - - - /parameters/CA_SV_CS2_TYPE/shortDesc - - Control Surface 2 type - - - - /parameters/CA_SV_CS2_TYPE/values/0/description - - (Not set) - - - - /parameters/CA_SV_CS2_TYPE/values/1/description - - Left Aileron - - - - /parameters/CA_SV_CS2_TYPE/values/2/description - - Right Aileron - - - - /parameters/CA_SV_CS2_TYPE/values/3/description - - Elevator - - - - /parameters/CA_SV_CS2_TYPE/values/4/description - - Rudder - - - - /parameters/CA_SV_CS2_TYPE/values/5/description - - Left Elevon - - - - /parameters/CA_SV_CS2_TYPE/values/6/description - - Right Elevon - - - - /parameters/CA_SV_CS2_TYPE/values/7/description - - Left V-Tail - - - - /parameters/CA_SV_CS2_TYPE/values/8/description - - Right V-Tail - - - - /parameters/CA_SV_CS2_TYPE/values/9/description - - Left Flap - - - - /parameters/CA_SV_CS2_TYPE/values/10/description - - Right Flap - - - - /parameters/CA_SV_CS2_TYPE/values/11/description - - Airbrake - - - - /parameters/CA_SV_CS2_TYPE/values/12/description - - Custom - - - - /parameters/CA_SV_CS2_TYPE/values/13/description - - Left A-tail - - - - /parameters/CA_SV_CS2_TYPE/values/14/description - - Right A-tail - - - - /parameters/CA_SV_CS2_TYPE/values/15/description - - Single Channel Aileron - - - - /parameters/CA_SV_CS2_TYPE/values/16/description - - Steering Wheel - - - - /parameters/CA_SV_CS2_TYPE/values/17/description - - Left Spoiler - - - - /parameters/CA_SV_CS2_TYPE/values/18/description - - Right Spoiler - - - - /parameters/CA_SV_CS3_FLAP/shortDesc - - Control Surface 3 configuration as flap - - - - /parameters/CA_SV_CS3_SPOIL/shortDesc - - Control Surface 3 configuration as spoiler - - - - /parameters/CA_SV_CS3_TRIM/shortDesc - - Control Surface 3 trim - - - - /parameters/CA_SV_CS3_TRIM/longDesc - - Can be used to add an offset to the servo control. - - - - /parameters/CA_SV_CS3_TRQ_P/shortDesc - - Control Surface 3 pitch torque scaling - - - - /parameters/CA_SV_CS3_TRQ_R/shortDesc - - Control Surface 3 roll torque scaling - - - - /parameters/CA_SV_CS3_TRQ_Y/shortDesc - - Control Surface 3 yaw torque scaling - - - - /parameters/CA_SV_CS3_TYPE/shortDesc - - Control Surface 3 type - - - - /parameters/CA_SV_CS3_TYPE/values/0/description - - (Not set) - - - - /parameters/CA_SV_CS3_TYPE/values/1/description - - Left Aileron - - - - /parameters/CA_SV_CS3_TYPE/values/2/description - - Right Aileron - - - - /parameters/CA_SV_CS3_TYPE/values/3/description - - Elevator - - - - /parameters/CA_SV_CS3_TYPE/values/4/description - - Rudder - - - - /parameters/CA_SV_CS3_TYPE/values/5/description - - Left Elevon - - - - /parameters/CA_SV_CS3_TYPE/values/6/description - - Right Elevon - - - - /parameters/CA_SV_CS3_TYPE/values/7/description - - Left V-Tail - - - - /parameters/CA_SV_CS3_TYPE/values/8/description - - Right V-Tail - - - - /parameters/CA_SV_CS3_TYPE/values/9/description - - Left Flap - - - - /parameters/CA_SV_CS3_TYPE/values/10/description - - Right Flap - - - - /parameters/CA_SV_CS3_TYPE/values/11/description - - Airbrake - - - - /parameters/CA_SV_CS3_TYPE/values/12/description - - Custom - - - - /parameters/CA_SV_CS3_TYPE/values/13/description - - Left A-tail - - - - /parameters/CA_SV_CS3_TYPE/values/14/description - - Right A-tail - - - - /parameters/CA_SV_CS3_TYPE/values/15/description - - Single Channel Aileron - - - - /parameters/CA_SV_CS3_TYPE/values/16/description - - Steering Wheel - - - - /parameters/CA_SV_CS3_TYPE/values/17/description - - Left Spoiler - - - - /parameters/CA_SV_CS3_TYPE/values/18/description - - Right Spoiler - - - - /parameters/CA_SV_CS4_FLAP/shortDesc - - Control Surface 4 configuration as flap - - - - /parameters/CA_SV_CS4_SPOIL/shortDesc - - Control Surface 4 configuration as spoiler - - - - /parameters/CA_SV_CS4_TRIM/shortDesc - - Control Surface 4 trim - - - - /parameters/CA_SV_CS4_TRIM/longDesc - - Can be used to add an offset to the servo control. - - - - /parameters/CA_SV_CS4_TRQ_P/shortDesc - - Control Surface 4 pitch torque scaling - - - - /parameters/CA_SV_CS4_TRQ_R/shortDesc - - Control Surface 4 roll torque scaling - - - - /parameters/CA_SV_CS4_TRQ_Y/shortDesc - - Control Surface 4 yaw torque scaling - - - - /parameters/CA_SV_CS4_TYPE/shortDesc - - Control Surface 4 type - - - - /parameters/CA_SV_CS4_TYPE/values/0/description - - (Not set) - - - - /parameters/CA_SV_CS4_TYPE/values/1/description - - Left Aileron - - - - /parameters/CA_SV_CS4_TYPE/values/2/description - - Right Aileron - - - - /parameters/CA_SV_CS4_TYPE/values/3/description - - Elevator - - - - /parameters/CA_SV_CS4_TYPE/values/4/description - - Rudder - - - - /parameters/CA_SV_CS4_TYPE/values/5/description - - Left Elevon - - - - /parameters/CA_SV_CS4_TYPE/values/6/description - - Right Elevon - - - - /parameters/CA_SV_CS4_TYPE/values/7/description - - Left V-Tail - - - - /parameters/CA_SV_CS4_TYPE/values/8/description - - Right V-Tail - - - - /parameters/CA_SV_CS4_TYPE/values/9/description - - Left Flap - - - - /parameters/CA_SV_CS4_TYPE/values/10/description - - Right Flap - - - - /parameters/CA_SV_CS4_TYPE/values/11/description - - Airbrake - - - - /parameters/CA_SV_CS4_TYPE/values/12/description - - Custom - - - - /parameters/CA_SV_CS4_TYPE/values/13/description - - Left A-tail - - - - /parameters/CA_SV_CS4_TYPE/values/14/description - - Right A-tail - - - - /parameters/CA_SV_CS4_TYPE/values/15/description - - Single Channel Aileron - - - - /parameters/CA_SV_CS4_TYPE/values/16/description - - Steering Wheel - - - - /parameters/CA_SV_CS4_TYPE/values/17/description - - Left Spoiler - - - - /parameters/CA_SV_CS4_TYPE/values/18/description - - Right Spoiler - - - - /parameters/CA_SV_CS5_FLAP/shortDesc - - Control Surface 5 configuration as flap - - - - /parameters/CA_SV_CS5_SPOIL/shortDesc - - Control Surface 5 configuration as spoiler - - - - /parameters/CA_SV_CS5_TRIM/shortDesc - - Control Surface 5 trim - - - - /parameters/CA_SV_CS5_TRIM/longDesc - - Can be used to add an offset to the servo control. - - - - /parameters/CA_SV_CS5_TRQ_P/shortDesc - - Control Surface 5 pitch torque scaling - - - - /parameters/CA_SV_CS5_TRQ_R/shortDesc - - Control Surface 5 roll torque scaling - - - - /parameters/CA_SV_CS5_TRQ_Y/shortDesc - - Control Surface 5 yaw torque scaling - - - - /parameters/CA_SV_CS5_TYPE/shortDesc - - Control Surface 5 type - - - - /parameters/CA_SV_CS5_TYPE/values/0/description - - (Not set) - - - - /parameters/CA_SV_CS5_TYPE/values/1/description - - Left Aileron - - - - /parameters/CA_SV_CS5_TYPE/values/2/description - - Right Aileron - - - - /parameters/CA_SV_CS5_TYPE/values/3/description - - Elevator - - - - /parameters/CA_SV_CS5_TYPE/values/4/description - - Rudder - - - - /parameters/CA_SV_CS5_TYPE/values/5/description - - Left Elevon - - - - /parameters/CA_SV_CS5_TYPE/values/6/description - - Right Elevon - - - - /parameters/CA_SV_CS5_TYPE/values/7/description - - Left V-Tail - - - - /parameters/CA_SV_CS5_TYPE/values/8/description - - Right V-Tail - - - - /parameters/CA_SV_CS5_TYPE/values/9/description - - Left Flap - - - - /parameters/CA_SV_CS5_TYPE/values/10/description - - Right Flap - - - - /parameters/CA_SV_CS5_TYPE/values/11/description - - Airbrake - - - - /parameters/CA_SV_CS5_TYPE/values/12/description - - Custom - - - - /parameters/CA_SV_CS5_TYPE/values/13/description - - Left A-tail - - - - /parameters/CA_SV_CS5_TYPE/values/14/description - - Right A-tail - - - - /parameters/CA_SV_CS5_TYPE/values/15/description - - Single Channel Aileron - - - - /parameters/CA_SV_CS5_TYPE/values/16/description - - Steering Wheel - - - - /parameters/CA_SV_CS5_TYPE/values/17/description - - Left Spoiler - - - - /parameters/CA_SV_CS5_TYPE/values/18/description - - Right Spoiler - - - - /parameters/CA_SV_CS6_FLAP/shortDesc - - Control Surface 6 configuration as flap - - - - /parameters/CA_SV_CS6_SPOIL/shortDesc - - Control Surface 6 configuration as spoiler - - - - /parameters/CA_SV_CS6_TRIM/shortDesc - - Control Surface 6 trim - - - - /parameters/CA_SV_CS6_TRIM/longDesc - - Can be used to add an offset to the servo control. - - - - /parameters/CA_SV_CS6_TRQ_P/shortDesc - - Control Surface 6 pitch torque scaling - - - - /parameters/CA_SV_CS6_TRQ_R/shortDesc - - Control Surface 6 roll torque scaling - - - - /parameters/CA_SV_CS6_TRQ_Y/shortDesc - - Control Surface 6 yaw torque scaling - - - - /parameters/CA_SV_CS6_TYPE/shortDesc - - Control Surface 6 type - - - - /parameters/CA_SV_CS6_TYPE/values/0/description - - (Not set) - - - - /parameters/CA_SV_CS6_TYPE/values/1/description - - Left Aileron - - - - /parameters/CA_SV_CS6_TYPE/values/2/description - - Right Aileron - - - - /parameters/CA_SV_CS6_TYPE/values/3/description - - Elevator - - - - /parameters/CA_SV_CS6_TYPE/values/4/description - - Rudder - - - - /parameters/CA_SV_CS6_TYPE/values/5/description - - Left Elevon - - - - /parameters/CA_SV_CS6_TYPE/values/6/description - - Right Elevon - - - - /parameters/CA_SV_CS6_TYPE/values/7/description - - Left V-Tail - - - - /parameters/CA_SV_CS6_TYPE/values/8/description - - Right V-Tail - - - - /parameters/CA_SV_CS6_TYPE/values/9/description - - Left Flap - - - - /parameters/CA_SV_CS6_TYPE/values/10/description - - Right Flap - - - - /parameters/CA_SV_CS6_TYPE/values/11/description - - Airbrake - - - - /parameters/CA_SV_CS6_TYPE/values/12/description - - Custom - - - - /parameters/CA_SV_CS6_TYPE/values/13/description - - Left A-tail - - - - /parameters/CA_SV_CS6_TYPE/values/14/description - - Right A-tail - - - - /parameters/CA_SV_CS6_TYPE/values/15/description - - Single Channel Aileron - - - - /parameters/CA_SV_CS6_TYPE/values/16/description - - Steering Wheel - - - - /parameters/CA_SV_CS6_TYPE/values/17/description - - Left Spoiler - - - - /parameters/CA_SV_CS6_TYPE/values/18/description - - Right Spoiler - - - - /parameters/CA_SV_CS7_FLAP/shortDesc - - Control Surface 7 configuration as flap - - - - /parameters/CA_SV_CS7_SPOIL/shortDesc - - Control Surface 7 configuration as spoiler - - - - /parameters/CA_SV_CS7_TRIM/shortDesc - - Control Surface 7 trim - - - - /parameters/CA_SV_CS7_TRIM/longDesc - - Can be used to add an offset to the servo control. - - - - /parameters/CA_SV_CS7_TRQ_P/shortDesc - - Control Surface 7 pitch torque scaling - - - - /parameters/CA_SV_CS7_TRQ_R/shortDesc - - Control Surface 7 roll torque scaling - - - - /parameters/CA_SV_CS7_TRQ_Y/shortDesc - - Control Surface 7 yaw torque scaling - - - - /parameters/CA_SV_CS7_TYPE/shortDesc - - Control Surface 7 type - - - - /parameters/CA_SV_CS7_TYPE/values/0/description - - (Not set) - - - - /parameters/CA_SV_CS7_TYPE/values/1/description - - Left Aileron - - - - /parameters/CA_SV_CS7_TYPE/values/2/description - - Right Aileron - - - - /parameters/CA_SV_CS7_TYPE/values/3/description - - Elevator - - - - /parameters/CA_SV_CS7_TYPE/values/4/description - - Rudder - - - - /parameters/CA_SV_CS7_TYPE/values/5/description - - Left Elevon - - - - /parameters/CA_SV_CS7_TYPE/values/6/description - - Right Elevon - - - - /parameters/CA_SV_CS7_TYPE/values/7/description - - Left V-Tail - - - - /parameters/CA_SV_CS7_TYPE/values/8/description - - Right V-Tail - - - - /parameters/CA_SV_CS7_TYPE/values/9/description - - Left Flap - - - - /parameters/CA_SV_CS7_TYPE/values/10/description - - Right Flap - - - - /parameters/CA_SV_CS7_TYPE/values/11/description - - Airbrake - - - - /parameters/CA_SV_CS7_TYPE/values/12/description - - Custom - - - - /parameters/CA_SV_CS7_TYPE/values/13/description - - Left A-tail - - - - /parameters/CA_SV_CS7_TYPE/values/14/description - - Right A-tail - - - - /parameters/CA_SV_CS7_TYPE/values/15/description - - Single Channel Aileron - - - - /parameters/CA_SV_CS7_TYPE/values/16/description - - Steering Wheel - - - - /parameters/CA_SV_CS7_TYPE/values/17/description - - Left Spoiler - - - - /parameters/CA_SV_CS7_TYPE/values/18/description - - Right Spoiler - - - - /parameters/CA_SV_CS_COUNT/shortDesc - - Total number of Control Surfaces - - - - /parameters/CA_SV_CS_COUNT/values/0/description - - 0 - - - - /parameters/CA_SV_CS_COUNT/values/1/description - - 1 - - - - /parameters/CA_SV_CS_COUNT/values/2/description - - 2 - - - - /parameters/CA_SV_CS_COUNT/values/3/description - - 3 - - - - /parameters/CA_SV_CS_COUNT/values/4/description - - 4 - - - - /parameters/CA_SV_CS_COUNT/values/5/description - - 5 - - - - /parameters/CA_SV_CS_COUNT/values/6/description - - 6 - - - - /parameters/CA_SV_CS_COUNT/values/7/description - - 7 - - - - /parameters/CA_SV_CS_COUNT/values/8/description - - 8 - - - - /parameters/CA_SV_TL0_CT/shortDesc - - Tilt 0 is used for control - - - - /parameters/CA_SV_TL0_CT/longDesc - - Define if this servo is used for additional control. - - - - /parameters/CA_SV_TL0_CT/values/0/description - - None - - - - /parameters/CA_SV_TL0_CT/values/1/description - - Yaw - - - - /parameters/CA_SV_TL0_CT/values/2/description - - Pitch - - - - /parameters/CA_SV_TL0_CT/values/3/description - - Yaw and Pitch - - - - /parameters/CA_SV_TL0_MAXA/shortDesc - - Tilt Servo 0 Tilt Angle at Maximum - - - - /parameters/CA_SV_TL0_MAXA/longDesc - - Defines the tilt angle when the servo is at the maximum. An angle of zero means upwards. - - - - /parameters/CA_SV_TL0_MINA/shortDesc - - Tilt Servo 0 Tilt Angle at Minimum - - - - /parameters/CA_SV_TL0_MINA/longDesc - - Defines the tilt angle when the servo is at the minimum. An angle of zero means upwards. - - - - /parameters/CA_SV_TL0_TD/shortDesc - - Tilt Servo 0 Tilt Direction - - - - /parameters/CA_SV_TL0_TD/longDesc - - Defines the direction the servo tilts towards when moving towards the maximum tilt angle. For example if the minimum tilt angle is -90, the maximum 90, and the direction 'Towards Front', the motor axis aligns with the XZ-plane, points towards -X at the minimum and +X at the maximum tilt. - - - - /parameters/CA_SV_TL0_TD/values/0/description - - Towards Front - - - - /parameters/CA_SV_TL0_TD/values/90/description - - Towards Right - - - - /parameters/CA_SV_TL1_CT/shortDesc - - Tilt 1 is used for control - - - - /parameters/CA_SV_TL1_CT/longDesc - - Define if this servo is used for additional control. - - - - /parameters/CA_SV_TL1_CT/values/0/description - - None - - - - /parameters/CA_SV_TL1_CT/values/1/description - - Yaw - - - - /parameters/CA_SV_TL1_CT/values/2/description - - Pitch - - - - /parameters/CA_SV_TL1_CT/values/3/description - - Yaw and Pitch - - - - /parameters/CA_SV_TL1_MAXA/shortDesc - - Tilt Servo 1 Tilt Angle at Maximum - - - - /parameters/CA_SV_TL1_MAXA/longDesc - - Defines the tilt angle when the servo is at the maximum. An angle of zero means upwards. - - - - /parameters/CA_SV_TL1_MINA/shortDesc - - Tilt Servo 1 Tilt Angle at Minimum - - - - /parameters/CA_SV_TL1_MINA/longDesc - - Defines the tilt angle when the servo is at the minimum. An angle of zero means upwards. - - - - /parameters/CA_SV_TL1_TD/shortDesc - - Tilt Servo 1 Tilt Direction - - - - /parameters/CA_SV_TL1_TD/longDesc - - Defines the direction the servo tilts towards when moving towards the maximum tilt angle. For example if the minimum tilt angle is -90, the maximum 90, and the direction 'Towards Front', the motor axis aligns with the XZ-plane, points towards -X at the minimum and +X at the maximum tilt. - - - - /parameters/CA_SV_TL1_TD/values/0/description - - Towards Front - - - - /parameters/CA_SV_TL1_TD/values/90/description - - Towards Right - - - - /parameters/CA_SV_TL2_CT/shortDesc - - Tilt 2 is used for control - - - - /parameters/CA_SV_TL2_CT/longDesc - - Define if this servo is used for additional control. - - - - /parameters/CA_SV_TL2_CT/values/0/description - - None - - - - /parameters/CA_SV_TL2_CT/values/1/description - - Yaw - - - - /parameters/CA_SV_TL2_CT/values/2/description - - Pitch - - - - /parameters/CA_SV_TL2_CT/values/3/description - - Yaw and Pitch - - - - /parameters/CA_SV_TL2_MAXA/shortDesc - - Tilt Servo 2 Tilt Angle at Maximum - - - - /parameters/CA_SV_TL2_MAXA/longDesc - - Defines the tilt angle when the servo is at the maximum. An angle of zero means upwards. - - - - /parameters/CA_SV_TL2_MINA/shortDesc - - Tilt Servo 2 Tilt Angle at Minimum - - - - /parameters/CA_SV_TL2_MINA/longDesc - - Defines the tilt angle when the servo is at the minimum. An angle of zero means upwards. - - - - /parameters/CA_SV_TL2_TD/shortDesc - - Tilt Servo 2 Tilt Direction - - - - /parameters/CA_SV_TL2_TD/longDesc - - Defines the direction the servo tilts towards when moving towards the maximum tilt angle. For example if the minimum tilt angle is -90, the maximum 90, and the direction 'Towards Front', the motor axis aligns with the XZ-plane, points towards -X at the minimum and +X at the maximum tilt. - - - - /parameters/CA_SV_TL2_TD/values/0/description - - Towards Front - - - - /parameters/CA_SV_TL2_TD/values/90/description - - Towards Right - - - - /parameters/CA_SV_TL3_CT/shortDesc - - Tilt 3 is used for control - - - - /parameters/CA_SV_TL3_CT/longDesc - - Define if this servo is used for additional control. - - - - /parameters/CA_SV_TL3_CT/values/0/description - - None - - - - /parameters/CA_SV_TL3_CT/values/1/description - - Yaw - - - - /parameters/CA_SV_TL3_CT/values/2/description - - Pitch - - - - /parameters/CA_SV_TL3_CT/values/3/description - - Yaw and Pitch - - - - /parameters/CA_SV_TL3_MAXA/shortDesc - - Tilt Servo 3 Tilt Angle at Maximum - - - - /parameters/CA_SV_TL3_MAXA/longDesc - - Defines the tilt angle when the servo is at the maximum. An angle of zero means upwards. - - - - /parameters/CA_SV_TL3_MINA/shortDesc - - Tilt Servo 3 Tilt Angle at Minimum - - - - /parameters/CA_SV_TL3_MINA/longDesc - - Defines the tilt angle when the servo is at the minimum. An angle of zero means upwards. - - - - /parameters/CA_SV_TL3_TD/shortDesc - - Tilt Servo 3 Tilt Direction - - - - /parameters/CA_SV_TL3_TD/longDesc - - Defines the direction the servo tilts towards when moving towards the maximum tilt angle. For example if the minimum tilt angle is -90, the maximum 90, and the direction 'Towards Front', the motor axis aligns with the XZ-plane, points towards -X at the minimum and +X at the maximum tilt. - - - - /parameters/CA_SV_TL3_TD/values/0/description - - Towards Front - - - - /parameters/CA_SV_TL3_TD/values/90/description - - Towards Right - - - - /parameters/CA_SV_TL_COUNT/shortDesc - - Total number of Tilt Servos - - - - /parameters/CA_SV_TL_COUNT/values/0/description - - 0 - - - - /parameters/CA_SV_TL_COUNT/values/1/description - - 1 - - - - /parameters/CA_SV_TL_COUNT/values/2/description - - 2 - - - - /parameters/CA_SV_TL_COUNT/values/3/description - - 3 - - - - /parameters/CA_SV_TL_COUNT/values/4/description - - 4 - - - - /parameters/HTE_ACC_GATE/shortDesc - - Gate size for acceleration fusion - - - - /parameters/HTE_ACC_GATE/longDesc - - Sets the number of standard deviations used by the innovation consistency test. - - - - /parameters/HTE_HT_ERR_INIT/shortDesc - - 1-sigma initial hover thrust uncertainty - - - - /parameters/HTE_HT_ERR_INIT/longDesc - - Sets the number of standard deviations used by the innovation consistency test. - - - - /parameters/HTE_HT_NOISE/shortDesc - - Hover thrust process noise - - - - /parameters/HTE_HT_NOISE/longDesc - - Reduce to make the hover thrust estimate more stable, increase if the real hover thrust is expected to change quickly over time. - - - - /parameters/HTE_THR_RANGE/shortDesc - - Max deviation from MPC_THR_HOVER - - - - /parameters/HTE_THR_RANGE/longDesc - - Defines the range of the hover thrust estimate around MPC_THR_HOVER. A value of 0.2 with MPC_THR_HOVER at 0.5 results in a range of [0.3, 0.7]. Set to a large value if the vehicle operates in varying physical conditions that affect the required hover thrust strongly (e.g. differently sized payloads). - - - - /parameters/HTE_VXY_THR/shortDesc - - Horizontal velocity threshold for sensitivity reduction - - - - /parameters/HTE_VXY_THR/longDesc - - Above this speed, the measurement noise is linearly increased to reduce the sensitivity of the estimator from biased measurement. Set to a low value on vehicles with large lifting surfaces. - - - - /parameters/HTE_VZ_THR/shortDesc - - Vertical velocity threshold for sensitivity reduction - - - - /parameters/HTE_VZ_THR/longDesc - - Above this speed, the measurement noise is linearly increased to reduce the sensitivity of the estimator from biased measurement. Set to a low value on vehicles affected by air drag when climbing or descending. - - - - /parameters/ISBD_CONFIG/shortDesc - - Serial Configuration for Iridium (with MAVLink) - - - - /parameters/ISBD_CONFIG/longDesc - - Configure on which serial port to run Iridium (with MAVLink). - - - - /parameters/ISBD_CONFIG/values/0/description - - Disabled - - - - /parameters/ISBD_CONFIG/values/6/description - - UART 6 - - - - /parameters/ISBD_CONFIG/values/101/description - - TELEM 1 - - - - /parameters/ISBD_CONFIG/values/102/description - - TELEM 2 - - - - /parameters/ISBD_CONFIG/values/103/description - - TELEM 3 - - - - /parameters/ISBD_CONFIG/values/104/description - - TELEM/SERIAL 4 - - - - /parameters/ISBD_CONFIG/values/201/description - - GPS 1 - - - - /parameters/ISBD_CONFIG/values/202/description - - GPS 2 - - - - /parameters/ISBD_CONFIG/values/203/description - - GPS 3 - - - - /parameters/ISBD_CONFIG/values/300/description - - Radio Controller - - - - /parameters/ISBD_CONFIG/values/301/description - - Wifi Port - - - - /parameters/ISBD_CONFIG/values/401/description - - EXT2 - - - - /parameters/ISBD_READ_INT/shortDesc - - Satellite radio read interval. Only required to be nonzero if data is not sent using a ring call - - - - /parameters/ISBD_SBD_TIMEOUT/shortDesc - - Iridium SBD session timeout - - - - /parameters/ISBD_STACK_TIME/shortDesc - - Time the Iridium driver will wait for additional mavlink messages to combine them into one SBD message - - - - /parameters/ISBD_STACK_TIME/longDesc - - Value 0 turns the functionality off - - - - /parameters/LNDFW_AIRSPD_MAX/shortDesc - - Fixed-wing land detector: Max airspeed - - - - /parameters/LNDFW_AIRSPD_MAX/longDesc - - Maximum airspeed allowed in the landed state - - - - /parameters/LNDFW_TRIG_TIME/shortDesc - - Fixed-wing land detection trigger time - - - - /parameters/LNDFW_TRIG_TIME/longDesc - - Time the land conditions (speeds and acceleration) have to be satisfied to detect a landing. - - - - /parameters/LNDFW_VEL_XY_MAX/shortDesc - - Fixed-wing land detector: Max horizontal velocity threshold - - - - /parameters/LNDFW_VEL_XY_MAX/longDesc - - Maximum horizontal velocity allowed in the landed state. A factor of 0.7 is applied in case of airspeed-less flying (either because no sensor is present or sensor data got invalid in flight). - - - - /parameters/LNDFW_VEL_Z_MAX/shortDesc - - Fixed-wing land detector: Max vertiacal velocity threshold - - - - /parameters/LNDFW_VEL_Z_MAX/longDesc - - Maximum vertical velocity allowed in the landed state. - - - - /parameters/LNDFW_XYACC_MAX/shortDesc - - Fixed-wing land detector: Max horizontal acceleration - - - - /parameters/LNDFW_XYACC_MAX/longDesc - - Maximum horizontal (x,y body axes) acceleration allowed in the landed state - - - - /parameters/LNDMC_ALT_GND/shortDesc - - Ground effect altitude for multicopters - - - - /parameters/LNDMC_ALT_GND/longDesc - - The height above ground below which ground effect creates barometric altitude errors. A negative value indicates no ground effect. - - - - /parameters/LNDMC_ROT_MAX/shortDesc - - Multicopter max rotation - - - - /parameters/LNDMC_ROT_MAX/longDesc - - Maximum allowed angular velocity around each axis allowed in the landed state. - - - - /parameters/LNDMC_TRIG_TIME/shortDesc - - Multicopter land detection trigger time - - - - /parameters/LNDMC_TRIG_TIME/longDesc - - Total time it takes to go through all three land detection stages: ground contact, maybe landed, landed when all necessary conditions are constantly met. - - - - /parameters/LNDMC_XY_VEL_MAX/shortDesc - - Multicopter max horizontal velocity - - - - /parameters/LNDMC_XY_VEL_MAX/longDesc - - Maximum horizontal velocity allowed in the landed state - - - - /parameters/LNDMC_Z_VEL_MAX/shortDesc - - Multicopter vertical velocity threshold - - - - /parameters/LNDMC_Z_VEL_MAX/longDesc - - Vertical velocity threshold to detect landing. Has to be set lower than the expected minimal speed for landing, which is either MPC_LAND_SPEED or MPC_LAND_CRWL. This is enforced by an automatic check. - - - - /parameters/LND_FLIGHT_T_HI/shortDesc - - Total flight time in microseconds - - - - /parameters/LND_FLIGHT_T_HI/longDesc - - Total flight time of this autopilot. Higher 32 bits of the value. Flight time in microseconds = (LND_FLIGHT_T_HI << 32) | LND_FLIGHT_T_LO. - - - - /parameters/LND_FLIGHT_T_LO/shortDesc - - Total flight time in microseconds - - - - /parameters/LND_FLIGHT_T_LO/longDesc - - Total flight time of this autopilot. Lower 32 bits of the value. Flight time in microseconds = (LND_FLIGHT_T_HI << 32) | LND_FLIGHT_T_LO. - - - - /parameters/LTEST_ACC_UNC/shortDesc - - Acceleration uncertainty - - - - /parameters/LTEST_ACC_UNC/longDesc - - Variance of acceleration measurement used for landing target position prediction. Higher values results in tighter following of the measurements and more lenient outlier rejection - - - - /parameters/LTEST_MEAS_UNC/shortDesc - - Landing target measurement uncertainty - - - - /parameters/LTEST_MEAS_UNC/longDesc - - Variance of the landing target measurement from the driver. Higher values result in less aggressive following of the measurement and a smoother output as well as fewer rejected measurements. - - - - /parameters/LTEST_MODE/shortDesc - - Landing target mode - - - - /parameters/LTEST_MODE/longDesc - - Configure the mode of the landing target. Depending on the mode, the landing target observations are used differently to aid position estimation. Mode Moving: The landing target may be moving around while in the field of view of the vehicle. Landing target measurements are not used to aid positioning. Mode Stationary: The landing target is stationary. Measured velocity w.r.t. the landing target is used to aid velocity estimation. - - - - /parameters/LTEST_MODE/values/0/description - - Moving - - - - /parameters/LTEST_MODE/values/1/description - - Stationary - - - - /parameters/LTEST_POS_UNC_IN/shortDesc - - Initial landing target position uncertainty - - - - /parameters/LTEST_POS_UNC_IN/longDesc - - Initial variance of the relative landing target position in x and y direction - - - - /parameters/LTEST_SCALE_X/shortDesc - - Scale factor for sensor measurements in sensor x axis - - - - /parameters/LTEST_SCALE_X/longDesc - - Landing target x measurements are scaled by this factor before being used - - - - /parameters/LTEST_SCALE_Y/shortDesc - - Scale factor for sensor measurements in sensor y axis - - - - /parameters/LTEST_SCALE_Y/longDesc - - Landing target y measurements are scaled by this factor before being used - - - - /parameters/LTEST_SENS_POS_X/shortDesc - - X Position of IRLOCK in body frame (forward) - - - - /parameters/LTEST_SENS_POS_Y/shortDesc - - Y Position of IRLOCK in body frame (right) - - - - /parameters/LTEST_SENS_POS_Z/shortDesc - - Z Position of IRLOCK in body frame (downward) - - - - /parameters/LTEST_SENS_ROT/shortDesc - - Rotation of IRLOCK sensor relative to airframe - - - - /parameters/LTEST_SENS_ROT/longDesc - - Default orientation of Yaw 90° - - - - /parameters/LTEST_SENS_ROT/values/0/description - - No rotation - - - - /parameters/LTEST_SENS_ROT/values/1/description - - Yaw 45° - - - - /parameters/LTEST_SENS_ROT/values/2/description - - Yaw 90° - - - - /parameters/LTEST_SENS_ROT/values/3/description - - Yaw 135° - - - - /parameters/LTEST_SENS_ROT/values/4/description - - Yaw 180° - - - - /parameters/LTEST_SENS_ROT/values/5/description - - Yaw 225° - - - - /parameters/LTEST_SENS_ROT/values/6/description - - Yaw 270° - - - - /parameters/LTEST_SENS_ROT/values/7/description - - Yaw 315° - - - - /parameters/LTEST_VEL_UNC_IN/shortDesc - - Initial landing target velocity uncertainty - - - - /parameters/LTEST_VEL_UNC_IN/longDesc - - Initial variance of the relative landing target velocity in x and y directions - - - - /parameters/LPE_ACC_XY/shortDesc - - Accelerometer xy noise density - - - - /parameters/LPE_ACC_XY/longDesc - - Data sheet noise density = 150ug/sqrt(Hz) = 0.0015 m/s^2/sqrt(Hz) Larger than data sheet to account for tilt error. - - - - /parameters/LPE_ACC_Z/shortDesc - - Accelerometer z noise density - - - - /parameters/LPE_ACC_Z/longDesc - - Data sheet noise density = 150ug/sqrt(Hz) = 0.0015 m/s^2/sqrt(Hz) - - - - /parameters/LPE_BAR_Z/shortDesc - - Barometric presssure altitude z standard deviation - - - - /parameters/LPE_EN/shortDesc - - Local position estimator enable (unsupported) - - - - /parameters/LPE_EN/values/0/description - - Disabled - - - - /parameters/LPE_EN/values/1/description - - Enabled - - - - /parameters/LPE_EPH_MAX/shortDesc - - Max EPH allowed for GPS initialization - - - - /parameters/LPE_EPV_MAX/shortDesc - - Max EPV allowed for GPS initialization - - - - /parameters/LPE_FAKE_ORIGIN/shortDesc - - Enable publishing of a fake global position (e.g for AUTO missions using Optical Flow) - - - - /parameters/LPE_FAKE_ORIGIN/longDesc - - By initializing the estimator to the LPE_LAT/LON parameters when global information is unavailable - - - - /parameters/LPE_FGYRO_HP/shortDesc - - Flow gyro high pass filter cut off frequency - - - - /parameters/LPE_FLW_OFF_Z/shortDesc - - Optical flow z offset from center - - - - /parameters/LPE_FLW_QMIN/shortDesc - - Optical flow minimum quality threshold - - - - /parameters/LPE_FLW_R/shortDesc - - Optical flow rotation (roll/pitch) noise gain - - - - /parameters/LPE_FLW_RR/shortDesc - - Optical flow angular velocity noise gain - - - - /parameters/LPE_FLW_SCALE/shortDesc - - Optical flow scale - - - - /parameters/LPE_FUSION/shortDesc - - Integer bitmask controlling data fusion - - - - /parameters/LPE_FUSION/longDesc - - Set bits in the following positions to enable: 0 : Set to true to fuse GPS data if available, also requires GPS for altitude init 1 : Set to true to fuse optical flow data if available 2 : Set to true to fuse vision position 3 : Set to true to enable landing target 4 : Set to true to fuse land detector 5 : Set to true to publish AGL as local position down component 6 : Set to true to enable flow gyro compensation 7 : Set to true to enable baro fusion default (145 - GPS, baro, land detector) - - - - /parameters/LPE_FUSION/bitmask/0/description - - fuse GPS, requires GPS for alt. init - - - - /parameters/LPE_FUSION/bitmask/1/description - - fuse optical flow - - - - /parameters/LPE_FUSION/bitmask/2/description - - fuse vision position - - - - /parameters/LPE_FUSION/bitmask/3/description - - fuse landing target - - - - /parameters/LPE_FUSION/bitmask/4/description - - fuse land detector - - - - /parameters/LPE_FUSION/bitmask/5/description - - pub agl as lpos down - - - - /parameters/LPE_FUSION/bitmask/6/description - - flow gyro compensation - - - - /parameters/LPE_FUSION/bitmask/7/description - - fuse baro - - - - /parameters/LPE_GPS_DELAY/shortDesc - - GPS delay compensaton - - - - /parameters/LPE_GPS_VXY/shortDesc - - GPS xy velocity standard deviation - - - - /parameters/LPE_GPS_VXY/longDesc - - EPV used if greater than this value. - - - - /parameters/LPE_GPS_VZ/shortDesc - - GPS z velocity standard deviation - - - - /parameters/LPE_GPS_XY/shortDesc - - Minimum GPS xy standard deviation, uses reported EPH if greater - - - - /parameters/LPE_GPS_Z/shortDesc - - Minimum GPS z standard deviation, uses reported EPV if greater - - - - /parameters/LPE_LAND_VXY/shortDesc - - Land detector xy velocity standard deviation - - - - /parameters/LPE_LAND_Z/shortDesc - - Land detector z standard deviation - - - - /parameters/LPE_LAT/shortDesc - - Local origin latitude for nav w/o GPS - - - - /parameters/LPE_LDR_OFF_Z/shortDesc - - Lidar z offset from center of vehicle +down - - - - /parameters/LPE_LDR_Z/shortDesc - - Lidar z standard deviation - - - - /parameters/LPE_LON/shortDesc - - Local origin longitude for nav w/o GPS - - - - /parameters/LPE_LT_COV/shortDesc - - Minimum landing target standard covariance, uses reported covariance if greater - - - - /parameters/LPE_PN_B/shortDesc - - Accel bias propagation noise density - - - - /parameters/LPE_PN_P/shortDesc - - Position propagation noise density - - - - /parameters/LPE_PN_P/longDesc - - Increase to trust measurements more. Decrease to trust model more. - - - - /parameters/LPE_PN_T/shortDesc - - Terrain random walk noise density, hilly/outdoor (0.1), flat/Indoor (0.001) - - - - /parameters/LPE_PN_V/shortDesc - - Velocity propagation noise density - - - - /parameters/LPE_PN_V/longDesc - - Increase to trust measurements more. Decrease to trust model more. - - - - /parameters/LPE_SNR_OFF_Z/shortDesc - - Sonar z offset from center of vehicle +down - - - - /parameters/LPE_SNR_Z/shortDesc - - Sonar z standard deviation - - - - /parameters/LPE_T_MAX_GRADE/shortDesc - - Terrain maximum percent grade, hilly/outdoor (100 = 45 deg), flat/Indoor (0 = 0 deg) - - - - /parameters/LPE_T_MAX_GRADE/longDesc - - Used to calculate increased terrain random walk nosie due to movement. - - - - /parameters/LPE_VIC_P/shortDesc - - Vicon position standard deviation - - - - /parameters/LPE_VIS_DELAY/shortDesc - - Vision delay compensation - - - - /parameters/LPE_VIS_DELAY/longDesc - - Set to zero to enable automatic compensation from measurement timestamps - - - - /parameters/LPE_VIS_XY/shortDesc - - Vision xy standard deviation - - - - /parameters/LPE_VIS_Z/shortDesc - - Vision z standard deviation - - - - /parameters/LPE_VXY_PUB/shortDesc - - Required velocity xy standard deviation to publish position - - - - /parameters/LPE_X_LP/shortDesc - - Cut frequency for state publication - - - - /parameters/LPE_Z_PUB/shortDesc - - Required z standard deviation to publish altitude/ terrain - - - - /parameters/MAV_0_BROADCAST/shortDesc - - Broadcast heartbeats on local network for MAVLink instance 0 - - - - /parameters/MAV_0_BROADCAST/longDesc - - This allows a ground control station to automatically find the drone on the local network. - - - - /parameters/MAV_0_BROADCAST/values/0/description - - Never broadcast - - - - /parameters/MAV_0_BROADCAST/values/1/description - - Always broadcast - - - - /parameters/MAV_0_BROADCAST/values/2/description - - Only multicast - - - - /parameters/MAV_0_CONFIG/shortDesc - - Serial Configuration for MAVLink (instance 0) - - - - /parameters/MAV_0_CONFIG/longDesc - - Configure on which serial port to run MAVLink. - - - - /parameters/MAV_0_CONFIG/values/0/description - - Disabled - - - - /parameters/MAV_0_CONFIG/values/6/description - - UART 6 - - - - /parameters/MAV_0_CONFIG/values/101/description - - TELEM 1 - - - - /parameters/MAV_0_CONFIG/values/102/description - - TELEM 2 - - - - /parameters/MAV_0_CONFIG/values/103/description - - TELEM 3 - - - - /parameters/MAV_0_CONFIG/values/104/description - - TELEM/SERIAL 4 - - - - /parameters/MAV_0_CONFIG/values/201/description - - GPS 1 - - - - /parameters/MAV_0_CONFIG/values/202/description - - GPS 2 - - - - /parameters/MAV_0_CONFIG/values/203/description - - GPS 3 - - - - /parameters/MAV_0_CONFIG/values/300/description - - Radio Controller - - - - /parameters/MAV_0_CONFIG/values/301/description - - Wifi Port - - - - /parameters/MAV_0_CONFIG/values/401/description - - EXT2 - - - - /parameters/MAV_0_CONFIG/values/1000/description - - Ethernet - - - - /parameters/MAV_0_FLOW_CTRL/shortDesc - - Enable serial flow control for instance 0 - - - - /parameters/MAV_0_FLOW_CTRL/longDesc - - This is used to force flow control on or off for the the mavlink instance. By default it is auto detected. Use when auto detection fails. - - - - /parameters/MAV_0_FLOW_CTRL/values/0/description - - Force off - - - - /parameters/MAV_0_FLOW_CTRL/values/1/description - - Force on - - - - /parameters/MAV_0_FLOW_CTRL/values/2/description - - Auto-detected - - - - /parameters/MAV_0_FORWARD/shortDesc - - Enable MAVLink Message forwarding for instance 0 - - - - /parameters/MAV_0_FORWARD/longDesc - - If enabled, forward incoming MAVLink messages to other MAVLink ports if the message is either broadcast or the target is not the autopilot. This allows for example a GCS to talk to a camera that is connected to the autopilot via MAVLink (on a different link than the GCS). - - - - /parameters/MAV_0_FORWARD/values/0/description - - Disabled - - - - /parameters/MAV_0_FORWARD/values/1/description - - Enabled - - - - /parameters/MAV_0_MODE/shortDesc - - MAVLink Mode for instance 0 - - - - /parameters/MAV_0_MODE/longDesc - - The MAVLink Mode defines the set of streamed messages (for example the vehicle's attitude) and their sending rates. - - - - /parameters/MAV_0_MODE/values/0/description - - Normal - - - - /parameters/MAV_0_MODE/values/1/description - - Custom - - - - /parameters/MAV_0_MODE/values/2/description - - Onboard - - - - /parameters/MAV_0_MODE/values/3/description - - OSD - - - - /parameters/MAV_0_MODE/values/4/description - - Magic - - - - /parameters/MAV_0_MODE/values/5/description - - Config - - - - /parameters/MAV_0_MODE/values/7/description - - Minimal - - - - /parameters/MAV_0_MODE/values/8/description - - External Vision - - - - /parameters/MAV_0_MODE/values/10/description - - Gimbal - - - - /parameters/MAV_0_MODE/values/11/description - - Onboard Low Bandwidth - - - - /parameters/MAV_0_MODE/values/12/description - - uAvionix - - - - /parameters/MAV_0_RADIO_CTL/shortDesc - - Enable software throttling of mavlink on instance 0 - - - - /parameters/MAV_0_RADIO_CTL/longDesc - - If enabled, MAVLink messages will be throttled according to `txbuf` field reported by radio_status. Requires a radio to send the mavlink message RADIO_STATUS. - - - - /parameters/MAV_0_RADIO_CTL/values/0/description - - Disabled - - - - /parameters/MAV_0_RADIO_CTL/values/1/description - - Enabled - - - - /parameters/MAV_0_RATE/shortDesc - - Maximum MAVLink sending rate for instance 0 - - - - /parameters/MAV_0_RATE/longDesc - - Configure the maximum sending rate for the MAVLink streams in Bytes/sec. If the configured streams exceed the maximum rate, the sending rate of each stream is automatically decreased. If this is set to 0 a value of half of the theoretical maximum bandwidth is used. This corresponds to baudrate/20 Bytes/s (baudrate/10 = maximum data rate on 8N1-configured links). - - - - /parameters/MAV_0_REMOTE_PRT/shortDesc - - MAVLink Remote Port for instance 0 - - - - /parameters/MAV_0_REMOTE_PRT/longDesc - - If ethernet enabled and selected as configuration for MAVLink instance 0, selected remote port will be set and used in MAVLink instance 0. - - - - /parameters/MAV_0_UDP_PRT/shortDesc - - MAVLink Network Port for instance 0 - - - - /parameters/MAV_0_UDP_PRT/longDesc - - If ethernet enabled and selected as configuration for MAVLink instance 0, selected udp port will be set and used in MAVLink instance 0. - - - - /parameters/MAV_1_BROADCAST/shortDesc - - Broadcast heartbeats on local network for MAVLink instance 1 - - - - /parameters/MAV_1_BROADCAST/longDesc - - This allows a ground control station to automatically find the drone on the local network. - - - - /parameters/MAV_1_BROADCAST/values/0/description - - Never broadcast - - - - /parameters/MAV_1_BROADCAST/values/1/description - - Always broadcast - - - - /parameters/MAV_1_BROADCAST/values/2/description - - Only multicast - - - - /parameters/MAV_1_CONFIG/shortDesc - - Serial Configuration for MAVLink (instance 1) - - - - /parameters/MAV_1_CONFIG/longDesc - - Configure on which serial port to run MAVLink. - - - - /parameters/MAV_1_CONFIG/values/0/description - - Disabled - - - - /parameters/MAV_1_CONFIG/values/6/description - - UART 6 - - - - /parameters/MAV_1_CONFIG/values/101/description - - TELEM 1 - - - - /parameters/MAV_1_CONFIG/values/102/description - - TELEM 2 - - - - /parameters/MAV_1_CONFIG/values/103/description - - TELEM 3 - - - - /parameters/MAV_1_CONFIG/values/104/description - - TELEM/SERIAL 4 - - - - /parameters/MAV_1_CONFIG/values/201/description - - GPS 1 - - - - /parameters/MAV_1_CONFIG/values/202/description - - GPS 2 - - - - /parameters/MAV_1_CONFIG/values/203/description - - GPS 3 - - - - /parameters/MAV_1_CONFIG/values/300/description - - Radio Controller - - - - /parameters/MAV_1_CONFIG/values/301/description - - Wifi Port - - - - /parameters/MAV_1_CONFIG/values/401/description - - EXT2 - - - - /parameters/MAV_1_CONFIG/values/1000/description - - Ethernet - - - - /parameters/MAV_1_FLOW_CTRL/shortDesc - - Enable serial flow control for instance 1 - - - - /parameters/MAV_1_FLOW_CTRL/longDesc - - This is used to force flow control on or off for the the mavlink instance. By default it is auto detected. Use when auto detection fails. - - - - /parameters/MAV_1_FLOW_CTRL/values/0/description - - Force off - - - - /parameters/MAV_1_FLOW_CTRL/values/1/description - - Force on - - - - /parameters/MAV_1_FLOW_CTRL/values/2/description - - Auto-detected - - - - /parameters/MAV_1_FORWARD/shortDesc - - Enable MAVLink Message forwarding for instance 1 - - - - /parameters/MAV_1_FORWARD/longDesc - - If enabled, forward incoming MAVLink messages to other MAVLink ports if the message is either broadcast or the target is not the autopilot. This allows for example a GCS to talk to a camera that is connected to the autopilot via MAVLink (on a different link than the GCS). - - - - /parameters/MAV_1_FORWARD/values/0/description - - Disabled - - - - /parameters/MAV_1_FORWARD/values/1/description - - Enabled - - - - /parameters/MAV_1_MODE/shortDesc - - MAVLink Mode for instance 1 - - - - /parameters/MAV_1_MODE/longDesc - - The MAVLink Mode defines the set of streamed messages (for example the vehicle's attitude) and their sending rates. - - - - /parameters/MAV_1_MODE/values/0/description - - Normal - - - - /parameters/MAV_1_MODE/values/1/description - - Custom - - - - /parameters/MAV_1_MODE/values/2/description - - Onboard - - - - /parameters/MAV_1_MODE/values/3/description - - OSD - - - - /parameters/MAV_1_MODE/values/4/description - - Magic - - - - /parameters/MAV_1_MODE/values/5/description - - Config - - - - /parameters/MAV_1_MODE/values/7/description - - Minimal - - - - /parameters/MAV_1_MODE/values/8/description - - External Vision - - - - /parameters/MAV_1_MODE/values/10/description - - Gimbal - - - - /parameters/MAV_1_MODE/values/11/description - - Onboard Low Bandwidth - - - - /parameters/MAV_1_MODE/values/12/description - - uAvionix - - - - /parameters/MAV_1_RADIO_CTL/shortDesc - - Enable software throttling of mavlink on instance 1 - - - - /parameters/MAV_1_RADIO_CTL/longDesc - - If enabled, MAVLink messages will be throttled according to `txbuf` field reported by radio_status. Requires a radio to send the mavlink message RADIO_STATUS. - - - - /parameters/MAV_1_RADIO_CTL/values/0/description - - Disabled - - - - /parameters/MAV_1_RADIO_CTL/values/1/description - - Enabled - - - - /parameters/MAV_1_RATE/shortDesc - - Maximum MAVLink sending rate for instance 1 - - - - /parameters/MAV_1_RATE/longDesc - - Configure the maximum sending rate for the MAVLink streams in Bytes/sec. If the configured streams exceed the maximum rate, the sending rate of each stream is automatically decreased. If this is set to 0 a value of half of the theoretical maximum bandwidth is used. This corresponds to baudrate/20 Bytes/s (baudrate/10 = maximum data rate on 8N1-configured links). - - - - /parameters/MAV_1_REMOTE_PRT/shortDesc - - MAVLink Remote Port for instance 1 - - - - /parameters/MAV_1_REMOTE_PRT/longDesc - - If ethernet enabled and selected as configuration for MAVLink instance 1, selected remote port will be set and used in MAVLink instance 1. - - - - /parameters/MAV_1_UDP_PRT/shortDesc - - MAVLink Network Port for instance 1 - - - - /parameters/MAV_1_UDP_PRT/longDesc - - If ethernet enabled and selected as configuration for MAVLink instance 1, selected udp port will be set and used in MAVLink instance 1. - - - - /parameters/MAV_2_BROADCAST/shortDesc - - Broadcast heartbeats on local network for MAVLink instance 2 - - - - /parameters/MAV_2_BROADCAST/longDesc - - This allows a ground control station to automatically find the drone on the local network. - - - - /parameters/MAV_2_BROADCAST/values/0/description - - Never broadcast - - - - /parameters/MAV_2_BROADCAST/values/1/description - - Always broadcast - - - - /parameters/MAV_2_BROADCAST/values/2/description - - Only multicast - - - - /parameters/MAV_2_CONFIG/shortDesc - - Serial Configuration for MAVLink (instance 2) - - - - /parameters/MAV_2_CONFIG/longDesc - - Configure on which serial port to run MAVLink. - - - - /parameters/MAV_2_CONFIG/values/0/description - - Disabled - - - - /parameters/MAV_2_CONFIG/values/6/description - - UART 6 - - - - /parameters/MAV_2_CONFIG/values/101/description - - TELEM 1 - - - - /parameters/MAV_2_CONFIG/values/102/description - - TELEM 2 - - - - /parameters/MAV_2_CONFIG/values/103/description - - TELEM 3 - - - - /parameters/MAV_2_CONFIG/values/104/description - - TELEM/SERIAL 4 - - - - /parameters/MAV_2_CONFIG/values/201/description - - GPS 1 - - - - /parameters/MAV_2_CONFIG/values/202/description - - GPS 2 - - - - /parameters/MAV_2_CONFIG/values/203/description - - GPS 3 - - - - /parameters/MAV_2_CONFIG/values/300/description - - Radio Controller - - - - /parameters/MAV_2_CONFIG/values/301/description - - Wifi Port - - - - /parameters/MAV_2_CONFIG/values/401/description - - EXT2 - - - - /parameters/MAV_2_CONFIG/values/1000/description - - Ethernet - - - - /parameters/MAV_2_FLOW_CTRL/shortDesc - - Enable serial flow control for instance 2 - - - - /parameters/MAV_2_FLOW_CTRL/longDesc - - This is used to force flow control on or off for the the mavlink instance. By default it is auto detected. Use when auto detection fails. - - - - /parameters/MAV_2_FLOW_CTRL/values/0/description - - Force off - - - - /parameters/MAV_2_FLOW_CTRL/values/1/description - - Force on - - - - /parameters/MAV_2_FLOW_CTRL/values/2/description - - Auto-detected - - - - /parameters/MAV_2_FORWARD/shortDesc - - Enable MAVLink Message forwarding for instance 2 - - - - /parameters/MAV_2_FORWARD/longDesc - - If enabled, forward incoming MAVLink messages to other MAVLink ports if the message is either broadcast or the target is not the autopilot. This allows for example a GCS to talk to a camera that is connected to the autopilot via MAVLink (on a different link than the GCS). - - - - /parameters/MAV_2_FORWARD/values/0/description - - Disabled - - - - /parameters/MAV_2_FORWARD/values/1/description - - Enabled - - - - /parameters/MAV_2_MODE/shortDesc - - MAVLink Mode for instance 2 - - - - /parameters/MAV_2_MODE/longDesc - - The MAVLink Mode defines the set of streamed messages (for example the vehicle's attitude) and their sending rates. - - - - /parameters/MAV_2_MODE/values/0/description - - Normal - - - - /parameters/MAV_2_MODE/values/1/description - - Custom - - - - /parameters/MAV_2_MODE/values/2/description - - Onboard - - - - /parameters/MAV_2_MODE/values/3/description - - OSD - - - - /parameters/MAV_2_MODE/values/4/description - - Magic - - - - /parameters/MAV_2_MODE/values/5/description - - Config - - - - /parameters/MAV_2_MODE/values/7/description - - Minimal - - - - /parameters/MAV_2_MODE/values/8/description - - External Vision - - - - /parameters/MAV_2_MODE/values/10/description - - Gimbal - - - - /parameters/MAV_2_MODE/values/11/description - - Onboard Low Bandwidth - - - - /parameters/MAV_2_MODE/values/12/description - - uAvionix - - - - /parameters/MAV_2_RADIO_CTL/shortDesc - - Enable software throttling of mavlink on instance 2 - - - - /parameters/MAV_2_RADIO_CTL/longDesc - - If enabled, MAVLink messages will be throttled according to `txbuf` field reported by radio_status. Requires a radio to send the mavlink message RADIO_STATUS. - - - - /parameters/MAV_2_RADIO_CTL/values/0/description - - Disabled - - - - /parameters/MAV_2_RADIO_CTL/values/1/description - - Enabled - - - - /parameters/MAV_2_RATE/shortDesc - - Maximum MAVLink sending rate for instance 2 - - - - /parameters/MAV_2_RATE/longDesc - - Configure the maximum sending rate for the MAVLink streams in Bytes/sec. If the configured streams exceed the maximum rate, the sending rate of each stream is automatically decreased. If this is set to 0 a value of half of the theoretical maximum bandwidth is used. This corresponds to baudrate/20 Bytes/s (baudrate/10 = maximum data rate on 8N1-configured links). - - - - /parameters/MAV_2_REMOTE_PRT/shortDesc - - MAVLink Remote Port for instance 2 - - - - /parameters/MAV_2_REMOTE_PRT/longDesc - - If ethernet enabled and selected as configuration for MAVLink instance 2, selected remote port will be set and used in MAVLink instance 2. - - - - /parameters/MAV_2_UDP_PRT/shortDesc - - MAVLink Network Port for instance 2 - - - - /parameters/MAV_2_UDP_PRT/longDesc - - If ethernet enabled and selected as configuration for MAVLink instance 2, selected udp port will be set and used in MAVLink instance 2. - - - - /parameters/MAV_COMP_ID/shortDesc - - MAVLink component ID - - - - /parameters/MAV_FWDEXTSP/shortDesc - - Forward external setpoint messages - - - - /parameters/MAV_FWDEXTSP/longDesc - - If set to 1 incoming external setpoint messages will be directly forwarded to the controllers if in offboard control mode - - - - /parameters/MAV_FWDEXTSP/values/0/description - - Disabled - - - - /parameters/MAV_FWDEXTSP/values/1/description - - Enabled - - - - /parameters/MAV_HASH_CHK_EN/shortDesc - - Parameter hash check - - - - /parameters/MAV_HASH_CHK_EN/longDesc - - Disabling the parameter hash check functionality will make the mavlink instance stream parameters continuously. - - - - /parameters/MAV_HASH_CHK_EN/values/0/description - - Disabled - - - - /parameters/MAV_HASH_CHK_EN/values/1/description - - Enabled - - - - /parameters/MAV_HB_FORW_EN/shortDesc - - Heartbeat message forwarding - - - - /parameters/MAV_HB_FORW_EN/longDesc - - The mavlink heartbeat message will not be forwarded if this parameter is set to 'disabled'. The main reason for disabling heartbeats to be forwarded is because they confuse dronekit. - - - - /parameters/MAV_HB_FORW_EN/values/0/description - - Disabled - - - - /parameters/MAV_HB_FORW_EN/values/1/description - - Enabled - - - - /parameters/MAV_PROTO_VER/shortDesc - - MAVLink protocol version - - - - /parameters/MAV_PROTO_VER/values/0/description - - Default to 1, switch to 2 if GCS sends version 2 - - - - /parameters/MAV_PROTO_VER/values/1/description - - Always use version 1 - - - - /parameters/MAV_PROTO_VER/values/2/description - - Always use version 2 - - - - /parameters/MAV_RADIO_TOUT/shortDesc - - Timeout in seconds for the RADIO_STATUS reports coming in - - - - /parameters/MAV_RADIO_TOUT/longDesc - - If the connected radio stops reporting RADIO_STATUS for a certain time, a warning is triggered and, if MAV_X_RADIO_CTL is enabled, the software-flow control is reset. - - - - /parameters/MAV_SIK_RADIO_ID/shortDesc - - MAVLink SiK Radio ID - - - - /parameters/MAV_SIK_RADIO_ID/longDesc - - When non-zero the MAVLink app will attempt to configure the SiK radio to this ID and re-set the parameter to 0. If the value is negative it will reset the complete radio config to factory defaults. Only applies if this mavlink instance is going through a SiK radio - - - - /parameters/MAV_SYS_ID/shortDesc - - MAVLink system ID - - - - /parameters/MAV_TYPE/shortDesc - - MAVLink airframe type - - - - /parameters/MAV_TYPE/values/0/description - - Generic micro air vehicle - - - - /parameters/MAV_TYPE/values/1/description - - Fixed wing aircraft - - - - /parameters/MAV_TYPE/values/2/description - - Quadrotor - - - - /parameters/MAV_TYPE/values/3/description - - Coaxial helicopter - - - - /parameters/MAV_TYPE/values/4/description - - Normal helicopter with tail rotor - - - - /parameters/MAV_TYPE/values/7/description - - Airship, controlled - - - - /parameters/MAV_TYPE/values/8/description - - Free balloon, uncontrolled - - - - /parameters/MAV_TYPE/values/10/description - - Ground rover - - - - /parameters/MAV_TYPE/values/11/description - - Surface vessel, boat, ship - - - - /parameters/MAV_TYPE/values/12/description - - Submarine - - - - /parameters/MAV_TYPE/values/13/description - - Hexarotor - - - - /parameters/MAV_TYPE/values/14/description - - Octorotor - - - - /parameters/MAV_TYPE/values/15/description - - Tricopter - - - - /parameters/MAV_TYPE/values/19/description - - VTOL Two-rotor Tailsitter - - - - /parameters/MAV_TYPE/values/20/description - - VTOL Quad-rotor Tailsitter - - - - /parameters/MAV_TYPE/values/21/description - - VTOL Tiltrotor - - - - /parameters/MAV_TYPE/values/22/description - - VTOL Standard (separate fixed rotors for hover and cruise flight) - - - - /parameters/MAV_TYPE/values/23/description - - VTOL Tailsitter - - - - /parameters/MAV_USEHILGPS/shortDesc - - Use/Accept HIL GPS message even if not in HIL mode - - - - /parameters/MAV_USEHILGPS/longDesc - - If set to 1 incoming HIL GPS messages are parsed. - - - - /parameters/MAV_USEHILGPS/values/0/description - - Disabled - - - - /parameters/MAV_USEHILGPS/values/1/description - - Enabled - - - - /parameters/MBE_ENABLE/shortDesc - - Enable online mag bias calibration - - - - /parameters/MBE_ENABLE/longDesc - - This enables continuous calibration of the magnetometers before takeoff using gyro data. - - - - /parameters/MBE_ENABLE/values/0/description - - Disabled - - - - /parameters/MBE_ENABLE/values/1/description - - Enabled - - - - /parameters/MBE_LEARN_GAIN/shortDesc - - Mag bias estimator learning gain - - - - /parameters/MBE_LEARN_GAIN/longDesc - - Increase to make the estimator more responsive Decrease to make the estimator more robust to noise - - - - /parameters/MAN_ARM_GESTURE/shortDesc - - Enable arm/disarm stick gesture - - - - /parameters/MAN_ARM_GESTURE/longDesc - - This determines if moving the left stick to the lower right arms and to the lower left disarms the vehicle. - - - - /parameters/MAN_ARM_GESTURE/values/0/description - - Disabled - - - - /parameters/MAN_ARM_GESTURE/values/1/description - - Enabled - - - - /parameters/MAN_KILL_GEST_T/shortDesc - - Trigger time for kill stick gesture - - - - /parameters/MAN_KILL_GEST_T/longDesc - - The timeout for holding the left stick to the lower left and the right stick to the lower right at the same time until the gesture kills the actuators one-way. A negative value disables the feature. - - - - /parameters/FW_GPSF_LT/shortDesc - - GPS failure loiter time - - - - /parameters/FW_GPSF_LT/longDesc - - The time in seconds the system should do open loop loiter and wait for GPS recovery before it starts descending. Set to 0 to disable. Roll angle is set to FW_GPSF_R. Does only apply for fixed-wing vehicles or VTOLs with NAV_FORCE_VT set to 0. - - - - /parameters/FW_GPSF_R/shortDesc - - GPS failure fixed roll angle - - - - /parameters/FW_GPSF_R/longDesc - - Roll in degrees during the loiter after the vehicle has lost GPS in an auto mode (e.g. mission or loiter). - - - - /parameters/MIS_DIST_1WP/shortDesc - - Maximal horizontal distance from current position to first waypoint - - - - /parameters/MIS_DIST_1WP/longDesc - - Failsafe check to prevent running mission stored from previous flight at a new takeoff location. Set a value of zero or less to disable. The mission will not be started if the current waypoint is more distant than MIS_DIST_1WP from the current position. - - - - /parameters/MIS_LND_ABRT_ALT/shortDesc - - Landing abort min altitude - - - - /parameters/MIS_LND_ABRT_ALT/longDesc - - Minimum altitude above landing point that the vehicle will climb to after an aborted landing. Then vehicle will loiter in this altitude until further command is received. Only applies to fixed-wing vehicles. - - - - /parameters/MIS_MNT_YAW_CTL/shortDesc - - Enable yaw control of the mount. (Only affects multicopters and ROI mission items) - - - - /parameters/MIS_MNT_YAW_CTL/longDesc - - If enabled, yaw commands will be sent to the mount and the vehicle will follow its heading towards the flight direction. If disabled, the vehicle will yaw towards the ROI. - - - - /parameters/MIS_MNT_YAW_CTL/values/0/description - - Disable - - - - /parameters/MIS_MNT_YAW_CTL/values/1/description - - Enable - - - - /parameters/MIS_PD_TO/shortDesc - - Timeout for a successful payload deployment acknowledgement - - - - /parameters/MIS_TAKEOFF_ALT/shortDesc - - Default take-off altitude - - - - /parameters/MIS_TAKEOFF_ALT/longDesc - - This is the relative altitude the system will take off to if not otherwise specified. - - - - /parameters/MIS_TKO_LAND_REQ/shortDesc - - Mission takeoff/landing required - - - - /parameters/MIS_TKO_LAND_REQ/longDesc - - Specifies if a mission has to contain a takeoff and/or mission landing. Validity of configured takeoffs/landings is checked independently of the setting here. - - - - /parameters/MIS_TKO_LAND_REQ/values/0/description - - No requirements - - - - /parameters/MIS_TKO_LAND_REQ/values/1/description - - Require a takeoff - - - - /parameters/MIS_TKO_LAND_REQ/values/2/description - - Require a landing - - - - /parameters/MIS_TKO_LAND_REQ/values/3/description - - Require a takeoff and a landing - - - - /parameters/MIS_TKO_LAND_REQ/values/4/description - - Require both a takeoff and a landing, or neither - - - - /parameters/MIS_TKO_LAND_REQ/values/5/description - - Same as previous when landed, in-air require landing only if no valid VTOL approach is present - - - - /parameters/MIS_YAW_ERR/shortDesc - - Max yaw error in degrees needed for waypoint heading acceptance - - - - /parameters/MIS_YAW_TMT/shortDesc - - Time in seconds we wait on reaching target heading at a waypoint if it is forced - - - - /parameters/MIS_YAW_TMT/longDesc - - If set > 0 it will ignore the target heading for normal waypoint acceptance. If the waypoint forces the heading the timeout will matter. For example on VTOL forwards transition. Mainly useful for VTOLs that have less yaw authority and might not reach target yaw in wind. Disabled by default. - - - - /parameters/MPC_YAW_MODE/shortDesc - - Heading behavior in autonomous modes - - - - /parameters/MPC_YAW_MODE/values/0/description - - towards waypoint - - - - /parameters/MPC_YAW_MODE/values/1/description - - towards home - - - - /parameters/MPC_YAW_MODE/values/2/description - - away from home - - - - /parameters/MPC_YAW_MODE/values/3/description - - along trajectory - - - - /parameters/MPC_YAW_MODE/values/4/description - - towards waypoint (yaw first) - - - - /parameters/NAV_ACC_RAD/shortDesc - - Acceptance Radius - - - - /parameters/NAV_ACC_RAD/longDesc - - Default acceptance radius, overridden by acceptance radius of waypoint if set. For fixed wing the npfg switch distance is used for horizontal acceptance. - - - - /parameters/NAV_FORCE_VT/shortDesc - - Force VTOL mode takeoff and land - - - - /parameters/NAV_FORCE_VT/values/0/description - - Disabled - - - - /parameters/NAV_FORCE_VT/values/1/description - - Enabled - - - - /parameters/NAV_FW_ALTL_RAD/shortDesc - - FW Altitude Acceptance Radius before a landing - - - - /parameters/NAV_FW_ALTL_RAD/longDesc - - Altitude acceptance used for the last waypoint before a fixed-wing landing. This is usually smaller than the standard vertical acceptance because close to the ground higher accuracy is required. - - - - /parameters/NAV_FW_ALT_RAD/shortDesc - - FW Altitude Acceptance Radius - - - - /parameters/NAV_FW_ALT_RAD/longDesc - - Acceptance radius for fixedwing altitude. - - - - /parameters/NAV_LOITER_RAD/shortDesc - - Loiter radius (FW only) - - - - /parameters/NAV_LOITER_RAD/longDesc - - Default value of loiter radius in FW mode (e.g. for Loiter mode). - - - - /parameters/NAV_MC_ALT_RAD/shortDesc - - MC Altitude Acceptance Radius - - - - /parameters/NAV_MC_ALT_RAD/longDesc - - Acceptance radius for multicopter altitude. - - - - /parameters/NAV_MIN_LTR_ALT/shortDesc - - Minimum Loiter altitude - - - - /parameters/NAV_MIN_LTR_ALT/longDesc - - This is the minimum altitude above Home the system will always obey in Loiter (Hold) mode if switched into this mode without specifying an altitude (e.g. through Loiter switch on RC). Doesn't affect Loiters that are part of Missions or that are entered through a reposition setpoint ("Go to"). Set to a negative value to disable. - - - - /parameters/NAV_TRAFF_AVOID/shortDesc - - Set traffic avoidance mode - - - - /parameters/NAV_TRAFF_AVOID/longDesc - - Enabling this will allow the system to respond to transponder data from e.g. ADSB transponders - - - - /parameters/NAV_TRAFF_AVOID/values/0/description - - Disabled - - - - /parameters/NAV_TRAFF_AVOID/values/1/description - - Warn only - - - - /parameters/NAV_TRAFF_AVOID/values/2/description - - Return mode - - - - /parameters/NAV_TRAFF_AVOID/values/3/description - - Land mode - - - - /parameters/NAV_TRAFF_AVOID/values/4/description - - Position Hold mode - - - - /parameters/NAV_TRAFF_A_HOR/shortDesc - - Set NAV TRAFFIC AVOID horizontal distance - - - - /parameters/NAV_TRAFF_A_HOR/longDesc - - Defines a crosstrack horizontal distance - - - - /parameters/NAV_TRAFF_A_VER/shortDesc - - Set NAV TRAFFIC AVOID vertical distance - - - - /parameters/NAV_TRAFF_COLL_T/shortDesc - - Estimated time until collision - - - - /parameters/NAV_TRAFF_COLL_T/longDesc - - Minimum acceptable time until collsion. Assumes constant speed over 3d distance. - - - - /parameters/MC_AIRMODE/shortDesc - - Multicopter air-mode - - - - /parameters/MC_AIRMODE/longDesc - - The air-mode enables the mixer to increase the total thrust of the multirotor in order to keep attitude and rate control even at low and high throttle. This function should be disabled during tuning as it will help the controller to diverge if the closed-loop is unstable (i.e. the vehicle is not tuned yet). Enabling air-mode for yaw requires the use of an arming switch. - - - - /parameters/MC_AIRMODE/values/0/description - - Disabled - - - - /parameters/MC_AIRMODE/values/1/description - - Roll/Pitch - - - - /parameters/MC_AIRMODE/values/2/description - - Roll/Pitch/Yaw - - - - /parameters/MODALAI_CONFIG/shortDesc - - Custom configuration for ModalAI drones - - - - /parameters/MODALAI_CONFIG/longDesc - - This can be set to indicate that drone behavior needs to be changed to match a custom setting - - - - /parameters/MNT_DO_STAB/shortDesc - - Stabilize the mount - - - - /parameters/MNT_DO_STAB/longDesc - - Set to true for servo gimbal, false for passthrough. This is required for a gimbal which is not capable of stabilizing itself and relies on the IMU's attitude estimation. - - - - /parameters/MNT_DO_STAB/values/0/description - - Disable - - - - /parameters/MNT_DO_STAB/values/1/description - - Stabilize all axis - - - - /parameters/MNT_DO_STAB/values/2/description - - Stabilize yaw for absolute/lock mode. - - - - /parameters/MNT_LND_P_MAX/shortDesc - - Pitch maximum when landed - - - - /parameters/MNT_LND_P_MIN/shortDesc - - Pitch minimum when landed - - - - /parameters/MNT_MAN_PITCH/shortDesc - - Auxiliary channel to control pitch (in AUX input or manual mode) - - - - /parameters/MNT_MAN_PITCH/values/0/description - - Disable - - - - /parameters/MNT_MAN_PITCH/values/1/description - - AUX1 - - - - /parameters/MNT_MAN_PITCH/values/2/description - - AUX2 - - - - /parameters/MNT_MAN_PITCH/values/3/description - - AUX3 - - - - /parameters/MNT_MAN_PITCH/values/4/description - - AUX4 - - - - /parameters/MNT_MAN_PITCH/values/5/description - - AUX5 - - - - /parameters/MNT_MAN_PITCH/values/6/description - - AUX6 - - - - /parameters/MNT_MAN_ROLL/shortDesc - - Auxiliary channel to control roll (in AUX input or manual mode) - - - - /parameters/MNT_MAN_ROLL/values/0/description - - Disable - - - - /parameters/MNT_MAN_ROLL/values/1/description - - AUX1 - - - - /parameters/MNT_MAN_ROLL/values/2/description - - AUX2 - - - - /parameters/MNT_MAN_ROLL/values/3/description - - AUX3 - - - - /parameters/MNT_MAN_ROLL/values/4/description - - AUX4 - - - - /parameters/MNT_MAN_ROLL/values/5/description - - AUX5 - - - - /parameters/MNT_MAN_ROLL/values/6/description - - AUX6 - - - - /parameters/MNT_MAN_YAW/shortDesc - - Auxiliary channel to control yaw (in AUX input or manual mode) - - - - /parameters/MNT_MAN_YAW/values/0/description - - Disable - - - - /parameters/MNT_MAN_YAW/values/1/description - - AUX1 - - - - /parameters/MNT_MAN_YAW/values/2/description - - AUX2 - - - - /parameters/MNT_MAN_YAW/values/3/description - - AUX3 - - - - /parameters/MNT_MAN_YAW/values/4/description - - AUX4 - - - - /parameters/MNT_MAN_YAW/values/5/description - - AUX5 - - - - /parameters/MNT_MAN_YAW/values/6/description - - AUX6 - - - - /parameters/MNT_MAV_COMPID/shortDesc - - Mavlink Component ID of the mount - - - - /parameters/MNT_MAV_COMPID/longDesc - - If MNT_MODE_OUT is MAVLink protocol v2, mount configure/control commands will be sent with this component ID. - - - - /parameters/MNT_MAV_SYSID/shortDesc - - Mavlink System ID of the mount - - - - /parameters/MNT_MAV_SYSID/longDesc - - If MNT_MODE_OUT is MAVLink gimbal protocol v1, mount configure/control commands will be sent with this target ID. - - - - /parameters/MNT_MODE_IN/shortDesc - - Mount input mode - - - - /parameters/MNT_MODE_IN/longDesc - - This is the protocol used between the ground station and the autopilot. Recommended is Auto, RC only or MAVLink gimbal protocol v2. The rest will be deprecated. - - - - /parameters/MNT_MODE_IN/values/-1/description - - DISABLED - - - - /parameters/MNT_MODE_IN/values/0/description - - Auto (RC and MAVLink gimbal protocol v2) - - - - /parameters/MNT_MODE_IN/values/1/description - - RC - - - - /parameters/MNT_MODE_IN/values/2/description - - MAVLINK_ROI (protocol v1, to be deprecated) - - - - /parameters/MNT_MODE_IN/values/3/description - - MAVLINK_DO_MOUNT (protocol v1, to be deprecated) - - - - /parameters/MNT_MODE_IN/values/4/description - - MAVlink gimbal protocol v2 - - - - /parameters/MNT_MODE_OUT/shortDesc - - Mount output mode - - - - /parameters/MNT_MODE_OUT/longDesc - - This is the protocol used between the autopilot and a connected gimbal. Recommended is the MAVLink gimbal protocol v2 if the gimbal supports it. - - - - /parameters/MNT_MODE_OUT/values/0/description - - AUX - - - - /parameters/MNT_MODE_OUT/values/1/description - - MAVLink gimbal protocol v1 - - - - /parameters/MNT_MODE_OUT/values/2/description - - MAVLink gimbal protocol v2 - - - - /parameters/MNT_OFF_PITCH/shortDesc - - Offset for pitch channel output in degrees - - - - /parameters/MNT_OFF_ROLL/shortDesc - - Offset for roll channel output in degrees - - - - /parameters/MNT_OFF_YAW/shortDesc - - Offset for yaw channel output in degrees - - - - /parameters/MNT_RANGE_PITCH/shortDesc - - Range of pitch channel output in degrees (only in AUX output mode) - - - - /parameters/MNT_RANGE_ROLL/shortDesc - - Range of roll channel output in degrees (only in AUX output mode) - - - - /parameters/MNT_RANGE_YAW/shortDesc - - Range of yaw channel output in degrees (only in AUX output mode) - - - - /parameters/MNT_RATE_PITCH/shortDesc - - Angular pitch rate for manual input in degrees/second - - - - /parameters/MNT_RATE_PITCH/longDesc - - Full stick input [-1..1] translats to [-pitch rate..pitch rate]. - - - - /parameters/MNT_RATE_YAW/shortDesc - - Angular yaw rate for manual input in degrees/second - - - - /parameters/MNT_RATE_YAW/longDesc - - Full stick input [-1..1] translats to [-yaw rate..yaw rate]. - - - - /parameters/MNT_RC_IN_MODE/shortDesc - - Input mode for RC gimbal input - - - - /parameters/MNT_RC_IN_MODE/values/0/description - - Angle - - - - /parameters/MNT_RC_IN_MODE/values/1/description - - Angular rate - - - - /parameters/MC_ACRO_EXPO/shortDesc - - Acro mode roll, pitch expo factor - - - - /parameters/MC_ACRO_EXPO/longDesc - - Exponential factor for tuning the input curve shape. 0 Purely linear input curve 1 Purely cubic input curve - - - - /parameters/MC_ACRO_EXPO_Y/shortDesc - - Acro mode yaw expo factor - - - - /parameters/MC_ACRO_EXPO_Y/longDesc - - Exponential factor for tuning the input curve shape. 0 Purely linear input curve 1 Purely cubic input curve - - - - /parameters/MC_ACRO_P_MAX/shortDesc - - Acro mode maximum pitch rate - - - - /parameters/MC_ACRO_P_MAX/longDesc - - Full stick deflection leads to this rate. - - - - /parameters/MC_ACRO_R_MAX/shortDesc - - Acro mode maximum roll rate - - - - /parameters/MC_ACRO_R_MAX/longDesc - - Full stick deflection leads to this rate. - - - - /parameters/MC_ACRO_SUPEXPO/shortDesc - - Acro mode roll, pitch super expo factor - - - - /parameters/MC_ACRO_SUPEXPO/longDesc - - "Superexponential" factor for refining the input curve shape tuned using MC_ACRO_EXPO. 0 Pure Expo function 0.7 reasonable shape enhancement for intuitive stick feel 0.95 very strong bent input curve only near maxima have effect - - - - /parameters/MC_ACRO_SUPEXPOY/shortDesc - - Acro mode yaw super expo factor - - - - /parameters/MC_ACRO_SUPEXPOY/longDesc - - "Superexponential" factor for refining the input curve shape tuned using MC_ACRO_EXPO_Y. 0 Pure Expo function 0.7 reasonable shape enhancement for intuitive stick feel 0.95 very strong bent input curve only near maxima have effect - - - - /parameters/MC_ACRO_Y_MAX/shortDesc - - Acro mode maximum yaw rate - - - - /parameters/MC_ACRO_Y_MAX/longDesc - - Full stick deflection leads to this rate. - - - - /parameters/MC_PITCHRATE_MAX/shortDesc - - Max pitch rate - - - - /parameters/MC_PITCHRATE_MAX/longDesc - - Limit for pitch rate in manual and auto modes (except acro). Has effect for large rotations in autonomous mode, to avoid large control output and mixer saturation. This is not only limited by the vehicle's properties, but also by the maximum measurement rate of the gyro. - - - - /parameters/MC_PITCH_P/shortDesc - - Pitch P gain - - - - /parameters/MC_PITCH_P/longDesc - - Pitch proportional gain, i.e. desired angular speed in rad/s for error 1 rad. - - - - /parameters/MC_ROLLRATE_MAX/shortDesc - - Max roll rate - - - - /parameters/MC_ROLLRATE_MAX/longDesc - - Limit for roll rate in manual and auto modes (except acro). Has effect for large rotations in autonomous mode, to avoid large control output and mixer saturation. This is not only limited by the vehicle's properties, but also by the maximum measurement rate of the gyro. - - - - /parameters/MC_ROLL_P/shortDesc - - Roll P gain - - - - /parameters/MC_ROLL_P/longDesc - - Roll proportional gain, i.e. desired angular speed in rad/s for error 1 rad. - - - - /parameters/MC_YAWRATE_MAX/shortDesc - - Max yaw rate - - - - /parameters/MC_YAW_P/shortDesc - - Yaw P gain - - - - /parameters/MC_YAW_P/longDesc - - Yaw proportional gain, i.e. desired angular speed in rad/s for error 1 rad. - - - - /parameters/MC_YAW_WEIGHT/shortDesc - - Yaw weight - - - - /parameters/MC_YAW_WEIGHT/longDesc - - A fraction [0,1] deprioritizing yaw compared to roll and pitch in non-linear attitude control. Deprioritizing yaw is necessary because multicopters have much less control authority in yaw compared to the other axes and it makes sense because yaw is not critical for stable hovering or 3D navigation. For yaw control tuning use MC_YAW_P. This ratio has no impact on the yaw gain. - - - - /parameters/MPC_YAWRAUTO_ACC/shortDesc - - Maximum yaw acceleration in autonomous modes - - - - /parameters/MPC_YAWRAUTO_ACC/longDesc - - Limits the acceleration of the yaw setpoint to avoid large control output and mixer saturation. - - - - /parameters/MPC_YAWRAUTO_MAX/shortDesc - - Maximum yaw rate in autonomous modes - - - - /parameters/MPC_YAWRAUTO_MAX/longDesc - - Limits the rate of change of the yaw setpoint to avoid large control output and mixer saturation. - - - - /parameters/CP_DELAY/shortDesc - - Average delay of the range sensor message plus the tracking delay of the position controller in seconds - - - - /parameters/CP_DELAY/longDesc - - Only used in Position mode. - - - - /parameters/CP_DIST/shortDesc - - Minimum distance the vehicle should keep to all obstacles - - - - /parameters/CP_DIST/longDesc - - Only used in Position mode. Collision avoidance is disabled by setting this parameter to a negative value - - - - /parameters/CP_GO_NO_DATA/shortDesc - - Boolean to allow moving into directions where there is no sensor data (outside FOV) - - - - /parameters/CP_GO_NO_DATA/longDesc - - Only used in Position mode. - - - - /parameters/CP_GO_NO_DATA/values/0/description - - Disabled - - - - /parameters/CP_GO_NO_DATA/values/1/description - - Enabled - - - - /parameters/CP_GUIDE_ANG/shortDesc - - Angle left/right from the commanded setpoint by which the collision prevention algorithm can choose to change the setpoint direction - - - - /parameters/CP_GUIDE_ANG/longDesc - - Only used in Position mode. - - - - /parameters/MC_MAN_TILT_TAU/shortDesc - - Manual tilt input filter time constant - - - - /parameters/MC_MAN_TILT_TAU/longDesc - - Setting this parameter to 0 disables the filter - - - - /parameters/MPC_ACC_DECOUPLE/shortDesc - - Acceleration to tilt coupling - - - - /parameters/MPC_ACC_DECOUPLE/longDesc - - Set to decouple tilt from vertical acceleration. - - - - /parameters/MPC_ACC_DECOUPLE/values/0/description - - Disabled - - - - /parameters/MPC_ACC_DECOUPLE/values/1/description - - Enabled - - - - /parameters/MPC_ACC_DOWN_MAX/shortDesc - - Maximum downwards acceleration in climb rate controlled modes - - - - /parameters/MPC_ACC_HOR/shortDesc - - Acceleration for autonomous and for manual modes - - - - /parameters/MPC_ACC_HOR/longDesc - - When piloting manually, this parameter is only used in MPC_POS_MODE 4. - - - - /parameters/MPC_ACC_HOR_MAX/shortDesc - - Maximum horizontal acceleration - - - - /parameters/MPC_ACC_HOR_MAX/longDesc - - MPC_POS_MODE 1 just deceleration 3 acceleration and deceleration 4 not used, use MPC_ACC_HOR instead - - - - /parameters/MPC_ACC_UP_MAX/shortDesc - - Maximum upwards acceleration in climb rate controlled modes - - - - /parameters/MPC_ALT_MODE/shortDesc - - Altitude reference mode - - - - /parameters/MPC_ALT_MODE/longDesc - - Set to 0 to control height relative to the earth frame origin. This origin may move up and down in flight due to sensor drift. Set to 1 to control height relative to estimated distance to ground. The vehicle will move up and down with terrain height variation. Requires a distance to ground sensor. The height controller will revert to using height above origin if the distance to ground estimate becomes invalid as indicated by the local_position.distance_bottom_valid message being false. Set to 2 to control height relative to ground (requires a distance sensor) when stationary and relative to earth frame origin when moving horizontally. The speed threshold is controlled by the MPC_HOLD_MAX_XY parameter. - - - - /parameters/MPC_ALT_MODE/values/0/description - - Altitude following - - - - /parameters/MPC_ALT_MODE/values/1/description - - Terrain following - - - - /parameters/MPC_ALT_MODE/values/2/description - - Terrain hold - - - - /parameters/MPC_HOLD_DZ/shortDesc - - Deadzone for sticks in manual piloted modes - - - - /parameters/MPC_HOLD_DZ/longDesc - - Does not apply to manual throttle and direct attitude piloting by stick. - - - - /parameters/MPC_HOLD_MAX_XY/shortDesc - - Maximum horizontal velocity for which position hold is enabled (use 0 to disable check) - - - - /parameters/MPC_HOLD_MAX_XY/longDesc - - Only used with MPC_POS_MODE 0 or MPC_ALT_MODE 2 - - - - /parameters/MPC_HOLD_MAX_Z/shortDesc - - Maximum vertical velocity for which position hold is enabled (use 0 to disable check) - - - - /parameters/MPC_HOLD_MAX_Z/longDesc - - Only used with MPC_ALT_MODE 1 - - - - /parameters/MPC_JERK_AUTO/shortDesc - - Jerk limit in autonomous modes - - - - /parameters/MPC_JERK_AUTO/longDesc - - Limit the maximum jerk of the vehicle (how fast the acceleration can change). A lower value leads to smoother vehicle motions but also limited agility. - - - - /parameters/MPC_JERK_MAX/shortDesc - - Maximum horizontal and vertical jerk in Position/Altitude mode - - - - /parameters/MPC_JERK_MAX/longDesc - - Limit the maximum jerk of the vehicle (how fast the acceleration can change). A lower value leads to smoother motions but limits agility (how fast it can change directions or break). Setting this to the maximum value essentially disables the limit. Only used with smooth MPC_POS_MODE 3 and 4. - - - - /parameters/MPC_LAND_ALT1/shortDesc - - Altitude for 1. step of slow landing (descend) - - - - /parameters/MPC_LAND_ALT1/longDesc - - Below this altitude descending velocity gets limited to a value between "MPC_Z_VEL_MAX_DN" (or "MPC_Z_V_AUTO_DN") and "MPC_LAND_SPEED" Value needs to be higher than "MPC_LAND_ALT2" - - - - /parameters/MPC_LAND_ALT2/shortDesc - - Altitude for 2. step of slow landing (landing) - - - - /parameters/MPC_LAND_ALT2/longDesc - - Below this altitude descending velocity gets limited to "MPC_LAND_SPEED" Value needs to be lower than "MPC_LAND_ALT1" - - - - /parameters/MPC_LAND_ALT3/shortDesc - - Altitude for 3. step of slow landing - - - - /parameters/MPC_LAND_ALT3/longDesc - - Below this altitude descending velocity gets limited to "MPC_LAND_CRWL", if LIDAR available. No effect if LIDAR not available - - - - /parameters/MPC_LAND_CRWL/shortDesc - - Land crawl descend rate - - - - /parameters/MPC_LAND_CRWL/longDesc - - Used below MPC_LAND_ALT3 if distance sensor data is availabe. - - - - /parameters/MPC_LAND_RADIUS/shortDesc - - User assisted landing radius - - - - /parameters/MPC_LAND_RADIUS/longDesc - - When nudging is enabled (see MPC_LAND_RC_HELP), this controls the maximum allowed horizontal displacement from the original landing point. - - - - /parameters/MPC_LAND_RC_HELP/shortDesc - - Enable nudging based on user input during autonomous land routine - - - - /parameters/MPC_LAND_RC_HELP/longDesc - - Using stick input the vehicle can be moved horizontally and yawed. The descend speed is amended: stick full up - 0 stick centered - MPC_LAND_SPEED stick full down - 2 * MPC_LAND_SPEED Manual override during auto modes has to be disabled to use this feature (see COM_RC_OVERRIDE). - - - - /parameters/MPC_LAND_RC_HELP/values/0/description - - Nudging disabled - - - - /parameters/MPC_LAND_RC_HELP/values/1/description - - Nudging enabled - - - - /parameters/MPC_LAND_SPEED/shortDesc - - Landing descend rate - - - - /parameters/MPC_MANTHR_MIN/shortDesc - - Minimum collective thrust in Stabilized mode - - - - /parameters/MPC_MANTHR_MIN/longDesc - - The value is mapped to the lowest throttle stick position in Stabilized mode. Too low collective thrust leads to loss of roll/pitch/yaw torque control authority. Airmode is used to keep torque authority with zero thrust (see MC_AIRMODE). - - - - /parameters/MPC_MAN_TILT_MAX/shortDesc - - Maximal tilt angle in Stabilized or Altitude mode - - - - /parameters/MPC_MAN_Y_MAX/shortDesc - - Max manual yaw rate for Stabilized, Altitude, Position mode - - - - /parameters/MPC_MAN_Y_TAU/shortDesc - - Manual yaw rate input filter time constant - - - - /parameters/MPC_MAN_Y_TAU/longDesc - - Not used in Stabilized mode Setting this parameter to 0 disables the filter - - - - /parameters/MPC_POS_MODE/shortDesc - - Position/Altitude mode variant - - - - /parameters/MPC_POS_MODE/longDesc - - The supported sub-modes are: 0 Sticks directly map to velocity setpoints without smoothing. Also applies to vertical direction and Altitude mode. Useful for velocity control tuning. 3 Sticks map to velocity but with maximum acceleration and jerk limits based on jerk optimized trajectory generator (different algorithm than 1). 4 Sticks map to acceleration and there's a virtual brake drag - - - - /parameters/MPC_POS_MODE/values/0/description - - Direct velocity - - - - /parameters/MPC_POS_MODE/values/3/description - - Smoothed velocity - - - - /parameters/MPC_POS_MODE/values/4/description - - Acceleration based - - - - /parameters/MPC_THR_CURVE/shortDesc - - Thrust curve mapping in Stabilized Mode - - - - /parameters/MPC_THR_CURVE/longDesc - - This parameter defines how the throttle stick input is mapped to collective thrust in Stabilized mode. In case the default is used ('Rescale to hover thrust'), the stick input is linearly rescaled, such that a centered stick corresponds to the hover throttle (see MPC_THR_HOVER). Select 'No Rescale' to directly map the stick 1:1 to the output. This can be useful in case the hover thrust is very low and the default would lead to too much distortion (e.g. if hover thrust is set to 20%, then 80% of the upper thrust range is squeezed into the upper half of the stick range). Note: In case MPC_THR_HOVER is set to 50%, the modes 0 and 1 are the same. - - - - /parameters/MPC_THR_CURVE/values/0/description - - Rescale to hover thrust - - - - /parameters/MPC_THR_CURVE/values/1/description - - No Rescale - - - - /parameters/MPC_THR_HOVER/shortDesc - - Vertical thrust required to hover - - - - /parameters/MPC_THR_HOVER/longDesc - - Mapped to center throttle stick in Stabilized mode (see MPC_THR_CURVE). Used for initialization of the hover thrust estimator (see MPC_USE_HTE). The estimated hover thrust is used as base for zero vertical acceleration in altitude control. The hover thrust is important for land detection to work correctly. - - - - /parameters/MPC_THR_MAX/shortDesc - - Maximum collective thrust in climb rate controlled modes - - - - /parameters/MPC_THR_MAX/longDesc - - Limit allowed thrust e.g. for indoor test of overpowered vehicle. - - - - /parameters/MPC_THR_MIN/shortDesc - - Minimum collective thrust in climb rate controlled modes - - - - /parameters/MPC_THR_MIN/longDesc - - Too low thrust leads to loss of roll/pitch/yaw torque control authority. With airmode enabled this parameters can be set to 0 while still keeping torque authority (see MC_AIRMODE). - - - - /parameters/MPC_THR_XY_MARG/shortDesc - - Horizontal thrust margin - - - - /parameters/MPC_THR_XY_MARG/longDesc - - Margin that is kept for horizontal control when higher priority vertical thrust is saturated. To avoid completely starving horizontal control with high vertical error. - - - - /parameters/MPC_TILTMAX_AIR/shortDesc - - Maximum tilt angle in air - - - - /parameters/MPC_TILTMAX_AIR/longDesc - - Absolute maximum for all velocity or acceleration controlled modes. Any higher value is truncated. - - - - /parameters/MPC_TILTMAX_LND/shortDesc - - Maximum tilt during inital takeoff ramp - - - - /parameters/MPC_TILTMAX_LND/longDesc - - Tighter tilt limit during takeoff to avoid tip over. - - - - /parameters/MPC_TKO_RAMP_T/shortDesc - - Smooth takeoff ramp time constant - - - - /parameters/MPC_TKO_RAMP_T/longDesc - - Increasing this value will make climb rate controlled takeoff slower. If it's too slow the drone might scratch the ground and tip over. A time constant of 0 disables the ramp - - - - /parameters/MPC_TKO_SPEED/shortDesc - - Takeoff climb rate - - - - /parameters/MPC_USE_HTE/shortDesc - - Hover thrust estimator - - - - /parameters/MPC_USE_HTE/longDesc - - Disable to use the fixed parameter MPC_THR_HOVER Enable to use the hover thrust estimator - - - - /parameters/MPC_USE_HTE/values/0/description - - Disabled - - - - /parameters/MPC_USE_HTE/values/1/description - - Enabled - - - - /parameters/MPC_VELD_LP/shortDesc - - Numerical velocity derivative low pass cutoff frequency - - - - /parameters/MPC_VEL_MANUAL/shortDesc - - Maximum horizontal velocity setpoint in Position mode - - - - /parameters/MPC_VEL_MANUAL/longDesc - - Must be smaller than MPC_XY_VEL_MAX. The maximum sideways and backward speed can be set differently using MPC_VEL_MAN_SIDE and MPC_VEL_MAN_BACK, respectively. - - - - /parameters/MPC_VEL_MAN_BACK/shortDesc - - Maximum backward velocity in Position mode - - - - /parameters/MPC_VEL_MAN_BACK/longDesc - - If set to a negative value or larger than MPC_VEL_MANUAL then MPC_VEL_MANUAL is used. - - - - /parameters/MPC_VEL_MAN_SIDE/shortDesc - - Maximum sideways velocity in Position mode - - - - /parameters/MPC_VEL_MAN_SIDE/longDesc - - If set to a negative value or larger than MPC_VEL_MANUAL then MPC_VEL_MANUAL is used. - - - - /parameters/MPC_XY_CRUISE/shortDesc - - Default horizontal velocity in autonomous modes - - - - /parameters/MPC_XY_CRUISE/longDesc - - e.g. in Missions, RTL, Goto if the waypoint does not specify differently - - - - /parameters/MPC_XY_ERR_MAX/shortDesc - - Maximum horizontal error allowed by the trajectory generator - - - - /parameters/MPC_XY_ERR_MAX/longDesc - - The integration speed of the trajectory setpoint is linearly reduced with the horizontal position tracking error. When the error is above this parameter, the integration of the trajectory is stopped to wait for the drone. This value can be adjusted depending on the tracking capabilities of the vehicle. - - - - /parameters/MPC_XY_MAN_EXPO/shortDesc - - Manual position control stick exponential curve sensitivity - - - - /parameters/MPC_XY_MAN_EXPO/longDesc - - The higher the value the less sensitivity the stick has around zero while still reaching the maximum value with full stick deflection. 0 Purely linear input curve 1 Purely cubic input curve - - - - /parameters/MPC_XY_P/shortDesc - - Proportional gain for horizontal position error - - - - /parameters/MPC_XY_P/longDesc - - Defined as corrective velocity in m/s per m position error - - - - /parameters/MPC_XY_TRAJ_P/shortDesc - - Proportional gain for horizontal trajectory position error - - - - /parameters/MPC_XY_VEL_ALL/shortDesc - - Overall Horizontal Velocity Limit - - - - /parameters/MPC_XY_VEL_ALL/longDesc - - If set to a value greater than zero, other parameters are automatically set (such as MPC_XY_VEL_MAX or MPC_VEL_MANUAL). If set to a negative value, the existing individual parameters are used. - - - - /parameters/MPC_XY_VEL_D_ACC/shortDesc - - Differential gain for horizontal velocity error - - - - /parameters/MPC_XY_VEL_D_ACC/longDesc - - Defined as corrective acceleration in m/s^2 per m/s^2 velocity derivative - - - - /parameters/MPC_XY_VEL_I_ACC/shortDesc - - Integral gain for horizontal velocity error - - - - /parameters/MPC_XY_VEL_I_ACC/longDesc - - Defined as correction acceleration in m/s^2 per m velocity integral Allows to eliminate steady state errors in disturbances like wind. - - - - /parameters/MPC_XY_VEL_MAX/shortDesc - - Maximum horizontal velocity - - - - /parameters/MPC_XY_VEL_MAX/longDesc - - Absolute maximum for all velocity controlled modes. Any higher value is truncated. - - - - /parameters/MPC_XY_VEL_P_ACC/shortDesc - - Proportional gain for horizontal velocity error - - - - /parameters/MPC_XY_VEL_P_ACC/longDesc - - Defined as corrective acceleration in m/s^2 per m/s velocity error - - - - /parameters/MPC_YAW_EXPO/shortDesc - - Manual control stick yaw rotation exponential curve - - - - /parameters/MPC_YAW_EXPO/longDesc - - The higher the value the less sensitivity the stick has around zero while still reaching the maximum value with full stick deflection. 0 Purely linear input curve 1 Purely cubic input curve - - - - /parameters/MPC_Z_MAN_EXPO/shortDesc - - Manual control stick vertical exponential curve - - - - /parameters/MPC_Z_MAN_EXPO/longDesc - - The higher the value the less sensitivity the stick has around zero while still reaching the maximum value with full stick deflection. 0 Purely linear input curve 1 Purely cubic input curve - - - - /parameters/MPC_Z_P/shortDesc - - Proportional gain for vertical position error - - - - /parameters/MPC_Z_P/longDesc - - Defined as corrective velocity in m/s per m position error - - - - /parameters/MPC_Z_VEL_ALL/shortDesc - - Overall Vertical Velocity Limit - - - - /parameters/MPC_Z_VEL_ALL/longDesc - - If set to a value greater than zero, other parameters are automatically set (such as MPC_Z_VEL_MAX_UP or MPC_LAND_SPEED). If set to a negative value, the existing individual parameters are used. - - - - /parameters/MPC_Z_VEL_D_ACC/shortDesc - - Differential gain for vertical velocity error - - - - /parameters/MPC_Z_VEL_D_ACC/longDesc - - Defined as corrective acceleration in m/s^2 per m/s^2 velocity derivative - - - - /parameters/MPC_Z_VEL_I_ACC/shortDesc - - Integral gain for vertical velocity error - - - - /parameters/MPC_Z_VEL_I_ACC/longDesc - - Defined as corrective acceleration in m/s^2 per m velocity integral - - - - /parameters/MPC_Z_VEL_MAX_DN/shortDesc - - Maximum descent velocity - - - - /parameters/MPC_Z_VEL_MAX_DN/longDesc - - Absolute maximum for all climb rate controlled modes. In manually piloted modes full stick deflection commands this velocity. For default autonomous velocity see MPC_Z_V_AUTO_UP - - - - /parameters/MPC_Z_VEL_MAX_UP/shortDesc - - Maximum ascent velocity - - - - /parameters/MPC_Z_VEL_MAX_UP/longDesc - - Absolute maximum for all climb rate controlled modes. In manually piloted modes full stick deflection commands this velocity. For default autonomous velocity see MPC_Z_V_AUTO_UP - - - - /parameters/MPC_Z_VEL_P_ACC/shortDesc - - Proportional gain for vertical velocity error - - - - /parameters/MPC_Z_VEL_P_ACC/longDesc - - Defined as corrective acceleration in m/s^2 per m/s velocity error - - - - /parameters/MPC_Z_V_AUTO_DN/shortDesc - - Descent velocity in autonomous modes - - - - /parameters/MPC_Z_V_AUTO_DN/longDesc - - For manual modes and offboard, see MPC_Z_VEL_MAX_DN - - - - /parameters/MPC_Z_V_AUTO_UP/shortDesc - - Ascent velocity in autonomous modes - - - - /parameters/MPC_Z_V_AUTO_UP/longDesc - - For manually controlled modes and offboard see MPC_Z_VEL_MAX_UP - - - - /parameters/SYS_VEHICLE_RESP/shortDesc - - Responsiveness - - - - /parameters/SYS_VEHICLE_RESP/longDesc - - Changes the overall responsiveness of the vehicle. The higher the value, the faster the vehicle will react. If set to a value greater than zero, other parameters are automatically set (such as the acceleration or jerk limits). If set to a negative value, the existing individual parameters are used. - - - - /parameters/WV_EN/shortDesc - - Enable weathervane - - - - /parameters/WV_EN/values/0/description - - Disabled - - - - /parameters/WV_EN/values/1/description - - Enabled - - - - /parameters/WV_ROLL_MIN/shortDesc - - Minimum roll angle setpoint for weathervane controller to demand a yaw-rate - - - - /parameters/WV_YRATE_MAX/shortDesc - - Maximum yawrate the weathervane controller is allowed to demand - - - - /parameters/MC_SLOW_DEF_HVEL/shortDesc - - Default horizontal velocity limit - - - - /parameters/MC_SLOW_DEF_HVEL/longDesc - - This value is used in slow mode if no aux channel is mapped and no limit is commanded through MAVLink. - - - - /parameters/MC_SLOW_DEF_VVEL/shortDesc - - Default vertical velocity limit - - - - /parameters/MC_SLOW_DEF_VVEL/longDesc - - This value is used in slow mode if no aux channel is mapped and no limit is commanded through MAVLink. - - - - /parameters/MC_SLOW_DEF_YAWR/shortDesc - - Default yaw rate limit - - - - /parameters/MC_SLOW_DEF_YAWR/longDesc - - This value is used in slow mode if no aux channel is mapped and no limit is commanded through MAVLink. - - - - /parameters/MC_SLOW_MAP_HVEL/shortDesc - - Manual input mapped to scale horizontal velocity in position slow mode - - - - /parameters/MC_SLOW_MAP_HVEL/values/0/description - - No rescaling - - - - /parameters/MC_SLOW_MAP_HVEL/values/1/description - - AUX1 - - - - /parameters/MC_SLOW_MAP_HVEL/values/2/description - - AUX2 - - - - /parameters/MC_SLOW_MAP_HVEL/values/3/description - - AUX3 - - - - /parameters/MC_SLOW_MAP_HVEL/values/4/description - - AUX4 - - - - /parameters/MC_SLOW_MAP_HVEL/values/5/description - - AUX5 - - - - /parameters/MC_SLOW_MAP_HVEL/values/6/description - - AUX6 - - - - /parameters/MC_SLOW_MAP_VVEL/shortDesc - - Manual input mapped to scale vertical velocity in position slow mode - - - - /parameters/MC_SLOW_MAP_VVEL/values/0/description - - No rescaling - - - - /parameters/MC_SLOW_MAP_VVEL/values/1/description - - AUX1 - - - - /parameters/MC_SLOW_MAP_VVEL/values/2/description - - AUX2 - - - - /parameters/MC_SLOW_MAP_VVEL/values/3/description - - AUX3 - - - - /parameters/MC_SLOW_MAP_VVEL/values/4/description - - AUX4 - - - - /parameters/MC_SLOW_MAP_VVEL/values/5/description - - AUX5 - - - - /parameters/MC_SLOW_MAP_VVEL/values/6/description - - AUX6 - - - - /parameters/MC_SLOW_MAP_YAWR/shortDesc - - Manual input mapped to scale yaw rate in position slow mode - - - - /parameters/MC_SLOW_MAP_YAWR/values/0/description - - No rescaling - - - - /parameters/MC_SLOW_MAP_YAWR/values/1/description - - AUX1 - - - - /parameters/MC_SLOW_MAP_YAWR/values/2/description - - AUX2 - - - - /parameters/MC_SLOW_MAP_YAWR/values/3/description - - AUX3 - - - - /parameters/MC_SLOW_MAP_YAWR/values/4/description - - AUX4 - - - - /parameters/MC_SLOW_MAP_YAWR/values/5/description - - AUX5 - - - - /parameters/MC_SLOW_MAP_YAWR/values/6/description - - AUX6 - - - - /parameters/MC_SLOW_MIN_HVEL/shortDesc - - Horizontal velocity lower limit - - - - /parameters/MC_SLOW_MIN_HVEL/longDesc - - The lowest input maps and is clamped to this velocity. - - - - /parameters/MC_SLOW_MIN_VVEL/shortDesc - - Vertical velocity lower limit - - - - /parameters/MC_SLOW_MIN_VVEL/longDesc - - The lowest input maps and is clamped to this velocity. - - - - /parameters/MC_SLOW_MIN_YAWR/shortDesc - - Yaw rate lower limit - - - - /parameters/MC_SLOW_MIN_YAWR/longDesc - - The lowest input maps and is clamped to this rate. - - - - /parameters/MC_BAT_SCALE_EN/shortDesc - - Battery power level scaler - - - - /parameters/MC_BAT_SCALE_EN/longDesc - - This compensates for voltage drop of the battery over time by attempting to normalize performance across the operating range of the battery. The copter should constantly behave as if it was fully charged with reduced max acceleration at lower battery percentages. i.e. if hover is at 0.5 throttle at 100% battery, it will still be 0.5 at 60% battery. - - - - /parameters/MC_BAT_SCALE_EN/values/0/description - - Disabled - - - - /parameters/MC_BAT_SCALE_EN/values/1/description - - Enabled - - - - /parameters/MC_PITCHRATE_D/shortDesc - - Pitch rate D gain - - - - /parameters/MC_PITCHRATE_D/longDesc - - Pitch rate differential gain. Small values help reduce fast oscillations. If value is too big oscillations will appear again. - - - - /parameters/MC_PITCHRATE_FF/shortDesc - - Pitch rate feedforward - - - - /parameters/MC_PITCHRATE_FF/longDesc - - Improves tracking performance. - - - - /parameters/MC_PITCHRATE_I/shortDesc - - Pitch rate I gain - - - - /parameters/MC_PITCHRATE_I/longDesc - - Pitch rate integral gain. Can be set to compensate static thrust difference or gravity center offset. - - - - /parameters/MC_PITCHRATE_K/shortDesc - - Pitch rate controller gain - - - - /parameters/MC_PITCHRATE_K/longDesc - - Global gain of the controller. This gain scales the P, I and D terms of the controller: output = MC_PITCHRATE_K * (MC_PITCHRATE_P * error + MC_PITCHRATE_I * error_integral + MC_PITCHRATE_D * error_derivative) Set MC_PITCHRATE_P=1 to implement a PID in the ideal form. Set MC_PITCHRATE_K=1 to implement a PID in the parallel form. - - - - /parameters/MC_PITCHRATE_P/shortDesc - - Pitch rate P gain - - - - /parameters/MC_PITCHRATE_P/longDesc - - Pitch rate proportional gain, i.e. control output for angular speed error 1 rad/s. - - - - /parameters/MC_PR_INT_LIM/shortDesc - - Pitch rate integrator limit - - - - /parameters/MC_PR_INT_LIM/longDesc - - Pitch rate integrator limit. Can be set to increase the amount of integrator available to counteract disturbances or reduced to improve settling time after large pitch moment trim changes. - - - - /parameters/MC_ROLLRATE_D/shortDesc - - Roll rate D gain - - - - /parameters/MC_ROLLRATE_D/longDesc - - Roll rate differential gain. Small values help reduce fast oscillations. If value is too big oscillations will appear again. - - - - /parameters/MC_ROLLRATE_FF/shortDesc - - Roll rate feedforward - - - - /parameters/MC_ROLLRATE_FF/longDesc - - Improves tracking performance. - - - - /parameters/MC_ROLLRATE_I/shortDesc - - Roll rate I gain - - - - /parameters/MC_ROLLRATE_I/longDesc - - Roll rate integral gain. Can be set to compensate static thrust difference or gravity center offset. - - - - /parameters/MC_ROLLRATE_K/shortDesc - - Roll rate controller gain - - - - /parameters/MC_ROLLRATE_K/longDesc - - Global gain of the controller. This gain scales the P, I and D terms of the controller: output = MC_ROLLRATE_K * (MC_ROLLRATE_P * error + MC_ROLLRATE_I * error_integral + MC_ROLLRATE_D * error_derivative) Set MC_ROLLRATE_P=1 to implement a PID in the ideal form. Set MC_ROLLRATE_K=1 to implement a PID in the parallel form. - - - - /parameters/MC_ROLLRATE_P/shortDesc - - Roll rate P gain - - - - /parameters/MC_ROLLRATE_P/longDesc - - Roll rate proportional gain, i.e. control output for angular speed error 1 rad/s. - - - - /parameters/MC_RR_INT_LIM/shortDesc - - Roll rate integrator limit - - - - /parameters/MC_RR_INT_LIM/longDesc - - Roll rate integrator limit. Can be set to increase the amount of integrator available to counteract disturbances or reduced to improve settling time after large roll moment trim changes. - - - - /parameters/MC_YAWRATE_D/shortDesc - - Yaw rate D gain - - - - /parameters/MC_YAWRATE_D/longDesc - - Yaw rate differential gain. Small values help reduce fast oscillations. If value is too big oscillations will appear again. - - - - /parameters/MC_YAWRATE_FF/shortDesc - - Yaw rate feedforward - - - - /parameters/MC_YAWRATE_FF/longDesc - - Improves tracking performance. - - - - /parameters/MC_YAWRATE_I/shortDesc - - Yaw rate I gain - - - - /parameters/MC_YAWRATE_I/longDesc - - Yaw rate integral gain. Can be set to compensate static thrust difference or gravity center offset. - - - - /parameters/MC_YAWRATE_K/shortDesc - - Yaw rate controller gain - - - - /parameters/MC_YAWRATE_K/longDesc - - Global gain of the controller. This gain scales the P, I and D terms of the controller: output = MC_YAWRATE_K * (MC_YAWRATE_P * error + MC_YAWRATE_I * error_integral + MC_YAWRATE_D * error_derivative) Set MC_YAWRATE_P=1 to implement a PID in the ideal form. Set MC_YAWRATE_K=1 to implement a PID in the parallel form. - - - - /parameters/MC_YAWRATE_P/shortDesc - - Yaw rate P gain - - - - /parameters/MC_YAWRATE_P/longDesc - - Yaw rate proportional gain, i.e. control output for angular speed error 1 rad/s. - - - - /parameters/MC_YR_INT_LIM/shortDesc - - Yaw rate integrator limit - - - - /parameters/MC_YR_INT_LIM/longDesc - - Yaw rate integrator limit. Can be set to increase the amount of integrator available to counteract disturbances or reduced to improve settling time after large yaw moment trim changes. - - - - /parameters/MSP_OSD_CONFIG/shortDesc - - Serial Configuration for MSP OSD - - - - /parameters/MSP_OSD_CONFIG/longDesc - - Configure on which serial port to run MSP OSD. - - - - /parameters/MSP_OSD_CONFIG/values/0/description - - Disabled - - - - /parameters/MSP_OSD_CONFIG/values/6/description - - UART 6 - - - - /parameters/MSP_OSD_CONFIG/values/101/description - - TELEM 1 - - - - /parameters/MSP_OSD_CONFIG/values/102/description - - TELEM 2 - - - - /parameters/MSP_OSD_CONFIG/values/103/description - - TELEM 3 - - - - /parameters/MSP_OSD_CONFIG/values/104/description - - TELEM/SERIAL 4 - - - - /parameters/MSP_OSD_CONFIG/values/201/description - - GPS 1 - - - - /parameters/MSP_OSD_CONFIG/values/202/description - - GPS 2 - - - - /parameters/MSP_OSD_CONFIG/values/203/description - - GPS 3 - - - - /parameters/MSP_OSD_CONFIG/values/300/description - - Radio Controller - - - - /parameters/MSP_OSD_CONFIG/values/301/description - - Wifi Port - - - - /parameters/MSP_OSD_CONFIG/values/401/description - - EXT2 - - - - /parameters/OSD_ATXXXX_CFG/shortDesc - - Enable/Disable the ATXXX OSD Chip - - - - /parameters/OSD_ATXXXX_CFG/longDesc - - Configure the ATXXXX OSD Chip (mounted on the OmnibusF4SD board) and select the transmission standard. - - - - /parameters/OSD_ATXXXX_CFG/values/0/description - - Disabled - - - - /parameters/OSD_ATXXXX_CFG/values/1/description - - NTSC - - - - /parameters/OSD_ATXXXX_CFG/values/2/description - - PAL - - - - /parameters/OSD_CH_HEIGHT/shortDesc - - OSD Crosshairs Height - - - - /parameters/OSD_CH_HEIGHT/longDesc - - Controls the vertical position of the crosshair display. Resolution is limited by OSD to 15 discrete values. Negative values will display the crosshairs below the horizon - - - - /parameters/OSD_DWELL_TIME/shortDesc - - OSD Dwell Time (ms) - - - - /parameters/OSD_DWELL_TIME/longDesc - - Amount of time in milliseconds to dwell at the beginning of the display, when scrolling. - - - - /parameters/OSD_LOG_LEVEL/shortDesc - - OSD Warning Level - - - - /parameters/OSD_LOG_LEVEL/longDesc - - Minimum security of log level to display on the OSD. - - - - /parameters/OSD_SCROLL_RATE/shortDesc - - OSD Scroll Rate (ms) - - - - /parameters/OSD_SCROLL_RATE/longDesc - - Scroll rate in milliseconds for OSD messages longer than available character width. This is lower-bounded by the nominal loop rate of this module. - - - - /parameters/OSD_SYMBOLS/shortDesc - - OSD Symbol Selection - - - - /parameters/OSD_SYMBOLS/longDesc - - Configure / toggle support display options. - - - - /parameters/OSD_SYMBOLS/bitmask/0/description - - CRAFT_NAME - - - - /parameters/OSD_SYMBOLS/bitmask/1/description - - DISARMED - - - - /parameters/OSD_SYMBOLS/bitmask/2/description - - GPS_LAT - - - - /parameters/OSD_SYMBOLS/bitmask/3/description - - GPS_LON - - - - /parameters/OSD_SYMBOLS/bitmask/4/description - - GPS_SATS - - - - /parameters/OSD_SYMBOLS/bitmask/5/description - - GPS_SPEED - - - - /parameters/OSD_SYMBOLS/bitmask/6/description - - HOME_DIST - - - - /parameters/OSD_SYMBOLS/bitmask/7/description - - HOME_DIR - - - - /parameters/OSD_SYMBOLS/bitmask/8/description - - MAIN_BATT_VOLTAGE - - - - /parameters/OSD_SYMBOLS/bitmask/9/description - - CURRENT_DRAW - - - - /parameters/OSD_SYMBOLS/bitmask/10/description - - MAH_DRAWN - - - - /parameters/OSD_SYMBOLS/bitmask/11/description - - RSSI_VALUE - - - - /parameters/OSD_SYMBOLS/bitmask/12/description - - ALTITUDE - - - - /parameters/OSD_SYMBOLS/bitmask/13/description - - NUMERICAL_VARIO - - - - /parameters/OSD_SYMBOLS/bitmask/14/description - - (unused) FLYMODE - - - - /parameters/OSD_SYMBOLS/bitmask/15/description - - (unused) ESC_TMP - - - - /parameters/OSD_SYMBOLS/bitmask/16/description - - (unused) PITCH_ANGLE - - - - /parameters/OSD_SYMBOLS/bitmask/17/description - - (unused) ROLL_ANGLE - - - - /parameters/OSD_SYMBOLS/bitmask/18/description - - CROSSHAIRS - - - - /parameters/OSD_SYMBOLS/bitmask/19/description - - AVG_CELL_VOLTAGE - - - - /parameters/OSD_SYMBOLS/bitmask/20/description - - (unused) HORIZON_SIDEBARS - - - - /parameters/OSD_SYMBOLS/bitmask/21/description - - POWER - - - - /parameters/MOT_SLEW_MAX/shortDesc - - Minimum motor rise time (slew rate limit) - - - - /parameters/MOT_SLEW_MAX/longDesc - - Minimum time allowed for the motor input signal to pass through a range of 1000 PWM units. A value x means that the motor signal can only go from 1000 to 2000 PWM in minimum x seconds. Zero means that slew rate limiting is disabled. - - - - /parameters/PWM_SBUS_MODE/shortDesc - - S.BUS out - - - - /parameters/PWM_SBUS_MODE/longDesc - - Set to 1 to enable S.BUS version 1 output instead of RSSI. - - - - /parameters/PWM_SBUS_MODE/values/0/description - - Disabled - - - - /parameters/PWM_SBUS_MODE/values/1/description - - Enabled - - - - /parameters/THR_MDL_FAC/shortDesc - - Thrust to motor control signal model parameter - - - - /parameters/THR_MDL_FAC/longDesc - - Parameter used to model the nonlinear relationship between motor control signal (e.g. PWM) and static thrust. The model is: rel_thrust = factor * rel_signal^2 + (1-factor) * rel_signal, where rel_thrust is the normalized thrust between 0 and 1, and rel_signal is the relative motor control signal between 0 and 1. - - - - /parameters/PD_GRIPPER_EN/shortDesc - - Enable Gripper actuation in Payload Deliverer - - - - /parameters/PD_GRIPPER_EN/values/0/description - - Disabled - - - - /parameters/PD_GRIPPER_EN/values/1/description - - Enabled - - - - /parameters/PD_GRIPPER_TO/shortDesc - - Timeout for successful gripper actuation acknowledgement - - - - /parameters/PD_GRIPPER_TO/longDesc - - Maximum time Gripper will wait while the successful griper actuation isn't recognised. If the gripper has no feedback sensor, it will simply wait for this time before considering gripper actuation successful and publish a 'VehicleCommandAck' signaling successful gripper action - - - - /parameters/PD_GRIPPER_TYPE/shortDesc - - Type of Gripper (Servo, etc.) - - - - /parameters/PD_GRIPPER_TYPE/values/-1/description - - Undefined - - - - /parameters/PD_GRIPPER_TYPE/values/0/description - - Servo - - - - /parameters/PLD_BTOUT/shortDesc - - Landing Target Timeout - - - - /parameters/PLD_BTOUT/longDesc - - Time after which the landing target is considered lost without any new measurements. - - - - /parameters/PLD_FAPPR_ALT/shortDesc - - Final approach altitude - - - - /parameters/PLD_FAPPR_ALT/longDesc - - Allow final approach (without horizontal positioning) if losing landing target closer than this to the ground. - - - - /parameters/PLD_HACC_RAD/shortDesc - - Horizontal acceptance radius - - - - /parameters/PLD_HACC_RAD/longDesc - - Start descending if closer above landing target than this. - - - - /parameters/PLD_MAX_SRCH/shortDesc - - Maximum number of search attempts - - - - /parameters/PLD_MAX_SRCH/longDesc - - Maximum number of times to search for the landing target if it is lost during the precision landing. - - - - /parameters/PLD_SRCH_ALT/shortDesc - - Search altitude - - - - /parameters/PLD_SRCH_ALT/longDesc - - Altitude above home to which to climb when searching for the landing target. - - - - /parameters/PLD_SRCH_TOUT/shortDesc - - Search timeout - - - - /parameters/PLD_SRCH_TOUT/longDesc - - Time allowed to search for the landing target before falling back to normal landing. - - - - /parameters/RC_CRSF_TEL_EN/shortDesc - - Crossfire RC telemetry enable - - - - /parameters/RC_CRSF_TEL_EN/longDesc - - Crossfire telemetry enable - - - - /parameters/RC_CRSF_TEL_EN/values/0/description - - Disabled - - - - /parameters/RC_CRSF_TEL_EN/values/1/description - - Enabled - - - - /parameters/RC_INPUT_PROTO/shortDesc - - RC input protocol - - - - /parameters/RC_INPUT_PROTO/longDesc - - Select your RC input protocol or auto to scan. - - - - /parameters/RC_INPUT_PROTO/values/-1/description - - Auto - - - - /parameters/RC_INPUT_PROTO/values/0/description - - None - - - - /parameters/RC_INPUT_PROTO/values/1/description - - PPM - - - - /parameters/RC_INPUT_PROTO/values/2/description - - SBUS - - - - /parameters/RC_INPUT_PROTO/values/3/description - - DSM - - - - /parameters/RC_INPUT_PROTO/values/4/description - - ST24 - - - - /parameters/RC_INPUT_PROTO/values/5/description - - SUMD - - - - /parameters/RC_INPUT_PROTO/values/6/description - - CRSF - - - - /parameters/RC_INPUT_PROTO/values/7/description - - GHST - - - - /parameters/RC10_DZ/shortDesc - - RC channel 10 dead zone - - - - /parameters/RC10_DZ/longDesc - - The +- range of this value around the trim value will be considered as zero. - - - - /parameters/RC10_MAX/shortDesc - - RC channel 10 maximum - - - - /parameters/RC10_MAX/longDesc - - Maximum value for this channel. - - - - /parameters/RC10_MIN/shortDesc - - RC channel 10 minimum - - - - /parameters/RC10_MIN/longDesc - - Minimum value for this channel. - - - - /parameters/RC10_REV/shortDesc - - RC channel 10 reverse - - - - /parameters/RC10_REV/longDesc - - Set to -1 to reverse channel. - - - - /parameters/RC10_REV/values/-1.0/description - - Reverse - - - - /parameters/RC10_REV/values/1.0/description - - Normal - - - - /parameters/RC10_TRIM/shortDesc - - RC channel 10 trim - - - - /parameters/RC10_TRIM/longDesc - - Mid point value - - - - /parameters/RC11_DZ/shortDesc - - RC channel 11 dead zone - - - - /parameters/RC11_DZ/longDesc - - The +- range of this value around the trim value will be considered as zero. - - - - /parameters/RC11_MAX/shortDesc - - RC channel 11 maximum - - - - /parameters/RC11_MAX/longDesc - - Maximum value for this channel. - - - - /parameters/RC11_MIN/shortDesc - - RC channel 11 minimum - - - - /parameters/RC11_MIN/longDesc - - Minimum value for this channel. - - - - /parameters/RC11_REV/shortDesc - - RC channel 11 reverse - - - - /parameters/RC11_REV/longDesc - - Set to -1 to reverse channel. - - - - /parameters/RC11_REV/values/-1.0/description - - Reverse - - - - /parameters/RC11_REV/values/1.0/description - - Normal - - - - /parameters/RC11_TRIM/shortDesc - - RC channel 11 trim - - - - /parameters/RC11_TRIM/longDesc - - Mid point value - - - - /parameters/RC12_DZ/shortDesc - - RC channel 12 dead zone - - - - /parameters/RC12_DZ/longDesc - - The +- range of this value around the trim value will be considered as zero. - - - - /parameters/RC12_MAX/shortDesc - - RC channel 12 maximum - - - - /parameters/RC12_MAX/longDesc - - Maximum value for this channel. - - - - /parameters/RC12_MIN/shortDesc - - RC channel 12 minimum - - - - /parameters/RC12_MIN/longDesc - - Minimum value for this channel. - - - - /parameters/RC12_REV/shortDesc - - RC channel 12 reverse - - - - /parameters/RC12_REV/longDesc - - Set to -1 to reverse channel. - - - - /parameters/RC12_REV/values/-1.0/description - - Reverse - - - - /parameters/RC12_REV/values/1.0/description - - Normal - - - - /parameters/RC12_TRIM/shortDesc - - RC channel 12 trim - - - - /parameters/RC12_TRIM/longDesc - - Mid point value - - - - /parameters/RC13_DZ/shortDesc - - RC channel 13 dead zone - - - - /parameters/RC13_DZ/longDesc - - The +- range of this value around the trim value will be considered as zero. - - - - /parameters/RC13_MAX/shortDesc - - RC channel 13 maximum - - - - /parameters/RC13_MAX/longDesc - - Maximum value for this channel. - - - - /parameters/RC13_MIN/shortDesc - - RC channel 13 minimum - - - - /parameters/RC13_MIN/longDesc - - Minimum value for this channel. - - - - /parameters/RC13_REV/shortDesc - - RC channel 13 reverse - - - - /parameters/RC13_REV/longDesc - - Set to -1 to reverse channel. - - - - /parameters/RC13_REV/values/-1.0/description - - Reverse - - - - /parameters/RC13_REV/values/1.0/description - - Normal - - - - /parameters/RC13_TRIM/shortDesc - - RC channel 13 trim - - - - /parameters/RC13_TRIM/longDesc - - Mid point value - - - - /parameters/RC14_DZ/shortDesc - - RC channel 14 dead zone - - - - /parameters/RC14_DZ/longDesc - - The +- range of this value around the trim value will be considered as zero. - - - - /parameters/RC14_MAX/shortDesc - - RC channel 14 maximum - - - - /parameters/RC14_MAX/longDesc - - Maximum value for this channel. - - - - /parameters/RC14_MIN/shortDesc - - RC channel 14 minimum - - - - /parameters/RC14_MIN/longDesc - - Minimum value for this channel. - - - - /parameters/RC14_REV/shortDesc - - RC channel 14 reverse - - - - /parameters/RC14_REV/longDesc - - Set to -1 to reverse channel. - - - - /parameters/RC14_REV/values/-1.0/description - - Reverse - - - - /parameters/RC14_REV/values/1.0/description - - Normal - - - - /parameters/RC14_TRIM/shortDesc - - RC channel 14 trim - - - - /parameters/RC14_TRIM/longDesc - - Mid point value - - - - /parameters/RC15_DZ/shortDesc - - RC channel 15 dead zone - - - - /parameters/RC15_DZ/longDesc - - The +- range of this value around the trim value will be considered as zero. - - - - /parameters/RC15_MAX/shortDesc - - RC channel 15 maximum - - - - /parameters/RC15_MAX/longDesc - - Maximum value for this channel. - - - - /parameters/RC15_MIN/shortDesc - - RC channel 15 minimum - - - - /parameters/RC15_MIN/longDesc - - Minimum value for this channel. - - - - /parameters/RC15_REV/shortDesc - - RC channel 15 reverse - - - - /parameters/RC15_REV/longDesc - - Set to -1 to reverse channel. - - - - /parameters/RC15_REV/values/-1.0/description - - Reverse - - - - /parameters/RC15_REV/values/1.0/description - - Normal - - - - /parameters/RC15_TRIM/shortDesc - - RC channel 15 trim - - - - /parameters/RC15_TRIM/longDesc - - Mid point value - - - - /parameters/RC16_DZ/shortDesc - - RC channel 16 dead zone - - - - /parameters/RC16_DZ/longDesc - - The +- range of this value around the trim value will be considered as zero. - - - - /parameters/RC16_MAX/shortDesc - - RC channel 16 maximum - - - - /parameters/RC16_MAX/longDesc - - Maximum value for this channel. - - - - /parameters/RC16_MIN/shortDesc - - RC channel 16 minimum - - - - /parameters/RC16_MIN/longDesc - - Minimum value for this channel. - - - - /parameters/RC16_REV/shortDesc - - RC channel 16 reverse - - - - /parameters/RC16_REV/longDesc - - Set to -1 to reverse channel. - - - - /parameters/RC16_REV/values/-1.0/description - - Reverse - - - - /parameters/RC16_REV/values/1.0/description - - Normal - - - - /parameters/RC16_TRIM/shortDesc - - RC channel 16 trim - - - - /parameters/RC16_TRIM/longDesc - - Mid point value - - - - /parameters/RC17_DZ/shortDesc - - RC channel 17 dead zone - - - - /parameters/RC17_DZ/longDesc - - The +- range of this value around the trim value will be considered as zero. - - - - /parameters/RC17_MAX/shortDesc - - RC channel 17 maximum - - - - /parameters/RC17_MAX/longDesc - - Maximum value for this channel. - - - - /parameters/RC17_MIN/shortDesc - - RC channel 17 minimum - - - - /parameters/RC17_MIN/longDesc - - Minimum value for this channel. - - - - /parameters/RC17_REV/shortDesc - - RC channel 17 reverse - - - - /parameters/RC17_REV/longDesc - - Set to -1 to reverse channel. - - - - /parameters/RC17_REV/values/-1.0/description - - Reverse - - - - /parameters/RC17_REV/values/1.0/description - - Normal - - - - /parameters/RC17_TRIM/shortDesc - - RC channel 17 trim - - - - /parameters/RC17_TRIM/longDesc - - Mid point value - - - - /parameters/RC18_DZ/shortDesc - - RC channel 18 dead zone - - - - /parameters/RC18_DZ/longDesc - - The +- range of this value around the trim value will be considered as zero. - - - - /parameters/RC18_MAX/shortDesc - - RC channel 18 maximum - - - - /parameters/RC18_MAX/longDesc - - Maximum value for this channel. - - - - /parameters/RC18_MIN/shortDesc - - RC channel 18 minimum - - - - /parameters/RC18_MIN/longDesc - - Minimum value for this channel. - - - - /parameters/RC18_REV/shortDesc - - RC channel 18 reverse - - - - /parameters/RC18_REV/longDesc - - Set to -1 to reverse channel. - - - - /parameters/RC18_REV/values/-1.0/description - - Reverse - - - - /parameters/RC18_REV/values/1.0/description - - Normal - - - - /parameters/RC18_TRIM/shortDesc - - RC channel 18 trim - - - - /parameters/RC18_TRIM/longDesc - - Mid point value - - - - /parameters/RC1_DZ/shortDesc - - RC channel 1 dead zone - - - - /parameters/RC1_DZ/longDesc - - The +- range of this value around the trim value will be considered as zero. - - - - /parameters/RC1_MAX/shortDesc - - RC channel 1 maximum - - - - /parameters/RC1_MAX/longDesc - - Maximum value for RC channel 1 - - - - /parameters/RC1_MIN/shortDesc - - RC channel 1 minimum - - - - /parameters/RC1_MIN/longDesc - - Minimum value for RC channel 1 - - - - /parameters/RC1_REV/shortDesc - - RC channel 1 reverse - - - - /parameters/RC1_REV/longDesc - - Set to -1 to reverse channel. - - - - /parameters/RC1_REV/values/-1.0/description - - Reverse - - - - /parameters/RC1_REV/values/1.0/description - - Normal - - - - /parameters/RC1_TRIM/shortDesc - - RC channel 1 trim - - - - /parameters/RC1_TRIM/longDesc - - Mid point value - - - - /parameters/RC2_DZ/shortDesc - - RC channel 2 dead zone - - - - /parameters/RC2_DZ/longDesc - - The +- range of this value around the trim value will be considered as zero. - - - - /parameters/RC2_MAX/shortDesc - - RC channel 2 maximum - - - - /parameters/RC2_MAX/longDesc - - Maximum value for this channel. - - - - /parameters/RC2_MIN/shortDesc - - RC channel 2 minimum - - - - /parameters/RC2_MIN/longDesc - - Minimum value for this channel. - - - - /parameters/RC2_REV/shortDesc - - RC channel 2 reverse - - - - /parameters/RC2_REV/longDesc - - Set to -1 to reverse channel. - - - - /parameters/RC2_REV/values/-1.0/description - - Reverse - - - - /parameters/RC2_REV/values/1.0/description - - Normal - - - - /parameters/RC2_TRIM/shortDesc - - RC channel 2 trim - - - - /parameters/RC2_TRIM/longDesc - - Mid point value - - - - /parameters/RC3_DZ/shortDesc - - RC channel 3 dead zone - - - - /parameters/RC3_DZ/longDesc - - The +- range of this value around the trim value will be considered as zero. - - - - /parameters/RC3_MAX/shortDesc - - RC channel 3 maximum - - - - /parameters/RC3_MAX/longDesc - - Maximum value for this channel. - - - - /parameters/RC3_MIN/shortDesc - - RC channel 3 minimum - - - - /parameters/RC3_MIN/longDesc - - Minimum value for this channel. - - - - /parameters/RC3_REV/shortDesc - - RC channel 3 reverse - - - - /parameters/RC3_REV/longDesc - - Set to -1 to reverse channel. - - - - /parameters/RC3_REV/values/-1.0/description - - Reverse - - - - /parameters/RC3_REV/values/1.0/description - - Normal - - - - /parameters/RC3_TRIM/shortDesc - - RC channel 3 trim - - - - /parameters/RC3_TRIM/longDesc - - Mid point value - - - - /parameters/RC4_DZ/shortDesc - - RC channel 4 dead zone - - - - /parameters/RC4_DZ/longDesc - - The +- range of this value around the trim value will be considered as zero. - - - - /parameters/RC4_MAX/shortDesc - - RC channel 4 maximum - - - - /parameters/RC4_MAX/longDesc - - Maximum value for this channel. - - - - /parameters/RC4_MIN/shortDesc - - RC channel 4 minimum - - - - /parameters/RC4_MIN/longDesc - - Minimum value for this channel. - - - - /parameters/RC4_REV/shortDesc - - RC channel 4 reverse - - - - /parameters/RC4_REV/longDesc - - Set to -1 to reverse channel. - - - - /parameters/RC4_REV/values/-1.0/description - - Reverse - - - - /parameters/RC4_REV/values/1.0/description - - Normal - - - - /parameters/RC4_TRIM/shortDesc - - RC channel 4 trim - - - - /parameters/RC4_TRIM/longDesc - - Mid point value - - - - /parameters/RC5_DZ/shortDesc - - RC channel 5 dead zone - - - - /parameters/RC5_DZ/longDesc - - The +- range of this value around the trim value will be considered as zero. - - - - /parameters/RC5_MAX/shortDesc - - RC channel 5 maximum - - - - /parameters/RC5_MAX/longDesc - - Maximum value for this channel. - - - - /parameters/RC5_MIN/shortDesc - - RC channel 5 minimum - - - - /parameters/RC5_MIN/longDesc - - Minimum value for this channel. - - - - /parameters/RC5_REV/shortDesc - - RC channel 5 reverse - - - - /parameters/RC5_REV/longDesc - - Set to -1 to reverse channel. - - - - /parameters/RC5_REV/values/-1.0/description - - Reverse - - - - /parameters/RC5_REV/values/1.0/description - - Normal - - - - /parameters/RC5_TRIM/shortDesc - - RC channel 5 trim - - - - /parameters/RC5_TRIM/longDesc - - Mid point value - - - - /parameters/RC6_DZ/shortDesc - - RC channel 6 dead zone - - - - /parameters/RC6_DZ/longDesc - - The +- range of this value around the trim value will be considered as zero. - - - - /parameters/RC6_MAX/shortDesc - - RC channel 6 maximum - - - - /parameters/RC6_MAX/longDesc - - Maximum value for this channel. - - - - /parameters/RC6_MIN/shortDesc - - RC channel 6 minimum - - - - /parameters/RC6_MIN/longDesc - - Minimum value for this channel. - - - - /parameters/RC6_REV/shortDesc - - RC channel 6 reverse - - - - /parameters/RC6_REV/longDesc - - Set to -1 to reverse channel. - - - - /parameters/RC6_REV/values/-1.0/description - - Reverse - - - - /parameters/RC6_REV/values/1.0/description - - Normal - - - - /parameters/RC6_TRIM/shortDesc - - RC channel 6 trim - - - - /parameters/RC6_TRIM/longDesc - - Mid point value - - - - /parameters/RC7_DZ/shortDesc - - RC channel 7 dead zone - - - - /parameters/RC7_DZ/longDesc - - The +- range of this value around the trim value will be considered as zero. - - - - /parameters/RC7_MAX/shortDesc - - RC channel 7 maximum - - - - /parameters/RC7_MAX/longDesc - - Maximum value for this channel. - - - - /parameters/RC7_MIN/shortDesc - - RC channel 7 minimum - - - - /parameters/RC7_MIN/longDesc - - Minimum value for this channel. - - - - /parameters/RC7_REV/shortDesc - - RC channel 7 reverse - - - - /parameters/RC7_REV/longDesc - - Set to -1 to reverse channel. - - - - /parameters/RC7_REV/values/-1.0/description - - Reverse - - - - /parameters/RC7_REV/values/1.0/description - - Normal - - - - /parameters/RC7_TRIM/shortDesc - - RC channel 7 trim - - - - /parameters/RC7_TRIM/longDesc - - Mid point value - - - - /parameters/RC8_DZ/shortDesc - - RC channel 8 dead zone - - - - /parameters/RC8_DZ/longDesc - - The +- range of this value around the trim value will be considered as zero. - - - - /parameters/RC8_MAX/shortDesc - - RC channel 8 maximum - - - - /parameters/RC8_MAX/longDesc - - Maximum value for this channel. - - - - /parameters/RC8_MIN/shortDesc - - RC channel 8 minimum - - - - /parameters/RC8_MIN/longDesc - - Minimum value for this channel. - - - - /parameters/RC8_REV/shortDesc - - RC channel 8 reverse - - - - /parameters/RC8_REV/longDesc - - Set to -1 to reverse channel. - - - - /parameters/RC8_REV/values/-1.0/description - - Reverse - - - - /parameters/RC8_REV/values/1.0/description - - Normal - - - - /parameters/RC8_TRIM/shortDesc - - RC channel 8 trim - - - - /parameters/RC8_TRIM/longDesc - - Mid point value - - - - /parameters/RC9_DZ/shortDesc - - RC channel 9 dead zone - - - - /parameters/RC9_DZ/longDesc - - The +- range of this value around the trim value will be considered as zero. - - - - /parameters/RC9_MAX/shortDesc - - RC channel 9 maximum - - - - /parameters/RC9_MAX/longDesc - - Maximum value for this channel. - - - - /parameters/RC9_MIN/shortDesc - - RC channel 9 minimum - - - - /parameters/RC9_MIN/longDesc - - Minimum value for this channel. - - - - /parameters/RC9_REV/shortDesc - - RC channel 9 reverse - - - - /parameters/RC9_REV/longDesc - - Set to -1 to reverse channel. - - - - /parameters/RC9_REV/values/-1.0/description - - Reverse - - - - /parameters/RC9_REV/values/1.0/description - - Normal - - - - /parameters/RC9_TRIM/shortDesc - - RC channel 9 trim - - - - /parameters/RC9_TRIM/longDesc - - Mid point value - - - - /parameters/RC_CHAN_CNT/shortDesc - - RC channel count - - - - /parameters/RC_CHAN_CNT/longDesc - - This parameter is used by Ground Station software to save the number of channels which were used during RC calibration. It is only meant for ground station use. - - - - /parameters/RC_FAILS_THR/shortDesc - - Failsafe channel PWM threshold - - - - /parameters/RC_FAILS_THR/longDesc - - Use RC_MAP_FAILSAFE to specify which channel is used to indicate RC loss via this threshold. By default this is the throttle channel. Set to a PWM value slightly above the PWM value for the channel (e.g. throttle) in a failsafe event, but below the minimum PWM value for the channel during normal operation. Note: The default value of 0 disables the feature (it is below the expected range). - - - - /parameters/RC_MAP_AUX1/shortDesc - - AUX1 Passthrough RC channel - - - - /parameters/RC_MAP_AUX1/longDesc - - Default function: Camera pitch - - - - /parameters/RC_MAP_AUX1/values/0/description - - Unassigned - - - - /parameters/RC_MAP_AUX1/values/1/description - - Channel 1 - - - - /parameters/RC_MAP_AUX1/values/2/description - - Channel 2 - - - - /parameters/RC_MAP_AUX1/values/3/description - - Channel 3 - - - - /parameters/RC_MAP_AUX1/values/4/description - - Channel 4 - - - - /parameters/RC_MAP_AUX1/values/5/description - - Channel 5 - - - - /parameters/RC_MAP_AUX1/values/6/description - - Channel 6 - - - - /parameters/RC_MAP_AUX1/values/7/description - - Channel 7 - - - - /parameters/RC_MAP_AUX1/values/8/description - - Channel 8 - - - - /parameters/RC_MAP_AUX1/values/9/description - - Channel 9 - - - - /parameters/RC_MAP_AUX1/values/10/description - - Channel 10 - - - - /parameters/RC_MAP_AUX1/values/11/description - - Channel 11 - - - - /parameters/RC_MAP_AUX1/values/12/description - - Channel 12 - - - - /parameters/RC_MAP_AUX1/values/13/description - - Channel 13 - - - - /parameters/RC_MAP_AUX1/values/14/description - - Channel 14 - - - - /parameters/RC_MAP_AUX1/values/15/description - - Channel 15 - - - - /parameters/RC_MAP_AUX1/values/16/description - - Channel 16 - - - - /parameters/RC_MAP_AUX1/values/17/description - - Channel 17 - - - - /parameters/RC_MAP_AUX1/values/18/description - - Channel 18 - - - - /parameters/RC_MAP_AUX2/shortDesc - - AUX2 Passthrough RC channel - - - - /parameters/RC_MAP_AUX2/longDesc - - Default function: Camera roll - - - - /parameters/RC_MAP_AUX2/values/0/description - - Unassigned - - - - /parameters/RC_MAP_AUX2/values/1/description - - Channel 1 - - - - /parameters/RC_MAP_AUX2/values/2/description - - Channel 2 - - - - /parameters/RC_MAP_AUX2/values/3/description - - Channel 3 - - - - /parameters/RC_MAP_AUX2/values/4/description - - Channel 4 - - - - /parameters/RC_MAP_AUX2/values/5/description - - Channel 5 - - - - /parameters/RC_MAP_AUX2/values/6/description - - Channel 6 - - - - /parameters/RC_MAP_AUX2/values/7/description - - Channel 7 - - - - /parameters/RC_MAP_AUX2/values/8/description - - Channel 8 - - - - /parameters/RC_MAP_AUX2/values/9/description - - Channel 9 - - - - /parameters/RC_MAP_AUX2/values/10/description - - Channel 10 - - - - /parameters/RC_MAP_AUX2/values/11/description - - Channel 11 - - - - /parameters/RC_MAP_AUX2/values/12/description - - Channel 12 - - - - /parameters/RC_MAP_AUX2/values/13/description - - Channel 13 - - - - /parameters/RC_MAP_AUX2/values/14/description - - Channel 14 - - - - /parameters/RC_MAP_AUX2/values/15/description - - Channel 15 - - - - /parameters/RC_MAP_AUX2/values/16/description - - Channel 16 - - - - /parameters/RC_MAP_AUX2/values/17/description - - Channel 17 - - - - /parameters/RC_MAP_AUX2/values/18/description - - Channel 18 - - - - /parameters/RC_MAP_AUX3/shortDesc - - AUX3 Passthrough RC channel - - - - /parameters/RC_MAP_AUX3/longDesc - - Default function: Camera azimuth / yaw - - - - /parameters/RC_MAP_AUX3/values/0/description - - Unassigned - - - - /parameters/RC_MAP_AUX3/values/1/description - - Channel 1 - - - - /parameters/RC_MAP_AUX3/values/2/description - - Channel 2 - - - - /parameters/RC_MAP_AUX3/values/3/description - - Channel 3 - - - - /parameters/RC_MAP_AUX3/values/4/description - - Channel 4 - - - - /parameters/RC_MAP_AUX3/values/5/description - - Channel 5 - - - - /parameters/RC_MAP_AUX3/values/6/description - - Channel 6 - - - - /parameters/RC_MAP_AUX3/values/7/description - - Channel 7 - - - - /parameters/RC_MAP_AUX3/values/8/description - - Channel 8 - - - - /parameters/RC_MAP_AUX3/values/9/description - - Channel 9 - - - - /parameters/RC_MAP_AUX3/values/10/description - - Channel 10 - - - - /parameters/RC_MAP_AUX3/values/11/description - - Channel 11 - - - - /parameters/RC_MAP_AUX3/values/12/description - - Channel 12 - - - - /parameters/RC_MAP_AUX3/values/13/description - - Channel 13 - - - - /parameters/RC_MAP_AUX3/values/14/description - - Channel 14 - - - - /parameters/RC_MAP_AUX3/values/15/description - - Channel 15 - - - - /parameters/RC_MAP_AUX3/values/16/description - - Channel 16 - - - - /parameters/RC_MAP_AUX3/values/17/description - - Channel 17 - - - - /parameters/RC_MAP_AUX3/values/18/description - - Channel 18 - - - - /parameters/RC_MAP_AUX4/shortDesc - - AUX4 Passthrough RC channel - - - - /parameters/RC_MAP_AUX4/values/0/description - - Unassigned - - - - /parameters/RC_MAP_AUX4/values/1/description - - Channel 1 - - - - /parameters/RC_MAP_AUX4/values/2/description - - Channel 2 - - - - /parameters/RC_MAP_AUX4/values/3/description - - Channel 3 - - - - /parameters/RC_MAP_AUX4/values/4/description - - Channel 4 - - - - /parameters/RC_MAP_AUX4/values/5/description - - Channel 5 - - - - /parameters/RC_MAP_AUX4/values/6/description - - Channel 6 - - - - /parameters/RC_MAP_AUX4/values/7/description - - Channel 7 - - - - /parameters/RC_MAP_AUX4/values/8/description - - Channel 8 - - - - /parameters/RC_MAP_AUX4/values/9/description - - Channel 9 - - - - /parameters/RC_MAP_AUX4/values/10/description - - Channel 10 - - - - /parameters/RC_MAP_AUX4/values/11/description - - Channel 11 - - - - /parameters/RC_MAP_AUX4/values/12/description - - Channel 12 - - - - /parameters/RC_MAP_AUX4/values/13/description - - Channel 13 - - - - /parameters/RC_MAP_AUX4/values/14/description - - Channel 14 - - - - /parameters/RC_MAP_AUX4/values/15/description - - Channel 15 - - - - /parameters/RC_MAP_AUX4/values/16/description - - Channel 16 - - - - /parameters/RC_MAP_AUX4/values/17/description - - Channel 17 - - - - /parameters/RC_MAP_AUX4/values/18/description - - Channel 18 - - - - /parameters/RC_MAP_AUX5/shortDesc - - AUX5 Passthrough RC channel - - - - /parameters/RC_MAP_AUX5/values/0/description - - Unassigned - - - - /parameters/RC_MAP_AUX5/values/1/description - - Channel 1 - - - - /parameters/RC_MAP_AUX5/values/2/description - - Channel 2 - - - - /parameters/RC_MAP_AUX5/values/3/description - - Channel 3 - - - - /parameters/RC_MAP_AUX5/values/4/description - - Channel 4 - - - - /parameters/RC_MAP_AUX5/values/5/description - - Channel 5 - - - - /parameters/RC_MAP_AUX5/values/6/description - - Channel 6 - - - - /parameters/RC_MAP_AUX5/values/7/description - - Channel 7 - - - - /parameters/RC_MAP_AUX5/values/8/description - - Channel 8 - - - - /parameters/RC_MAP_AUX5/values/9/description - - Channel 9 - - - - /parameters/RC_MAP_AUX5/values/10/description - - Channel 10 - - - - /parameters/RC_MAP_AUX5/values/11/description - - Channel 11 - - - - /parameters/RC_MAP_AUX5/values/12/description - - Channel 12 - - - - /parameters/RC_MAP_AUX5/values/13/description - - Channel 13 - - - - /parameters/RC_MAP_AUX5/values/14/description - - Channel 14 - - - - /parameters/RC_MAP_AUX5/values/15/description - - Channel 15 - - - - /parameters/RC_MAP_AUX5/values/16/description - - Channel 16 - - - - /parameters/RC_MAP_AUX5/values/17/description - - Channel 17 - - - - /parameters/RC_MAP_AUX5/values/18/description - - Channel 18 - - - - /parameters/RC_MAP_AUX6/shortDesc - - AUX6 Passthrough RC channel - - - - /parameters/RC_MAP_AUX6/values/0/description - - Unassigned - - - - /parameters/RC_MAP_AUX6/values/1/description - - Channel 1 - - - - /parameters/RC_MAP_AUX6/values/2/description - - Channel 2 - - - - /parameters/RC_MAP_AUX6/values/3/description - - Channel 3 - - - - /parameters/RC_MAP_AUX6/values/4/description - - Channel 4 - - - - /parameters/RC_MAP_AUX6/values/5/description - - Channel 5 - - - - /parameters/RC_MAP_AUX6/values/6/description - - Channel 6 - - - - /parameters/RC_MAP_AUX6/values/7/description - - Channel 7 - - - - /parameters/RC_MAP_AUX6/values/8/description - - Channel 8 - - - - /parameters/RC_MAP_AUX6/values/9/description - - Channel 9 - - - - /parameters/RC_MAP_AUX6/values/10/description - - Channel 10 - - - - /parameters/RC_MAP_AUX6/values/11/description - - Channel 11 - - - - /parameters/RC_MAP_AUX6/values/12/description - - Channel 12 - - - - /parameters/RC_MAP_AUX6/values/13/description - - Channel 13 - - - - /parameters/RC_MAP_AUX6/values/14/description - - Channel 14 - - - - /parameters/RC_MAP_AUX6/values/15/description - - Channel 15 - - - - /parameters/RC_MAP_AUX6/values/16/description - - Channel 16 - - - - /parameters/RC_MAP_AUX6/values/17/description - - Channel 17 - - - - /parameters/RC_MAP_AUX6/values/18/description - - Channel 18 - - - - /parameters/RC_MAP_ENG_MOT/shortDesc - - RC channel to engage the main motor (for helicopters) - - - - /parameters/RC_MAP_ENG_MOT/values/0/description - - Unassigned - - - - /parameters/RC_MAP_ENG_MOT/values/1/description - - Channel 1 - - - - /parameters/RC_MAP_ENG_MOT/values/2/description - - Channel 2 - - - - /parameters/RC_MAP_ENG_MOT/values/3/description - - Channel 3 - - - - /parameters/RC_MAP_ENG_MOT/values/4/description - - Channel 4 - - - - /parameters/RC_MAP_ENG_MOT/values/5/description - - Channel 5 - - - - /parameters/RC_MAP_ENG_MOT/values/6/description - - Channel 6 - - - - /parameters/RC_MAP_ENG_MOT/values/7/description - - Channel 7 - - - - /parameters/RC_MAP_ENG_MOT/values/8/description - - Channel 8 - - - - /parameters/RC_MAP_ENG_MOT/values/9/description - - Channel 9 - - - - /parameters/RC_MAP_ENG_MOT/values/10/description - - Channel 10 - - - - /parameters/RC_MAP_ENG_MOT/values/11/description - - Channel 11 - - - - /parameters/RC_MAP_ENG_MOT/values/12/description - - Channel 12 - - - - /parameters/RC_MAP_ENG_MOT/values/13/description - - Channel 13 - - - - /parameters/RC_MAP_ENG_MOT/values/14/description - - Channel 14 - - - - /parameters/RC_MAP_ENG_MOT/values/15/description - - Channel 15 - - - - /parameters/RC_MAP_ENG_MOT/values/16/description - - Channel 16 - - - - /parameters/RC_MAP_ENG_MOT/values/17/description - - Channel 17 - - - - /parameters/RC_MAP_ENG_MOT/values/18/description - - Channel 18 - - - - /parameters/RC_MAP_FAILSAFE/shortDesc - - Failsafe channel mapping - - - - /parameters/RC_MAP_FAILSAFE/longDesc - - Configures which RC channel is used by the receiver to indicate the signal was lost (on receivers that use output a fixed signal value to report lost signal). If set to 0, the channel mapped to throttle is used. Use RC_FAILS_THR to set the threshold indicating lost signal. By default it's below the expected range and hence disabled. - - - - /parameters/RC_MAP_FAILSAFE/values/0/description - - Unassigned - - - - /parameters/RC_MAP_FAILSAFE/values/1/description - - Channel 1 - - - - /parameters/RC_MAP_FAILSAFE/values/2/description - - Channel 2 - - - - /parameters/RC_MAP_FAILSAFE/values/3/description - - Channel 3 - - - - /parameters/RC_MAP_FAILSAFE/values/4/description - - Channel 4 - - - - /parameters/RC_MAP_FAILSAFE/values/5/description - - Channel 5 - - - - /parameters/RC_MAP_FAILSAFE/values/6/description - - Channel 6 - - - - /parameters/RC_MAP_FAILSAFE/values/7/description - - Channel 7 - - - - /parameters/RC_MAP_FAILSAFE/values/8/description - - Channel 8 - - - - /parameters/RC_MAP_FAILSAFE/values/9/description - - Channel 9 - - - - /parameters/RC_MAP_FAILSAFE/values/10/description - - Channel 10 - - - - /parameters/RC_MAP_FAILSAFE/values/11/description - - Channel 11 - - - - /parameters/RC_MAP_FAILSAFE/values/12/description - - Channel 12 - - - - /parameters/RC_MAP_FAILSAFE/values/13/description - - Channel 13 - - - - /parameters/RC_MAP_FAILSAFE/values/14/description - - Channel 14 - - - - /parameters/RC_MAP_FAILSAFE/values/15/description - - Channel 15 - - - - /parameters/RC_MAP_FAILSAFE/values/16/description - - Channel 16 - - - - /parameters/RC_MAP_FAILSAFE/values/17/description - - Channel 17 - - - - /parameters/RC_MAP_FAILSAFE/values/18/description - - Channel 18 - - - - /parameters/RC_MAP_PARAM1/shortDesc - - PARAM1 tuning channel - - - - /parameters/RC_MAP_PARAM1/longDesc - - Can be used for parameter tuning with the RC. This one is further referenced as the 1st parameter channel. Set to 0 to deactivate * - - - - /parameters/RC_MAP_PARAM1/values/0/description - - Unassigned - - - - /parameters/RC_MAP_PARAM1/values/1/description - - Channel 1 - - - - /parameters/RC_MAP_PARAM1/values/2/description - - Channel 2 - - - - /parameters/RC_MAP_PARAM1/values/3/description - - Channel 3 - - - - /parameters/RC_MAP_PARAM1/values/4/description - - Channel 4 - - - - /parameters/RC_MAP_PARAM1/values/5/description - - Channel 5 - - - - /parameters/RC_MAP_PARAM1/values/6/description - - Channel 6 - - - - /parameters/RC_MAP_PARAM1/values/7/description - - Channel 7 - - - - /parameters/RC_MAP_PARAM1/values/8/description - - Channel 8 - - - - /parameters/RC_MAP_PARAM1/values/9/description - - Channel 9 - - - - /parameters/RC_MAP_PARAM1/values/10/description - - Channel 10 - - - - /parameters/RC_MAP_PARAM1/values/11/description - - Channel 11 - - - - /parameters/RC_MAP_PARAM1/values/12/description - - Channel 12 - - - - /parameters/RC_MAP_PARAM1/values/13/description - - Channel 13 - - - - /parameters/RC_MAP_PARAM1/values/14/description - - Channel 14 - - - - /parameters/RC_MAP_PARAM1/values/15/description - - Channel 15 - - - - /parameters/RC_MAP_PARAM1/values/16/description - - Channel 16 - - - - /parameters/RC_MAP_PARAM1/values/17/description - - Channel 17 - - - - /parameters/RC_MAP_PARAM1/values/18/description - - Channel 18 - - - - /parameters/RC_MAP_PARAM2/shortDesc - - PARAM2 tuning channel - - - - /parameters/RC_MAP_PARAM2/longDesc - - Can be used for parameter tuning with the RC. This one is further referenced as the 2nd parameter channel. Set to 0 to deactivate * - - - - /parameters/RC_MAP_PARAM2/values/0/description - - Unassigned - - - - /parameters/RC_MAP_PARAM2/values/1/description - - Channel 1 - - - - /parameters/RC_MAP_PARAM2/values/2/description - - Channel 2 - - - - /parameters/RC_MAP_PARAM2/values/3/description - - Channel 3 - - - - /parameters/RC_MAP_PARAM2/values/4/description - - Channel 4 - - - - /parameters/RC_MAP_PARAM2/values/5/description - - Channel 5 - - - - /parameters/RC_MAP_PARAM2/values/6/description - - Channel 6 - - - - /parameters/RC_MAP_PARAM2/values/7/description - - Channel 7 - - - - /parameters/RC_MAP_PARAM2/values/8/description - - Channel 8 - - - - /parameters/RC_MAP_PARAM2/values/9/description - - Channel 9 - - - - /parameters/RC_MAP_PARAM2/values/10/description - - Channel 10 - - - - /parameters/RC_MAP_PARAM2/values/11/description - - Channel 11 - - - - /parameters/RC_MAP_PARAM2/values/12/description - - Channel 12 - - - - /parameters/RC_MAP_PARAM2/values/13/description - - Channel 13 - - - - /parameters/RC_MAP_PARAM2/values/14/description - - Channel 14 - - - - /parameters/RC_MAP_PARAM2/values/15/description - - Channel 15 - - - - /parameters/RC_MAP_PARAM2/values/16/description - - Channel 16 - - - - /parameters/RC_MAP_PARAM2/values/17/description - - Channel 17 - - - - /parameters/RC_MAP_PARAM2/values/18/description - - Channel 18 - - - - /parameters/RC_MAP_PARAM3/shortDesc - - PARAM3 tuning channel - - - - /parameters/RC_MAP_PARAM3/longDesc - - Can be used for parameter tuning with the RC. This one is further referenced as the 3th parameter channel. Set to 0 to deactivate * - - - - /parameters/RC_MAP_PARAM3/values/0/description - - Unassigned - - - - /parameters/RC_MAP_PARAM3/values/1/description - - Channel 1 - - - - /parameters/RC_MAP_PARAM3/values/2/description - - Channel 2 - - - - /parameters/RC_MAP_PARAM3/values/3/description - - Channel 3 - - - - /parameters/RC_MAP_PARAM3/values/4/description - - Channel 4 - - - - /parameters/RC_MAP_PARAM3/values/5/description - - Channel 5 - - - - /parameters/RC_MAP_PARAM3/values/6/description - - Channel 6 - - - - /parameters/RC_MAP_PARAM3/values/7/description - - Channel 7 - - - - /parameters/RC_MAP_PARAM3/values/8/description - - Channel 8 - - - - /parameters/RC_MAP_PARAM3/values/9/description - - Channel 9 - - - - /parameters/RC_MAP_PARAM3/values/10/description - - Channel 10 - - - - /parameters/RC_MAP_PARAM3/values/11/description - - Channel 11 - - - - /parameters/RC_MAP_PARAM3/values/12/description - - Channel 12 - - - - /parameters/RC_MAP_PARAM3/values/13/description - - Channel 13 - - - - /parameters/RC_MAP_PARAM3/values/14/description - - Channel 14 - - - - /parameters/RC_MAP_PARAM3/values/15/description - - Channel 15 - - - - /parameters/RC_MAP_PARAM3/values/16/description - - Channel 16 - - - - /parameters/RC_MAP_PARAM3/values/17/description - - Channel 17 - - - - /parameters/RC_MAP_PARAM3/values/18/description - - Channel 18 - - - - /parameters/RC_MAP_PITCH/shortDesc - - Pitch control channel mapping - - - - /parameters/RC_MAP_PITCH/longDesc - - The channel index (starting from 1 for channel 1) indicates which channel should be used for reading pitch inputs from. A value of zero indicates the switch is not assigned. - - - - /parameters/RC_MAP_PITCH/values/0/description - - Unassigned - - - - /parameters/RC_MAP_PITCH/values/1/description - - Channel 1 - - - - /parameters/RC_MAP_PITCH/values/2/description - - Channel 2 - - - - /parameters/RC_MAP_PITCH/values/3/description - - Channel 3 - - - - /parameters/RC_MAP_PITCH/values/4/description - - Channel 4 - - - - /parameters/RC_MAP_PITCH/values/5/description - - Channel 5 - - - - /parameters/RC_MAP_PITCH/values/6/description - - Channel 6 - - - - /parameters/RC_MAP_PITCH/values/7/description - - Channel 7 - - - - /parameters/RC_MAP_PITCH/values/8/description - - Channel 8 - - - - /parameters/RC_MAP_PITCH/values/9/description - - Channel 9 - - - - /parameters/RC_MAP_PITCH/values/10/description - - Channel 10 - - - - /parameters/RC_MAP_PITCH/values/11/description - - Channel 11 - - - - /parameters/RC_MAP_PITCH/values/12/description - - Channel 12 - - - - /parameters/RC_MAP_PITCH/values/13/description - - Channel 13 - - - - /parameters/RC_MAP_PITCH/values/14/description - - Channel 14 - - - - /parameters/RC_MAP_PITCH/values/15/description - - Channel 15 - - - - /parameters/RC_MAP_PITCH/values/16/description - - Channel 16 - - - - /parameters/RC_MAP_PITCH/values/17/description - - Channel 17 - - - - /parameters/RC_MAP_PITCH/values/18/description - - Channel 18 - - - - /parameters/RC_MAP_ROLL/shortDesc - - Roll control channel mapping - - - - /parameters/RC_MAP_ROLL/longDesc - - The channel index (starting from 1 for channel 1) indicates which channel should be used for reading roll inputs from. A value of zero indicates the switch is not assigned. - - - - /parameters/RC_MAP_ROLL/values/0/description - - Unassigned - - - - /parameters/RC_MAP_ROLL/values/1/description - - Channel 1 - - - - /parameters/RC_MAP_ROLL/values/2/description - - Channel 2 - - - - /parameters/RC_MAP_ROLL/values/3/description - - Channel 3 - - - - /parameters/RC_MAP_ROLL/values/4/description - - Channel 4 - - - - /parameters/RC_MAP_ROLL/values/5/description - - Channel 5 - - - - /parameters/RC_MAP_ROLL/values/6/description - - Channel 6 - - - - /parameters/RC_MAP_ROLL/values/7/description - - Channel 7 - - - - /parameters/RC_MAP_ROLL/values/8/description - - Channel 8 - - - - /parameters/RC_MAP_ROLL/values/9/description - - Channel 9 - - - - /parameters/RC_MAP_ROLL/values/10/description - - Channel 10 - - - - /parameters/RC_MAP_ROLL/values/11/description - - Channel 11 - - - - /parameters/RC_MAP_ROLL/values/12/description - - Channel 12 - - - - /parameters/RC_MAP_ROLL/values/13/description - - Channel 13 - - - - /parameters/RC_MAP_ROLL/values/14/description - - Channel 14 - - - - /parameters/RC_MAP_ROLL/values/15/description - - Channel 15 - - - - /parameters/RC_MAP_ROLL/values/16/description - - Channel 16 - - - - /parameters/RC_MAP_ROLL/values/17/description - - Channel 17 - - - - /parameters/RC_MAP_ROLL/values/18/description - - Channel 18 - - - - /parameters/RC_MAP_THROTTLE/shortDesc - - Throttle control channel mapping - - - - /parameters/RC_MAP_THROTTLE/longDesc - - The channel index (starting from 1 for channel 1) indicates which channel should be used for reading throttle inputs from. A value of zero indicates the switch is not assigned. - - - - /parameters/RC_MAP_THROTTLE/values/0/description - - Unassigned - - - - /parameters/RC_MAP_THROTTLE/values/1/description - - Channel 1 - - - - /parameters/RC_MAP_THROTTLE/values/2/description - - Channel 2 - - - - /parameters/RC_MAP_THROTTLE/values/3/description - - Channel 3 - - - - /parameters/RC_MAP_THROTTLE/values/4/description - - Channel 4 - - - - /parameters/RC_MAP_THROTTLE/values/5/description - - Channel 5 - - - - /parameters/RC_MAP_THROTTLE/values/6/description - - Channel 6 - - - - /parameters/RC_MAP_THROTTLE/values/7/description - - Channel 7 - - - - /parameters/RC_MAP_THROTTLE/values/8/description - - Channel 8 - - - - /parameters/RC_MAP_THROTTLE/values/9/description - - Channel 9 - - - - /parameters/RC_MAP_THROTTLE/values/10/description - - Channel 10 - - - - /parameters/RC_MAP_THROTTLE/values/11/description - - Channel 11 - - - - /parameters/RC_MAP_THROTTLE/values/12/description - - Channel 12 - - - - /parameters/RC_MAP_THROTTLE/values/13/description - - Channel 13 - - - - /parameters/RC_MAP_THROTTLE/values/14/description - - Channel 14 - - - - /parameters/RC_MAP_THROTTLE/values/15/description - - Channel 15 - - - - /parameters/RC_MAP_THROTTLE/values/16/description - - Channel 16 - - - - /parameters/RC_MAP_THROTTLE/values/17/description - - Channel 17 - - - - /parameters/RC_MAP_THROTTLE/values/18/description - - Channel 18 - - - - /parameters/RC_MAP_YAW/shortDesc - - Yaw control channel mapping - - - - /parameters/RC_MAP_YAW/longDesc - - The channel index (starting from 1 for channel 1) indicates which channel should be used for reading yaw inputs from. A value of zero indicates the switch is not assigned. - - - - /parameters/RC_MAP_YAW/values/0/description - - Unassigned - - - - /parameters/RC_MAP_YAW/values/1/description - - Channel 1 - - - - /parameters/RC_MAP_YAW/values/2/description - - Channel 2 - - - - /parameters/RC_MAP_YAW/values/3/description - - Channel 3 - - - - /parameters/RC_MAP_YAW/values/4/description - - Channel 4 - - - - /parameters/RC_MAP_YAW/values/5/description - - Channel 5 - - - - /parameters/RC_MAP_YAW/values/6/description - - Channel 6 - - - - /parameters/RC_MAP_YAW/values/7/description - - Channel 7 - - - - /parameters/RC_MAP_YAW/values/8/description - - Channel 8 - - - - /parameters/RC_MAP_YAW/values/9/description - - Channel 9 - - - - /parameters/RC_MAP_YAW/values/10/description - - Channel 10 - - - - /parameters/RC_MAP_YAW/values/11/description - - Channel 11 - - - - /parameters/RC_MAP_YAW/values/12/description - - Channel 12 - - - - /parameters/RC_MAP_YAW/values/13/description - - Channel 13 - - - - /parameters/RC_MAP_YAW/values/14/description - - Channel 14 - - - - /parameters/RC_MAP_YAW/values/15/description - - Channel 15 - - - - /parameters/RC_MAP_YAW/values/16/description - - Channel 16 - - - - /parameters/RC_MAP_YAW/values/17/description - - Channel 17 - - - - /parameters/RC_MAP_YAW/values/18/description - - Channel 18 - - - - /parameters/RC_RSSI_PWM_CHAN/shortDesc - - PWM input channel that provides RSSI - - - - /parameters/RC_RSSI_PWM_CHAN/longDesc - - 0: do not read RSSI from input channel 1-18: read RSSI from specified input channel Specify the range for RSSI input with RC_RSSI_PWM_MIN and RC_RSSI_PWM_MAX parameters. - - - - /parameters/RC_RSSI_PWM_CHAN/values/0/description - - Unassigned - - - - /parameters/RC_RSSI_PWM_CHAN/values/1/description - - Channel 1 - - - - /parameters/RC_RSSI_PWM_CHAN/values/2/description - - Channel 2 - - - - /parameters/RC_RSSI_PWM_CHAN/values/3/description - - Channel 3 - - - - /parameters/RC_RSSI_PWM_CHAN/values/4/description - - Channel 4 - - - - /parameters/RC_RSSI_PWM_CHAN/values/5/description - - Channel 5 - - - - /parameters/RC_RSSI_PWM_CHAN/values/6/description - - Channel 6 - - - - /parameters/RC_RSSI_PWM_CHAN/values/7/description - - Channel 7 - - - - /parameters/RC_RSSI_PWM_CHAN/values/8/description - - Channel 8 - - - - /parameters/RC_RSSI_PWM_CHAN/values/9/description - - Channel 9 - - - - /parameters/RC_RSSI_PWM_CHAN/values/10/description - - Channel 10 - - - - /parameters/RC_RSSI_PWM_CHAN/values/11/description - - Channel 11 - - - - /parameters/RC_RSSI_PWM_CHAN/values/12/description - - Channel 12 - - - - /parameters/RC_RSSI_PWM_CHAN/values/13/description - - Channel 13 - - - - /parameters/RC_RSSI_PWM_CHAN/values/14/description - - Channel 14 - - - - /parameters/RC_RSSI_PWM_CHAN/values/15/description - - Channel 15 - - - - /parameters/RC_RSSI_PWM_CHAN/values/16/description - - Channel 16 - - - - /parameters/RC_RSSI_PWM_CHAN/values/17/description - - Channel 17 - - - - /parameters/RC_RSSI_PWM_CHAN/values/18/description - - Channel 18 - - - - /parameters/RC_RSSI_PWM_MAX/shortDesc - - Max input value for RSSI reading - - - - /parameters/RC_RSSI_PWM_MAX/longDesc - - Only used if RC_RSSI_PWM_CHAN > 0 - - - - /parameters/RC_RSSI_PWM_MIN/shortDesc - - Min input value for RSSI reading - - - - /parameters/RC_RSSI_PWM_MIN/longDesc - - Only used if RC_RSSI_PWM_CHAN > 0 - - - - /parameters/TRIM_PITCH/shortDesc - - Pitch trim - - - - /parameters/TRIM_PITCH/longDesc - - The trim value is the actuator control value the system needs for straight and level flight. - - - - /parameters/TRIM_ROLL/shortDesc - - Roll trim - - - - /parameters/TRIM_ROLL/longDesc - - The trim value is the actuator control value the system needs for straight and level flight. - - - - /parameters/TRIM_YAW/shortDesc - - Yaw trim - - - - /parameters/TRIM_YAW/longDesc - - The trim value is the actuator control value the system needs for straight and level flight. - - - - /parameters/RC_ARMSWITCH_TH/shortDesc - - Threshold for the arm switch - - - - /parameters/RC_ARMSWITCH_TH/longDesc - - 0-1 indicate where in the full channel range the threshold sits 0 : min 1 : max sign indicates polarity of comparison positive : true when channel>th negative : true when channel<th - - - - /parameters/RC_ENG_MOT_TH/shortDesc - - Threshold for selecting main motor engage - - - - /parameters/RC_ENG_MOT_TH/longDesc - - 0-1 indicate where in the full channel range the threshold sits 0 : min 1 : max sign indicates polarity of comparison positive : true when channel>th negative : true when channel<th - - - - /parameters/RC_GEAR_TH/shortDesc - - Threshold for the landing gear switch - - - - /parameters/RC_GEAR_TH/longDesc - - 0-1 indicate where in the full channel range the threshold sits 0 : min 1 : max sign indicates polarity of comparison positive : true when channel>th negative : true when channel<th - - - - /parameters/RC_KILLSWITCH_TH/shortDesc - - Threshold for the kill switch - - - - /parameters/RC_KILLSWITCH_TH/longDesc - - 0-1 indicate where in the full channel range the threshold sits 0 : min 1 : max sign indicates polarity of comparison positive : true when channel>th negative : true when channel<th - - - - /parameters/RC_LOITER_TH/shortDesc - - Threshold for selecting loiter mode - - - - /parameters/RC_LOITER_TH/longDesc - - 0-1 indicate where in the full channel range the threshold sits 0 : min 1 : max sign indicates polarity of comparison positive : true when channel>th negative : true when channel<th - - - - /parameters/RC_MAP_ACRO_SW/shortDesc - - Acro switch channel (deprecated) - - - - /parameters/RC_MAP_ACRO_SW/values/0/description - - Unassigned - - - - /parameters/RC_MAP_ACRO_SW/values/1/description - - Channel 1 - - - - /parameters/RC_MAP_ACRO_SW/values/2/description - - Channel 2 - - - - /parameters/RC_MAP_ACRO_SW/values/3/description - - Channel 3 - - - - /parameters/RC_MAP_ACRO_SW/values/4/description - - Channel 4 - - - - /parameters/RC_MAP_ACRO_SW/values/5/description - - Channel 5 - - - - /parameters/RC_MAP_ACRO_SW/values/6/description - - Channel 6 - - - - /parameters/RC_MAP_ACRO_SW/values/7/description - - Channel 7 - - - - /parameters/RC_MAP_ACRO_SW/values/8/description - - Channel 8 - - - - /parameters/RC_MAP_ACRO_SW/values/9/description - - Channel 9 - - - - /parameters/RC_MAP_ACRO_SW/values/10/description - - Channel 10 - - - - /parameters/RC_MAP_ACRO_SW/values/11/description - - Channel 11 - - - - /parameters/RC_MAP_ACRO_SW/values/12/description - - Channel 12 - - - - /parameters/RC_MAP_ACRO_SW/values/13/description - - Channel 13 - - - - /parameters/RC_MAP_ACRO_SW/values/14/description - - Channel 14 - - - - /parameters/RC_MAP_ACRO_SW/values/15/description - - Channel 15 - - - - /parameters/RC_MAP_ACRO_SW/values/16/description - - Channel 16 - - - - /parameters/RC_MAP_ACRO_SW/values/17/description - - Channel 17 - - - - /parameters/RC_MAP_ACRO_SW/values/18/description - - Channel 18 - - - - /parameters/RC_MAP_ARM_SW/shortDesc - - Arm switch channel - - - - /parameters/RC_MAP_ARM_SW/longDesc - - Use it to arm/disarm via switch instead of default throttle stick. If this is assigned, arming and disarming via stick is disabled. - - - - /parameters/RC_MAP_ARM_SW/values/0/description - - Unassigned - - - - /parameters/RC_MAP_ARM_SW/values/1/description - - Channel 1 - - - - /parameters/RC_MAP_ARM_SW/values/2/description - - Channel 2 - - - - /parameters/RC_MAP_ARM_SW/values/3/description - - Channel 3 - - - - /parameters/RC_MAP_ARM_SW/values/4/description - - Channel 4 - - - - /parameters/RC_MAP_ARM_SW/values/5/description - - Channel 5 - - - - /parameters/RC_MAP_ARM_SW/values/6/description - - Channel 6 - - - - /parameters/RC_MAP_ARM_SW/values/7/description - - Channel 7 - - - - /parameters/RC_MAP_ARM_SW/values/8/description - - Channel 8 - - - - /parameters/RC_MAP_ARM_SW/values/9/description - - Channel 9 - - - - /parameters/RC_MAP_ARM_SW/values/10/description - - Channel 10 - - - - /parameters/RC_MAP_ARM_SW/values/11/description - - Channel 11 - - - - /parameters/RC_MAP_ARM_SW/values/12/description - - Channel 12 - - - - /parameters/RC_MAP_ARM_SW/values/13/description - - Channel 13 - - - - /parameters/RC_MAP_ARM_SW/values/14/description - - Channel 14 - - - - /parameters/RC_MAP_ARM_SW/values/15/description - - Channel 15 - - - - /parameters/RC_MAP_ARM_SW/values/16/description - - Channel 16 - - - - /parameters/RC_MAP_ARM_SW/values/17/description - - Channel 17 - - - - /parameters/RC_MAP_ARM_SW/values/18/description - - Channel 18 - - - - /parameters/RC_MAP_FLAPS/shortDesc - - Flaps channel - - - - /parameters/RC_MAP_FLAPS/values/0/description - - Unassigned - - - - /parameters/RC_MAP_FLAPS/values/1/description - - Channel 1 - - - - /parameters/RC_MAP_FLAPS/values/2/description - - Channel 2 - - - - /parameters/RC_MAP_FLAPS/values/3/description - - Channel 3 - - - - /parameters/RC_MAP_FLAPS/values/4/description - - Channel 4 - - - - /parameters/RC_MAP_FLAPS/values/5/description - - Channel 5 - - - - /parameters/RC_MAP_FLAPS/values/6/description - - Channel 6 - - - - /parameters/RC_MAP_FLAPS/values/7/description - - Channel 7 - - - - /parameters/RC_MAP_FLAPS/values/8/description - - Channel 8 - - - - /parameters/RC_MAP_FLAPS/values/9/description - - Channel 9 - - - - /parameters/RC_MAP_FLAPS/values/10/description - - Channel 10 - - - - /parameters/RC_MAP_FLAPS/values/11/description - - Channel 11 - - - - /parameters/RC_MAP_FLAPS/values/12/description - - Channel 12 - - - - /parameters/RC_MAP_FLAPS/values/13/description - - Channel 13 - - - - /parameters/RC_MAP_FLAPS/values/14/description - - Channel 14 - - - - /parameters/RC_MAP_FLAPS/values/15/description - - Channel 15 - - - - /parameters/RC_MAP_FLAPS/values/16/description - - Channel 16 - - - - /parameters/RC_MAP_FLAPS/values/17/description - - Channel 17 - - - - /parameters/RC_MAP_FLAPS/values/18/description - - Channel 18 - - - - /parameters/RC_MAP_FLTMODE/shortDesc - - Single channel flight mode selection - - - - /parameters/RC_MAP_FLTMODE/longDesc - - If this parameter is non-zero, flight modes are only selected by this channel and are assigned to six slots. - - - - /parameters/RC_MAP_FLTMODE/values/0/description - - Unassigned - - - - /parameters/RC_MAP_FLTMODE/values/1/description - - Channel 1 - - - - /parameters/RC_MAP_FLTMODE/values/2/description - - Channel 2 - - - - /parameters/RC_MAP_FLTMODE/values/3/description - - Channel 3 - - - - /parameters/RC_MAP_FLTMODE/values/4/description - - Channel 4 - - - - /parameters/RC_MAP_FLTMODE/values/5/description - - Channel 5 - - - - /parameters/RC_MAP_FLTMODE/values/6/description - - Channel 6 - - - - /parameters/RC_MAP_FLTMODE/values/7/description - - Channel 7 - - - - /parameters/RC_MAP_FLTMODE/values/8/description - - Channel 8 - - - - /parameters/RC_MAP_FLTMODE/values/9/description - - Channel 9 - - - - /parameters/RC_MAP_FLTMODE/values/10/description - - Channel 10 - - - - /parameters/RC_MAP_FLTMODE/values/11/description - - Channel 11 - - - - /parameters/RC_MAP_FLTMODE/values/12/description - - Channel 12 - - - - /parameters/RC_MAP_FLTMODE/values/13/description - - Channel 13 - - - - /parameters/RC_MAP_FLTMODE/values/14/description - - Channel 14 - - - - /parameters/RC_MAP_FLTMODE/values/15/description - - Channel 15 - - - - /parameters/RC_MAP_FLTMODE/values/16/description - - Channel 16 - - - - /parameters/RC_MAP_FLTMODE/values/17/description - - Channel 17 - - - - /parameters/RC_MAP_FLTMODE/values/18/description - - Channel 18 - - - - /parameters/RC_MAP_FLTM_BTN/shortDesc - - Button flight mode selection - - - - /parameters/RC_MAP_FLTM_BTN/longDesc - - This bitmask allows to specify multiple channels for changing flight modes using momentary buttons. Each channel is assigned to a mode slot ((lowest channel = slot 1). The resulting modes for each slot X is defined by the COM_FLTMODEX parameters. The functionality can be used only if RC_MAP_FLTMODE is disabled. The maximum number of available slots and hence bits set in the mask is 6. - - - - /parameters/RC_MAP_FLTM_BTN/bitmask/0/description - - Mask Channel 1 as a mode button - - - - /parameters/RC_MAP_FLTM_BTN/bitmask/1/description - - Mask Channel 2 as a mode button - - - - /parameters/RC_MAP_FLTM_BTN/bitmask/2/description - - Mask Channel 3 as a mode button - - - - /parameters/RC_MAP_FLTM_BTN/bitmask/3/description - - Mask Channel 4 as a mode button - - - - /parameters/RC_MAP_FLTM_BTN/bitmask/4/description - - Mask Channel 5 as a mode button - - - - /parameters/RC_MAP_FLTM_BTN/bitmask/5/description - - Mask Channel 6 as a mode button - - - - /parameters/RC_MAP_FLTM_BTN/bitmask/6/description - - Mask Channel 7 as a mode button - - - - /parameters/RC_MAP_FLTM_BTN/bitmask/7/description - - Mask Channel 8 as a mode button - - - - /parameters/RC_MAP_FLTM_BTN/bitmask/8/description - - Mask Channel 9 as a mode button - - - - /parameters/RC_MAP_FLTM_BTN/bitmask/9/description - - Mask Channel 10 as a mode button - - - - /parameters/RC_MAP_FLTM_BTN/bitmask/10/description - - Mask Channel 11 as a mode button - - - - /parameters/RC_MAP_FLTM_BTN/bitmask/11/description - - Mask Channel 12 as a mode button - - - - /parameters/RC_MAP_FLTM_BTN/bitmask/12/description - - Mask Channel 13 as a mode button - - - - /parameters/RC_MAP_FLTM_BTN/bitmask/13/description - - Mask Channel 14 as a mode button - - - - /parameters/RC_MAP_FLTM_BTN/bitmask/14/description - - Mask Channel 15 as a mode button - - - - /parameters/RC_MAP_FLTM_BTN/bitmask/15/description - - Mask Channel 16 as a mode button - - - - /parameters/RC_MAP_FLTM_BTN/bitmask/16/description - - Mask Channel 17 as a mode button - - - - /parameters/RC_MAP_FLTM_BTN/bitmask/17/description - - Mask Channel 18 as a mode button - - - - /parameters/RC_MAP_GEAR_SW/shortDesc - - Landing gear switch channel - - - - /parameters/RC_MAP_GEAR_SW/values/0/description - - Unassigned - - - - /parameters/RC_MAP_GEAR_SW/values/1/description - - Channel 1 - - - - /parameters/RC_MAP_GEAR_SW/values/2/description - - Channel 2 - - - - /parameters/RC_MAP_GEAR_SW/values/3/description - - Channel 3 - - - - /parameters/RC_MAP_GEAR_SW/values/4/description - - Channel 4 - - - - /parameters/RC_MAP_GEAR_SW/values/5/description - - Channel 5 - - - - /parameters/RC_MAP_GEAR_SW/values/6/description - - Channel 6 - - - - /parameters/RC_MAP_GEAR_SW/values/7/description - - Channel 7 - - - - /parameters/RC_MAP_GEAR_SW/values/8/description - - Channel 8 - - - - /parameters/RC_MAP_GEAR_SW/values/9/description - - Channel 9 - - - - /parameters/RC_MAP_GEAR_SW/values/10/description - - Channel 10 - - - - /parameters/RC_MAP_GEAR_SW/values/11/description - - Channel 11 - - - - /parameters/RC_MAP_GEAR_SW/values/12/description - - Channel 12 - - - - /parameters/RC_MAP_GEAR_SW/values/13/description - - Channel 13 - - - - /parameters/RC_MAP_GEAR_SW/values/14/description - - Channel 14 - - - - /parameters/RC_MAP_GEAR_SW/values/15/description - - Channel 15 - - - - /parameters/RC_MAP_GEAR_SW/values/16/description - - Channel 16 - - - - /parameters/RC_MAP_GEAR_SW/values/17/description - - Channel 17 - - - - /parameters/RC_MAP_GEAR_SW/values/18/description - - Channel 18 - - - - /parameters/RC_MAP_KILL_SW/shortDesc - - Emergency Kill switch channel - - - - /parameters/RC_MAP_KILL_SW/values/0/description - - Unassigned - - - - /parameters/RC_MAP_KILL_SW/values/1/description - - Channel 1 - - - - /parameters/RC_MAP_KILL_SW/values/2/description - - Channel 2 - - - - /parameters/RC_MAP_KILL_SW/values/3/description - - Channel 3 - - - - /parameters/RC_MAP_KILL_SW/values/4/description - - Channel 4 - - - - /parameters/RC_MAP_KILL_SW/values/5/description - - Channel 5 - - - - /parameters/RC_MAP_KILL_SW/values/6/description - - Channel 6 - - - - /parameters/RC_MAP_KILL_SW/values/7/description - - Channel 7 - - - - /parameters/RC_MAP_KILL_SW/values/8/description - - Channel 8 - - - - /parameters/RC_MAP_KILL_SW/values/9/description - - Channel 9 - - - - /parameters/RC_MAP_KILL_SW/values/10/description - - Channel 10 - - - - /parameters/RC_MAP_KILL_SW/values/11/description - - Channel 11 - - - - /parameters/RC_MAP_KILL_SW/values/12/description - - Channel 12 - - - - /parameters/RC_MAP_KILL_SW/values/13/description - - Channel 13 - - - - /parameters/RC_MAP_KILL_SW/values/14/description - - Channel 14 - - - - /parameters/RC_MAP_KILL_SW/values/15/description - - Channel 15 - - - - /parameters/RC_MAP_KILL_SW/values/16/description - - Channel 16 - - - - /parameters/RC_MAP_KILL_SW/values/17/description - - Channel 17 - - - - /parameters/RC_MAP_KILL_SW/values/18/description - - Channel 18 - - - - /parameters/RC_MAP_LOITER_SW/shortDesc - - Loiter switch channel - - - - /parameters/RC_MAP_LOITER_SW/values/0/description - - Unassigned - - - - /parameters/RC_MAP_LOITER_SW/values/1/description - - Channel 1 - - - - /parameters/RC_MAP_LOITER_SW/values/2/description - - Channel 2 - - - - /parameters/RC_MAP_LOITER_SW/values/3/description - - Channel 3 - - - - /parameters/RC_MAP_LOITER_SW/values/4/description - - Channel 4 - - - - /parameters/RC_MAP_LOITER_SW/values/5/description - - Channel 5 - - - - /parameters/RC_MAP_LOITER_SW/values/6/description - - Channel 6 - - - - /parameters/RC_MAP_LOITER_SW/values/7/description - - Channel 7 - - - - /parameters/RC_MAP_LOITER_SW/values/8/description - - Channel 8 - - - - /parameters/RC_MAP_LOITER_SW/values/9/description - - Channel 9 - - - - /parameters/RC_MAP_LOITER_SW/values/10/description - - Channel 10 - - - - /parameters/RC_MAP_LOITER_SW/values/11/description - - Channel 11 - - - - /parameters/RC_MAP_LOITER_SW/values/12/description - - Channel 12 - - - - /parameters/RC_MAP_LOITER_SW/values/13/description - - Channel 13 - - - - /parameters/RC_MAP_LOITER_SW/values/14/description - - Channel 14 - - - - /parameters/RC_MAP_LOITER_SW/values/15/description - - Channel 15 - - - - /parameters/RC_MAP_LOITER_SW/values/16/description - - Channel 16 - - - - /parameters/RC_MAP_LOITER_SW/values/17/description - - Channel 17 - - - - /parameters/RC_MAP_LOITER_SW/values/18/description - - Channel 18 - - - - /parameters/RC_MAP_MAN_SW/shortDesc - - Manual switch channel mapping (deprecated) - - - - /parameters/RC_MAP_MAN_SW/values/0/description - - Unassigned - - - - /parameters/RC_MAP_MAN_SW/values/1/description - - Channel 1 - - - - /parameters/RC_MAP_MAN_SW/values/2/description - - Channel 2 - - - - /parameters/RC_MAP_MAN_SW/values/3/description - - Channel 3 - - - - /parameters/RC_MAP_MAN_SW/values/4/description - - Channel 4 - - - - /parameters/RC_MAP_MAN_SW/values/5/description - - Channel 5 - - - - /parameters/RC_MAP_MAN_SW/values/6/description - - Channel 6 - - - - /parameters/RC_MAP_MAN_SW/values/7/description - - Channel 7 - - - - /parameters/RC_MAP_MAN_SW/values/8/description - - Channel 8 - - - - /parameters/RC_MAP_MAN_SW/values/9/description - - Channel 9 - - - - /parameters/RC_MAP_MAN_SW/values/10/description - - Channel 10 - - - - /parameters/RC_MAP_MAN_SW/values/11/description - - Channel 11 - - - - /parameters/RC_MAP_MAN_SW/values/12/description - - Channel 12 - - - - /parameters/RC_MAP_MAN_SW/values/13/description - - Channel 13 - - - - /parameters/RC_MAP_MAN_SW/values/14/description - - Channel 14 - - - - /parameters/RC_MAP_MAN_SW/values/15/description - - Channel 15 - - - - /parameters/RC_MAP_MAN_SW/values/16/description - - Channel 16 - - - - /parameters/RC_MAP_MAN_SW/values/17/description - - Channel 17 - - - - /parameters/RC_MAP_MAN_SW/values/18/description - - Channel 18 - - - - /parameters/RC_MAP_MODE_SW/shortDesc - - Mode switch channel mapping (deprecated) - - - - /parameters/RC_MAP_MODE_SW/longDesc - - This is the main flight mode selector. The channel index (starting from 1 for channel 1) indicates which channel should be used for deciding about the main mode. A value of zero indicates the switch is not assigned. - - - - /parameters/RC_MAP_MODE_SW/values/0/description - - Unassigned - - - - /parameters/RC_MAP_MODE_SW/values/1/description - - Channel 1 - - - - /parameters/RC_MAP_MODE_SW/values/2/description - - Channel 2 - - - - /parameters/RC_MAP_MODE_SW/values/3/description - - Channel 3 - - - - /parameters/RC_MAP_MODE_SW/values/4/description - - Channel 4 - - - - /parameters/RC_MAP_MODE_SW/values/5/description - - Channel 5 - - - - /parameters/RC_MAP_MODE_SW/values/6/description - - Channel 6 - - - - /parameters/RC_MAP_MODE_SW/values/7/description - - Channel 7 - - - - /parameters/RC_MAP_MODE_SW/values/8/description - - Channel 8 - - - - /parameters/RC_MAP_MODE_SW/values/9/description - - Channel 9 - - - - /parameters/RC_MAP_MODE_SW/values/10/description - - Channel 10 - - - - /parameters/RC_MAP_MODE_SW/values/11/description - - Channel 11 - - - - /parameters/RC_MAP_MODE_SW/values/12/description - - Channel 12 - - - - /parameters/RC_MAP_MODE_SW/values/13/description - - Channel 13 - - - - /parameters/RC_MAP_MODE_SW/values/14/description - - Channel 14 - - - - /parameters/RC_MAP_MODE_SW/values/15/description - - Channel 15 - - - - /parameters/RC_MAP_MODE_SW/values/16/description - - Channel 16 - - - - /parameters/RC_MAP_MODE_SW/values/17/description - - Channel 17 - - - - /parameters/RC_MAP_MODE_SW/values/18/description - - Channel 18 - - - - /parameters/RC_MAP_OFFB_SW/shortDesc - - Offboard switch channel - - - - /parameters/RC_MAP_OFFB_SW/values/0/description - - Unassigned - - - - /parameters/RC_MAP_OFFB_SW/values/1/description - - Channel 1 - - - - /parameters/RC_MAP_OFFB_SW/values/2/description - - Channel 2 - - - - /parameters/RC_MAP_OFFB_SW/values/3/description - - Channel 3 - - - - /parameters/RC_MAP_OFFB_SW/values/4/description - - Channel 4 - - - - /parameters/RC_MAP_OFFB_SW/values/5/description - - Channel 5 - - - - /parameters/RC_MAP_OFFB_SW/values/6/description - - Channel 6 - - - - /parameters/RC_MAP_OFFB_SW/values/7/description - - Channel 7 - - - - /parameters/RC_MAP_OFFB_SW/values/8/description - - Channel 8 - - - - /parameters/RC_MAP_OFFB_SW/values/9/description - - Channel 9 - - - - /parameters/RC_MAP_OFFB_SW/values/10/description - - Channel 10 - - - - /parameters/RC_MAP_OFFB_SW/values/11/description - - Channel 11 - - - - /parameters/RC_MAP_OFFB_SW/values/12/description - - Channel 12 - - - - /parameters/RC_MAP_OFFB_SW/values/13/description - - Channel 13 - - - - /parameters/RC_MAP_OFFB_SW/values/14/description - - Channel 14 - - - - /parameters/RC_MAP_OFFB_SW/values/15/description - - Channel 15 - - - - /parameters/RC_MAP_OFFB_SW/values/16/description - - Channel 16 - - - - /parameters/RC_MAP_OFFB_SW/values/17/description - - Channel 17 - - - - /parameters/RC_MAP_OFFB_SW/values/18/description - - Channel 18 - - - - /parameters/RC_MAP_POSCTL_SW/shortDesc - - Position Control switch channel (deprecated) - - - - /parameters/RC_MAP_POSCTL_SW/values/0/description - - Unassigned - - - - /parameters/RC_MAP_POSCTL_SW/values/1/description - - Channel 1 - - - - /parameters/RC_MAP_POSCTL_SW/values/2/description - - Channel 2 - - - - /parameters/RC_MAP_POSCTL_SW/values/3/description - - Channel 3 - - - - /parameters/RC_MAP_POSCTL_SW/values/4/description - - Channel 4 - - - - /parameters/RC_MAP_POSCTL_SW/values/5/description - - Channel 5 - - - - /parameters/RC_MAP_POSCTL_SW/values/6/description - - Channel 6 - - - - /parameters/RC_MAP_POSCTL_SW/values/7/description - - Channel 7 - - - - /parameters/RC_MAP_POSCTL_SW/values/8/description - - Channel 8 - - - - /parameters/RC_MAP_POSCTL_SW/values/9/description - - Channel 9 - - - - /parameters/RC_MAP_POSCTL_SW/values/10/description - - Channel 10 - - - - /parameters/RC_MAP_POSCTL_SW/values/11/description - - Channel 11 - - - - /parameters/RC_MAP_POSCTL_SW/values/12/description - - Channel 12 - - - - /parameters/RC_MAP_POSCTL_SW/values/13/description - - Channel 13 - - - - /parameters/RC_MAP_POSCTL_SW/values/14/description - - Channel 14 - - - - /parameters/RC_MAP_POSCTL_SW/values/15/description - - Channel 15 - - - - /parameters/RC_MAP_POSCTL_SW/values/16/description - - Channel 16 - - - - /parameters/RC_MAP_POSCTL_SW/values/17/description - - Channel 17 - - - - /parameters/RC_MAP_POSCTL_SW/values/18/description - - Channel 18 - - - - /parameters/RC_MAP_RATT_SW/shortDesc - - Rattitude switch channel (deprecated) - - - - /parameters/RC_MAP_RATT_SW/values/0/description - - Unassigned - - - - /parameters/RC_MAP_RATT_SW/values/1/description - - Channel 1 - - - - /parameters/RC_MAP_RATT_SW/values/2/description - - Channel 2 - - - - /parameters/RC_MAP_RATT_SW/values/3/description - - Channel 3 - - - - /parameters/RC_MAP_RATT_SW/values/4/description - - Channel 4 - - - - /parameters/RC_MAP_RATT_SW/values/5/description - - Channel 5 - - - - /parameters/RC_MAP_RATT_SW/values/6/description - - Channel 6 - - - - /parameters/RC_MAP_RATT_SW/values/7/description - - Channel 7 - - - - /parameters/RC_MAP_RATT_SW/values/8/description - - Channel 8 - - - - /parameters/RC_MAP_RATT_SW/values/9/description - - Channel 9 - - - - /parameters/RC_MAP_RATT_SW/values/10/description - - Channel 10 - - - - /parameters/RC_MAP_RATT_SW/values/11/description - - Channel 11 - - - - /parameters/RC_MAP_RATT_SW/values/12/description - - Channel 12 - - - - /parameters/RC_MAP_RATT_SW/values/13/description - - Channel 13 - - - - /parameters/RC_MAP_RATT_SW/values/14/description - - Channel 14 - - - - /parameters/RC_MAP_RATT_SW/values/15/description - - Channel 15 - - - - /parameters/RC_MAP_RATT_SW/values/16/description - - Channel 16 - - - - /parameters/RC_MAP_RATT_SW/values/17/description - - Channel 17 - - - - /parameters/RC_MAP_RATT_SW/values/18/description - - Channel 18 - - - - /parameters/RC_MAP_RETURN_SW/shortDesc - - Return switch channel - - - - /parameters/RC_MAP_RETURN_SW/values/0/description - - Unassigned - - - - /parameters/RC_MAP_RETURN_SW/values/1/description - - Channel 1 - - - - /parameters/RC_MAP_RETURN_SW/values/2/description - - Channel 2 - - - - /parameters/RC_MAP_RETURN_SW/values/3/description - - Channel 3 - - - - /parameters/RC_MAP_RETURN_SW/values/4/description - - Channel 4 - - - - /parameters/RC_MAP_RETURN_SW/values/5/description - - Channel 5 - - - - /parameters/RC_MAP_RETURN_SW/values/6/description - - Channel 6 - - - - /parameters/RC_MAP_RETURN_SW/values/7/description - - Channel 7 - - - - /parameters/RC_MAP_RETURN_SW/values/8/description - - Channel 8 - - - - /parameters/RC_MAP_RETURN_SW/values/9/description - - Channel 9 - - - - /parameters/RC_MAP_RETURN_SW/values/10/description - - Channel 10 - - - - /parameters/RC_MAP_RETURN_SW/values/11/description - - Channel 11 - - - - /parameters/RC_MAP_RETURN_SW/values/12/description - - Channel 12 - - - - /parameters/RC_MAP_RETURN_SW/values/13/description - - Channel 13 - - - - /parameters/RC_MAP_RETURN_SW/values/14/description - - Channel 14 - - - - /parameters/RC_MAP_RETURN_SW/values/15/description - - Channel 15 - - - - /parameters/RC_MAP_RETURN_SW/values/16/description - - Channel 16 - - - - /parameters/RC_MAP_RETURN_SW/values/17/description - - Channel 17 - - - - /parameters/RC_MAP_RETURN_SW/values/18/description - - Channel 18 - - - - /parameters/RC_MAP_STAB_SW/shortDesc - - Stabilize switch channel mapping (deprecated) - - - - /parameters/RC_MAP_STAB_SW/values/0/description - - Unassigned - - - - /parameters/RC_MAP_STAB_SW/values/1/description - - Channel 1 - - - - /parameters/RC_MAP_STAB_SW/values/2/description - - Channel 2 - - - - /parameters/RC_MAP_STAB_SW/values/3/description - - Channel 3 - - - - /parameters/RC_MAP_STAB_SW/values/4/description - - Channel 4 - - - - /parameters/RC_MAP_STAB_SW/values/5/description - - Channel 5 - - - - /parameters/RC_MAP_STAB_SW/values/6/description - - Channel 6 - - - - /parameters/RC_MAP_STAB_SW/values/7/description - - Channel 7 - - - - /parameters/RC_MAP_STAB_SW/values/8/description - - Channel 8 - - - - /parameters/RC_MAP_STAB_SW/values/9/description - - Channel 9 - - - - /parameters/RC_MAP_STAB_SW/values/10/description - - Channel 10 - - - - /parameters/RC_MAP_STAB_SW/values/11/description - - Channel 11 - - - - /parameters/RC_MAP_STAB_SW/values/12/description - - Channel 12 - - - - /parameters/RC_MAP_STAB_SW/values/13/description - - Channel 13 - - - - /parameters/RC_MAP_STAB_SW/values/14/description - - Channel 14 - - - - /parameters/RC_MAP_STAB_SW/values/15/description - - Channel 15 - - - - /parameters/RC_MAP_STAB_SW/values/16/description - - Channel 16 - - - - /parameters/RC_MAP_STAB_SW/values/17/description - - Channel 17 - - - - /parameters/RC_MAP_STAB_SW/values/18/description - - Channel 18 - - - - /parameters/RC_MAP_TRANS_SW/shortDesc - - VTOL transition switch channel mapping - - - - /parameters/RC_MAP_TRANS_SW/values/0/description - - Unassigned - - - - /parameters/RC_MAP_TRANS_SW/values/1/description - - Channel 1 - - - - /parameters/RC_MAP_TRANS_SW/values/2/description - - Channel 2 - - - - /parameters/RC_MAP_TRANS_SW/values/3/description - - Channel 3 - - - - /parameters/RC_MAP_TRANS_SW/values/4/description - - Channel 4 - - - - /parameters/RC_MAP_TRANS_SW/values/5/description - - Channel 5 - - - - /parameters/RC_MAP_TRANS_SW/values/6/description - - Channel 6 - - - - /parameters/RC_MAP_TRANS_SW/values/7/description - - Channel 7 - - - - /parameters/RC_MAP_TRANS_SW/values/8/description - - Channel 8 - - - - /parameters/RC_MAP_TRANS_SW/values/9/description - - Channel 9 - - - - /parameters/RC_MAP_TRANS_SW/values/10/description - - Channel 10 - - - - /parameters/RC_MAP_TRANS_SW/values/11/description - - Channel 11 - - - - /parameters/RC_MAP_TRANS_SW/values/12/description - - Channel 12 - - - - /parameters/RC_MAP_TRANS_SW/values/13/description - - Channel 13 - - - - /parameters/RC_MAP_TRANS_SW/values/14/description - - Channel 14 - - - - /parameters/RC_MAP_TRANS_SW/values/15/description - - Channel 15 - - - - /parameters/RC_MAP_TRANS_SW/values/16/description - - Channel 16 - - - - /parameters/RC_MAP_TRANS_SW/values/17/description - - Channel 17 - - - - /parameters/RC_MAP_TRANS_SW/values/18/description - - Channel 18 - - - - /parameters/RC_OFFB_TH/shortDesc - - Threshold for selecting offboard mode - - - - /parameters/RC_OFFB_TH/longDesc - - 0-1 indicate where in the full channel range the threshold sits 0 : min 1 : max sign indicates polarity of comparison positive : true when channel>th negative : true when channel<th - - - - /parameters/RC_RETURN_TH/shortDesc - - Threshold for selecting return to launch mode - - - - /parameters/RC_RETURN_TH/longDesc - - 0-1 indicate where in the full channel range the threshold sits 0 : min 1 : max sign indicates polarity of comparison positive : true when channel>th negative : true when channel<th - - - - /parameters/RC_TRANS_TH/shortDesc - - Threshold for the VTOL transition switch - - - - /parameters/RC_TRANS_TH/longDesc - - 0-1 indicate where in the full channel range the threshold sits 0 : min 1 : max sign indicates polarity of comparison positive : true when channel>th negative : true when channel<th - - - - /parameters/RTL_CONE_ANG/shortDesc - - Half-angle of the return mode altitude cone - - - - /parameters/RTL_CONE_ANG/longDesc - - Defines the half-angle of a cone centered around the destination position that affects the altitude at which the vehicle returns. - - - - /parameters/RTL_CONE_ANG/values/0/description - - No cone, always climb to RTL_RETURN_ALT above destination. - - - - /parameters/RTL_CONE_ANG/values/25/description - - 25 degrees half cone angle. - - - - /parameters/RTL_CONE_ANG/values/45/description - - 45 degrees half cone angle. - - - - /parameters/RTL_CONE_ANG/values/65/description - - 65 degrees half cone angle. - - - - /parameters/RTL_CONE_ANG/values/80/description - - 80 degrees half cone angle. - - - - /parameters/RTL_CONE_ANG/values/90/description - - Only climb to at least RTL_DESCEND_ALT above destination. - - - - /parameters/RTL_DESCEND_ALT/shortDesc - - Return mode loiter altitude - - - - /parameters/RTL_DESCEND_ALT/longDesc - - Descend to this altitude (above destination position) after return, and wait for time defined in RTL_LAND_DELAY. Land (i.e. slowly descend) from this altitude if autolanding allowed. VTOLs do transition to hover in this altitdue above the landing point. - - - - /parameters/RTL_LAND_DELAY/shortDesc - - Return mode delay - - - - /parameters/RTL_LAND_DELAY/longDesc - - Delay before landing (after initial descent) in Return mode. If set to -1 the system will not land but loiter at RTL_DESCEND_ALT. - - - - /parameters/RTL_LOITER_RAD/shortDesc - - Loiter radius for rtl descend - - - - /parameters/RTL_LOITER_RAD/longDesc - - Set the radius for loitering to a safe altitude for VTOL transition. - - - - /parameters/RTL_MIN_DIST/shortDesc - - Horizontal radius from return point within which special rules for return mode apply - - - - /parameters/RTL_MIN_DIST/longDesc - - The return altitude will be calculated based on RTL_CONE_ANG parameter. The yaw setpoint will switch to the one defined by corresponding waypoint. - - - - /parameters/RTL_PLD_MD/shortDesc - - RTL precision land mode - - - - /parameters/RTL_PLD_MD/longDesc - - Use precision landing when doing an RTL landing phase. - - - - /parameters/RTL_PLD_MD/values/0/description - - No precision landing - - - - /parameters/RTL_PLD_MD/values/1/description - - Opportunistic precision landing - - - - /parameters/RTL_PLD_MD/values/2/description - - Required precision landing - - - - /parameters/RTL_RETURN_ALT/shortDesc - - Return mode return altitude - - - - /parameters/RTL_RETURN_ALT/longDesc - - Default minimum altitude above destination (e.g. home, safe point, landing pattern) for return flight. The vehicle will climb to this altitude when Return mode is enganged, unless it currently is flying higher already. This is affected by RTL_MIN_DIST and RTL_CONE_ANG. - - - - /parameters/RTL_TYPE/shortDesc - - Return type - - - - /parameters/RTL_TYPE/longDesc - - Return mode destination and flight path (home location, rally point, mission landing pattern, reverse mission) - - - - /parameters/RTL_TYPE/values/0/description - - Return to closest safe point (home or rally point) via direct path. - - - - /parameters/RTL_TYPE/values/1/description - - Return to closest safe point other than home (mission landing pattern or rally point), via direct path. If no mission landing or rally points are defined return home via direct path. Always chose closest safe landing point if vehicle is a VTOL in hover mode. - - - - /parameters/RTL_TYPE/values/2/description - - Return to a planned mission landing, if available, using the mission path, else return to home via the reverse mission path. Do not consider rally points. - - - - /parameters/RTL_TYPE/values/3/description - - Return via direct path to closest destination: home, start of mission landing pattern or safe point. If the destination is a mission landing pattern, follow the pattern to land. - - - - /parameters/RTL_APPR_FORCE/shortDesc - - RTL force approach landing - - - - /parameters/RTL_APPR_FORCE/longDesc - - Only consider RTL point, if it has an approach defined. - - - - /parameters/RTL_APPR_FORCE/values/0/description - - Disabled - - - - /parameters/RTL_APPR_FORCE/values/1/description - - Enabled - - - - /parameters/RTL_TIME_FACTOR/shortDesc - - RTL time estimate safety margin factor - - - - /parameters/RTL_TIME_FACTOR/longDesc - - Safety factor that is used to scale the actual RTL time estimate. Time with margin = RTL_TIME_FACTOR * time + RTL_TIME_MARGIN - - - - /parameters/RTL_TIME_MARGIN/shortDesc - - RTL time estimate safety margin offset - - - - /parameters/RTL_TIME_MARGIN/longDesc - - Margin that is added to the time estimate, after it has already been scaled Time with margin = RTL_TIME_FACTOR * time + RTL_TIME_MARGIN - - - - /parameters/RBCLW_SER_CFG/shortDesc - - Serial Configuration for Roboclaw Driver - - - - /parameters/RBCLW_SER_CFG/longDesc - - Configure on which serial port to run Roboclaw Driver. - - - - /parameters/RBCLW_SER_CFG/values/0/description - - Disabled - - - - /parameters/RBCLW_SER_CFG/values/6/description - - UART 6 - - - - /parameters/RBCLW_SER_CFG/values/101/description - - TELEM 1 - - - - /parameters/RBCLW_SER_CFG/values/102/description - - TELEM 2 - - - - /parameters/RBCLW_SER_CFG/values/103/description - - TELEM 3 - - - - /parameters/RBCLW_SER_CFG/values/104/description - - TELEM/SERIAL 4 - - - - /parameters/RBCLW_SER_CFG/values/201/description - - GPS 1 - - - - /parameters/RBCLW_SER_CFG/values/202/description - - GPS 2 - - - - /parameters/RBCLW_SER_CFG/values/203/description - - GPS 3 - - - - /parameters/RBCLW_SER_CFG/values/300/description - - Radio Controller - - - - /parameters/RBCLW_SER_CFG/values/301/description - - Wifi Port - - - - /parameters/RBCLW_SER_CFG/values/401/description - - EXT2 - - - - /parameters/RBCLW_ADDRESS/shortDesc - - Address of the ESC on the bus - - - - /parameters/RBCLW_ADDRESS/longDesc - - The ESC has to be configured to have an address from 0x80 to 0x87. This parameter needs to match the configured value. - - - - /parameters/RBCLW_ADDRESS/values/128/description - - 0x80 - - - - /parameters/RBCLW_ADDRESS/values/129/description - - 0x81 - - - - /parameters/RBCLW_ADDRESS/values/130/description - - 0x82 - - - - /parameters/RBCLW_ADDRESS/values/131/description - - 0x83 - - - - /parameters/RBCLW_ADDRESS/values/132/description - - 0x84 - - - - /parameters/RBCLW_ADDRESS/values/133/description - - 0x85 - - - - /parameters/RBCLW_ADDRESS/values/134/description - - 0x86 - - - - /parameters/RBCLW_ADDRESS/values/135/description - - 0x87 - - - - /parameters/RBCLW_COUNTS_REV/shortDesc - - Number of encoder counts for one wheel revolution - - - - /parameters/RBCLW_COUNTS_REV/longDesc - - The default value of 1200 corresponds to the default configuration of the Aion R1 rover. - - - - /parameters/RDD_ANG_SCALE/shortDesc - - Manual angular velocity scale - - - - /parameters/RDD_I_ANG_VEL/shortDesc - - Integral gain for angular velocity controller - - - - /parameters/RDD_I_SPEED/shortDesc - - Integral gain for ground speed controller - - - - /parameters/RDD_MAX_ACCEL/shortDesc - - Maximum acceleration - - - - /parameters/RDD_MAX_ACCEL/longDesc - - Maximum acceleration is used to limit the acceleration of the rover - - - - /parameters/RDD_MAX_JERK/shortDesc - - Maximum jerk - - - - /parameters/RDD_MAX_JERK/longDesc - - Limit for forwards acc/deceleration change. - - - - /parameters/RDD_P_ANG_VEL/shortDesc - - Proportional gain for angular velocity controller - - - - /parameters/RDD_P_HEADING/shortDesc - - Proportional gain for heading controller - - - - /parameters/RDD_P_SPEED/shortDesc - - Proportional gain for speed controller - - - - /parameters/RDD_SPEED_SCALE/shortDesc - - Manual speed scale - - - - /parameters/RDD_WHEEL_BASE/shortDesc - - Wheel base - - - - /parameters/RDD_WHEEL_BASE/longDesc - - Distance from the center of the right wheel to the center of the left wheel - - - - /parameters/RDD_WHEEL_RADIUS/shortDesc - - Wheel radius - - - - /parameters/RDD_WHEEL_RADIUS/longDesc - - Size of the wheel, half the diameter of the wheel - - - - /parameters/RDD_WHEEL_SPEED/shortDesc - - Maximum wheel speed - - - - /parameters/GND_L1_DAMPING/shortDesc - - L1 damping - - - - /parameters/GND_L1_DAMPING/longDesc - - Damping factor for L1 control. - - - - /parameters/GND_L1_DIST/shortDesc - - L1 distance - - - - /parameters/GND_L1_DIST/longDesc - - This is the distance at which the next waypoint is activated. This should be set to about 2-4x of GND_WHEEL_BASE and not smaller than one meter (due to GPS accuracy). - - - - /parameters/GND_L1_PERIOD/shortDesc - - L1 period - - - - /parameters/GND_L1_PERIOD/longDesc - - This is the L1 distance and defines the tracking point ahead of the rover it's following. Use values around 2-5m for a 0.3m wheel base. Tuning instructions: Shorten slowly during tuning until response is sharp without oscillation. - - - - /parameters/GND_MAN_Y_MAX/shortDesc - - Max manual yaw rate - - - - /parameters/GND_MAX_ANG/shortDesc - - Maximum turn angle for Ackerman steering - - - - /parameters/GND_MAX_ANG/longDesc - - At a control output of 0, the steering wheels are at 0 radians. At a control output of 1, the steering wheels are at GND_MAX_ANG radians. - - - - /parameters/GND_SPEED_D/shortDesc - - Speed proportional gain - - - - /parameters/GND_SPEED_D/longDesc - - This is the derivative gain for the speed closed loop controller - - - - /parameters/GND_SPEED_I/shortDesc - - Speed Integral gain - - - - /parameters/GND_SPEED_I/longDesc - - This is the integral gain for the speed closed loop controller - - - - /parameters/GND_SPEED_IMAX/shortDesc - - Speed integral maximum value - - - - /parameters/GND_SPEED_IMAX/longDesc - - This is the maxim value the integral can reach to prevent wind-up. - - - - /parameters/GND_SPEED_MAX/shortDesc - - Maximum ground speed - - - - /parameters/GND_SPEED_P/shortDesc - - Speed proportional gain - - - - /parameters/GND_SPEED_P/longDesc - - This is the proportional gain for the speed closed loop controller - - - - /parameters/GND_SPEED_THR_SC/shortDesc - - Speed to throttle scaler - - - - /parameters/GND_SPEED_THR_SC/longDesc - - This is a gain to map the speed control output to the throttle linearly. - - - - /parameters/GND_SPEED_TRIM/shortDesc - - Trim ground speed - - - - /parameters/GND_SP_CTRL_MODE/shortDesc - - Control mode for speed - - - - /parameters/GND_SP_CTRL_MODE/longDesc - - This allows the user to choose between closed loop gps speed or open loop cruise throttle speed - - - - /parameters/GND_SP_CTRL_MODE/values/0/description - - open loop control - - - - /parameters/GND_SP_CTRL_MODE/values/1/description - - close the loop with gps speed - - - - /parameters/GND_THR_CRUISE/shortDesc - - Cruise throttle - - - - /parameters/GND_THR_CRUISE/longDesc - - This is the throttle setting required to achieve the desired cruise speed. 10% is ok for a traxxas stampede vxl with ESC set to training mode - - - - /parameters/GND_THR_MAX/shortDesc - - Throttle limit max - - - - /parameters/GND_THR_MAX/longDesc - - This is the maximum throttle % that can be used by the controller. For a Traxxas stampede vxl with the ESC set to training, 30 % is enough - - - - /parameters/GND_THR_MIN/shortDesc - - Throttle limit min - - - - /parameters/GND_THR_MIN/longDesc - - This is the minimum throttle % that can be used by the controller. Set to 0 for rover - - - - /parameters/GND_WHEEL_BASE/shortDesc - - Distance from front axle to rear axle - - - - /parameters/GND_WHEEL_BASE/longDesc - - A value of 0.31 is typical for 1/10 RC cars. - - - - /parameters/RWTO_HDG/shortDesc - - Specifies which heading should be held during the runway takeoff ground roll - - - - /parameters/RWTO_HDG/longDesc - - 0: airframe heading when takeoff is initiated 1: position control along runway direction (bearing defined from vehicle position on takeoff initiation to MAV_CMD_TAKEOFF position defined by operator) - - - - /parameters/RWTO_HDG/values/0/description - - Airframe - - - - /parameters/RWTO_HDG/values/1/description - - Runway - - - - /parameters/RWTO_MAX_THR/shortDesc - - Max throttle during runway takeoff - - - - /parameters/RWTO_NPFG_PERIOD/shortDesc - - NPFG period while steering on runway - - - - /parameters/RWTO_NUDGE/shortDesc - - Enable use of yaw stick for nudging the wheel during runway ground roll - - - - /parameters/RWTO_NUDGE/longDesc - - This is useful when map, GNSS, or yaw errors on ground are misaligned with what the operator intends for takeoff course. Particularly useful for skinny runways or if the wheel servo is a bit off trim. - - - - /parameters/RWTO_NUDGE/values/0/description - - Disabled - - - - /parameters/RWTO_NUDGE/values/1/description - - Enabled - - - - /parameters/RWTO_PSP/shortDesc - - Pitch setpoint during taxi / before takeoff rotation airspeed is reached - - - - /parameters/RWTO_PSP/longDesc - - A taildragger with steerable wheel might need to pitch up a little to keep its wheel on the ground before airspeed to takeoff is reached. - - - - /parameters/RWTO_RAMP_TIME/shortDesc - - Throttle ramp up time for runway takeoff - - - - /parameters/RWTO_ROT_AIRSPD/shortDesc - - Takeoff rotation airspeed - - - - /parameters/RWTO_ROT_AIRSPD/longDesc - - The calibrated airspeed threshold during the takeoff ground roll when the plane should start rotating (pitching up). Must be less than the takeoff airspeed, will otherwise be capped at the takeoff airpeed (see FW_TKO_AIRSPD). If set <= 0.0, defaults to 0.9 * takeoff airspeed (see FW_TKO_AIRSPD) - - - - /parameters/RWTO_ROT_TIME/shortDesc - - Takeoff rotation time - - - - /parameters/RWTO_ROT_TIME/longDesc - - This is the time desired to linearly ramp in takeoff pitch constraints during the takeoff rotation - - - - /parameters/RWTO_TKOFF/shortDesc - - Runway takeoff with landing gear - - - - /parameters/RWTO_TKOFF/values/0/description - - Disabled - - - - /parameters/RWTO_TKOFF/values/1/description - - Enabled - - - - /parameters/SDLOG_ALGORITHM/shortDesc - - Logfile Encryption algorithm - - - - /parameters/SDLOG_ALGORITHM/longDesc - - Selects the algorithm used for logfile encryption - - - - /parameters/SDLOG_ALGORITHM/values/0/description - - Disabled - - - - /parameters/SDLOG_ALGORITHM/values/2/description - - XChaCha20 - - - - /parameters/SDLOG_ALGORITHM/values/3/description - - AES - - - - /parameters/SDLOG_BOOT_BAT/shortDesc - - Battery-only Logging - - - - /parameters/SDLOG_BOOT_BAT/longDesc - - When enabled, logging will not start from boot if battery power is not detected (e.g. powered via USB on a test bench). This prevents extraneous flight logs from being created during bench testing. Note that this only applies to log-from-boot modes. This has no effect on arm-based modes. - - - - /parameters/SDLOG_BOOT_BAT/values/0/description - - Disabled - - - - /parameters/SDLOG_BOOT_BAT/values/1/description - - Enabled - - - - /parameters/SDLOG_DIRS_MAX/shortDesc - - Maximum number of log directories to keep - - - - /parameters/SDLOG_DIRS_MAX/longDesc - - If there are more log directories than this value, the system will delete the oldest directories during startup. In addition, the system will delete old logs if there is not enough free space left. The minimum amount is 300 MB. If this is set to 0, old directories will only be removed if the free space falls below the minimum. Note: this does not apply to mission log files. - - - - /parameters/SDLOG_EXCH_KEY/shortDesc - - Logfile Encryption key exchange key - - - - /parameters/SDLOG_EXCH_KEY/longDesc - - If the logfile is encrypted using a symmetric key algorithm, the used encryption key is generated at logging start and stored on the sdcard RSA2048 encrypted using this key. - - - - /parameters/SDLOG_KEY/shortDesc - - Logfile Encryption key index - - - - /parameters/SDLOG_KEY/longDesc - - Selects the key in keystore, used for encrypting the log. When using a symmetric encryption algorithm, the key is generated at logging start and kept stored in this index. For symmetric algorithms, the key is volatile and valid only for the duration of logging. The key is stored in encrypted format on the sdcard alongside the logfile, using an RSA2048 key defined by the SDLOG_EXCHANGE_KEY - - - - /parameters/SDLOG_MISSION/shortDesc - - Mission Log - - - - /parameters/SDLOG_MISSION/longDesc - - If enabled, a small additional "mission" log file will be written to the SD card. The log contains just those messages that are useful for tasks like generating flight statistics and geotagging. The different modes can be used to further reduce the logged data (and thus the log file size). For example, choose geotagging mode to only log data required for geotagging. Note that the normal/full log is still created, and contains all the data in the mission log (and more). - - - - /parameters/SDLOG_MISSION/values/0/description - - Disabled - - - - /parameters/SDLOG_MISSION/values/1/description - - All mission messages - - - - /parameters/SDLOG_MISSION/values/2/description - - Geotagging messages - - - - /parameters/SDLOG_MODE/shortDesc - - Logging Mode - - - - /parameters/SDLOG_MODE/longDesc - - Determines when to start and stop logging. By default, logging is started when arming the system, and stopped when disarming. - - - - /parameters/SDLOG_MODE/values/-1/description - - disabled - - - - /parameters/SDLOG_MODE/values/0/description - - when armed until disarm (default) - - - - /parameters/SDLOG_MODE/values/1/description - - from boot until disarm - - - - /parameters/SDLOG_MODE/values/2/description - - from boot until shutdown - - - - /parameters/SDLOG_MODE/values/3/description - - depending on AUX1 RC channel - - - - /parameters/SDLOG_MODE/values/4/description - - from 1st armed until shutdown - - - - /parameters/SDLOG_PROFILE/shortDesc - - Logging topic profile (integer bitmask) - - - - /parameters/SDLOG_PROFILE/longDesc - - This integer bitmask controls the set and rates of logged topics. The default allows for general log analysis while keeping the log file size reasonably small. Enabling multiple sets leads to higher bandwidth requirements and larger log files. Set bits true to enable: 0 : Default set (used for general log analysis) 1 : Full rate estimator (EKF2) replay topics 2 : Topics for thermal calibration (high rate raw IMU and Baro sensor data) 3 : Topics for system identification (high rate actuator control and IMU data) 4 : Full rates for analysis of fast maneuvers (RC, attitude, rates and actuators) 5 : Debugging topics (debug_*.msg topics, for custom code) 6 : Topics for sensor comparison (low rate raw IMU, Baro and magnetometer data) 7 : Topics for computer vision and collision avoidance 8 : Raw FIFO high-rate IMU (Gyro) 9 : Raw FIFO high-rate IMU (Accel) 10: Logging of mavlink tunnel message (useful for payload communication debugging) - - - - /parameters/SDLOG_PROFILE/bitmask/0/description - - Default set (general log analysis) - - - - /parameters/SDLOG_PROFILE/bitmask/1/description - - Estimator replay (EKF2) - - - - /parameters/SDLOG_PROFILE/bitmask/2/description - - Thermal calibration - - - - /parameters/SDLOG_PROFILE/bitmask/3/description - - System identification - - - - /parameters/SDLOG_PROFILE/bitmask/4/description - - High rate - - - - /parameters/SDLOG_PROFILE/bitmask/5/description - - Debug - - - - /parameters/SDLOG_PROFILE/bitmask/6/description - - Sensor comparison - - - - /parameters/SDLOG_PROFILE/bitmask/7/description - - Computer Vision and Avoidance - - - - /parameters/SDLOG_PROFILE/bitmask/8/description - - Raw FIFO high-rate IMU (Gyro) - - - - /parameters/SDLOG_PROFILE/bitmask/9/description - - Raw FIFO high-rate IMU (Accel) - - - - /parameters/SDLOG_PROFILE/bitmask/10/description - - Mavlink tunnel message logging - - - - /parameters/SDLOG_UTC_OFFSET/shortDesc - - UTC offset (unit: min) - - - - /parameters/SDLOG_UTC_OFFSET/longDesc - - the difference in hours and minutes from Coordinated Universal Time (UTC) for a your place and date. for example, In case of South Korea(UTC+09:00), UTC offset is 540 min (9*60) refer to https://en.wikipedia.org/wiki/List_of_UTC_time_offsets - - - - /parameters/SDLOG_UUID/shortDesc - - Log UUID - - - - /parameters/SDLOG_UUID/longDesc - - If set to 1, add an ID to the log, which uniquely identifies the vehicle - - - - /parameters/SDLOG_UUID/values/0/description - - Disabled - - - - /parameters/SDLOG_UUID/values/1/description - - Enabled - - - - /parameters/SIM_BAT_DRAIN/shortDesc - - Simulator Battery drain interval - - - - /parameters/SIM_BAT_ENABLE/shortDesc - - Simulator Battery enabled - - - - /parameters/SIM_BAT_ENABLE/longDesc - - Enable or disable the internal battery simulation. This is useful when the battery is simulated externally and interfaced with PX4 through MAVLink for example. - - - - /parameters/SIM_BAT_ENABLE/values/0/description - - Disabled - - - - /parameters/SIM_BAT_ENABLE/values/1/description - - Enabled - - - - /parameters/SIM_BAT_MIN_PCT/shortDesc - - Simulator Battery minimal percentage - - - - /parameters/SIM_BAT_MIN_PCT/longDesc - - Can be used to alter the battery level during SITL- or HITL-simulation on the fly. Particularly useful for testing different low-battery behaviour. - - - - /parameters/CAL_ACC0_ID/shortDesc - - Accelerometer 0 calibration device ID - - - - /parameters/CAL_ACC0_ID/longDesc - - Device ID of the accelerometer this calibration applies to. - - - - /parameters/CAL_ACC0_PRIO/shortDesc - - Accelerometer 0 priority - - - - /parameters/CAL_ACC0_PRIO/values/-1/description - - Uninitialized - - - - /parameters/CAL_ACC0_PRIO/values/0/description - - Disabled - - - - /parameters/CAL_ACC0_PRIO/values/1/description - - Min - - - - /parameters/CAL_ACC0_PRIO/values/25/description - - Low - - - - /parameters/CAL_ACC0_PRIO/values/50/description - - Medium (Default) - - - - /parameters/CAL_ACC0_PRIO/values/75/description - - High - - - - /parameters/CAL_ACC0_PRIO/values/100/description - - Max - - - - /parameters/CAL_ACC0_ROT/shortDesc - - Accelerometer 0 rotation relative to airframe - - - - /parameters/CAL_ACC0_ROT/longDesc - - An internal sensor will force a value of -1, so a GCS should only attempt to configure the rotation if the value is greater than or equal to zero. - - - - /parameters/CAL_ACC0_ROT/values/-1/description - - Internal - - - - /parameters/CAL_ACC0_ROT/values/0/description - - No rotation - - - - /parameters/CAL_ACC0_ROT/values/1/description - - Yaw 45° - - - - /parameters/CAL_ACC0_ROT/values/2/description - - Yaw 90° - - - - /parameters/CAL_ACC0_ROT/values/3/description - - Yaw 135° - - - - /parameters/CAL_ACC0_ROT/values/4/description - - Yaw 180° - - - - /parameters/CAL_ACC0_ROT/values/5/description - - Yaw 225° - - - - /parameters/CAL_ACC0_ROT/values/6/description - - Yaw 270° - - - - /parameters/CAL_ACC0_ROT/values/7/description - - Yaw 315° - - - - /parameters/CAL_ACC0_ROT/values/8/description - - Roll 180° - - - - /parameters/CAL_ACC0_ROT/values/9/description - - Roll 180°, Yaw 45° - - - - /parameters/CAL_ACC0_ROT/values/10/description - - Roll 180°, Yaw 90° - - - - /parameters/CAL_ACC0_ROT/values/11/description - - Roll 180°, Yaw 135° - - - - /parameters/CAL_ACC0_ROT/values/12/description - - Pitch 180° - - - - /parameters/CAL_ACC0_ROT/values/13/description - - Roll 180°, Yaw 225° - - - - /parameters/CAL_ACC0_ROT/values/14/description - - Roll 180°, Yaw 270° - - - - /parameters/CAL_ACC0_ROT/values/15/description - - Roll 180°, Yaw 315° - - - - /parameters/CAL_ACC0_ROT/values/16/description - - Roll 90° - - - - /parameters/CAL_ACC0_ROT/values/17/description - - Roll 90°, Yaw 45° - - - - /parameters/CAL_ACC0_ROT/values/18/description - - Roll 90°, Yaw 90° - - - - /parameters/CAL_ACC0_ROT/values/19/description - - Roll 90°, Yaw 135° - - - - /parameters/CAL_ACC0_ROT/values/20/description - - Roll 270° - - - - /parameters/CAL_ACC0_ROT/values/21/description - - Roll 270°, Yaw 45° - - - - /parameters/CAL_ACC0_ROT/values/22/description - - Roll 270°, Yaw 90° - - - - /parameters/CAL_ACC0_ROT/values/23/description - - Roll 270°, Yaw 135° - - - - /parameters/CAL_ACC0_ROT/values/24/description - - Pitch 90° - - - - /parameters/CAL_ACC0_ROT/values/25/description - - Pitch 270° - - - - /parameters/CAL_ACC0_ROT/values/26/description - - Pitch 180°, Yaw 90° - - - - /parameters/CAL_ACC0_ROT/values/27/description - - Pitch 180°, Yaw 270° - - - - /parameters/CAL_ACC0_ROT/values/28/description - - Roll 90°, Pitch 90° - - - - /parameters/CAL_ACC0_ROT/values/29/description - - Roll 180°, Pitch 90° - - - - /parameters/CAL_ACC0_ROT/values/30/description - - Roll 270°, Pitch 90° - - - - /parameters/CAL_ACC0_ROT/values/31/description - - Roll 90°, Pitch 180° - - - - /parameters/CAL_ACC0_ROT/values/32/description - - Roll 270°, Pitch 180° - - - - /parameters/CAL_ACC0_ROT/values/33/description - - Roll 90°, Pitch 270° - - - - /parameters/CAL_ACC0_ROT/values/34/description - - Roll 180°, Pitch 270° - - - - /parameters/CAL_ACC0_ROT/values/35/description - - Roll 270°, Pitch 270° - - - - /parameters/CAL_ACC0_ROT/values/36/description - - Roll 90°, Pitch 180°, Yaw 90° - - - - /parameters/CAL_ACC0_ROT/values/37/description - - Roll 90°, Yaw 270° - - - - /parameters/CAL_ACC0_ROT/values/38/description - - Roll 90°, Pitch 68°, Yaw 293° - - - - /parameters/CAL_ACC0_ROT/values/39/description - - Pitch 315° - - - - /parameters/CAL_ACC0_ROT/values/40/description - - Roll 90°, Pitch 315° - - - - /parameters/CAL_ACC0_XOFF/shortDesc - - Accelerometer 0 X-axis offset - - - - /parameters/CAL_ACC0_XSCALE/shortDesc - - Accelerometer 0 X-axis scaling factor - - - - /parameters/CAL_ACC0_YOFF/shortDesc - - Accelerometer 0 Y-axis offset - - - - /parameters/CAL_ACC0_YSCALE/shortDesc - - Accelerometer 0 Y-axis scaling factor - - - - /parameters/CAL_ACC0_ZOFF/shortDesc - - Accelerometer 0 Z-axis offset - - - - /parameters/CAL_ACC0_ZSCALE/shortDesc - - Accelerometer 0 Z-axis scaling factor - - - - /parameters/CAL_ACC1_ID/shortDesc - - Accelerometer 1 calibration device ID - - - - /parameters/CAL_ACC1_ID/longDesc - - Device ID of the accelerometer this calibration applies to. - - - - /parameters/CAL_ACC1_PRIO/shortDesc - - Accelerometer 1 priority - - - - /parameters/CAL_ACC1_PRIO/values/-1/description - - Uninitialized - - - - /parameters/CAL_ACC1_PRIO/values/0/description - - Disabled - - - - /parameters/CAL_ACC1_PRIO/values/1/description - - Min - - - - /parameters/CAL_ACC1_PRIO/values/25/description - - Low - - - - /parameters/CAL_ACC1_PRIO/values/50/description - - Medium (Default) - - - - /parameters/CAL_ACC1_PRIO/values/75/description - - High - - - - /parameters/CAL_ACC1_PRIO/values/100/description - - Max - - - - /parameters/CAL_ACC1_ROT/shortDesc - - Accelerometer 1 rotation relative to airframe - - - - /parameters/CAL_ACC1_ROT/longDesc - - An internal sensor will force a value of -1, so a GCS should only attempt to configure the rotation if the value is greater than or equal to zero. - - - - /parameters/CAL_ACC1_ROT/values/-1/description - - Internal - - - - /parameters/CAL_ACC1_ROT/values/0/description - - No rotation - - - - /parameters/CAL_ACC1_ROT/values/1/description - - Yaw 45° - - - - /parameters/CAL_ACC1_ROT/values/2/description - - Yaw 90° - - - - /parameters/CAL_ACC1_ROT/values/3/description - - Yaw 135° - - - - /parameters/CAL_ACC1_ROT/values/4/description - - Yaw 180° - - - - /parameters/CAL_ACC1_ROT/values/5/description - - Yaw 225° - - - - /parameters/CAL_ACC1_ROT/values/6/description - - Yaw 270° - - - - /parameters/CAL_ACC1_ROT/values/7/description - - Yaw 315° - - - - /parameters/CAL_ACC1_ROT/values/8/description - - Roll 180° - - - - /parameters/CAL_ACC1_ROT/values/9/description - - Roll 180°, Yaw 45° - - - - /parameters/CAL_ACC1_ROT/values/10/description - - Roll 180°, Yaw 90° - - - - /parameters/CAL_ACC1_ROT/values/11/description - - Roll 180°, Yaw 135° - - - - /parameters/CAL_ACC1_ROT/values/12/description - - Pitch 180° - - - - /parameters/CAL_ACC1_ROT/values/13/description - - Roll 180°, Yaw 225° - - - - /parameters/CAL_ACC1_ROT/values/14/description - - Roll 180°, Yaw 270° - - - - /parameters/CAL_ACC1_ROT/values/15/description - - Roll 180°, Yaw 315° - - - - /parameters/CAL_ACC1_ROT/values/16/description - - Roll 90° - - - - /parameters/CAL_ACC1_ROT/values/17/description - - Roll 90°, Yaw 45° - - - - /parameters/CAL_ACC1_ROT/values/18/description - - Roll 90°, Yaw 90° - - - - /parameters/CAL_ACC1_ROT/values/19/description - - Roll 90°, Yaw 135° - - - - /parameters/CAL_ACC1_ROT/values/20/description - - Roll 270° - - - - /parameters/CAL_ACC1_ROT/values/21/description - - Roll 270°, Yaw 45° - - - - /parameters/CAL_ACC1_ROT/values/22/description - - Roll 270°, Yaw 90° - - - - /parameters/CAL_ACC1_ROT/values/23/description - - Roll 270°, Yaw 135° - - - - /parameters/CAL_ACC1_ROT/values/24/description - - Pitch 90° - - - - /parameters/CAL_ACC1_ROT/values/25/description - - Pitch 270° - - - - /parameters/CAL_ACC1_ROT/values/26/description - - Pitch 180°, Yaw 90° - - - - /parameters/CAL_ACC1_ROT/values/27/description - - Pitch 180°, Yaw 270° - - - - /parameters/CAL_ACC1_ROT/values/28/description - - Roll 90°, Pitch 90° - - - - /parameters/CAL_ACC1_ROT/values/29/description - - Roll 180°, Pitch 90° - - - - /parameters/CAL_ACC1_ROT/values/30/description - - Roll 270°, Pitch 90° - - - - /parameters/CAL_ACC1_ROT/values/31/description - - Roll 90°, Pitch 180° - - - - /parameters/CAL_ACC1_ROT/values/32/description - - Roll 270°, Pitch 180° - - - - /parameters/CAL_ACC1_ROT/values/33/description - - Roll 90°, Pitch 270° - - - - /parameters/CAL_ACC1_ROT/values/34/description - - Roll 180°, Pitch 270° - - - - /parameters/CAL_ACC1_ROT/values/35/description - - Roll 270°, Pitch 270° - - - - /parameters/CAL_ACC1_ROT/values/36/description - - Roll 90°, Pitch 180°, Yaw 90° - - - - /parameters/CAL_ACC1_ROT/values/37/description - - Roll 90°, Yaw 270° - - - - /parameters/CAL_ACC1_ROT/values/38/description - - Roll 90°, Pitch 68°, Yaw 293° - - - - /parameters/CAL_ACC1_ROT/values/39/description - - Pitch 315° - - - - /parameters/CAL_ACC1_ROT/values/40/description - - Roll 90°, Pitch 315° - - - - /parameters/CAL_ACC1_XOFF/shortDesc - - Accelerometer 1 X-axis offset - - - - /parameters/CAL_ACC1_XSCALE/shortDesc - - Accelerometer 1 X-axis scaling factor - - - - /parameters/CAL_ACC1_YOFF/shortDesc - - Accelerometer 1 Y-axis offset - - - - /parameters/CAL_ACC1_YSCALE/shortDesc - - Accelerometer 1 Y-axis scaling factor - - - - /parameters/CAL_ACC1_ZOFF/shortDesc - - Accelerometer 1 Z-axis offset - - - - /parameters/CAL_ACC1_ZSCALE/shortDesc - - Accelerometer 1 Z-axis scaling factor - - - - /parameters/CAL_ACC2_ID/shortDesc - - Accelerometer 2 calibration device ID - - - - /parameters/CAL_ACC2_ID/longDesc - - Device ID of the accelerometer this calibration applies to. - - - - /parameters/CAL_ACC2_PRIO/shortDesc - - Accelerometer 2 priority - - - - /parameters/CAL_ACC2_PRIO/values/-1/description - - Uninitialized - - - - /parameters/CAL_ACC2_PRIO/values/0/description - - Disabled - - - - /parameters/CAL_ACC2_PRIO/values/1/description - - Min - - - - /parameters/CAL_ACC2_PRIO/values/25/description - - Low - - - - /parameters/CAL_ACC2_PRIO/values/50/description - - Medium (Default) - - - - /parameters/CAL_ACC2_PRIO/values/75/description - - High - - - - /parameters/CAL_ACC2_PRIO/values/100/description - - Max - - - - /parameters/CAL_ACC2_ROT/shortDesc - - Accelerometer 2 rotation relative to airframe - - - - /parameters/CAL_ACC2_ROT/longDesc - - An internal sensor will force a value of -1, so a GCS should only attempt to configure the rotation if the value is greater than or equal to zero. - - - - /parameters/CAL_ACC2_ROT/values/-1/description - - Internal - - - - /parameters/CAL_ACC2_ROT/values/0/description - - No rotation - - - - /parameters/CAL_ACC2_ROT/values/1/description - - Yaw 45° - - - - /parameters/CAL_ACC2_ROT/values/2/description - - Yaw 90° - - - - /parameters/CAL_ACC2_ROT/values/3/description - - Yaw 135° - - - - /parameters/CAL_ACC2_ROT/values/4/description - - Yaw 180° - - - - /parameters/CAL_ACC2_ROT/values/5/description - - Yaw 225° - - - - /parameters/CAL_ACC2_ROT/values/6/description - - Yaw 270° - - - - /parameters/CAL_ACC2_ROT/values/7/description - - Yaw 315° - - - - /parameters/CAL_ACC2_ROT/values/8/description - - Roll 180° - - - - /parameters/CAL_ACC2_ROT/values/9/description - - Roll 180°, Yaw 45° - - - - /parameters/CAL_ACC2_ROT/values/10/description - - Roll 180°, Yaw 90° - - - - /parameters/CAL_ACC2_ROT/values/11/description - - Roll 180°, Yaw 135° - - - - /parameters/CAL_ACC2_ROT/values/12/description - - Pitch 180° - - - - /parameters/CAL_ACC2_ROT/values/13/description - - Roll 180°, Yaw 225° - - - - /parameters/CAL_ACC2_ROT/values/14/description - - Roll 180°, Yaw 270° - - - - /parameters/CAL_ACC2_ROT/values/15/description - - Roll 180°, Yaw 315° - - - - /parameters/CAL_ACC2_ROT/values/16/description - - Roll 90° - - - - /parameters/CAL_ACC2_ROT/values/17/description - - Roll 90°, Yaw 45° - - - - /parameters/CAL_ACC2_ROT/values/18/description - - Roll 90°, Yaw 90° - - - - /parameters/CAL_ACC2_ROT/values/19/description - - Roll 90°, Yaw 135° - - - - /parameters/CAL_ACC2_ROT/values/20/description - - Roll 270° - - - - /parameters/CAL_ACC2_ROT/values/21/description - - Roll 270°, Yaw 45° - - - - /parameters/CAL_ACC2_ROT/values/22/description - - Roll 270°, Yaw 90° - - - - /parameters/CAL_ACC2_ROT/values/23/description - - Roll 270°, Yaw 135° - - - - /parameters/CAL_ACC2_ROT/values/24/description - - Pitch 90° - - - - /parameters/CAL_ACC2_ROT/values/25/description - - Pitch 270° - - - - /parameters/CAL_ACC2_ROT/values/26/description - - Pitch 180°, Yaw 90° - - - - /parameters/CAL_ACC2_ROT/values/27/description - - Pitch 180°, Yaw 270° - - - - /parameters/CAL_ACC2_ROT/values/28/description - - Roll 90°, Pitch 90° - - - - /parameters/CAL_ACC2_ROT/values/29/description - - Roll 180°, Pitch 90° - - - - /parameters/CAL_ACC2_ROT/values/30/description - - Roll 270°, Pitch 90° - - - - /parameters/CAL_ACC2_ROT/values/31/description - - Roll 90°, Pitch 180° - - - - /parameters/CAL_ACC2_ROT/values/32/description - - Roll 270°, Pitch 180° - - - - /parameters/CAL_ACC2_ROT/values/33/description - - Roll 90°, Pitch 270° - - - - /parameters/CAL_ACC2_ROT/values/34/description - - Roll 180°, Pitch 270° - - - - /parameters/CAL_ACC2_ROT/values/35/description - - Roll 270°, Pitch 270° - - - - /parameters/CAL_ACC2_ROT/values/36/description - - Roll 90°, Pitch 180°, Yaw 90° - - - - /parameters/CAL_ACC2_ROT/values/37/description - - Roll 90°, Yaw 270° - - - - /parameters/CAL_ACC2_ROT/values/38/description - - Roll 90°, Pitch 68°, Yaw 293° - - - - /parameters/CAL_ACC2_ROT/values/39/description - - Pitch 315° - - - - /parameters/CAL_ACC2_ROT/values/40/description - - Roll 90°, Pitch 315° - - - - /parameters/CAL_ACC2_XOFF/shortDesc - - Accelerometer 2 X-axis offset - - - - /parameters/CAL_ACC2_XSCALE/shortDesc - - Accelerometer 2 X-axis scaling factor - - - - /parameters/CAL_ACC2_YOFF/shortDesc - - Accelerometer 2 Y-axis offset - - - - /parameters/CAL_ACC2_YSCALE/shortDesc - - Accelerometer 2 Y-axis scaling factor - - - - /parameters/CAL_ACC2_ZOFF/shortDesc - - Accelerometer 2 Z-axis offset - - - - /parameters/CAL_ACC2_ZSCALE/shortDesc - - Accelerometer 2 Z-axis scaling factor - - - - /parameters/CAL_ACC3_ID/shortDesc - - Accelerometer 3 calibration device ID - - - - /parameters/CAL_ACC3_ID/longDesc - - Device ID of the accelerometer this calibration applies to. - - - - /parameters/CAL_ACC3_PRIO/shortDesc - - Accelerometer 3 priority - - - - /parameters/CAL_ACC3_PRIO/values/-1/description - - Uninitialized - - - - /parameters/CAL_ACC3_PRIO/values/0/description - - Disabled - - - - /parameters/CAL_ACC3_PRIO/values/1/description - - Min - - - - /parameters/CAL_ACC3_PRIO/values/25/description - - Low - - - - /parameters/CAL_ACC3_PRIO/values/50/description - - Medium (Default) - - - - /parameters/CAL_ACC3_PRIO/values/75/description - - High - - - - /parameters/CAL_ACC3_PRIO/values/100/description - - Max - - - - /parameters/CAL_ACC3_ROT/shortDesc - - Accelerometer 3 rotation relative to airframe - - - - /parameters/CAL_ACC3_ROT/longDesc - - An internal sensor will force a value of -1, so a GCS should only attempt to configure the rotation if the value is greater than or equal to zero. - - - - /parameters/CAL_ACC3_ROT/values/-1/description - - Internal - - - - /parameters/CAL_ACC3_ROT/values/0/description - - No rotation - - - - /parameters/CAL_ACC3_ROT/values/1/description - - Yaw 45° - - - - /parameters/CAL_ACC3_ROT/values/2/description - - Yaw 90° - - - - /parameters/CAL_ACC3_ROT/values/3/description - - Yaw 135° - - - - /parameters/CAL_ACC3_ROT/values/4/description - - Yaw 180° - - - - /parameters/CAL_ACC3_ROT/values/5/description - - Yaw 225° - - - - /parameters/CAL_ACC3_ROT/values/6/description - - Yaw 270° - - - - /parameters/CAL_ACC3_ROT/values/7/description - - Yaw 315° - - - - /parameters/CAL_ACC3_ROT/values/8/description - - Roll 180° - - - - /parameters/CAL_ACC3_ROT/values/9/description - - Roll 180°, Yaw 45° - - - - /parameters/CAL_ACC3_ROT/values/10/description - - Roll 180°, Yaw 90° - - - - /parameters/CAL_ACC3_ROT/values/11/description - - Roll 180°, Yaw 135° - - - - /parameters/CAL_ACC3_ROT/values/12/description - - Pitch 180° - - - - /parameters/CAL_ACC3_ROT/values/13/description - - Roll 180°, Yaw 225° - - - - /parameters/CAL_ACC3_ROT/values/14/description - - Roll 180°, Yaw 270° - - - - /parameters/CAL_ACC3_ROT/values/15/description - - Roll 180°, Yaw 315° - - - - /parameters/CAL_ACC3_ROT/values/16/description - - Roll 90° - - - - /parameters/CAL_ACC3_ROT/values/17/description - - Roll 90°, Yaw 45° - - - - /parameters/CAL_ACC3_ROT/values/18/description - - Roll 90°, Yaw 90° - - - - /parameters/CAL_ACC3_ROT/values/19/description - - Roll 90°, Yaw 135° - - - - /parameters/CAL_ACC3_ROT/values/20/description - - Roll 270° - - - - /parameters/CAL_ACC3_ROT/values/21/description - - Roll 270°, Yaw 45° - - - - /parameters/CAL_ACC3_ROT/values/22/description - - Roll 270°, Yaw 90° - - - - /parameters/CAL_ACC3_ROT/values/23/description - - Roll 270°, Yaw 135° - - - - /parameters/CAL_ACC3_ROT/values/24/description - - Pitch 90° - - - - /parameters/CAL_ACC3_ROT/values/25/description - - Pitch 270° - - - - /parameters/CAL_ACC3_ROT/values/26/description - - Pitch 180°, Yaw 90° - - - - /parameters/CAL_ACC3_ROT/values/27/description - - Pitch 180°, Yaw 270° - - - - /parameters/CAL_ACC3_ROT/values/28/description - - Roll 90°, Pitch 90° - - - - /parameters/CAL_ACC3_ROT/values/29/description - - Roll 180°, Pitch 90° - - - - /parameters/CAL_ACC3_ROT/values/30/description - - Roll 270°, Pitch 90° - - - - /parameters/CAL_ACC3_ROT/values/31/description - - Roll 90°, Pitch 180° - - - - /parameters/CAL_ACC3_ROT/values/32/description - - Roll 270°, Pitch 180° - - - - /parameters/CAL_ACC3_ROT/values/33/description - - Roll 90°, Pitch 270° - - - - /parameters/CAL_ACC3_ROT/values/34/description - - Roll 180°, Pitch 270° - - - - /parameters/CAL_ACC3_ROT/values/35/description - - Roll 270°, Pitch 270° - - - - /parameters/CAL_ACC3_ROT/values/36/description - - Roll 90°, Pitch 180°, Yaw 90° - - - - /parameters/CAL_ACC3_ROT/values/37/description - - Roll 90°, Yaw 270° - - - - /parameters/CAL_ACC3_ROT/values/38/description - - Roll 90°, Pitch 68°, Yaw 293° - - - - /parameters/CAL_ACC3_ROT/values/39/description - - Pitch 315° - - - - /parameters/CAL_ACC3_ROT/values/40/description - - Roll 90°, Pitch 315° - - - - /parameters/CAL_ACC3_XOFF/shortDesc - - Accelerometer 3 X-axis offset - - - - /parameters/CAL_ACC3_XSCALE/shortDesc - - Accelerometer 3 X-axis scaling factor - - - - /parameters/CAL_ACC3_YOFF/shortDesc - - Accelerometer 3 Y-axis offset - - - - /parameters/CAL_ACC3_YSCALE/shortDesc - - Accelerometer 3 Y-axis scaling factor - - - - /parameters/CAL_ACC3_ZOFF/shortDesc - - Accelerometer 3 Z-axis offset - - - - /parameters/CAL_ACC3_ZSCALE/shortDesc - - Accelerometer 3 Z-axis scaling factor - - - - /parameters/CAL_BARO0_ID/shortDesc - - Barometer 0 calibration device ID - - - - /parameters/CAL_BARO0_ID/longDesc - - Device ID of the barometer this calibration applies to. - - - - /parameters/CAL_BARO0_OFF/shortDesc - - Barometer 0 offset - - - - /parameters/CAL_BARO0_PRIO/shortDesc - - Barometer 0 priority - - - - /parameters/CAL_BARO0_PRIO/values/-1/description - - Uninitialized - - - - /parameters/CAL_BARO0_PRIO/values/0/description - - Disabled - - - - /parameters/CAL_BARO0_PRIO/values/1/description - - Min - - - - /parameters/CAL_BARO0_PRIO/values/25/description - - Low - - - - /parameters/CAL_BARO0_PRIO/values/50/description - - Medium (Default) - - - - /parameters/CAL_BARO0_PRIO/values/75/description - - High - - - - /parameters/CAL_BARO0_PRIO/values/100/description - - Max - - - - /parameters/CAL_BARO1_ID/shortDesc - - Barometer 1 calibration device ID - - - - /parameters/CAL_BARO1_ID/longDesc - - Device ID of the barometer this calibration applies to. - - - - /parameters/CAL_BARO1_OFF/shortDesc - - Barometer 1 offset - - - - /parameters/CAL_BARO1_PRIO/shortDesc - - Barometer 1 priority - - - - /parameters/CAL_BARO1_PRIO/values/-1/description - - Uninitialized - - - - /parameters/CAL_BARO1_PRIO/values/0/description - - Disabled - - - - /parameters/CAL_BARO1_PRIO/values/1/description - - Min - - - - /parameters/CAL_BARO1_PRIO/values/25/description - - Low - - - - /parameters/CAL_BARO1_PRIO/values/50/description - - Medium (Default) - - - - /parameters/CAL_BARO1_PRIO/values/75/description - - High - - - - /parameters/CAL_BARO1_PRIO/values/100/description - - Max - - - - /parameters/CAL_BARO2_ID/shortDesc - - Barometer 2 calibration device ID - - - - /parameters/CAL_BARO2_ID/longDesc - - Device ID of the barometer this calibration applies to. - - - - /parameters/CAL_BARO2_OFF/shortDesc - - Barometer 2 offset - - - - /parameters/CAL_BARO2_PRIO/shortDesc - - Barometer 2 priority - - - - /parameters/CAL_BARO2_PRIO/values/-1/description - - Uninitialized - - - - /parameters/CAL_BARO2_PRIO/values/0/description - - Disabled - - - - /parameters/CAL_BARO2_PRIO/values/1/description - - Min - - - - /parameters/CAL_BARO2_PRIO/values/25/description - - Low - - - - /parameters/CAL_BARO2_PRIO/values/50/description - - Medium (Default) - - - - /parameters/CAL_BARO2_PRIO/values/75/description - - High - - - - /parameters/CAL_BARO2_PRIO/values/100/description - - Max - - - - /parameters/CAL_BARO3_ID/shortDesc - - Barometer 3 calibration device ID - - - - /parameters/CAL_BARO3_ID/longDesc - - Device ID of the barometer this calibration applies to. - - - - /parameters/CAL_BARO3_OFF/shortDesc - - Barometer 3 offset - - - - /parameters/CAL_BARO3_PRIO/shortDesc - - Barometer 3 priority - - - - /parameters/CAL_BARO3_PRIO/values/-1/description - - Uninitialized - - - - /parameters/CAL_BARO3_PRIO/values/0/description - - Disabled - - - - /parameters/CAL_BARO3_PRIO/values/1/description - - Min - - - - /parameters/CAL_BARO3_PRIO/values/25/description - - Low - - - - /parameters/CAL_BARO3_PRIO/values/50/description - - Medium (Default) - - - - /parameters/CAL_BARO3_PRIO/values/75/description - - High - - - - /parameters/CAL_BARO3_PRIO/values/100/description - - Max - - - - /parameters/CAL_GYRO0_ID/shortDesc - - Gyroscope 0 calibration device ID - - - - /parameters/CAL_GYRO0_ID/longDesc - - Device ID of the gyroscope this calibration applies to. - - - - /parameters/CAL_GYRO0_PRIO/shortDesc - - Gyroscope 0 priority - - - - /parameters/CAL_GYRO0_PRIO/values/-1/description - - Uninitialized - - - - /parameters/CAL_GYRO0_PRIO/values/0/description - - Disabled - - - - /parameters/CAL_GYRO0_PRIO/values/1/description - - Min - - - - /parameters/CAL_GYRO0_PRIO/values/25/description - - Low - - - - /parameters/CAL_GYRO0_PRIO/values/50/description - - Medium (Default) - - - - /parameters/CAL_GYRO0_PRIO/values/75/description - - High - - - - /parameters/CAL_GYRO0_PRIO/values/100/description - - Max - - - - /parameters/CAL_GYRO0_ROT/shortDesc - - Gyroscope 0 rotation relative to airframe - - - - /parameters/CAL_GYRO0_ROT/longDesc - - An internal sensor will force a value of -1, so a GCS should only attempt to configure the rotation if the value is greater than or equal to zero. - - - - /parameters/CAL_GYRO0_ROT/values/-1/description - - Internal - - - - /parameters/CAL_GYRO0_ROT/values/0/description - - No rotation - - - - /parameters/CAL_GYRO0_ROT/values/1/description - - Yaw 45° - - - - /parameters/CAL_GYRO0_ROT/values/2/description - - Yaw 90° - - - - /parameters/CAL_GYRO0_ROT/values/3/description - - Yaw 135° - - - - /parameters/CAL_GYRO0_ROT/values/4/description - - Yaw 180° - - - - /parameters/CAL_GYRO0_ROT/values/5/description - - Yaw 225° - - - - /parameters/CAL_GYRO0_ROT/values/6/description - - Yaw 270° - - - - /parameters/CAL_GYRO0_ROT/values/7/description - - Yaw 315° - - - - /parameters/CAL_GYRO0_ROT/values/8/description - - Roll 180° - - - - /parameters/CAL_GYRO0_ROT/values/9/description - - Roll 180°, Yaw 45° - - - - /parameters/CAL_GYRO0_ROT/values/10/description - - Roll 180°, Yaw 90° - - - - /parameters/CAL_GYRO0_ROT/values/11/description - - Roll 180°, Yaw 135° - - - - /parameters/CAL_GYRO0_ROT/values/12/description - - Pitch 180° - - - - /parameters/CAL_GYRO0_ROT/values/13/description - - Roll 180°, Yaw 225° - - - - /parameters/CAL_GYRO0_ROT/values/14/description - - Roll 180°, Yaw 270° - - - - /parameters/CAL_GYRO0_ROT/values/15/description - - Roll 180°, Yaw 315° - - - - /parameters/CAL_GYRO0_ROT/values/16/description - - Roll 90° - - - - /parameters/CAL_GYRO0_ROT/values/17/description - - Roll 90°, Yaw 45° - - - - /parameters/CAL_GYRO0_ROT/values/18/description - - Roll 90°, Yaw 90° - - - - /parameters/CAL_GYRO0_ROT/values/19/description - - Roll 90°, Yaw 135° - - - - /parameters/CAL_GYRO0_ROT/values/20/description - - Roll 270° - - - - /parameters/CAL_GYRO0_ROT/values/21/description - - Roll 270°, Yaw 45° - - - - /parameters/CAL_GYRO0_ROT/values/22/description - - Roll 270°, Yaw 90° - - - - /parameters/CAL_GYRO0_ROT/values/23/description - - Roll 270°, Yaw 135° - - - - /parameters/CAL_GYRO0_ROT/values/24/description - - Pitch 90° - - - - /parameters/CAL_GYRO0_ROT/values/25/description - - Pitch 270° - - - - /parameters/CAL_GYRO0_ROT/values/26/description - - Pitch 180°, Yaw 90° - - - - /parameters/CAL_GYRO0_ROT/values/27/description - - Pitch 180°, Yaw 270° - - - - /parameters/CAL_GYRO0_ROT/values/28/description - - Roll 90°, Pitch 90° - - - - /parameters/CAL_GYRO0_ROT/values/29/description - - Roll 180°, Pitch 90° - - - - /parameters/CAL_GYRO0_ROT/values/30/description - - Roll 270°, Pitch 90° - - - - /parameters/CAL_GYRO0_ROT/values/31/description - - Roll 90°, Pitch 180° - - - - /parameters/CAL_GYRO0_ROT/values/32/description - - Roll 270°, Pitch 180° - - - - /parameters/CAL_GYRO0_ROT/values/33/description - - Roll 90°, Pitch 270° - - - - /parameters/CAL_GYRO0_ROT/values/34/description - - Roll 180°, Pitch 270° - - - - /parameters/CAL_GYRO0_ROT/values/35/description - - Roll 270°, Pitch 270° - - - - /parameters/CAL_GYRO0_ROT/values/36/description - - Roll 90°, Pitch 180°, Yaw 90° - - - - /parameters/CAL_GYRO0_ROT/values/37/description - - Roll 90°, Yaw 270° - - - - /parameters/CAL_GYRO0_ROT/values/38/description - - Roll 90°, Pitch 68°, Yaw 293° - - - - /parameters/CAL_GYRO0_ROT/values/39/description - - Pitch 315° - - - - /parameters/CAL_GYRO0_ROT/values/40/description - - Roll 90°, Pitch 315° - - - - /parameters/CAL_GYRO0_XOFF/shortDesc - - Gyroscope 0 X-axis offset - - - - /parameters/CAL_GYRO0_YOFF/shortDesc - - Gyroscope 0 Y-axis offset - - - - /parameters/CAL_GYRO0_ZOFF/shortDesc - - Gyroscope 0 Z-axis offset - - - - /parameters/CAL_GYRO1_ID/shortDesc - - Gyroscope 1 calibration device ID - - - - /parameters/CAL_GYRO1_ID/longDesc - - Device ID of the gyroscope this calibration applies to. - - - - /parameters/CAL_GYRO1_PRIO/shortDesc - - Gyroscope 1 priority - - - - /parameters/CAL_GYRO1_PRIO/values/-1/description - - Uninitialized - - - - /parameters/CAL_GYRO1_PRIO/values/0/description - - Disabled - - - - /parameters/CAL_GYRO1_PRIO/values/1/description - - Min - - - - /parameters/CAL_GYRO1_PRIO/values/25/description - - Low - - - - /parameters/CAL_GYRO1_PRIO/values/50/description - - Medium (Default) - - - - /parameters/CAL_GYRO1_PRIO/values/75/description - - High - - - - /parameters/CAL_GYRO1_PRIO/values/100/description - - Max - - - - /parameters/CAL_GYRO1_ROT/shortDesc - - Gyroscope 1 rotation relative to airframe - - - - /parameters/CAL_GYRO1_ROT/longDesc - - An internal sensor will force a value of -1, so a GCS should only attempt to configure the rotation if the value is greater than or equal to zero. - - - - /parameters/CAL_GYRO1_ROT/values/-1/description - - Internal - - - - /parameters/CAL_GYRO1_ROT/values/0/description - - No rotation - - - - /parameters/CAL_GYRO1_ROT/values/1/description - - Yaw 45° - - - - /parameters/CAL_GYRO1_ROT/values/2/description - - Yaw 90° - - - - /parameters/CAL_GYRO1_ROT/values/3/description - - Yaw 135° - - - - /parameters/CAL_GYRO1_ROT/values/4/description - - Yaw 180° - - - - /parameters/CAL_GYRO1_ROT/values/5/description - - Yaw 225° - - - - /parameters/CAL_GYRO1_ROT/values/6/description - - Yaw 270° - - - - /parameters/CAL_GYRO1_ROT/values/7/description - - Yaw 315° - - - - /parameters/CAL_GYRO1_ROT/values/8/description - - Roll 180° - - - - /parameters/CAL_GYRO1_ROT/values/9/description - - Roll 180°, Yaw 45° - - - - /parameters/CAL_GYRO1_ROT/values/10/description - - Roll 180°, Yaw 90° - - - - /parameters/CAL_GYRO1_ROT/values/11/description - - Roll 180°, Yaw 135° - - - - /parameters/CAL_GYRO1_ROT/values/12/description - - Pitch 180° - - - - /parameters/CAL_GYRO1_ROT/values/13/description - - Roll 180°, Yaw 225° - - - - /parameters/CAL_GYRO1_ROT/values/14/description - - Roll 180°, Yaw 270° - - - - /parameters/CAL_GYRO1_ROT/values/15/description - - Roll 180°, Yaw 315° - - - - /parameters/CAL_GYRO1_ROT/values/16/description - - Roll 90° - - - - /parameters/CAL_GYRO1_ROT/values/17/description - - Roll 90°, Yaw 45° - - - - /parameters/CAL_GYRO1_ROT/values/18/description - - Roll 90°, Yaw 90° - - - - /parameters/CAL_GYRO1_ROT/values/19/description - - Roll 90°, Yaw 135° - - - - /parameters/CAL_GYRO1_ROT/values/20/description - - Roll 270° - - - - /parameters/CAL_GYRO1_ROT/values/21/description - - Roll 270°, Yaw 45° - - - - /parameters/CAL_GYRO1_ROT/values/22/description - - Roll 270°, Yaw 90° - - - - /parameters/CAL_GYRO1_ROT/values/23/description - - Roll 270°, Yaw 135° - - - - /parameters/CAL_GYRO1_ROT/values/24/description - - Pitch 90° - - - - /parameters/CAL_GYRO1_ROT/values/25/description - - Pitch 270° - - - - /parameters/CAL_GYRO1_ROT/values/26/description - - Pitch 180°, Yaw 90° - - - - /parameters/CAL_GYRO1_ROT/values/27/description - - Pitch 180°, Yaw 270° - - - - /parameters/CAL_GYRO1_ROT/values/28/description - - Roll 90°, Pitch 90° - - - - /parameters/CAL_GYRO1_ROT/values/29/description - - Roll 180°, Pitch 90° - - - - /parameters/CAL_GYRO1_ROT/values/30/description - - Roll 270°, Pitch 90° - - - - /parameters/CAL_GYRO1_ROT/values/31/description - - Roll 90°, Pitch 180° - - - - /parameters/CAL_GYRO1_ROT/values/32/description - - Roll 270°, Pitch 180° - - - - /parameters/CAL_GYRO1_ROT/values/33/description - - Roll 90°, Pitch 270° - - - - /parameters/CAL_GYRO1_ROT/values/34/description - - Roll 180°, Pitch 270° - - - - /parameters/CAL_GYRO1_ROT/values/35/description - - Roll 270°, Pitch 270° - - - - /parameters/CAL_GYRO1_ROT/values/36/description - - Roll 90°, Pitch 180°, Yaw 90° - - - - /parameters/CAL_GYRO1_ROT/values/37/description - - Roll 90°, Yaw 270° - - - - /parameters/CAL_GYRO1_ROT/values/38/description - - Roll 90°, Pitch 68°, Yaw 293° - - - - /parameters/CAL_GYRO1_ROT/values/39/description - - Pitch 315° - - - - /parameters/CAL_GYRO1_ROT/values/40/description - - Roll 90°, Pitch 315° - - - - /parameters/CAL_GYRO1_XOFF/shortDesc - - Gyroscope 1 X-axis offset - - - - /parameters/CAL_GYRO1_YOFF/shortDesc - - Gyroscope 1 Y-axis offset - - - - /parameters/CAL_GYRO1_ZOFF/shortDesc - - Gyroscope 1 Z-axis offset - - - - /parameters/CAL_GYRO2_ID/shortDesc - - Gyroscope 2 calibration device ID - - - - /parameters/CAL_GYRO2_ID/longDesc - - Device ID of the gyroscope this calibration applies to. - - - - /parameters/CAL_GYRO2_PRIO/shortDesc - - Gyroscope 2 priority - - - - /parameters/CAL_GYRO2_PRIO/values/-1/description - - Uninitialized - - - - /parameters/CAL_GYRO2_PRIO/values/0/description - - Disabled - - - - /parameters/CAL_GYRO2_PRIO/values/1/description - - Min - - - - /parameters/CAL_GYRO2_PRIO/values/25/description - - Low - - - - /parameters/CAL_GYRO2_PRIO/values/50/description - - Medium (Default) - - - - /parameters/CAL_GYRO2_PRIO/values/75/description - - High - - - - /parameters/CAL_GYRO2_PRIO/values/100/description - - Max - - - - /parameters/CAL_GYRO2_ROT/shortDesc - - Gyroscope 2 rotation relative to airframe - - - - /parameters/CAL_GYRO2_ROT/longDesc - - An internal sensor will force a value of -1, so a GCS should only attempt to configure the rotation if the value is greater than or equal to zero. - - - - /parameters/CAL_GYRO2_ROT/values/-1/description - - Internal - - - - /parameters/CAL_GYRO2_ROT/values/0/description - - No rotation - - - - /parameters/CAL_GYRO2_ROT/values/1/description - - Yaw 45° - - - - /parameters/CAL_GYRO2_ROT/values/2/description - - Yaw 90° - - - - /parameters/CAL_GYRO2_ROT/values/3/description - - Yaw 135° - - - - /parameters/CAL_GYRO2_ROT/values/4/description - - Yaw 180° - - - - /parameters/CAL_GYRO2_ROT/values/5/description - - Yaw 225° - - - - /parameters/CAL_GYRO2_ROT/values/6/description - - Yaw 270° - - - - /parameters/CAL_GYRO2_ROT/values/7/description - - Yaw 315° - - - - /parameters/CAL_GYRO2_ROT/values/8/description - - Roll 180° - - - - /parameters/CAL_GYRO2_ROT/values/9/description - - Roll 180°, Yaw 45° - - - - /parameters/CAL_GYRO2_ROT/values/10/description - - Roll 180°, Yaw 90° - - - - /parameters/CAL_GYRO2_ROT/values/11/description - - Roll 180°, Yaw 135° - - - - /parameters/CAL_GYRO2_ROT/values/12/description - - Pitch 180° - - - - /parameters/CAL_GYRO2_ROT/values/13/description - - Roll 180°, Yaw 225° - - - - /parameters/CAL_GYRO2_ROT/values/14/description - - Roll 180°, Yaw 270° - - - - /parameters/CAL_GYRO2_ROT/values/15/description - - Roll 180°, Yaw 315° - - - - /parameters/CAL_GYRO2_ROT/values/16/description - - Roll 90° - - - - /parameters/CAL_GYRO2_ROT/values/17/description - - Roll 90°, Yaw 45° - - - - /parameters/CAL_GYRO2_ROT/values/18/description - - Roll 90°, Yaw 90° - - - - /parameters/CAL_GYRO2_ROT/values/19/description - - Roll 90°, Yaw 135° - - - - /parameters/CAL_GYRO2_ROT/values/20/description - - Roll 270° - - - - /parameters/CAL_GYRO2_ROT/values/21/description - - Roll 270°, Yaw 45° - - - - /parameters/CAL_GYRO2_ROT/values/22/description - - Roll 270°, Yaw 90° - - - - /parameters/CAL_GYRO2_ROT/values/23/description - - Roll 270°, Yaw 135° - - - - /parameters/CAL_GYRO2_ROT/values/24/description - - Pitch 90° - - - - /parameters/CAL_GYRO2_ROT/values/25/description - - Pitch 270° - - - - /parameters/CAL_GYRO2_ROT/values/26/description - - Pitch 180°, Yaw 90° - - - - /parameters/CAL_GYRO2_ROT/values/27/description - - Pitch 180°, Yaw 270° - - - - /parameters/CAL_GYRO2_ROT/values/28/description - - Roll 90°, Pitch 90° - - - - /parameters/CAL_GYRO2_ROT/values/29/description - - Roll 180°, Pitch 90° - - - - /parameters/CAL_GYRO2_ROT/values/30/description - - Roll 270°, Pitch 90° - - - - /parameters/CAL_GYRO2_ROT/values/31/description - - Roll 90°, Pitch 180° - - - - /parameters/CAL_GYRO2_ROT/values/32/description - - Roll 270°, Pitch 180° - - - - /parameters/CAL_GYRO2_ROT/values/33/description - - Roll 90°, Pitch 270° - - - - /parameters/CAL_GYRO2_ROT/values/34/description - - Roll 180°, Pitch 270° - - - - /parameters/CAL_GYRO2_ROT/values/35/description - - Roll 270°, Pitch 270° - - - - /parameters/CAL_GYRO2_ROT/values/36/description - - Roll 90°, Pitch 180°, Yaw 90° - - - - /parameters/CAL_GYRO2_ROT/values/37/description - - Roll 90°, Yaw 270° - - - - /parameters/CAL_GYRO2_ROT/values/38/description - - Roll 90°, Pitch 68°, Yaw 293° - - - - /parameters/CAL_GYRO2_ROT/values/39/description - - Pitch 315° - - - - /parameters/CAL_GYRO2_ROT/values/40/description - - Roll 90°, Pitch 315° - - - - /parameters/CAL_GYRO2_XOFF/shortDesc - - Gyroscope 2 X-axis offset - - - - /parameters/CAL_GYRO2_YOFF/shortDesc - - Gyroscope 2 Y-axis offset - - - - /parameters/CAL_GYRO2_ZOFF/shortDesc - - Gyroscope 2 Z-axis offset - - - - /parameters/CAL_GYRO3_ID/shortDesc - - Gyroscope 3 calibration device ID - - - - /parameters/CAL_GYRO3_ID/longDesc - - Device ID of the gyroscope this calibration applies to. - - - - /parameters/CAL_GYRO3_PRIO/shortDesc - - Gyroscope 3 priority - - - - /parameters/CAL_GYRO3_PRIO/values/-1/description - - Uninitialized - - - - /parameters/CAL_GYRO3_PRIO/values/0/description - - Disabled - - - - /parameters/CAL_GYRO3_PRIO/values/1/description - - Min - - - - /parameters/CAL_GYRO3_PRIO/values/25/description - - Low - - - - /parameters/CAL_GYRO3_PRIO/values/50/description - - Medium (Default) - - - - /parameters/CAL_GYRO3_PRIO/values/75/description - - High - - - - /parameters/CAL_GYRO3_PRIO/values/100/description - - Max - - - - /parameters/CAL_GYRO3_ROT/shortDesc - - Gyroscope 3 rotation relative to airframe - - - - /parameters/CAL_GYRO3_ROT/longDesc - - An internal sensor will force a value of -1, so a GCS should only attempt to configure the rotation if the value is greater than or equal to zero. - - - - /parameters/CAL_GYRO3_ROT/values/-1/description - - Internal - - - - /parameters/CAL_GYRO3_ROT/values/0/description - - No rotation - - - - /parameters/CAL_GYRO3_ROT/values/1/description - - Yaw 45° - - - - /parameters/CAL_GYRO3_ROT/values/2/description - - Yaw 90° - - - - /parameters/CAL_GYRO3_ROT/values/3/description - - Yaw 135° - - - - /parameters/CAL_GYRO3_ROT/values/4/description - - Yaw 180° - - - - /parameters/CAL_GYRO3_ROT/values/5/description - - Yaw 225° - - - - /parameters/CAL_GYRO3_ROT/values/6/description - - Yaw 270° - - - - /parameters/CAL_GYRO3_ROT/values/7/description - - Yaw 315° - - - - /parameters/CAL_GYRO3_ROT/values/8/description - - Roll 180° - - - - /parameters/CAL_GYRO3_ROT/values/9/description - - Roll 180°, Yaw 45° - - - - /parameters/CAL_GYRO3_ROT/values/10/description - - Roll 180°, Yaw 90° - - - - /parameters/CAL_GYRO3_ROT/values/11/description - - Roll 180°, Yaw 135° - - - - /parameters/CAL_GYRO3_ROT/values/12/description - - Pitch 180° - - - - /parameters/CAL_GYRO3_ROT/values/13/description - - Roll 180°, Yaw 225° - - - - /parameters/CAL_GYRO3_ROT/values/14/description - - Roll 180°, Yaw 270° - - - - /parameters/CAL_GYRO3_ROT/values/15/description - - Roll 180°, Yaw 315° - - - - /parameters/CAL_GYRO3_ROT/values/16/description - - Roll 90° - - - - /parameters/CAL_GYRO3_ROT/values/17/description - - Roll 90°, Yaw 45° - - - - /parameters/CAL_GYRO3_ROT/values/18/description - - Roll 90°, Yaw 90° - - - - /parameters/CAL_GYRO3_ROT/values/19/description - - Roll 90°, Yaw 135° - - - - /parameters/CAL_GYRO3_ROT/values/20/description - - Roll 270° - - - - /parameters/CAL_GYRO3_ROT/values/21/description - - Roll 270°, Yaw 45° - - - - /parameters/CAL_GYRO3_ROT/values/22/description - - Roll 270°, Yaw 90° - - - - /parameters/CAL_GYRO3_ROT/values/23/description - - Roll 270°, Yaw 135° - - - - /parameters/CAL_GYRO3_ROT/values/24/description - - Pitch 90° - - - - /parameters/CAL_GYRO3_ROT/values/25/description - - Pitch 270° - - - - /parameters/CAL_GYRO3_ROT/values/26/description - - Pitch 180°, Yaw 90° - - - - /parameters/CAL_GYRO3_ROT/values/27/description - - Pitch 180°, Yaw 270° - - - - /parameters/CAL_GYRO3_ROT/values/28/description - - Roll 90°, Pitch 90° - - - - /parameters/CAL_GYRO3_ROT/values/29/description - - Roll 180°, Pitch 90° - - - - /parameters/CAL_GYRO3_ROT/values/30/description - - Roll 270°, Pitch 90° - - - - /parameters/CAL_GYRO3_ROT/values/31/description - - Roll 90°, Pitch 180° - - - - /parameters/CAL_GYRO3_ROT/values/32/description - - Roll 270°, Pitch 180° - - - - /parameters/CAL_GYRO3_ROT/values/33/description - - Roll 90°, Pitch 270° - - - - /parameters/CAL_GYRO3_ROT/values/34/description - - Roll 180°, Pitch 270° - - - - /parameters/CAL_GYRO3_ROT/values/35/description - - Roll 270°, Pitch 270° - - - - /parameters/CAL_GYRO3_ROT/values/36/description - - Roll 90°, Pitch 180°, Yaw 90° - - - - /parameters/CAL_GYRO3_ROT/values/37/description - - Roll 90°, Yaw 270° - - - - /parameters/CAL_GYRO3_ROT/values/38/description - - Roll 90°, Pitch 68°, Yaw 293° - - - - /parameters/CAL_GYRO3_ROT/values/39/description - - Pitch 315° - - - - /parameters/CAL_GYRO3_ROT/values/40/description - - Roll 90°, Pitch 315° - - - - /parameters/CAL_GYRO3_XOFF/shortDesc - - Gyroscope 3 X-axis offset - - - - /parameters/CAL_GYRO3_YOFF/shortDesc - - Gyroscope 3 Y-axis offset - - - - /parameters/CAL_GYRO3_ZOFF/shortDesc - - Gyroscope 3 Z-axis offset - - - - /parameters/CAL_MAG0_ID/shortDesc - - Magnetometer 0 calibration device ID - - - - /parameters/CAL_MAG0_ID/longDesc - - Device ID of the magnetometer this calibration applies to. - - - - /parameters/CAL_MAG0_PITCH/shortDesc - - Magnetometer 0 Custom Euler Pitch Angle - - - - /parameters/CAL_MAG0_PITCH/longDesc - - Setting this parameter changes CAL_MAG0_ROT to "Custom Euler Angle" - - - - /parameters/CAL_MAG0_PRIO/shortDesc - - Magnetometer 0 priority - - - - /parameters/CAL_MAG0_PRIO/values/-1/description - - Uninitialized - - - - /parameters/CAL_MAG0_PRIO/values/0/description - - Disabled - - - - /parameters/CAL_MAG0_PRIO/values/1/description - - Min - - - - /parameters/CAL_MAG0_PRIO/values/25/description - - Low - - - - /parameters/CAL_MAG0_PRIO/values/50/description - - Medium (Default) - - - - /parameters/CAL_MAG0_PRIO/values/75/description - - High - - - - /parameters/CAL_MAG0_PRIO/values/100/description - - Max - - - - /parameters/CAL_MAG0_ROLL/shortDesc - - Magnetometer 0 Custom Euler Roll Angle - - - - /parameters/CAL_MAG0_ROLL/longDesc - - Setting this parameter changes CAL_MAG0_ROT to "Custom Euler Angle" - - - - /parameters/CAL_MAG0_ROT/shortDesc - - Magnetometer 0 rotation relative to airframe - - - - /parameters/CAL_MAG0_ROT/longDesc - - An internal sensor will force a value of -1, so a GCS should only attempt to configure the rotation if the value is greater than or equal to zero. Set to "Custom Euler Angle" to define the rotation using CAL_MAG0_ROLL, CAL_MAG0_PITCH and CAL_MAG0_YAW. - - - - /parameters/CAL_MAG0_ROT/values/-1/description - - Internal - - - - /parameters/CAL_MAG0_ROT/values/0/description - - No rotation - - - - /parameters/CAL_MAG0_ROT/values/1/description - - Yaw 45° - - - - /parameters/CAL_MAG0_ROT/values/2/description - - Yaw 90° - - - - /parameters/CAL_MAG0_ROT/values/3/description - - Yaw 135° - - - - /parameters/CAL_MAG0_ROT/values/4/description - - Yaw 180° - - - - /parameters/CAL_MAG0_ROT/values/5/description - - Yaw 225° - - - - /parameters/CAL_MAG0_ROT/values/6/description - - Yaw 270° - - - - /parameters/CAL_MAG0_ROT/values/7/description - - Yaw 315° - - - - /parameters/CAL_MAG0_ROT/values/8/description - - Roll 180° - - - - /parameters/CAL_MAG0_ROT/values/9/description - - Roll 180°, Yaw 45° - - - - /parameters/CAL_MAG0_ROT/values/10/description - - Roll 180°, Yaw 90° - - - - /parameters/CAL_MAG0_ROT/values/11/description - - Roll 180°, Yaw 135° - - - - /parameters/CAL_MAG0_ROT/values/12/description - - Pitch 180° - - - - /parameters/CAL_MAG0_ROT/values/13/description - - Roll 180°, Yaw 225° - - - - /parameters/CAL_MAG0_ROT/values/14/description - - Roll 180°, Yaw 270° - - - - /parameters/CAL_MAG0_ROT/values/15/description - - Roll 180°, Yaw 315° - - - - /parameters/CAL_MAG0_ROT/values/16/description - - Roll 90° - - - - /parameters/CAL_MAG0_ROT/values/17/description - - Roll 90°, Yaw 45° - - - - /parameters/CAL_MAG0_ROT/values/18/description - - Roll 90°, Yaw 90° - - - - /parameters/CAL_MAG0_ROT/values/19/description - - Roll 90°, Yaw 135° - - - - /parameters/CAL_MAG0_ROT/values/20/description - - Roll 270° - - - - /parameters/CAL_MAG0_ROT/values/21/description - - Roll 270°, Yaw 45° - - - - /parameters/CAL_MAG0_ROT/values/22/description - - Roll 270°, Yaw 90° - - - - /parameters/CAL_MAG0_ROT/values/23/description - - Roll 270°, Yaw 135° - - - - /parameters/CAL_MAG0_ROT/values/24/description - - Pitch 90° - - - - /parameters/CAL_MAG0_ROT/values/25/description - - Pitch 270° - - - - /parameters/CAL_MAG0_ROT/values/26/description - - Pitch 180°, Yaw 90° - - - - /parameters/CAL_MAG0_ROT/values/27/description - - Pitch 180°, Yaw 270° - - - - /parameters/CAL_MAG0_ROT/values/28/description - - Roll 90°, Pitch 90° - - - - /parameters/CAL_MAG0_ROT/values/29/description - - Roll 180°, Pitch 90° - - - - /parameters/CAL_MAG0_ROT/values/30/description - - Roll 270°, Pitch 90° - - - - /parameters/CAL_MAG0_ROT/values/31/description - - Roll 90°, Pitch 180° - - - - /parameters/CAL_MAG0_ROT/values/32/description - - Roll 270°, Pitch 180° - - - - /parameters/CAL_MAG0_ROT/values/33/description - - Roll 90°, Pitch 270° - - - - /parameters/CAL_MAG0_ROT/values/34/description - - Roll 180°, Pitch 270° - - - - /parameters/CAL_MAG0_ROT/values/35/description - - Roll 270°, Pitch 270° - - - - /parameters/CAL_MAG0_ROT/values/36/description - - Roll 90°, Pitch 180°, Yaw 90° - - - - /parameters/CAL_MAG0_ROT/values/37/description - - Roll 90°, Yaw 270° - - - - /parameters/CAL_MAG0_ROT/values/38/description - - Roll 90°, Pitch 68°, Yaw 293° - - - - /parameters/CAL_MAG0_ROT/values/39/description - - Pitch 315° - - - - /parameters/CAL_MAG0_ROT/values/40/description - - Roll 90°, Pitch 315° - - - - /parameters/CAL_MAG0_ROT/values/100/description - - Custom Euler Angle - - - - /parameters/CAL_MAG0_XCOMP/shortDesc - - Magnetometer 0 X Axis throttle compensation - - - - /parameters/CAL_MAG0_XCOMP/longDesc - - Coefficient describing linear relationship between X component of magnetometer in body frame axis and either current or throttle depending on value of CAL_MAG_COMP_TYP. Unit for throttle-based compensation is [G] and for current-based compensation [G/kA] - - - - /parameters/CAL_MAG0_XODIAG/shortDesc - - Magnetometer 0 X-axis off diagonal scale factor - - - - /parameters/CAL_MAG0_XOFF/shortDesc - - Magnetometer 0 X-axis offset - - - - /parameters/CAL_MAG0_XSCALE/shortDesc - - Magnetometer 0 X-axis scaling factor - - - - /parameters/CAL_MAG0_YAW/shortDesc - - Magnetometer 0 Custom Euler Yaw Angle - - - - /parameters/CAL_MAG0_YAW/longDesc - - Setting this parameter changes CAL_MAG0_ROT to "Custom Euler Angle" - - - - /parameters/CAL_MAG0_YCOMP/shortDesc - - Magnetometer 0 Y Axis throttle compensation - - - - /parameters/CAL_MAG0_YCOMP/longDesc - - Coefficient describing linear relationship between Y component of magnetometer in body frame axis and either current or throttle depending on value of CAL_MAG_COMP_TYP. Unit for throttle-based compensation is [G] and for current-based compensation [G/kA] - - - - /parameters/CAL_MAG0_YODIAG/shortDesc - - Magnetometer 0 Y-axis off diagonal scale factor - - - - /parameters/CAL_MAG0_YOFF/shortDesc - - Magnetometer 0 Y-axis offset - - - - /parameters/CAL_MAG0_YSCALE/shortDesc - - Magnetometer 0 Y-axis scaling factor - - - - /parameters/CAL_MAG0_ZCOMP/shortDesc - - Magnetometer 0 Z Axis throttle compensation - - - - /parameters/CAL_MAG0_ZCOMP/longDesc - - Coefficient describing linear relationship between Z component of magnetometer in body frame axis and either current or throttle depending on value of CAL_MAG_COMP_TYP. Unit for throttle-based compensation is [G] and for current-based compensation [G/kA] - - - - /parameters/CAL_MAG0_ZODIAG/shortDesc - - Magnetometer 0 Z-axis off diagonal scale factor - - - - /parameters/CAL_MAG0_ZOFF/shortDesc - - Magnetometer 0 Z-axis offset - - - - /parameters/CAL_MAG0_ZSCALE/shortDesc - - Magnetometer 0 Z-axis scaling factor - - - - /parameters/CAL_MAG1_ID/shortDesc - - Magnetometer 1 calibration device ID - - - - /parameters/CAL_MAG1_ID/longDesc - - Device ID of the magnetometer this calibration applies to. - - - - /parameters/CAL_MAG1_PITCH/shortDesc - - Magnetometer 1 Custom Euler Pitch Angle - - - - /parameters/CAL_MAG1_PITCH/longDesc - - Setting this parameter changes CAL_MAG1_ROT to "Custom Euler Angle" - - - - /parameters/CAL_MAG1_PRIO/shortDesc - - Magnetometer 1 priority - - - - /parameters/CAL_MAG1_PRIO/values/-1/description - - Uninitialized - - - - /parameters/CAL_MAG1_PRIO/values/0/description - - Disabled - - - - /parameters/CAL_MAG1_PRIO/values/1/description - - Min - - - - /parameters/CAL_MAG1_PRIO/values/25/description - - Low - - - - /parameters/CAL_MAG1_PRIO/values/50/description - - Medium (Default) - - - - /parameters/CAL_MAG1_PRIO/values/75/description - - High - - - - /parameters/CAL_MAG1_PRIO/values/100/description - - Max - - - - /parameters/CAL_MAG1_ROLL/shortDesc - - Magnetometer 1 Custom Euler Roll Angle - - - - /parameters/CAL_MAG1_ROLL/longDesc - - Setting this parameter changes CAL_MAG1_ROT to "Custom Euler Angle" - - - - /parameters/CAL_MAG1_ROT/shortDesc - - Magnetometer 1 rotation relative to airframe - - - - /parameters/CAL_MAG1_ROT/longDesc - - An internal sensor will force a value of -1, so a GCS should only attempt to configure the rotation if the value is greater than or equal to zero. Set to "Custom Euler Angle" to define the rotation using CAL_MAG1_ROLL, CAL_MAG1_PITCH and CAL_MAG1_YAW. - - - - /parameters/CAL_MAG1_ROT/values/-1/description - - Internal - - - - /parameters/CAL_MAG1_ROT/values/0/description - - No rotation - - - - /parameters/CAL_MAG1_ROT/values/1/description - - Yaw 45° - - - - /parameters/CAL_MAG1_ROT/values/2/description - - Yaw 90° - - - - /parameters/CAL_MAG1_ROT/values/3/description - - Yaw 135° - - - - /parameters/CAL_MAG1_ROT/values/4/description - - Yaw 180° - - - - /parameters/CAL_MAG1_ROT/values/5/description - - Yaw 225° - - - - /parameters/CAL_MAG1_ROT/values/6/description - - Yaw 270° - - - - /parameters/CAL_MAG1_ROT/values/7/description - - Yaw 315° - - - - /parameters/CAL_MAG1_ROT/values/8/description - - Roll 180° - - - - /parameters/CAL_MAG1_ROT/values/9/description - - Roll 180°, Yaw 45° - - - - /parameters/CAL_MAG1_ROT/values/10/description - - Roll 180°, Yaw 90° - - - - /parameters/CAL_MAG1_ROT/values/11/description - - Roll 180°, Yaw 135° - - - - /parameters/CAL_MAG1_ROT/values/12/description - - Pitch 180° - - - - /parameters/CAL_MAG1_ROT/values/13/description - - Roll 180°, Yaw 225° - - - - /parameters/CAL_MAG1_ROT/values/14/description - - Roll 180°, Yaw 270° - - - - /parameters/CAL_MAG1_ROT/values/15/description - - Roll 180°, Yaw 315° - - - - /parameters/CAL_MAG1_ROT/values/16/description - - Roll 90° - - - - /parameters/CAL_MAG1_ROT/values/17/description - - Roll 90°, Yaw 45° - - - - /parameters/CAL_MAG1_ROT/values/18/description - - Roll 90°, Yaw 90° - - - - /parameters/CAL_MAG1_ROT/values/19/description - - Roll 90°, Yaw 135° - - - - /parameters/CAL_MAG1_ROT/values/20/description - - Roll 270° - - - - /parameters/CAL_MAG1_ROT/values/21/description - - Roll 270°, Yaw 45° - - - - /parameters/CAL_MAG1_ROT/values/22/description - - Roll 270°, Yaw 90° - - - - /parameters/CAL_MAG1_ROT/values/23/description - - Roll 270°, Yaw 135° - - - - /parameters/CAL_MAG1_ROT/values/24/description - - Pitch 90° - - - - /parameters/CAL_MAG1_ROT/values/25/description - - Pitch 270° - - - - /parameters/CAL_MAG1_ROT/values/26/description - - Pitch 180°, Yaw 90° - - - - /parameters/CAL_MAG1_ROT/values/27/description - - Pitch 180°, Yaw 270° - - - - /parameters/CAL_MAG1_ROT/values/28/description - - Roll 90°, Pitch 90° - - - - /parameters/CAL_MAG1_ROT/values/29/description - - Roll 180°, Pitch 90° - - - - /parameters/CAL_MAG1_ROT/values/30/description - - Roll 270°, Pitch 90° - - - - /parameters/CAL_MAG1_ROT/values/31/description - - Roll 90°, Pitch 180° - - - - /parameters/CAL_MAG1_ROT/values/32/description - - Roll 270°, Pitch 180° - - - - /parameters/CAL_MAG1_ROT/values/33/description - - Roll 90°, Pitch 270° - - - - /parameters/CAL_MAG1_ROT/values/34/description - - Roll 180°, Pitch 270° - - - - /parameters/CAL_MAG1_ROT/values/35/description - - Roll 270°, Pitch 270° - - - - /parameters/CAL_MAG1_ROT/values/36/description - - Roll 90°, Pitch 180°, Yaw 90° - - - - /parameters/CAL_MAG1_ROT/values/37/description - - Roll 90°, Yaw 270° - - - - /parameters/CAL_MAG1_ROT/values/38/description - - Roll 90°, Pitch 68°, Yaw 293° - - - - /parameters/CAL_MAG1_ROT/values/39/description - - Pitch 315° - - - - /parameters/CAL_MAG1_ROT/values/40/description - - Roll 90°, Pitch 315° - - - - /parameters/CAL_MAG1_ROT/values/100/description - - Custom Euler Angle - - - - /parameters/CAL_MAG1_XCOMP/shortDesc - - Magnetometer 1 X Axis throttle compensation - - - - /parameters/CAL_MAG1_XCOMP/longDesc - - Coefficient describing linear relationship between X component of magnetometer in body frame axis and either current or throttle depending on value of CAL_MAG_COMP_TYP. Unit for throttle-based compensation is [G] and for current-based compensation [G/kA] - - - - /parameters/CAL_MAG1_XODIAG/shortDesc - - Magnetometer 1 X-axis off diagonal scale factor - - - - /parameters/CAL_MAG1_XOFF/shortDesc - - Magnetometer 1 X-axis offset - - - - /parameters/CAL_MAG1_XSCALE/shortDesc - - Magnetometer 1 X-axis scaling factor - - - - /parameters/CAL_MAG1_YAW/shortDesc - - Magnetometer 1 Custom Euler Yaw Angle - - - - /parameters/CAL_MAG1_YAW/longDesc - - Setting this parameter changes CAL_MAG1_ROT to "Custom Euler Angle" - - - - /parameters/CAL_MAG1_YCOMP/shortDesc - - Magnetometer 1 Y Axis throttle compensation - - - - /parameters/CAL_MAG1_YCOMP/longDesc - - Coefficient describing linear relationship between Y component of magnetometer in body frame axis and either current or throttle depending on value of CAL_MAG_COMP_TYP. Unit for throttle-based compensation is [G] and for current-based compensation [G/kA] - - - - /parameters/CAL_MAG1_YODIAG/shortDesc - - Magnetometer 1 Y-axis off diagonal scale factor - - - - /parameters/CAL_MAG1_YOFF/shortDesc - - Magnetometer 1 Y-axis offset - - - - /parameters/CAL_MAG1_YSCALE/shortDesc - - Magnetometer 1 Y-axis scaling factor - - - - /parameters/CAL_MAG1_ZCOMP/shortDesc - - Magnetometer 1 Z Axis throttle compensation - - - - /parameters/CAL_MAG1_ZCOMP/longDesc - - Coefficient describing linear relationship between Z component of magnetometer in body frame axis and either current or throttle depending on value of CAL_MAG_COMP_TYP. Unit for throttle-based compensation is [G] and for current-based compensation [G/kA] - - - - /parameters/CAL_MAG1_ZODIAG/shortDesc - - Magnetometer 1 Z-axis off diagonal scale factor - - - - /parameters/CAL_MAG1_ZOFF/shortDesc - - Magnetometer 1 Z-axis offset - - - - /parameters/CAL_MAG1_ZSCALE/shortDesc - - Magnetometer 1 Z-axis scaling factor - - - - /parameters/CAL_MAG2_ID/shortDesc - - Magnetometer 2 calibration device ID - - - - /parameters/CAL_MAG2_ID/longDesc - - Device ID of the magnetometer this calibration applies to. - - - - /parameters/CAL_MAG2_PITCH/shortDesc - - Magnetometer 2 Custom Euler Pitch Angle - - - - /parameters/CAL_MAG2_PITCH/longDesc - - Setting this parameter changes CAL_MAG2_ROT to "Custom Euler Angle" - - - - /parameters/CAL_MAG2_PRIO/shortDesc - - Magnetometer 2 priority - - - - /parameters/CAL_MAG2_PRIO/values/-1/description - - Uninitialized - - - - /parameters/CAL_MAG2_PRIO/values/0/description - - Disabled - - - - /parameters/CAL_MAG2_PRIO/values/1/description - - Min - - - - /parameters/CAL_MAG2_PRIO/values/25/description - - Low - - - - /parameters/CAL_MAG2_PRIO/values/50/description - - Medium (Default) - - - - /parameters/CAL_MAG2_PRIO/values/75/description - - High - - - - /parameters/CAL_MAG2_PRIO/values/100/description - - Max - - - - /parameters/CAL_MAG2_ROLL/shortDesc - - Magnetometer 2 Custom Euler Roll Angle - - - - /parameters/CAL_MAG2_ROLL/longDesc - - Setting this parameter changes CAL_MAG2_ROT to "Custom Euler Angle" - - - - /parameters/CAL_MAG2_ROT/shortDesc - - Magnetometer 2 rotation relative to airframe - - - - /parameters/CAL_MAG2_ROT/longDesc - - An internal sensor will force a value of -1, so a GCS should only attempt to configure the rotation if the value is greater than or equal to zero. Set to "Custom Euler Angle" to define the rotation using CAL_MAG2_ROLL, CAL_MAG2_PITCH and CAL_MAG2_YAW. - - - - /parameters/CAL_MAG2_ROT/values/-1/description - - Internal - - - - /parameters/CAL_MAG2_ROT/values/0/description - - No rotation - - - - /parameters/CAL_MAG2_ROT/values/1/description - - Yaw 45° - - - - /parameters/CAL_MAG2_ROT/values/2/description - - Yaw 90° - - - - /parameters/CAL_MAG2_ROT/values/3/description - - Yaw 135° - - - - /parameters/CAL_MAG2_ROT/values/4/description - - Yaw 180° - - - - /parameters/CAL_MAG2_ROT/values/5/description - - Yaw 225° - - - - /parameters/CAL_MAG2_ROT/values/6/description - - Yaw 270° - - - - /parameters/CAL_MAG2_ROT/values/7/description - - Yaw 315° - - - - /parameters/CAL_MAG2_ROT/values/8/description - - Roll 180° - - - - /parameters/CAL_MAG2_ROT/values/9/description - - Roll 180°, Yaw 45° - - - - /parameters/CAL_MAG2_ROT/values/10/description - - Roll 180°, Yaw 90° - - - - /parameters/CAL_MAG2_ROT/values/11/description - - Roll 180°, Yaw 135° - - - - /parameters/CAL_MAG2_ROT/values/12/description - - Pitch 180° - - - - /parameters/CAL_MAG2_ROT/values/13/description - - Roll 180°, Yaw 225° - - - - /parameters/CAL_MAG2_ROT/values/14/description - - Roll 180°, Yaw 270° - - - - /parameters/CAL_MAG2_ROT/values/15/description - - Roll 180°, Yaw 315° - - - - /parameters/CAL_MAG2_ROT/values/16/description - - Roll 90° - - - - /parameters/CAL_MAG2_ROT/values/17/description - - Roll 90°, Yaw 45° - - - - /parameters/CAL_MAG2_ROT/values/18/description - - Roll 90°, Yaw 90° - - - - /parameters/CAL_MAG2_ROT/values/19/description - - Roll 90°, Yaw 135° - - - - /parameters/CAL_MAG2_ROT/values/20/description - - Roll 270° - - - - /parameters/CAL_MAG2_ROT/values/21/description - - Roll 270°, Yaw 45° - - - - /parameters/CAL_MAG2_ROT/values/22/description - - Roll 270°, Yaw 90° - - - - /parameters/CAL_MAG2_ROT/values/23/description - - Roll 270°, Yaw 135° - - - - /parameters/CAL_MAG2_ROT/values/24/description - - Pitch 90° - - - - /parameters/CAL_MAG2_ROT/values/25/description - - Pitch 270° - - - - /parameters/CAL_MAG2_ROT/values/26/description - - Pitch 180°, Yaw 90° - - - - /parameters/CAL_MAG2_ROT/values/27/description - - Pitch 180°, Yaw 270° - - - - /parameters/CAL_MAG2_ROT/values/28/description - - Roll 90°, Pitch 90° - - - - /parameters/CAL_MAG2_ROT/values/29/description - - Roll 180°, Pitch 90° - - - - /parameters/CAL_MAG2_ROT/values/30/description - - Roll 270°, Pitch 90° - - - - /parameters/CAL_MAG2_ROT/values/31/description - - Roll 90°, Pitch 180° - - - - /parameters/CAL_MAG2_ROT/values/32/description - - Roll 270°, Pitch 180° - - - - /parameters/CAL_MAG2_ROT/values/33/description - - Roll 90°, Pitch 270° - - - - /parameters/CAL_MAG2_ROT/values/34/description - - Roll 180°, Pitch 270° - - - - /parameters/CAL_MAG2_ROT/values/35/description - - Roll 270°, Pitch 270° - - - - /parameters/CAL_MAG2_ROT/values/36/description - - Roll 90°, Pitch 180°, Yaw 90° - - - - /parameters/CAL_MAG2_ROT/values/37/description - - Roll 90°, Yaw 270° - - - - /parameters/CAL_MAG2_ROT/values/38/description - - Roll 90°, Pitch 68°, Yaw 293° - - - - /parameters/CAL_MAG2_ROT/values/39/description - - Pitch 315° - - - - /parameters/CAL_MAG2_ROT/values/40/description - - Roll 90°, Pitch 315° - - - - /parameters/CAL_MAG2_ROT/values/100/description - - Custom Euler Angle - - - - /parameters/CAL_MAG2_XCOMP/shortDesc - - Magnetometer 2 X Axis throttle compensation - - - - /parameters/CAL_MAG2_XCOMP/longDesc - - Coefficient describing linear relationship between X component of magnetometer in body frame axis and either current or throttle depending on value of CAL_MAG_COMP_TYP. Unit for throttle-based compensation is [G] and for current-based compensation [G/kA] - - - - /parameters/CAL_MAG2_XODIAG/shortDesc - - Magnetometer 2 X-axis off diagonal scale factor - - - - /parameters/CAL_MAG2_XOFF/shortDesc - - Magnetometer 2 X-axis offset - - - - /parameters/CAL_MAG2_XSCALE/shortDesc - - Magnetometer 2 X-axis scaling factor - - - - /parameters/CAL_MAG2_YAW/shortDesc - - Magnetometer 2 Custom Euler Yaw Angle - - - - /parameters/CAL_MAG2_YAW/longDesc - - Setting this parameter changes CAL_MAG2_ROT to "Custom Euler Angle" - - - - /parameters/CAL_MAG2_YCOMP/shortDesc - - Magnetometer 2 Y Axis throttle compensation - - - - /parameters/CAL_MAG2_YCOMP/longDesc - - Coefficient describing linear relationship between Y component of magnetometer in body frame axis and either current or throttle depending on value of CAL_MAG_COMP_TYP. Unit for throttle-based compensation is [G] and for current-based compensation [G/kA] - - - - /parameters/CAL_MAG2_YODIAG/shortDesc - - Magnetometer 2 Y-axis off diagonal scale factor - - - - /parameters/CAL_MAG2_YOFF/shortDesc - - Magnetometer 2 Y-axis offset - - - - /parameters/CAL_MAG2_YSCALE/shortDesc - - Magnetometer 2 Y-axis scaling factor - - - - /parameters/CAL_MAG2_ZCOMP/shortDesc - - Magnetometer 2 Z Axis throttle compensation - - - - /parameters/CAL_MAG2_ZCOMP/longDesc - - Coefficient describing linear relationship between Z component of magnetometer in body frame axis and either current or throttle depending on value of CAL_MAG_COMP_TYP. Unit for throttle-based compensation is [G] and for current-based compensation [G/kA] - - - - /parameters/CAL_MAG2_ZODIAG/shortDesc - - Magnetometer 2 Z-axis off diagonal scale factor - - - - /parameters/CAL_MAG2_ZOFF/shortDesc - - Magnetometer 2 Z-axis offset - - - - /parameters/CAL_MAG2_ZSCALE/shortDesc - - Magnetometer 2 Z-axis scaling factor - - - - /parameters/CAL_MAG3_ID/shortDesc - - Magnetometer 3 calibration device ID - - - - /parameters/CAL_MAG3_ID/longDesc - - Device ID of the magnetometer this calibration applies to. - - - - /parameters/CAL_MAG3_PITCH/shortDesc - - Magnetometer 3 Custom Euler Pitch Angle - - - - /parameters/CAL_MAG3_PITCH/longDesc - - Setting this parameter changes CAL_MAG3_ROT to "Custom Euler Angle" - - - - /parameters/CAL_MAG3_PRIO/shortDesc - - Magnetometer 3 priority - - - - /parameters/CAL_MAG3_PRIO/values/-1/description - - Uninitialized - - - - /parameters/CAL_MAG3_PRIO/values/0/description - - Disabled - - - - /parameters/CAL_MAG3_PRIO/values/1/description - - Min - - - - /parameters/CAL_MAG3_PRIO/values/25/description - - Low - - - - /parameters/CAL_MAG3_PRIO/values/50/description - - Medium (Default) - - - - /parameters/CAL_MAG3_PRIO/values/75/description - - High - - - - /parameters/CAL_MAG3_PRIO/values/100/description - - Max - - - - /parameters/CAL_MAG3_ROLL/shortDesc - - Magnetometer 3 Custom Euler Roll Angle - - - - /parameters/CAL_MAG3_ROLL/longDesc - - Setting this parameter changes CAL_MAG3_ROT to "Custom Euler Angle" - - - - /parameters/CAL_MAG3_ROT/shortDesc - - Magnetometer 3 rotation relative to airframe - - - - /parameters/CAL_MAG3_ROT/longDesc - - An internal sensor will force a value of -1, so a GCS should only attempt to configure the rotation if the value is greater than or equal to zero. Set to "Custom Euler Angle" to define the rotation using CAL_MAG3_ROLL, CAL_MAG3_PITCH and CAL_MAG3_YAW. - - - - /parameters/CAL_MAG3_ROT/values/-1/description - - Internal - - - - /parameters/CAL_MAG3_ROT/values/0/description - - No rotation - - - - /parameters/CAL_MAG3_ROT/values/1/description - - Yaw 45° - - - - /parameters/CAL_MAG3_ROT/values/2/description - - Yaw 90° - - - - /parameters/CAL_MAG3_ROT/values/3/description - - Yaw 135° - - - - /parameters/CAL_MAG3_ROT/values/4/description - - Yaw 180° - - - - /parameters/CAL_MAG3_ROT/values/5/description - - Yaw 225° - - - - /parameters/CAL_MAG3_ROT/values/6/description - - Yaw 270° - - - - /parameters/CAL_MAG3_ROT/values/7/description - - Yaw 315° - - - - /parameters/CAL_MAG3_ROT/values/8/description - - Roll 180° - - - - /parameters/CAL_MAG3_ROT/values/9/description - - Roll 180°, Yaw 45° - - - - /parameters/CAL_MAG3_ROT/values/10/description - - Roll 180°, Yaw 90° - - - - /parameters/CAL_MAG3_ROT/values/11/description - - Roll 180°, Yaw 135° - - - - /parameters/CAL_MAG3_ROT/values/12/description - - Pitch 180° - - - - /parameters/CAL_MAG3_ROT/values/13/description - - Roll 180°, Yaw 225° - - - - /parameters/CAL_MAG3_ROT/values/14/description - - Roll 180°, Yaw 270° - - - - /parameters/CAL_MAG3_ROT/values/15/description - - Roll 180°, Yaw 315° - - - - /parameters/CAL_MAG3_ROT/values/16/description - - Roll 90° - - - - /parameters/CAL_MAG3_ROT/values/17/description - - Roll 90°, Yaw 45° - - - - /parameters/CAL_MAG3_ROT/values/18/description - - Roll 90°, Yaw 90° - - - - /parameters/CAL_MAG3_ROT/values/19/description - - Roll 90°, Yaw 135° - - - - /parameters/CAL_MAG3_ROT/values/20/description - - Roll 270° - - - - /parameters/CAL_MAG3_ROT/values/21/description - - Roll 270°, Yaw 45° - - - - /parameters/CAL_MAG3_ROT/values/22/description - - Roll 270°, Yaw 90° - - - - /parameters/CAL_MAG3_ROT/values/23/description - - Roll 270°, Yaw 135° - - - - /parameters/CAL_MAG3_ROT/values/24/description - - Pitch 90° - - - - /parameters/CAL_MAG3_ROT/values/25/description - - Pitch 270° - - - - /parameters/CAL_MAG3_ROT/values/26/description - - Pitch 180°, Yaw 90° - - - - /parameters/CAL_MAG3_ROT/values/27/description - - Pitch 180°, Yaw 270° - - - - /parameters/CAL_MAG3_ROT/values/28/description - - Roll 90°, Pitch 90° - - - - /parameters/CAL_MAG3_ROT/values/29/description - - Roll 180°, Pitch 90° - - - - /parameters/CAL_MAG3_ROT/values/30/description - - Roll 270°, Pitch 90° - - - - /parameters/CAL_MAG3_ROT/values/31/description - - Roll 90°, Pitch 180° - - - - /parameters/CAL_MAG3_ROT/values/32/description - - Roll 270°, Pitch 180° - - - - /parameters/CAL_MAG3_ROT/values/33/description - - Roll 90°, Pitch 270° - - - - /parameters/CAL_MAG3_ROT/values/34/description - - Roll 180°, Pitch 270° - - - - /parameters/CAL_MAG3_ROT/values/35/description - - Roll 270°, Pitch 270° - - - - /parameters/CAL_MAG3_ROT/values/36/description - - Roll 90°, Pitch 180°, Yaw 90° - - - - /parameters/CAL_MAG3_ROT/values/37/description - - Roll 90°, Yaw 270° - - - - /parameters/CAL_MAG3_ROT/values/38/description - - Roll 90°, Pitch 68°, Yaw 293° - - - - /parameters/CAL_MAG3_ROT/values/39/description - - Pitch 315° - - - - /parameters/CAL_MAG3_ROT/values/40/description - - Roll 90°, Pitch 315° - - - - /parameters/CAL_MAG3_ROT/values/100/description - - Custom Euler Angle - - - - /parameters/CAL_MAG3_XCOMP/shortDesc - - Magnetometer 3 X Axis throttle compensation - - - - /parameters/CAL_MAG3_XCOMP/longDesc - - Coefficient describing linear relationship between X component of magnetometer in body frame axis and either current or throttle depending on value of CAL_MAG_COMP_TYP. Unit for throttle-based compensation is [G] and for current-based compensation [G/kA] - - - - /parameters/CAL_MAG3_XODIAG/shortDesc - - Magnetometer 3 X-axis off diagonal scale factor - - - - /parameters/CAL_MAG3_XOFF/shortDesc - - Magnetometer 3 X-axis offset - - - - /parameters/CAL_MAG3_XSCALE/shortDesc - - Magnetometer 3 X-axis scaling factor - - - - /parameters/CAL_MAG3_YAW/shortDesc - - Magnetometer 3 Custom Euler Yaw Angle - - - - /parameters/CAL_MAG3_YAW/longDesc - - Setting this parameter changes CAL_MAG3_ROT to "Custom Euler Angle" - - - - /parameters/CAL_MAG3_YCOMP/shortDesc - - Magnetometer 3 Y Axis throttle compensation - - - - /parameters/CAL_MAG3_YCOMP/longDesc - - Coefficient describing linear relationship between Y component of magnetometer in body frame axis and either current or throttle depending on value of CAL_MAG_COMP_TYP. Unit for throttle-based compensation is [G] and for current-based compensation [G/kA] - - - - /parameters/CAL_MAG3_YODIAG/shortDesc - - Magnetometer 3 Y-axis off diagonal scale factor - - - - /parameters/CAL_MAG3_YOFF/shortDesc - - Magnetometer 3 Y-axis offset - - - - /parameters/CAL_MAG3_YSCALE/shortDesc - - Magnetometer 3 Y-axis scaling factor - - - - /parameters/CAL_MAG3_ZCOMP/shortDesc - - Magnetometer 3 Z Axis throttle compensation - - - - /parameters/CAL_MAG3_ZCOMP/longDesc - - Coefficient describing linear relationship between Z component of magnetometer in body frame axis and either current or throttle depending on value of CAL_MAG_COMP_TYP. Unit for throttle-based compensation is [G] and for current-based compensation [G/kA] - - - - /parameters/CAL_MAG3_ZODIAG/shortDesc - - Magnetometer 3 Z-axis off diagonal scale factor - - - - /parameters/CAL_MAG3_ZOFF/shortDesc - - Magnetometer 3 Z-axis offset - - - - /parameters/CAL_MAG3_ZSCALE/shortDesc - - Magnetometer 3 Z-axis scaling factor - - - - /parameters/CAL_MAG_COMP_TYP/shortDesc - - Type of magnetometer compensation - - - - /parameters/CAL_MAG_COMP_TYP/values/0/description - - Disabled - - - - /parameters/CAL_MAG_COMP_TYP/values/1/description - - Throttle-based compensation - - - - /parameters/CAL_MAG_COMP_TYP/values/2/description - - Current-based compensation (battery_status instance 0) - - - - /parameters/CAL_MAG_COMP_TYP/values/3/description - - Current-based compensation (battery_status instance 1) - - - - /parameters/SENS_DPRES_ANSC/shortDesc - - Differential pressure sensor analog scaling - - - - /parameters/SENS_DPRES_ANSC/longDesc - - Pick the appropriate scaling from the datasheet. this number defines the (linear) conversion from voltage to Pascal (pa). For the MPXV7002DP this is 1000. NOTE: If the sensor always registers zero, try switching the static and dynamic tubes. - - - - /parameters/SENS_DPRES_OFF/shortDesc - - Differential pressure sensor offset - - - - /parameters/SENS_DPRES_OFF/longDesc - - The offset (zero-reading) in Pascal - - - - /parameters/SENS_FLOW_MAXHGT/shortDesc - - Maximum height above ground when reliant on optical flow - - - - /parameters/SENS_FLOW_MAXHGT/longDesc - - This parameter defines the maximum distance from ground at which the optical flow sensor operates reliably. The height setpoint will be limited to be no greater than this value when the navigation system is completely reliant on optical flow data and the height above ground estimate is valid. The sensor may be usable above this height, but accuracy will progressively degrade. - - - - /parameters/SENS_FLOW_MAXR/shortDesc - - Magnitude of maximum angular flow rate reliably measurable by the optical flow sensor - - - - /parameters/SENS_FLOW_MAXR/longDesc - - Optical flow data will not fused by the estimators if the magnitude of the flow rate exceeds this value and control loops will be instructed to limit ground speed such that the flow rate produced by movement over ground is less than 50% of this value. - - - - /parameters/SENS_FLOW_MINHGT/shortDesc - - Minimum height above ground when reliant on optical flow - - - - /parameters/SENS_FLOW_MINHGT/longDesc - - This parameter defines the minimum distance from ground at which the optical flow sensor operates reliably. The sensor may be usable below this height, but accuracy will progressively reduce to loss of focus. - - - - /parameters/ADC_ADS1115_EN/shortDesc - - Enable external ADS1115 ADC - - - - /parameters/ADC_ADS1115_EN/longDesc - - If enabled, the internal ADC is not used. - - - - /parameters/ADC_ADS1115_EN/values/0/description - - Disabled - - - - /parameters/ADC_ADS1115_EN/values/1/description - - Enabled - - - - /parameters/BAT1_C_MULT/shortDesc - - Capacity/current multiplier for high-current capable SMBUS battery - - - - /parameters/BAT1_SMBUS_MODEL/shortDesc - - Battery device model - - - - /parameters/BAT1_SMBUS_MODEL/values/0/description - - AutoDetect - - - - /parameters/BAT1_SMBUS_MODEL/values/1/description - - BQ40Z50 based - - - - /parameters/BAT1_SMBUS_MODEL/values/2/description - - BQ40Z80 based - - - - /parameters/BATMON_ADDR_DFLT/shortDesc - - I2C address for BatMon battery 1 - - - - /parameters/BATMON_DRIVER_EN/shortDesc - - Parameter to enable BatMon module - - - - /parameters/BATMON_DRIVER_EN/values/0/description - - Disabled - - - - /parameters/BATMON_DRIVER_EN/values/1/description - - Start on default I2C addr(BATMON_ADDR_DFLT) - - - - /parameters/BATMON_DRIVER_EN/values/2/description - - Autodetect I2C address (TODO) - - - - /parameters/CAL_AIR_CMODEL/shortDesc - - Airspeed sensor compensation model for the SDP3x - - - - /parameters/CAL_AIR_CMODEL/longDesc - - Model with Pitot CAL_AIR_TUBED_MM: Not used, 1.5 mm tubes assumed. CAL_AIR_TUBELEN: Length of the tubes connecting the pitot to the sensor. Model without Pitot (1.5 mm tubes) CAL_AIR_TUBED_MM: Not used, 1.5 mm tubes assumed. CAL_AIR_TUBELEN: Length of the tubes connecting the pitot to the sensor. Tube Pressure Drop CAL_AIR_TUBED_MM: Diameter in mm of the pitot and tubes, must have the same diameter. CAL_AIR_TUBELEN: Length of the tubes connecting the pitot to the sensor and the static + dynamic port length of the pitot. - - - - /parameters/CAL_AIR_CMODEL/values/0/description - - Model with Pitot - - - - /parameters/CAL_AIR_CMODEL/values/1/description - - Model without Pitot (1.5 mm tubes) - - - - /parameters/CAL_AIR_CMODEL/values/2/description - - Tube Pressure Drop - - - - /parameters/CAL_AIR_TUBED_MM/shortDesc - - Airspeed sensor tube diameter. Only used for the Tube Pressure Drop Compensation - - - - /parameters/CAL_AIR_TUBELEN/shortDesc - - Airspeed sensor tube length - - - - /parameters/CAL_AIR_TUBELEN/longDesc - - See the CAL_AIR_CMODEL explanation on how this parameter should be set. - - - - /parameters/CAL_MAG_SIDES/shortDesc - - For legacy QGC support only - - - - /parameters/CAL_MAG_SIDES/longDesc - - Use SENS_MAG_SIDES instead - - - - /parameters/IMU_ACCEL_CUTOFF/shortDesc - - Low pass filter cutoff frequency for accel - - - - /parameters/IMU_ACCEL_CUTOFF/longDesc - - The cutoff frequency for the 2nd order butterworth filter on the primary accelerometer. This only affects the signal sent to the controllers, not the estimators. 0 disables the filter. - - - - /parameters/IMU_DGYRO_CUTOFF/shortDesc - - Cutoff frequency for angular acceleration (D-Term filter) - - - - /parameters/IMU_DGYRO_CUTOFF/longDesc - - The cutoff frequency for the 2nd order butterworth filter used on the time derivative of the measured angular velocity, also known as the D-term filter in the rate controller. The D-term uses the derivative of the rate and thus is the most susceptible to noise. Therefore, using a D-term filter allows to increase IMU_GYRO_CUTOFF, which leads to reduced control latency and permits to increase the P gains. A value of 0 disables the filter. - - - - /parameters/IMU_GYRO_CAL_EN/shortDesc - - IMU gyro auto calibration enable - - - - /parameters/IMU_GYRO_CAL_EN/values/0/description - - Disabled - - - - /parameters/IMU_GYRO_CAL_EN/values/1/description - - Enabled - - - - /parameters/IMU_GYRO_CUTOFF/shortDesc - - Low pass filter cutoff frequency for gyro - - - - /parameters/IMU_GYRO_CUTOFF/longDesc - - The cutoff frequency for the 2nd order butterworth filter on the primary gyro. This only affects the angular velocity sent to the controllers, not the estimators. It applies also to the angular acceleration (D-Term filter), see IMU_DGYRO_CUTOFF. A value of 0 disables the filter. - - - - /parameters/IMU_GYRO_DNF_BW/shortDesc - - IMU gyro ESC notch filter bandwidth - - - - /parameters/IMU_GYRO_DNF_BW/longDesc - - Bandwidth per notch filter when using dynamic notch filtering with ESC RPM. - - - - /parameters/IMU_GYRO_DNF_EN/shortDesc - - IMU gyro dynamic notch filtering - - - - /parameters/IMU_GYRO_DNF_EN/longDesc - - Enable bank of dynamically updating notch filters. Requires ESC RPM feedback or onboard FFT (IMU_GYRO_FFT_EN). - - - - /parameters/IMU_GYRO_DNF_EN/bitmask/0/description - - ESC RPM - - - - /parameters/IMU_GYRO_DNF_EN/bitmask/1/description - - FFT - - - - /parameters/IMU_GYRO_DNF_HMC/shortDesc - - IMU gyro dynamic notch filter harmonics - - - - /parameters/IMU_GYRO_DNF_HMC/longDesc - - ESC RPM number of harmonics (multiples of RPM) for ESC RPM dynamic notch filtering. - - - - /parameters/IMU_GYRO_DNF_MIN/shortDesc - - IMU gyro dynamic notch filter minimum frequency - - - - /parameters/IMU_GYRO_DNF_MIN/longDesc - - Minimum notch filter frequency in Hz. - - - - /parameters/IMU_GYRO_FFT_EN/shortDesc - - IMU gyro FFT enable - - - - /parameters/IMU_GYRO_FFT_EN/values/0/description - - Disabled - - - - /parameters/IMU_GYRO_FFT_EN/values/1/description - - Enabled - - - - /parameters/IMU_GYRO_FFT_LEN/shortDesc - - IMU gyro FFT length - - - - /parameters/IMU_GYRO_FFT_LEN/values/256/description - - 256 - - - - /parameters/IMU_GYRO_FFT_LEN/values/512/description - - 512 - - - - /parameters/IMU_GYRO_FFT_LEN/values/1024/description - - 1024 - - - - /parameters/IMU_GYRO_FFT_LEN/values/4096/description - - 4096 - - - - /parameters/IMU_GYRO_FFT_MAX/shortDesc - - IMU gyro FFT maximum frequency - - - - /parameters/IMU_GYRO_FFT_MIN/shortDesc - - IMU gyro FFT minimum frequency - - - - /parameters/IMU_GYRO_FFT_SNR/shortDesc - - IMU gyro FFT SNR - - - - /parameters/IMU_GYRO_NF0_BW/shortDesc - - Notch filter bandwidth for gyro - - - - /parameters/IMU_GYRO_NF0_BW/longDesc - - The frequency width of the stop band for the 2nd order notch filter on the primary gyro. See "IMU_GYRO_NF0_FRQ" to activate the filter and to set the notch frequency. Applies to both angular velocity and angular acceleration sent to the controllers. - - - - /parameters/IMU_GYRO_NF0_FRQ/shortDesc - - Notch filter frequency for gyro - - - - /parameters/IMU_GYRO_NF0_FRQ/longDesc - - The center frequency for the 2nd order notch filter on the primary gyro. This filter can be enabled to avoid feedback amplification of structural resonances at a specific frequency. This only affects the signal sent to the controllers, not the estimators. Applies to both angular velocity and angular acceleration sent to the controllers. See "IMU_GYRO_NF0_BW" to set the bandwidth of the filter. A value of 0 disables the filter. - - - - /parameters/IMU_GYRO_NF1_BW/shortDesc - - Notch filter 1 bandwidth for gyro - - - - /parameters/IMU_GYRO_NF1_BW/longDesc - - The frequency width of the stop band for the 2nd order notch filter on the primary gyro. See "IMU_GYRO_NF1_FRQ" to activate the filter and to set the notch frequency. Applies to both angular velocity and angular acceleration sent to the controllers. - - - - /parameters/IMU_GYRO_NF1_FRQ/shortDesc - - Notch filter 2 frequency for gyro - - - - /parameters/IMU_GYRO_NF1_FRQ/longDesc - - The center frequency for the 2nd order notch filter on the primary gyro. This filter can be enabled to avoid feedback amplification of structural resonances at a specific frequency. This only affects the signal sent to the controllers, not the estimators. Applies to both angular velocity and angular acceleration sent to the controllers. See "IMU_GYRO_NF1_BW" to set the bandwidth of the filter. A value of 0 disables the filter. - - - - /parameters/IMU_GYRO_RATEMAX/shortDesc - - Gyro control data maximum publication rate (inner loop rate) - - - - /parameters/IMU_GYRO_RATEMAX/longDesc - - The maximum rate the gyro control data (vehicle_angular_velocity) will be allowed to publish at. This is the loop rate for the rate controller and outputs. Note: sensor data is always read and filtered at the full raw rate (eg commonly 8 kHz) regardless of this setting. - - - - /parameters/IMU_GYRO_RATEMAX/values/100/description - - 100 Hz - - - - /parameters/IMU_GYRO_RATEMAX/values/250/description - - 250 Hz - - - - /parameters/IMU_GYRO_RATEMAX/values/400/description - - 400 Hz - - - - /parameters/IMU_GYRO_RATEMAX/values/800/description - - 800 Hz - - - - /parameters/IMU_GYRO_RATEMAX/values/1000/description - - 1000 Hz - - - - /parameters/IMU_GYRO_RATEMAX/values/2000/description - - 2000 Hz - - - - /parameters/IMU_INTEG_RATE/shortDesc - - IMU integration rate - - - - /parameters/IMU_INTEG_RATE/longDesc - - The rate at which raw IMU data is integrated to produce delta angles and delta velocities. Recommended to set this to a multiple of the estimator update period (currently 10 ms for ekf2). - - - - /parameters/IMU_INTEG_RATE/values/100/description - - 100 Hz - - - - /parameters/IMU_INTEG_RATE/values/200/description - - 200 Hz - - - - /parameters/IMU_INTEG_RATE/values/250/description - - 250 Hz - - - - /parameters/IMU_INTEG_RATE/values/400/description - - 400 Hz - - - - /parameters/INA220_CONFIG/shortDesc - - INA220 Power Monitor Config - - - - /parameters/INA220_CUR_BAT/shortDesc - - INA220 Power Monitor Battery Max Current - - - - /parameters/INA220_CUR_REG/shortDesc - - INA220 Power Monitor Regulator Max Current - - - - /parameters/INA220_SHUNT_BAT/shortDesc - - INA220 Power Monitor Battery Shunt - - - - /parameters/INA220_SHUNT_REG/shortDesc - - INA220 Power Monitor Regulator Shunt - - - - /parameters/INA226_CONFIG/shortDesc - - INA226 Power Monitor Config - - - - /parameters/INA226_CURRENT/shortDesc - - INA226 Power Monitor Max Current - - - - /parameters/INA226_SHUNT/shortDesc - - INA226 Power Monitor Shunt - - - - /parameters/INA228_CONFIG/shortDesc - - INA228 Power Monitor Config - - - - /parameters/INA228_CURRENT/shortDesc - - INA228 Power Monitor Max Current - - - - /parameters/INA228_SHUNT/shortDesc - - INA228 Power Monitor Shunt - - - - /parameters/INA238_CURRENT/shortDesc - - INA238 Power Monitor Max Current - - - - /parameters/INA238_SHUNT/shortDesc - - INA238 Power Monitor Shunt - - - - /parameters/PCF8583_MAGNET/shortDesc - - PCF8583 rotorfreq (i2c) pulse count - - - - /parameters/PCF8583_MAGNET/longDesc - - Nmumber of signals per rotation of actuator - - - - /parameters/PCF8583_POOL/shortDesc - - PCF8583 rotorfreq (i2c) pool interval - - - - /parameters/PCF8583_POOL/longDesc - - Determines how often the sensor is read out. - - - - /parameters/PCF8583_RESET/shortDesc - - PCF8583 rotorfreq (i2c) pulse reset value - - - - /parameters/PCF8583_RESET/longDesc - - Internal device counter is reset to 0 when overrun this value, counter is able to store up to 6 digits reset of counter takes some time - measurement with reset has worse accuracy. 0 means reset counter after every measurement. - - - - /parameters/SENS_AFBR_HYSTER/shortDesc - - AFBR Rangefinder Short/Long Range Threshold Hysteresis - - - - /parameters/SENS_AFBR_HYSTER/longDesc - - This parameter defines the hysteresis for switching between short and long range mode. - - - - /parameters/SENS_AFBR_L_RATE/shortDesc - - AFBR Rangefinder Long Range Rate - - - - /parameters/SENS_AFBR_L_RATE/longDesc - - This parameter defines measurement rate of the AFBR Rangefinder in long range mode. - - - - /parameters/SENS_AFBR_MODE/shortDesc - - AFBR Rangefinder Mode - - - - /parameters/SENS_AFBR_MODE/longDesc - - This parameter defines the mode of the AFBR Rangefinder. - - - - /parameters/SENS_AFBR_MODE/values/0/description - - Short Range Mode - - - - /parameters/SENS_AFBR_MODE/values/1/description - - Long Range Mode - - - - /parameters/SENS_AFBR_MODE/values/2/description - - High Speed Short Range Mode - - - - /parameters/SENS_AFBR_MODE/values/3/description - - High Speed Long Range Mode - - - - /parameters/SENS_AFBR_S_RATE/shortDesc - - AFBR Rangefinder Short Range Rate - - - - /parameters/SENS_AFBR_S_RATE/longDesc - - This parameter defines measurement rate of the AFBR Rangefinder in short range mode. - - - - /parameters/SENS_AFBR_THRESH/shortDesc - - AFBR Rangefinder Short/Long Range Threshold - - - - /parameters/SENS_AFBR_THRESH/longDesc - - This parameter defines the threshold for switching between short and long range mode. The mode will switch from short to long range when the distance is greater than the threshold plus the hysteresis. The mode will switch from long to short range when the distance is less than the threshold minus the hysteresis. - - - - /parameters/SENS_BARO_QNH/shortDesc - - QNH for barometer - - - - /parameters/SENS_BARO_RATE/shortDesc - - Baro max rate - - - - /parameters/SENS_BARO_RATE/longDesc - - Barometric air data maximum publication rate. This is an upper bound, actual barometric data rate is still dependent on the sensor. - - - - /parameters/SENS_BOARD_ROT/shortDesc - - Board rotation - - - - /parameters/SENS_BOARD_ROT/longDesc - - This parameter defines the rotation of the FMU board relative to the platform. - - - - /parameters/SENS_BOARD_ROT/values/0/description - - No rotation - - - - /parameters/SENS_BOARD_ROT/values/1/description - - Yaw 45° - - - - /parameters/SENS_BOARD_ROT/values/2/description - - Yaw 90° - - - - /parameters/SENS_BOARD_ROT/values/3/description - - Yaw 135° - - - - /parameters/SENS_BOARD_ROT/values/4/description - - Yaw 180° - - - - /parameters/SENS_BOARD_ROT/values/5/description - - Yaw 225° - - - - /parameters/SENS_BOARD_ROT/values/6/description - - Yaw 270° - - - - /parameters/SENS_BOARD_ROT/values/7/description - - Yaw 315° - - - - /parameters/SENS_BOARD_ROT/values/8/description - - Roll 180° - - - - /parameters/SENS_BOARD_ROT/values/9/description - - Roll 180°, Yaw 45° - - - - /parameters/SENS_BOARD_ROT/values/10/description - - Roll 180°, Yaw 90° - - - - /parameters/SENS_BOARD_ROT/values/11/description - - Roll 180°, Yaw 135° - - - - /parameters/SENS_BOARD_ROT/values/12/description - - Pitch 180° - - - - /parameters/SENS_BOARD_ROT/values/13/description - - Roll 180°, Yaw 225° - - - - /parameters/SENS_BOARD_ROT/values/14/description - - Roll 180°, Yaw 270° - - - - /parameters/SENS_BOARD_ROT/values/15/description - - Roll 180°, Yaw 315° - - - - /parameters/SENS_BOARD_ROT/values/16/description - - Roll 90° - - - - /parameters/SENS_BOARD_ROT/values/17/description - - Roll 90°, Yaw 45° - - - - /parameters/SENS_BOARD_ROT/values/18/description - - Roll 90°, Yaw 90° - - - - /parameters/SENS_BOARD_ROT/values/19/description - - Roll 90°, Yaw 135° - - - - /parameters/SENS_BOARD_ROT/values/20/description - - Roll 270° - - - - /parameters/SENS_BOARD_ROT/values/21/description - - Roll 270°, Yaw 45° - - - - /parameters/SENS_BOARD_ROT/values/22/description - - Roll 270°, Yaw 90° - - - - /parameters/SENS_BOARD_ROT/values/23/description - - Roll 270°, Yaw 135° - - - - /parameters/SENS_BOARD_ROT/values/24/description - - Pitch 90° - - - - /parameters/SENS_BOARD_ROT/values/25/description - - Pitch 270° - - - - /parameters/SENS_BOARD_ROT/values/26/description - - Pitch 180°, Yaw 90° - - - - /parameters/SENS_BOARD_ROT/values/27/description - - Pitch 180°, Yaw 270° - - - - /parameters/SENS_BOARD_ROT/values/28/description - - Roll 90°, Pitch 90° - - - - /parameters/SENS_BOARD_ROT/values/29/description - - Roll 180°, Pitch 90° - - - - /parameters/SENS_BOARD_ROT/values/30/description - - Roll 270°, Pitch 90° - - - - /parameters/SENS_BOARD_ROT/values/31/description - - Roll 90°, Pitch 180° - - - - /parameters/SENS_BOARD_ROT/values/32/description - - Roll 270°, Pitch 180° - - - - /parameters/SENS_BOARD_ROT/values/33/description - - Roll 90°, Pitch 270° - - - - /parameters/SENS_BOARD_ROT/values/34/description - - Roll 180°, Pitch 270° - - - - /parameters/SENS_BOARD_ROT/values/35/description - - Roll 270°, Pitch 270° - - - - /parameters/SENS_BOARD_ROT/values/36/description - - Roll 90°, Pitch 180°, Yaw 90° - - - - /parameters/SENS_BOARD_ROT/values/37/description - - Roll 90°, Yaw 270° - - - - /parameters/SENS_BOARD_ROT/values/38/description - - Roll 90°, Pitch 68°, Yaw 293° - - - - /parameters/SENS_BOARD_ROT/values/39/description - - Pitch 315° - - - - /parameters/SENS_BOARD_ROT/values/40/description - - Roll 90°, Pitch 315° - - - - /parameters/SENS_BOARD_X_OFF/shortDesc - - Board rotation X (Roll) offset - - - - /parameters/SENS_BOARD_X_OFF/longDesc - - This parameter defines a rotational offset in degrees around the X (Roll) axis It allows the user to fine tune the board offset in the event of misalignment. - - - - /parameters/SENS_BOARD_Y_OFF/shortDesc - - Board rotation Y (Pitch) offset - - - - /parameters/SENS_BOARD_Y_OFF/longDesc - - This parameter defines a rotational offset in degrees around the Y (Pitch) axis. It allows the user to fine tune the board offset in the event of misalignment. - - - - /parameters/SENS_BOARD_Z_OFF/shortDesc - - Board rotation Z (YAW) offset - - - - /parameters/SENS_BOARD_Z_OFF/longDesc - - This parameter defines a rotational offset in degrees around the Z (Yaw) axis. It allows the user to fine tune the board offset in the event of misalignment. - - - - /parameters/SENS_CM8JL65_CFG/shortDesc - - Serial Configuration for Lanbao PSK-CM8JL65-CC5 - - - - /parameters/SENS_CM8JL65_CFG/longDesc - - Configure on which serial port to run Lanbao PSK-CM8JL65-CC5. - - - - /parameters/SENS_CM8JL65_CFG/values/0/description - - Disabled - - - - /parameters/SENS_CM8JL65_CFG/values/6/description - - UART 6 - - - - /parameters/SENS_CM8JL65_CFG/values/101/description - - TELEM 1 - - - - /parameters/SENS_CM8JL65_CFG/values/102/description - - TELEM 2 - - - - /parameters/SENS_CM8JL65_CFG/values/103/description - - TELEM 3 - - - - /parameters/SENS_CM8JL65_CFG/values/104/description - - TELEM/SERIAL 4 - - - - /parameters/SENS_CM8JL65_CFG/values/201/description - - GPS 1 - - - - /parameters/SENS_CM8JL65_CFG/values/202/description - - GPS 2 - - - - /parameters/SENS_CM8JL65_CFG/values/203/description - - GPS 3 - - - - /parameters/SENS_CM8JL65_CFG/values/300/description - - Radio Controller - - - - /parameters/SENS_CM8JL65_CFG/values/301/description - - Wifi Port - - - - /parameters/SENS_CM8JL65_CFG/values/401/description - - EXT2 - - - - /parameters/SENS_CM8JL65_R_0/shortDesc - - Distance Sensor Rotation - - - - /parameters/SENS_CM8JL65_R_0/longDesc - - Distance Sensor Rotation as MAV_SENSOR_ORIENTATION enum - - - - /parameters/SENS_CM8JL65_R_0/values/0/description - - ROTATION_FORWARD_FACING - - - - /parameters/SENS_CM8JL65_R_0/values/2/description - - ROTATION_RIGHT_FACING - - - - /parameters/SENS_CM8JL65_R_0/values/6/description - - ROTATION_LEFT_FACING - - - - /parameters/SENS_CM8JL65_R_0/values/12/description - - ROTATION_BACKWARD_FACING - - - - /parameters/SENS_CM8JL65_R_0/values/24/description - - ROTATION_UPWARD_FACING - - - - /parameters/SENS_CM8JL65_R_0/values/25/description - - ROTATION_DOWNWARD_FACING - - - - /parameters/SENS_EN_ADIS164X/shortDesc - - Analog Devices ADIS16448 IMU (external SPI) - - - - /parameters/SENS_EN_ADIS164X/values/0/description - - Disabled - - - - /parameters/SENS_EN_ADIS164X/values/1/description - - Enabled - - - - /parameters/SENS_EN_ADIS165X/shortDesc - - Analog Devices ADIS16507 IMU (external SPI) - - - - /parameters/SENS_EN_ADIS165X/values/0/description - - Disabled - - - - /parameters/SENS_EN_ADIS165X/values/1/description - - Enabled - - - - /parameters/SENS_EN_ARSPDSIM/shortDesc - - Enable simulated airspeed sensor instance - - - - /parameters/SENS_EN_ARSPDSIM/values/0/description - - Disabled - - - - /parameters/SENS_EN_ARSPDSIM/values/1/description - - Enabled - - - - /parameters/SENS_EN_ASP5033/shortDesc - - ASP5033 differential pressure sensor (external I2C) - - - - /parameters/SENS_EN_ASP5033/values/0/description - - Disabled - - - - /parameters/SENS_EN_ASP5033/values/1/description - - Enabled - - - - /parameters/SENS_EN_BAROSIM/shortDesc - - Enable simulated barometer sensor instance - - - - /parameters/SENS_EN_BAROSIM/values/0/description - - Disabled - - - - /parameters/SENS_EN_BAROSIM/values/1/description - - Enabled - - - - /parameters/SENS_EN_BATT/shortDesc - - SMBUS Smart battery driver BQ40Z50 and BQ40Z80 - - - - /parameters/SENS_EN_BATT/values/0/description - - Disabled - - - - /parameters/SENS_EN_BATT/values/1/description - - Enabled - - - - /parameters/SENS_EN_ETSASPD/shortDesc - - Eagle Tree airspeed sensor (external I2C) - - - - /parameters/SENS_EN_ETSASPD/values/0/description - - Disabled - - - - /parameters/SENS_EN_ETSASPD/values/1/description - - Enabled - - - - /parameters/SENS_EN_GPSSIM/shortDesc - - Enable simulated GPS sinstance - - - - /parameters/SENS_EN_GPSSIM/values/0/description - - Disabled - - - - /parameters/SENS_EN_GPSSIM/values/1/description - - Enabled - - - - /parameters/SENS_EN_INA220/shortDesc - - Enable INA220 Power Monitor - - - - /parameters/SENS_EN_INA220/longDesc - - For systems a INA220 Power Monitor, this should be set to true - - - - /parameters/SENS_EN_INA220/values/0/description - - Disabled - - - - /parameters/SENS_EN_INA220/values/1/description - - Enabled - - - - /parameters/SENS_EN_INA226/shortDesc - - Enable INA226 Power Monitor - - - - /parameters/SENS_EN_INA226/longDesc - - For systems a INA226 Power Monitor, this should be set to true - - - - /parameters/SENS_EN_INA226/values/0/description - - Disabled - - - - /parameters/SENS_EN_INA226/values/1/description - - Enabled - - - - /parameters/SENS_EN_INA228/shortDesc - - Enable INA228 Power Monitor - - - - /parameters/SENS_EN_INA228/longDesc - - For systems a INA228 Power Monitor, this should be set to true - - - - /parameters/SENS_EN_INA228/values/0/description - - Disabled - - - - /parameters/SENS_EN_INA228/values/1/description - - Enabled - - - - /parameters/SENS_EN_INA238/shortDesc - - Enable INA238 Power Monitor - - - - /parameters/SENS_EN_INA238/longDesc - - For systems a INA238 Power Monitor, this should be set to true - - - - /parameters/SENS_EN_INA238/values/0/description - - Disabled - - - - /parameters/SENS_EN_INA238/values/1/description - - Enabled - - - - /parameters/SENS_EN_IRLOCK/shortDesc - - IR-LOCK Sensor (external I2C) - - - - /parameters/SENS_EN_IRLOCK/values/0/description - - Disabled - - - - /parameters/SENS_EN_IRLOCK/values/1/description - - Enabled - - - - /parameters/SENS_EN_LL40LS/shortDesc - - Lidar-Lite (LL40LS) - - - - /parameters/SENS_EN_LL40LS/values/0/description - - Disabled - - - - /parameters/SENS_EN_LL40LS/values/1/description - - PWM - - - - /parameters/SENS_EN_LL40LS/values/2/description - - I2C - - - - /parameters/SENS_EN_MAGSIM/shortDesc - - Enable simulated magnetometer sensor instance - - - - /parameters/SENS_EN_MAGSIM/values/0/description - - Disabled - - - - /parameters/SENS_EN_MAGSIM/values/1/description - - Enabled - - - - /parameters/SENS_EN_MB12XX/shortDesc - - Maxbotix Sonar (mb12xx) - - - - /parameters/SENS_EN_MB12XX/values/0/description - - Disabled - - - - /parameters/SENS_EN_MB12XX/values/1/description - - Enabled - - - - /parameters/SENS_EN_MPDT/shortDesc - - Enable Mappydot rangefinder (i2c) - - - - /parameters/SENS_EN_MPDT/values/0/description - - Disabled - - - - /parameters/SENS_EN_MPDT/values/1/description - - Autodetect - - - - /parameters/SENS_EN_MS4515/shortDesc - - TE MS4515 differential pressure sensor (external I2C) - - - - /parameters/SENS_EN_MS4515/values/0/description - - Disabled - - - - /parameters/SENS_EN_MS4515/values/1/description - - Enabled - - - - /parameters/SENS_EN_MS4525DO/shortDesc - - TE MS4525DO differential pressure sensor (external I2C) - - - - /parameters/SENS_EN_MS4525DO/values/0/description - - Disabled - - - - /parameters/SENS_EN_MS4525DO/values/1/description - - Enabled - - - - /parameters/SENS_EN_MS5525DS/shortDesc - - TE MS5525DSO differential pressure sensor (external I2C) - - - - /parameters/SENS_EN_MS5525DS/values/0/description - - Disabled - - - - /parameters/SENS_EN_MS5525DS/values/1/description - - Enabled - - - - /parameters/SENS_EN_PAA3905/shortDesc - - PAA3905 Optical Flow - - - - /parameters/SENS_EN_PAA3905/values/0/description - - Disabled - - - - /parameters/SENS_EN_PAA3905/values/1/description - - Enabled - - - - /parameters/SENS_EN_PAW3902/shortDesc - - PAW3902/PAW3903 Optical Flow - - - - /parameters/SENS_EN_PAW3902/values/0/description - - Disabled - - - - /parameters/SENS_EN_PAW3902/values/1/description - - Enabled - - - - /parameters/SENS_EN_PCF8583/shortDesc - - PCF8583 eneable driver - - - - /parameters/SENS_EN_PCF8583/longDesc - - Run PCF8583 driver automatically - - - - /parameters/SENS_EN_PCF8583/values/0/description - - Disabled - - - - /parameters/SENS_EN_PCF8583/values/1/description - - Eneabled - - - - /parameters/SENS_EN_PGA460/shortDesc - - PGA460 Ultrasonic driver (PGA460) - - - - /parameters/SENS_EN_PGA460/values/0/description - - Disabled - - - - /parameters/SENS_EN_PGA460/values/1/description - - Enabled - - - - /parameters/SENS_EN_PMW3901/shortDesc - - PMW3901 Optical Flow - - - - /parameters/SENS_EN_PMW3901/values/0/description - - Disabled - - - - /parameters/SENS_EN_PMW3901/values/1/description - - Enabled - - - - /parameters/SENS_EN_PX4FLOW/shortDesc - - PX4 Flow Optical Flow - - - - /parameters/SENS_EN_PX4FLOW/values/0/description - - Disabled - - - - /parameters/SENS_EN_PX4FLOW/values/1/description - - Enabled - - - - /parameters/SENS_EN_SDP3X/shortDesc - - Sensirion SDP3X differential pressure sensor (external I2C) - - - - /parameters/SENS_EN_SDP3X/values/0/description - - Disabled - - - - /parameters/SENS_EN_SDP3X/values/1/description - - Enabled - - - - /parameters/SENS_EN_SF0X/shortDesc - - Lightware Laser Rangefinder hardware model (serial) - - - - /parameters/SENS_EN_SF0X/values/1/description - - SF02 - - - - /parameters/SENS_EN_SF0X/values/2/description - - SF10/a - - - - /parameters/SENS_EN_SF0X/values/3/description - - SF10/b - - - - /parameters/SENS_EN_SF0X/values/4/description - - SF10/c - - - - /parameters/SENS_EN_SF0X/values/5/description - - SF11/c - - - - /parameters/SENS_EN_SF0X/values/6/description - - SF30/b - - - - /parameters/SENS_EN_SF0X/values/7/description - - SF30/c - - - - /parameters/SENS_EN_SF0X/values/8/description - - LW20/c - - - - /parameters/SENS_EN_SF1XX/shortDesc - - Lightware SF1xx/SF20/LW20 laser rangefinder (i2c) - - - - /parameters/SENS_EN_SF1XX/values/0/description - - Disabled - - - - /parameters/SENS_EN_SF1XX/values/1/description - - SF10/a - - - - /parameters/SENS_EN_SF1XX/values/2/description - - SF10/b - - - - /parameters/SENS_EN_SF1XX/values/3/description - - SF10/c - - - - /parameters/SENS_EN_SF1XX/values/4/description - - SF11/c - - - - /parameters/SENS_EN_SF1XX/values/5/description - - SF/LW20/b - - - - /parameters/SENS_EN_SF1XX/values/6/description - - SF/LW20/c - - - - /parameters/SENS_EN_SF1XX/values/7/description - - SF/LW30/d - - - - /parameters/SENS_EN_SF45_CFG/shortDesc - - Serial Configuration for Lightware SF45 Rangefinder (serial) - - - - /parameters/SENS_EN_SF45_CFG/longDesc - - Configure on which serial port to run Lightware SF45 Rangefinder (serial). - - - - /parameters/SENS_EN_SF45_CFG/values/0/description - - Disabled - - - - /parameters/SENS_EN_SF45_CFG/values/6/description - - UART 6 - - - - /parameters/SENS_EN_SF45_CFG/values/101/description - - TELEM 1 - - - - /parameters/SENS_EN_SF45_CFG/values/102/description - - TELEM 2 - - - - /parameters/SENS_EN_SF45_CFG/values/103/description - - TELEM 3 - - - - /parameters/SENS_EN_SF45_CFG/values/104/description - - TELEM/SERIAL 4 - - - - /parameters/SENS_EN_SF45_CFG/values/201/description - - GPS 1 - - - - /parameters/SENS_EN_SF45_CFG/values/202/description - - GPS 2 - - - - /parameters/SENS_EN_SF45_CFG/values/203/description - - GPS 3 - - - - /parameters/SENS_EN_SF45_CFG/values/300/description - - Radio Controller - - - - /parameters/SENS_EN_SF45_CFG/values/301/description - - Wifi Port - - - - /parameters/SENS_EN_SF45_CFG/values/401/description - - EXT2 - - - - /parameters/SENS_EN_SHT3X/shortDesc - - SHT3x temperature and hygrometer - - - - /parameters/SENS_EN_SHT3X/values/0/description - - Disabled - - - - /parameters/SENS_EN_SHT3X/values/1/description - - Enabled - - - - /parameters/SENS_EN_SPL06/shortDesc - - Goertek SPL06 Barometer (external I2C) - - - - /parameters/SENS_EN_SPL06/values/0/description - - Disabled - - - - /parameters/SENS_EN_SPL06/values/1/description - - Enabled - - - - /parameters/SENS_EN_SR05/shortDesc - - HY-SRF05 / HC-SR05 - - - - /parameters/SENS_EN_SR05/values/0/description - - Disabled - - - - /parameters/SENS_EN_SR05/values/1/description - - Enabled - - - - /parameters/SENS_EN_TF02PRO/shortDesc - - TF02 Pro Distance Sensor (i2c) - - - - /parameters/SENS_EN_TF02PRO/values/0/description - - Disabled - - - - /parameters/SENS_EN_TF02PRO/values/1/description - - Enabled - - - - /parameters/SENS_EN_THERMAL/shortDesc - - Thermal control of sensor temperature - - - - /parameters/SENS_EN_THERMAL/values/-1/description - - Thermal control unavailable - - - - /parameters/SENS_EN_THERMAL/values/0/description - - Thermal control off - - - - /parameters/SENS_EN_THERMAL/values/1/description - - Thermal control enabled - - - - /parameters/SENS_EN_TRANGER/shortDesc - - TeraRanger Rangefinder (i2c) - - - - /parameters/SENS_EN_TRANGER/values/0/description - - Disabled - - - - /parameters/SENS_EN_TRANGER/values/1/description - - Autodetect - - - - /parameters/SENS_EN_TRANGER/values/2/description - - TROne - - - - /parameters/SENS_EN_TRANGER/values/3/description - - TREvo60m - - - - /parameters/SENS_EN_TRANGER/values/4/description - - TREvo600Hz - - - - /parameters/SENS_EN_TRANGER/values/5/description - - TREvo3m - - - - /parameters/SENS_EN_VL53L0X/shortDesc - - VL53L0X Distance Sensor - - - - /parameters/SENS_EN_VL53L0X/values/0/description - - Disabled - - - - /parameters/SENS_EN_VL53L0X/values/1/description - - Enabled - - - - /parameters/SENS_EN_VL53L1X/shortDesc - - VL53L1X Distance Sensor - - - - /parameters/SENS_EN_VL53L1X/values/0/description - - Disabled - - - - /parameters/SENS_EN_VL53L1X/values/1/description - - Enabled - - - - /parameters/SENS_EXT_I2C_PRB/shortDesc - - External I2C probe - - - - /parameters/SENS_EXT_I2C_PRB/longDesc - - Probe for optional external I2C devices. - - - - /parameters/SENS_EXT_I2C_PRB/values/0/description - - Disabled - - - - /parameters/SENS_EXT_I2C_PRB/values/1/description - - Enabled - - - - /parameters/SENS_FLOW_RATE/shortDesc - - Optical flow max rate - - - - /parameters/SENS_FLOW_RATE/longDesc - - Optical flow data maximum publication rate. This is an upper bound, actual optical flow data rate is still dependent on the sensor. - - - - /parameters/SENS_FLOW_ROT/shortDesc - - Optical flow rotation - - - - /parameters/SENS_FLOW_ROT/longDesc - - This parameter defines the yaw rotation of the optical flow relative to the vehicle body frame. Zero rotation is defined as X on flow board pointing towards front of vehicle. - - - - /parameters/SENS_FLOW_ROT/values/0/description - - No rotation - - - - /parameters/SENS_FLOW_ROT/values/1/description - - Yaw 45° - - - - /parameters/SENS_FLOW_ROT/values/2/description - - Yaw 90° - - - - /parameters/SENS_FLOW_ROT/values/3/description - - Yaw 135° - - - - /parameters/SENS_FLOW_ROT/values/4/description - - Yaw 180° - - - - /parameters/SENS_FLOW_ROT/values/5/description - - Yaw 225° - - - - /parameters/SENS_FLOW_ROT/values/6/description - - Yaw 270° - - - - /parameters/SENS_FLOW_ROT/values/7/description - - Yaw 315° - - - - /parameters/SENS_FTX_CFG/shortDesc - - Serial Configuration for FT Technologies Digital Wind Sensor (serial) - - - - /parameters/SENS_FTX_CFG/longDesc - - Configure on which serial port to run FT Technologies Digital Wind Sensor (serial). - - - - /parameters/SENS_FTX_CFG/values/0/description - - Disabled - - - - /parameters/SENS_FTX_CFG/values/6/description - - UART 6 - - - - /parameters/SENS_FTX_CFG/values/101/description - - TELEM 1 - - - - /parameters/SENS_FTX_CFG/values/102/description - - TELEM 2 - - - - /parameters/SENS_FTX_CFG/values/103/description - - TELEM 3 - - - - /parameters/SENS_FTX_CFG/values/104/description - - TELEM/SERIAL 4 - - - - /parameters/SENS_FTX_CFG/values/201/description - - GPS 1 - - - - /parameters/SENS_FTX_CFG/values/202/description - - GPS 2 - - - - /parameters/SENS_FTX_CFG/values/203/description - - GPS 3 - - - - /parameters/SENS_FTX_CFG/values/300/description - - Radio Controller - - - - /parameters/SENS_FTX_CFG/values/301/description - - Wifi Port - - - - /parameters/SENS_FTX_CFG/values/401/description - - EXT2 - - - - /parameters/SENS_GPS_MASK/shortDesc - - Multi GPS Blending Control Mask - - - - /parameters/SENS_GPS_MASK/longDesc - - Set bits in the following positions to set which GPS accuracy metrics will be used to calculate the blending weight. Set to zero to disable and always used first GPS instance. 0 : Set to true to use speed accuracy 1 : Set to true to use horizontal position accuracy 2 : Set to true to use vertical position accuracy - - - - /parameters/SENS_GPS_MASK/bitmask/0/description - - use speed accuracy - - - - /parameters/SENS_GPS_MASK/bitmask/1/description - - use hpos accuracy - - - - /parameters/SENS_GPS_MASK/bitmask/2/description - - use vpos accuracy - - - - /parameters/SENS_GPS_PRIME/shortDesc - - Multi GPS primary instance - - - - /parameters/SENS_GPS_PRIME/longDesc - - When no blending is active, this defines the preferred GPS receiver instance. The GPS selection logic waits until the primary receiver is available to send data to the EKF even if a secondary instance is already available. The secondary instance is then only used if the primary one times out. To have an equal priority of all the instances, set this parameter to -1 and the best receiver will be used. This parameter has no effect if blending is active. - - - - /parameters/SENS_GPS_TAU/shortDesc - - Multi GPS Blending Time Constant - - - - /parameters/SENS_GPS_TAU/longDesc - - Sets the longest time constant that will be applied to the calculation of GPS position and height offsets used to correct data from multiple GPS data for steady state position differences. - - - - /parameters/SENS_IMU_AUTOCAL/shortDesc - - IMU auto calibration - - - - /parameters/SENS_IMU_AUTOCAL/longDesc - - Automatically initialize IMU (accel/gyro) calibration from bias estimates if available. - - - - /parameters/SENS_IMU_AUTOCAL/values/0/description - - Disabled - - - - /parameters/SENS_IMU_AUTOCAL/values/1/description - - Enabled - - - - /parameters/SENS_IMU_CLPNOTI/shortDesc - - IMU notify clipping - - - - /parameters/SENS_IMU_CLPNOTI/longDesc - - Notify the user if the IMU is clipping - - - - /parameters/SENS_IMU_CLPNOTI/values/0/description - - Disabled - - - - /parameters/SENS_IMU_CLPNOTI/values/1/description - - Enabled - - - - /parameters/SENS_IMU_MODE/shortDesc - - Sensors hub IMU mode - - - - /parameters/SENS_IMU_MODE/values/0/description - - Disabled - - - - /parameters/SENS_IMU_MODE/values/1/description - - Publish primary IMU selection - - - - /parameters/SENS_IMU_TEMP/shortDesc - - Target IMU temperature - - - - /parameters/SENS_IMU_TEMP_FF/shortDesc - - IMU heater controller feedforward value - - - - /parameters/SENS_IMU_TEMP_I/shortDesc - - IMU heater controller integrator gain value - - - - /parameters/SENS_IMU_TEMP_P/shortDesc - - IMU heater controller proportional gain value - - - - /parameters/SENS_INT_BARO_EN/shortDesc - - Enable internal barometers - - - - /parameters/SENS_INT_BARO_EN/longDesc - - For systems with an external barometer, this should be set to false to make sure that the external is used. - - - - /parameters/SENS_INT_BARO_EN/values/0/description - - Disabled - - - - /parameters/SENS_INT_BARO_EN/values/1/description - - Enabled - - - - /parameters/SENS_LEDDAR1_CFG/shortDesc - - Serial Configuration for LeddarOne Rangefinder - - - - /parameters/SENS_LEDDAR1_CFG/longDesc - - Configure on which serial port to run LeddarOne Rangefinder. - - - - /parameters/SENS_LEDDAR1_CFG/values/0/description - - Disabled - - - - /parameters/SENS_LEDDAR1_CFG/values/6/description - - UART 6 - - - - /parameters/SENS_LEDDAR1_CFG/values/101/description - - TELEM 1 - - - - /parameters/SENS_LEDDAR1_CFG/values/102/description - - TELEM 2 - - - - /parameters/SENS_LEDDAR1_CFG/values/103/description - - TELEM 3 - - - - /parameters/SENS_LEDDAR1_CFG/values/104/description - - TELEM/SERIAL 4 - - - - /parameters/SENS_LEDDAR1_CFG/values/201/description - - GPS 1 - - - - /parameters/SENS_LEDDAR1_CFG/values/202/description - - GPS 2 - - - - /parameters/SENS_LEDDAR1_CFG/values/203/description - - GPS 3 - - - - /parameters/SENS_LEDDAR1_CFG/values/300/description - - Radio Controller - - - - /parameters/SENS_LEDDAR1_CFG/values/301/description - - Wifi Port - - - - /parameters/SENS_LEDDAR1_CFG/values/401/description - - EXT2 - - - - /parameters/SENS_MAG_AUTOCAL/shortDesc - - Magnetometer auto calibration - - - - /parameters/SENS_MAG_AUTOCAL/longDesc - - Automatically initialize magnetometer calibration from bias estimate if available. - - - - /parameters/SENS_MAG_AUTOCAL/values/0/description - - Disabled - - - - /parameters/SENS_MAG_AUTOCAL/values/1/description - - Enabled - - - - /parameters/SENS_MAG_AUTOROT/shortDesc - - Automatically set external rotations - - - - /parameters/SENS_MAG_AUTOROT/longDesc - - During calibration attempt to automatically determine the rotation of external magnetometers. - - - - /parameters/SENS_MAG_AUTOROT/values/0/description - - Disabled - - - - /parameters/SENS_MAG_AUTOROT/values/1/description - - Enabled - - - - /parameters/SENS_MAG_MODE/shortDesc - - Sensors hub mag mode - - - - /parameters/SENS_MAG_MODE/values/0/description - - Publish all magnetometers - - - - /parameters/SENS_MAG_MODE/values/1/description - - Publish primary magnetometer - - - - /parameters/SENS_MAG_RATE/shortDesc - - Magnetometer max rate - - - - /parameters/SENS_MAG_RATE/longDesc - - Magnetometer data maximum publication rate. This is an upper bound, actual magnetometer data rate is still dependent on the sensor. - - - - /parameters/SENS_MAG_SIDES/shortDesc - - Bitfield selecting mag sides for calibration - - - - /parameters/SENS_MAG_SIDES/longDesc - - If set to two side calibration, only the offsets are estimated, the scale calibration is left unchanged. Thus an initial six side calibration is recommended. Bits: ORIENTATION_TAIL_DOWN = 1 ORIENTATION_NOSE_DOWN = 2 ORIENTATION_LEFT = 4 ORIENTATION_RIGHT = 8 ORIENTATION_UPSIDE_DOWN = 16 ORIENTATION_RIGHTSIDE_UP = 32 - - - - /parameters/SENS_MAG_SIDES/values/34/description - - Two side calibration - - - - /parameters/SENS_MAG_SIDES/values/38/description - - Three side calibration - - - - /parameters/SENS_MAG_SIDES/values/63/description - - Six side calibration - - - - /parameters/SENS_MB12_0_ROT/shortDesc - - MaxBotix MB12XX Sensor 0 Rotation - - - - /parameters/SENS_MB12_0_ROT/longDesc - - This parameter defines the rotation of the sensor relative to the platform. - - - - /parameters/SENS_MB12_0_ROT/values/0/description - - No rotation - - - - /parameters/SENS_MB12_0_ROT/values/1/description - - Yaw 45° - - - - /parameters/SENS_MB12_0_ROT/values/2/description - - Yaw 90° - - - - /parameters/SENS_MB12_0_ROT/values/3/description - - Yaw 135° - - - - /parameters/SENS_MB12_0_ROT/values/4/description - - Yaw 180° - - - - /parameters/SENS_MB12_0_ROT/values/5/description - - Yaw 225° - - - - /parameters/SENS_MB12_0_ROT/values/6/description - - Yaw 270° - - - - /parameters/SENS_MB12_0_ROT/values/7/description - - Yaw 315° - - - - /parameters/SENS_MB12_10_ROT/shortDesc - - MaxBotix MB12XX Sensor 10 Rotation - - - - /parameters/SENS_MB12_10_ROT/longDesc - - This parameter defines the rotation of the sensor relative to the platform. - - - - /parameters/SENS_MB12_10_ROT/values/0/description - - No rotation - - - - /parameters/SENS_MB12_10_ROT/values/1/description - - Yaw 45° - - - - /parameters/SENS_MB12_10_ROT/values/2/description - - Yaw 90° - - - - /parameters/SENS_MB12_10_ROT/values/3/description - - Yaw 135° - - - - /parameters/SENS_MB12_10_ROT/values/4/description - - Yaw 180° - - - - /parameters/SENS_MB12_10_ROT/values/5/description - - Yaw 225° - - - - /parameters/SENS_MB12_10_ROT/values/6/description - - Yaw 270° - - - - /parameters/SENS_MB12_10_ROT/values/7/description - - Yaw 315° - - - - /parameters/SENS_MB12_11_ROT/shortDesc - - MaxBotix MB12XX Sensor 12 Rotation - - - - /parameters/SENS_MB12_11_ROT/longDesc - - This parameter defines the rotation of the sensor relative to the platform. - - - - /parameters/SENS_MB12_11_ROT/values/0/description - - No rotation - - - - /parameters/SENS_MB12_11_ROT/values/1/description - - Yaw 45° - - - - /parameters/SENS_MB12_11_ROT/values/2/description - - Yaw 90° - - - - /parameters/SENS_MB12_11_ROT/values/3/description - - Yaw 135° - - - - /parameters/SENS_MB12_11_ROT/values/4/description - - Yaw 180° - - - - /parameters/SENS_MB12_11_ROT/values/5/description - - Yaw 225° - - - - /parameters/SENS_MB12_11_ROT/values/6/description - - Yaw 270° - - - - /parameters/SENS_MB12_11_ROT/values/7/description - - Yaw 315° - - - - /parameters/SENS_MB12_1_ROT/shortDesc - - MaxBotix MB12XX Sensor 1 Rotation - - - - /parameters/SENS_MB12_1_ROT/longDesc - - This parameter defines the rotation of the sensor relative to the platform. - - - - /parameters/SENS_MB12_1_ROT/values/0/description - - No rotation - - - - /parameters/SENS_MB12_1_ROT/values/1/description - - Yaw 45° - - - - /parameters/SENS_MB12_1_ROT/values/2/description - - Yaw 90° - - - - /parameters/SENS_MB12_1_ROT/values/3/description - - Yaw 135° - - - - /parameters/SENS_MB12_1_ROT/values/4/description - - Yaw 180° - - - - /parameters/SENS_MB12_1_ROT/values/5/description - - Yaw 225° - - - - /parameters/SENS_MB12_1_ROT/values/6/description - - Yaw 270° - - - - /parameters/SENS_MB12_1_ROT/values/7/description - - Yaw 315° - - - - /parameters/SENS_MB12_2_ROT/shortDesc - - MaxBotix MB12XX Sensor 2 Rotation - - - - /parameters/SENS_MB12_2_ROT/longDesc - - This parameter defines the rotation of the sensor relative to the platform. - - - - /parameters/SENS_MB12_2_ROT/values/0/description - - No rotation - - - - /parameters/SENS_MB12_2_ROT/values/1/description - - Yaw 45° - - - - /parameters/SENS_MB12_2_ROT/values/2/description - - Yaw 90° - - - - /parameters/SENS_MB12_2_ROT/values/3/description - - Yaw 135° - - - - /parameters/SENS_MB12_2_ROT/values/4/description - - Yaw 180° - - - - /parameters/SENS_MB12_2_ROT/values/5/description - - Yaw 225° - - - - /parameters/SENS_MB12_2_ROT/values/6/description - - Yaw 270° - - - - /parameters/SENS_MB12_2_ROT/values/7/description - - Yaw 315° - - - - /parameters/SENS_MB12_3_ROT/shortDesc - - MaxBotix MB12XX Sensor 3 Rotation - - - - /parameters/SENS_MB12_3_ROT/longDesc - - This parameter defines the rotation of the sensor relative to the platform. - - - - /parameters/SENS_MB12_3_ROT/values/0/description - - No rotation - - - - /parameters/SENS_MB12_3_ROT/values/1/description - - Yaw 45° - - - - /parameters/SENS_MB12_3_ROT/values/2/description - - Yaw 90° - - - - /parameters/SENS_MB12_3_ROT/values/3/description - - Yaw 135° - - - - /parameters/SENS_MB12_3_ROT/values/4/description - - Yaw 180° - - - - /parameters/SENS_MB12_3_ROT/values/5/description - - Yaw 225° - - - - /parameters/SENS_MB12_3_ROT/values/6/description - - Yaw 270° - - - - /parameters/SENS_MB12_3_ROT/values/7/description - - Yaw 315° - - - - /parameters/SENS_MB12_4_ROT/shortDesc - - MaxBotix MB12XX Sensor 4 Rotation - - - - /parameters/SENS_MB12_4_ROT/longDesc - - This parameter defines the rotation of the sensor relative to the platform. - - - - /parameters/SENS_MB12_4_ROT/values/0/description - - No rotation - - - - /parameters/SENS_MB12_4_ROT/values/1/description - - Yaw 45° - - - - /parameters/SENS_MB12_4_ROT/values/2/description - - Yaw 90° - - - - /parameters/SENS_MB12_4_ROT/values/3/description - - Yaw 135° - - - - /parameters/SENS_MB12_4_ROT/values/4/description - - Yaw 180° - - - - /parameters/SENS_MB12_4_ROT/values/5/description - - Yaw 225° - - - - /parameters/SENS_MB12_4_ROT/values/6/description - - Yaw 270° - - - - /parameters/SENS_MB12_4_ROT/values/7/description - - Yaw 315° - - - - /parameters/SENS_MB12_5_ROT/shortDesc - - MaxBotix MB12XX Sensor 5 Rotation - - - - /parameters/SENS_MB12_5_ROT/longDesc - - This parameter defines the rotation of the sensor relative to the platform. - - - - /parameters/SENS_MB12_5_ROT/values/0/description - - No rotation - - - - /parameters/SENS_MB12_5_ROT/values/1/description - - Yaw 45° - - - - /parameters/SENS_MB12_5_ROT/values/2/description - - Yaw 90° - - - - /parameters/SENS_MB12_5_ROT/values/3/description - - Yaw 135° - - - - /parameters/SENS_MB12_5_ROT/values/4/description - - Yaw 180° - - - - /parameters/SENS_MB12_5_ROT/values/5/description - - Yaw 225° - - - - /parameters/SENS_MB12_5_ROT/values/6/description - - Yaw 270° - - - - /parameters/SENS_MB12_5_ROT/values/7/description - - Yaw 315° - - - - /parameters/SENS_MB12_6_ROT/shortDesc - - MaxBotix MB12XX Sensor 6 Rotation - - - - /parameters/SENS_MB12_6_ROT/longDesc - - This parameter defines the rotation of the sensor relative to the platform. - - - - /parameters/SENS_MB12_6_ROT/values/0/description - - No rotation - - - - /parameters/SENS_MB12_6_ROT/values/1/description - - Yaw 45° - - - - /parameters/SENS_MB12_6_ROT/values/2/description - - Yaw 90° - - - - /parameters/SENS_MB12_6_ROT/values/3/description - - Yaw 135° - - - - /parameters/SENS_MB12_6_ROT/values/4/description - - Yaw 180° - - - - /parameters/SENS_MB12_6_ROT/values/5/description - - Yaw 225° - - - - /parameters/SENS_MB12_6_ROT/values/6/description - - Yaw 270° - - - - /parameters/SENS_MB12_6_ROT/values/7/description - - Yaw 315° - - - - /parameters/SENS_MB12_7_ROT/shortDesc - - MaxBotix MB12XX Sensor 7 Rotation - - - - /parameters/SENS_MB12_7_ROT/longDesc - - This parameter defines the rotation of the sensor relative to the platform. - - - - /parameters/SENS_MB12_7_ROT/values/0/description - - No rotation - - - - /parameters/SENS_MB12_7_ROT/values/1/description - - Yaw 45° - - - - /parameters/SENS_MB12_7_ROT/values/2/description - - Yaw 90° - - - - /parameters/SENS_MB12_7_ROT/values/3/description - - Yaw 135° - - - - /parameters/SENS_MB12_7_ROT/values/4/description - - Yaw 180° - - - - /parameters/SENS_MB12_7_ROT/values/5/description - - Yaw 225° - - - - /parameters/SENS_MB12_7_ROT/values/6/description - - Yaw 270° - - - - /parameters/SENS_MB12_7_ROT/values/7/description - - Yaw 315° - - - - /parameters/SENS_MB12_8_ROT/shortDesc - - MaxBotix MB12XX Sensor 8 Rotation - - - - /parameters/SENS_MB12_8_ROT/longDesc - - This parameter defines the rotation of the sensor relative to the platform. - - - - /parameters/SENS_MB12_8_ROT/values/0/description - - No rotation - - - - /parameters/SENS_MB12_8_ROT/values/1/description - - Yaw 45° - - - - /parameters/SENS_MB12_8_ROT/values/2/description - - Yaw 90° - - - - /parameters/SENS_MB12_8_ROT/values/3/description - - Yaw 135° - - - - /parameters/SENS_MB12_8_ROT/values/4/description - - Yaw 180° - - - - /parameters/SENS_MB12_8_ROT/values/5/description - - Yaw 225° - - - - /parameters/SENS_MB12_8_ROT/values/6/description - - Yaw 270° - - - - /parameters/SENS_MB12_8_ROT/values/7/description - - Yaw 315° - - - - /parameters/SENS_MB12_9_ROT/shortDesc - - MaxBotix MB12XX Sensor 9 Rotation - - - - /parameters/SENS_MB12_9_ROT/longDesc - - This parameter defines the rotation of the sensor relative to the platform. - - - - /parameters/SENS_MB12_9_ROT/values/0/description - - No rotation - - - - /parameters/SENS_MB12_9_ROT/values/1/description - - Yaw 45° - - - - /parameters/SENS_MB12_9_ROT/values/2/description - - Yaw 90° - - - - /parameters/SENS_MB12_9_ROT/values/3/description - - Yaw 135° - - - - /parameters/SENS_MB12_9_ROT/values/4/description - - Yaw 180° - - - - /parameters/SENS_MB12_9_ROT/values/5/description - - Yaw 225° - - - - /parameters/SENS_MB12_9_ROT/values/6/description - - Yaw 270° - - - - /parameters/SENS_MB12_9_ROT/values/7/description - - Yaw 315° - - - - /parameters/SENS_MPDT0_ROT/shortDesc - - MappyDot Sensor 0 Rotation - - - - /parameters/SENS_MPDT0_ROT/longDesc - - This parameter defines the rotation of the Mappydot sensor relative to the platform. - - - - /parameters/SENS_MPDT0_ROT/values/0/description - - No rotation - - - - /parameters/SENS_MPDT0_ROT/values/1/description - - Yaw 45° - - - - /parameters/SENS_MPDT0_ROT/values/2/description - - Yaw 90° - - - - /parameters/SENS_MPDT0_ROT/values/3/description - - Yaw 135° - - - - /parameters/SENS_MPDT0_ROT/values/4/description - - Yaw 180° - - - - /parameters/SENS_MPDT0_ROT/values/5/description - - Yaw 225° - - - - /parameters/SENS_MPDT0_ROT/values/6/description - - Yaw 270° - - - - /parameters/SENS_MPDT0_ROT/values/7/description - - Yaw 315° - - - - /parameters/SENS_MPDT10_ROT/shortDesc - - MappyDot Sensor 10 Rotation - - - - /parameters/SENS_MPDT10_ROT/longDesc - - This parameter defines the rotation of the Mappydot sensor relative to the platform. - - - - /parameters/SENS_MPDT10_ROT/values/0/description - - No rotation - - - - /parameters/SENS_MPDT10_ROT/values/1/description - - Yaw 45° - - - - /parameters/SENS_MPDT10_ROT/values/2/description - - Yaw 90° - - - - /parameters/SENS_MPDT10_ROT/values/3/description - - Yaw 135° - - - - /parameters/SENS_MPDT10_ROT/values/4/description - - Yaw 180° - - - - /parameters/SENS_MPDT10_ROT/values/5/description - - Yaw 225° - - - - /parameters/SENS_MPDT10_ROT/values/6/description - - Yaw 270° - - - - /parameters/SENS_MPDT10_ROT/values/7/description - - Yaw 315° - - - - /parameters/SENS_MPDT11_ROT/shortDesc - - MappyDot Sensor 12 Rotation - - - - /parameters/SENS_MPDT11_ROT/longDesc - - This parameter defines the rotation of the Mappydot sensor relative to the platform. - - - - /parameters/SENS_MPDT11_ROT/values/0/description - - No rotation - - - - /parameters/SENS_MPDT11_ROT/values/1/description - - Yaw 45° - - - - /parameters/SENS_MPDT11_ROT/values/2/description - - Yaw 90° - - - - /parameters/SENS_MPDT11_ROT/values/3/description - - Yaw 135° - - - - /parameters/SENS_MPDT11_ROT/values/4/description - - Yaw 180° - - - - /parameters/SENS_MPDT11_ROT/values/5/description - - Yaw 225° - - - - /parameters/SENS_MPDT11_ROT/values/6/description - - Yaw 270° - - - - /parameters/SENS_MPDT11_ROT/values/7/description - - Yaw 315° - - - - /parameters/SENS_MPDT1_ROT/shortDesc - - MappyDot Sensor 1 Rotation - - - - /parameters/SENS_MPDT1_ROT/longDesc - - This parameter defines the rotation of the Mappydot sensor relative to the platform. - - - - /parameters/SENS_MPDT1_ROT/values/0/description - - No rotation - - - - /parameters/SENS_MPDT1_ROT/values/1/description - - Yaw 45° - - - - /parameters/SENS_MPDT1_ROT/values/2/description - - Yaw 90° - - - - /parameters/SENS_MPDT1_ROT/values/3/description - - Yaw 135° - - - - /parameters/SENS_MPDT1_ROT/values/4/description - - Yaw 180° - - - - /parameters/SENS_MPDT1_ROT/values/5/description - - Yaw 225° - - - - /parameters/SENS_MPDT1_ROT/values/6/description - - Yaw 270° - - - - /parameters/SENS_MPDT1_ROT/values/7/description - - Yaw 315° - - - - /parameters/SENS_MPDT2_ROT/shortDesc - - MappyDot Sensor 2 Rotation - - - - /parameters/SENS_MPDT2_ROT/longDesc - - This parameter defines the rotation of the Mappydot sensor relative to the platform. - - - - /parameters/SENS_MPDT2_ROT/values/0/description - - No rotation - - - - /parameters/SENS_MPDT2_ROT/values/1/description - - Yaw 45° - - - - /parameters/SENS_MPDT2_ROT/values/2/description - - Yaw 90° - - - - /parameters/SENS_MPDT2_ROT/values/3/description - - Yaw 135° - - - - /parameters/SENS_MPDT2_ROT/values/4/description - - Yaw 180° - - - - /parameters/SENS_MPDT2_ROT/values/5/description - - Yaw 225° - - - - /parameters/SENS_MPDT2_ROT/values/6/description - - Yaw 270° - - - - /parameters/SENS_MPDT2_ROT/values/7/description - - Yaw 315° - - - - /parameters/SENS_MPDT3_ROT/shortDesc - - MappyDot Sensor 3 Rotation - - - - /parameters/SENS_MPDT3_ROT/longDesc - - This parameter defines the rotation of the Mappydot sensor relative to the platform. - - - - /parameters/SENS_MPDT3_ROT/values/0/description - - No rotation - - - - /parameters/SENS_MPDT3_ROT/values/1/description - - Yaw 45° - - - - /parameters/SENS_MPDT3_ROT/values/2/description - - Yaw 90° - - - - /parameters/SENS_MPDT3_ROT/values/3/description - - Yaw 135° - - - - /parameters/SENS_MPDT3_ROT/values/4/description - - Yaw 180° - - - - /parameters/SENS_MPDT3_ROT/values/5/description - - Yaw 225° - - - - /parameters/SENS_MPDT3_ROT/values/6/description - - Yaw 270° - - - - /parameters/SENS_MPDT3_ROT/values/7/description - - Yaw 315° - - - - /parameters/SENS_MPDT4_ROT/shortDesc - - MappyDot Sensor 4 Rotation - - - - /parameters/SENS_MPDT4_ROT/longDesc - - This parameter defines the rotation of the Mappydot sensor relative to the platform. - - - - /parameters/SENS_MPDT4_ROT/values/0/description - - No rotation - - - - /parameters/SENS_MPDT4_ROT/values/1/description - - Yaw 45° - - - - /parameters/SENS_MPDT4_ROT/values/2/description - - Yaw 90° - - - - /parameters/SENS_MPDT4_ROT/values/3/description - - Yaw 135° - - - - /parameters/SENS_MPDT4_ROT/values/4/description - - Yaw 180° - - - - /parameters/SENS_MPDT4_ROT/values/5/description - - Yaw 225° - - - - /parameters/SENS_MPDT4_ROT/values/6/description - - Yaw 270° - - - - /parameters/SENS_MPDT4_ROT/values/7/description - - Yaw 315° - - - - /parameters/SENS_MPDT5_ROT/shortDesc - - MappyDot Sensor 5 Rotation - - - - /parameters/SENS_MPDT5_ROT/longDesc - - This parameter defines the rotation of the Mappydot sensor relative to the platform. - - - - /parameters/SENS_MPDT5_ROT/values/0/description - - No rotation - - - - /parameters/SENS_MPDT5_ROT/values/1/description - - Yaw 45° - - - - /parameters/SENS_MPDT5_ROT/values/2/description - - Yaw 90° - - - - /parameters/SENS_MPDT5_ROT/values/3/description - - Yaw 135° - - - - /parameters/SENS_MPDT5_ROT/values/4/description - - Yaw 180° - - - - /parameters/SENS_MPDT5_ROT/values/5/description - - Yaw 225° - - - - /parameters/SENS_MPDT5_ROT/values/6/description - - Yaw 270° - - - - /parameters/SENS_MPDT5_ROT/values/7/description - - Yaw 315° - - - - /parameters/SENS_MPDT6_ROT/shortDesc - - MappyDot Sensor 6 Rotation - - - - /parameters/SENS_MPDT6_ROT/longDesc - - This parameter defines the rotation of the Mappydot sensor relative to the platform. - - - - /parameters/SENS_MPDT6_ROT/values/0/description - - No rotation - - - - /parameters/SENS_MPDT6_ROT/values/1/description - - Yaw 45° - - - - /parameters/SENS_MPDT6_ROT/values/2/description - - Yaw 90° - - - - /parameters/SENS_MPDT6_ROT/values/3/description - - Yaw 135° - - - - /parameters/SENS_MPDT6_ROT/values/4/description - - Yaw 180° - - - - /parameters/SENS_MPDT6_ROT/values/5/description - - Yaw 225° - - - - /parameters/SENS_MPDT6_ROT/values/6/description - - Yaw 270° - - - - /parameters/SENS_MPDT6_ROT/values/7/description - - Yaw 315° - - - - /parameters/SENS_MPDT7_ROT/shortDesc - - MappyDot Sensor 7 Rotation - - - - /parameters/SENS_MPDT7_ROT/longDesc - - This parameter defines the rotation of the Mappydot sensor relative to the platform. - - - - /parameters/SENS_MPDT7_ROT/values/0/description - - No rotation - - - - /parameters/SENS_MPDT7_ROT/values/1/description - - Yaw 45° - - - - /parameters/SENS_MPDT7_ROT/values/2/description - - Yaw 90° - - - - /parameters/SENS_MPDT7_ROT/values/3/description - - Yaw 135° - - - - /parameters/SENS_MPDT7_ROT/values/4/description - - Yaw 180° - - - - /parameters/SENS_MPDT7_ROT/values/5/description - - Yaw 225° - - - - /parameters/SENS_MPDT7_ROT/values/6/description - - Yaw 270° - - - - /parameters/SENS_MPDT7_ROT/values/7/description - - Yaw 315° - - - - /parameters/SENS_MPDT8_ROT/shortDesc - - MappyDot Sensor 8 Rotation - - - - /parameters/SENS_MPDT8_ROT/longDesc - - This parameter defines the rotation of the Mappydot sensor relative to the platform. - - - - /parameters/SENS_MPDT8_ROT/values/0/description - - No rotation - - - - /parameters/SENS_MPDT8_ROT/values/1/description - - Yaw 45° - - - - /parameters/SENS_MPDT8_ROT/values/2/description - - Yaw 90° - - - - /parameters/SENS_MPDT8_ROT/values/3/description - - Yaw 135° - - - - /parameters/SENS_MPDT8_ROT/values/4/description - - Yaw 180° - - - - /parameters/SENS_MPDT8_ROT/values/5/description - - Yaw 225° - - - - /parameters/SENS_MPDT8_ROT/values/6/description - - Yaw 270° - - - - /parameters/SENS_MPDT8_ROT/values/7/description - - Yaw 315° - - - - /parameters/SENS_MPDT9_ROT/shortDesc - - MappyDot Sensor 9 Rotation - - - - /parameters/SENS_MPDT9_ROT/longDesc - - This parameter defines the rotation of the Mappydot sensor relative to the platform. - - - - /parameters/SENS_MPDT9_ROT/values/0/description - - No rotation - - - - /parameters/SENS_MPDT9_ROT/values/1/description - - Yaw 45° - - - - /parameters/SENS_MPDT9_ROT/values/2/description - - Yaw 90° - - - - /parameters/SENS_MPDT9_ROT/values/3/description - - Yaw 135° - - - - /parameters/SENS_MPDT9_ROT/values/4/description - - Yaw 180° - - - - /parameters/SENS_MPDT9_ROT/values/5/description - - Yaw 225° - - - - /parameters/SENS_MPDT9_ROT/values/6/description - - Yaw 270° - - - - /parameters/SENS_MPDT9_ROT/values/7/description - - Yaw 315° - - - - /parameters/SENS_OR_ADIS164X/shortDesc - - Analog Devices ADIS16448 IMU Orientation(external SPI) - - - - /parameters/SENS_OR_ADIS164X/values/0/description - - ROTATION_NONE - - - - /parameters/SENS_OR_ADIS164X/values/4/description - - ROTATION_YAW_180 - - - - /parameters/SENS_SF0X_CFG/shortDesc - - Serial Configuration for Lightware Laser Rangefinder (serial) - - - - /parameters/SENS_SF0X_CFG/longDesc - - Configure on which serial port to run Lightware Laser Rangefinder (serial). - - - - /parameters/SENS_SF0X_CFG/values/0/description - - Disabled - - - - /parameters/SENS_SF0X_CFG/values/6/description - - UART 6 - - - - /parameters/SENS_SF0X_CFG/values/101/description - - TELEM 1 - - - - /parameters/SENS_SF0X_CFG/values/102/description - - TELEM 2 - - - - /parameters/SENS_SF0X_CFG/values/103/description - - TELEM 3 - - - - /parameters/SENS_SF0X_CFG/values/104/description - - TELEM/SERIAL 4 - - - - /parameters/SENS_SF0X_CFG/values/201/description - - GPS 1 - - - - /parameters/SENS_SF0X_CFG/values/202/description - - GPS 2 - - - - /parameters/SENS_SF0X_CFG/values/203/description - - GPS 3 - - - - /parameters/SENS_SF0X_CFG/values/300/description - - Radio Controller - - - - /parameters/SENS_SF0X_CFG/values/301/description - - Wifi Port - - - - /parameters/SENS_SF0X_CFG/values/401/description - - EXT2 - - - - /parameters/SENS_TEMP_ID/shortDesc - - Target IMU device ID to regulate temperature - - - - /parameters/SENS_TFLOW_CFG/shortDesc - - Serial Configuration for ThoneFlow-3901U optical flow sensor - - - - /parameters/SENS_TFLOW_CFG/longDesc - - Configure on which serial port to run ThoneFlow-3901U optical flow sensor. - - - - /parameters/SENS_TFLOW_CFG/values/0/description - - Disabled - - - - /parameters/SENS_TFLOW_CFG/values/6/description - - UART 6 - - - - /parameters/SENS_TFLOW_CFG/values/101/description - - TELEM 1 - - - - /parameters/SENS_TFLOW_CFG/values/102/description - - TELEM 2 - - - - /parameters/SENS_TFLOW_CFG/values/103/description - - TELEM 3 - - - - /parameters/SENS_TFLOW_CFG/values/104/description - - TELEM/SERIAL 4 - - - - /parameters/SENS_TFLOW_CFG/values/201/description - - GPS 1 - - - - /parameters/SENS_TFLOW_CFG/values/202/description - - GPS 2 - - - - /parameters/SENS_TFLOW_CFG/values/203/description - - GPS 3 - - - - /parameters/SENS_TFLOW_CFG/values/300/description - - Radio Controller - - - - /parameters/SENS_TFLOW_CFG/values/301/description - - Wifi Port - - - - /parameters/SENS_TFLOW_CFG/values/401/description - - EXT2 - - - - /parameters/SENS_TFMINI_CFG/shortDesc - - Serial Configuration for Benewake TFmini Rangefinder - - - - /parameters/SENS_TFMINI_CFG/longDesc - - Configure on which serial port to run Benewake TFmini Rangefinder. - - - - /parameters/SENS_TFMINI_CFG/values/0/description - - Disabled - - - - /parameters/SENS_TFMINI_CFG/values/6/description - - UART 6 - - - - /parameters/SENS_TFMINI_CFG/values/101/description - - TELEM 1 - - - - /parameters/SENS_TFMINI_CFG/values/102/description - - TELEM 2 - - - - /parameters/SENS_TFMINI_CFG/values/103/description - - TELEM 3 - - - - /parameters/SENS_TFMINI_CFG/values/104/description - - TELEM/SERIAL 4 - - - - /parameters/SENS_TFMINI_CFG/values/201/description - - GPS 1 - - - - /parameters/SENS_TFMINI_CFG/values/202/description - - GPS 2 - - - - /parameters/SENS_TFMINI_CFG/values/203/description - - GPS 3 - - - - /parameters/SENS_TFMINI_CFG/values/300/description - - Radio Controller - - - - /parameters/SENS_TFMINI_CFG/values/301/description - - Wifi Port - - - - /parameters/SENS_TFMINI_CFG/values/401/description - - EXT2 - - - - /parameters/SENS_ULAND_CFG/shortDesc - - Serial Configuration for uLanding Radar - - - - /parameters/SENS_ULAND_CFG/longDesc - - Configure on which serial port to run uLanding Radar. - - - - /parameters/SENS_ULAND_CFG/values/0/description - - Disabled - - - - /parameters/SENS_ULAND_CFG/values/6/description - - UART 6 - - - - /parameters/SENS_ULAND_CFG/values/101/description - - TELEM 1 - - - - /parameters/SENS_ULAND_CFG/values/102/description - - TELEM 2 - - - - /parameters/SENS_ULAND_CFG/values/103/description - - TELEM 3 - - - - /parameters/SENS_ULAND_CFG/values/104/description - - TELEM/SERIAL 4 - - - - /parameters/SENS_ULAND_CFG/values/201/description - - GPS 1 - - - - /parameters/SENS_ULAND_CFG/values/202/description - - GPS 2 - - - - /parameters/SENS_ULAND_CFG/values/203/description - - GPS 3 - - - - /parameters/SENS_ULAND_CFG/values/300/description - - Radio Controller - - - - /parameters/SENS_ULAND_CFG/values/301/description - - Wifi Port - - - - /parameters/SENS_ULAND_CFG/values/401/description - - EXT2 - - - - /parameters/SENS_VN_CFG/shortDesc - - Serial Configuration for VectorNav (VN-100, VN-200, VN-300) - - - - /parameters/SENS_VN_CFG/longDesc - - Configure on which serial port to run VectorNav (VN-100, VN-200, VN-300). - - - - /parameters/SENS_VN_CFG/values/0/description - - Disabled - - - - /parameters/SENS_VN_CFG/values/6/description - - UART 6 - - - - /parameters/SENS_VN_CFG/values/101/description - - TELEM 1 - - - - /parameters/SENS_VN_CFG/values/102/description - - TELEM 2 - - - - /parameters/SENS_VN_CFG/values/103/description - - TELEM 3 - - - - /parameters/SENS_VN_CFG/values/104/description - - TELEM/SERIAL 4 - - - - /parameters/SENS_VN_CFG/values/201/description - - GPS 1 - - - - /parameters/SENS_VN_CFG/values/202/description - - GPS 2 - - - - /parameters/SENS_VN_CFG/values/203/description - - GPS 3 - - - - /parameters/SENS_VN_CFG/values/300/description - - Radio Controller - - - - /parameters/SENS_VN_CFG/values/301/description - - Wifi Port - - - - /parameters/SENS_VN_CFG/values/401/description - - EXT2 - - - - /parameters/SF45_ORIENT_CFG/shortDesc - - Orientation upright or facing downward - - - - /parameters/SF45_ORIENT_CFG/longDesc - - The SF45 mounted facing upward or downward on the frame - - - - /parameters/SF45_ORIENT_CFG/values/0/description - - Rotation upward - - - - /parameters/SF45_ORIENT_CFG/values/1/description - - Rotation downward - - - - /parameters/SF45_UPDATE_CFG/shortDesc - - Update rate in Hz - - - - /parameters/SF45_UPDATE_CFG/longDesc - - The SF45 sets the update rate in Hz to allow greater resolution - - - - /parameters/SF45_UPDATE_CFG/values/1/description - - 50hz - - - - /parameters/SF45_UPDATE_CFG/values/2/description - - 100hz - - - - /parameters/SF45_UPDATE_CFG/values/3/description - - 200hz - - - - /parameters/SF45_UPDATE_CFG/values/4/description - - 400hz - - - - /parameters/SF45_UPDATE_CFG/values/5/description - - 500hz - - - - /parameters/SF45_UPDATE_CFG/values/6/description - - 625hz - - - - /parameters/SF45_UPDATE_CFG/values/7/description - - 1000hz - - - - /parameters/SF45_UPDATE_CFG/values/8/description - - 1250hz - - - - /parameters/SF45_UPDATE_CFG/values/9/description - - 1538hz - - - - /parameters/SF45_UPDATE_CFG/values/10/description - - 2000hz - - - - /parameters/SF45_UPDATE_CFG/values/11/description - - 2500hz - - - - /parameters/SF45_UPDATE_CFG/values/12/description - - 5000hz - - - - /parameters/SF45_YAW_CFG/shortDesc - - Sensor facing forward or backward - - - - /parameters/SF45_YAW_CFG/longDesc - - The usb port on the sensor indicates 180deg, opposite usb is forward facing - - - - /parameters/SF45_YAW_CFG/values/0/description - - Rotation forward - - - - /parameters/SF45_YAW_CFG/values/1/description - - Rotation backward - - - - /parameters/SF45_YAW_CFG/values/2/description - - Rotation right - - - - /parameters/SF45_YAW_CFG/values/3/description - - Rotation left - - - - /parameters/SIM_ARSPD_FAIL/shortDesc - - Dynamically simulate failure of airspeed sensor instance - - - - /parameters/SIM_ARSPD_FAIL/values/0/description - - Disabled - - - - /parameters/SIM_ARSPD_FAIL/values/1/description - - Enabled - - - - /parameters/VN_MODE/shortDesc - - VectorNav driver mode - - - - /parameters/VN_MODE/longDesc - - INS or sensors - - - - /parameters/VN_MODE/values/0/description - - Sensors Only (default) - - - - /parameters/VN_MODE/values/1/description - - INS - - - - /parameters/VOXLPM_SHUNT_BAT/shortDesc - - VOXL Power Monitor Shunt, Battery - - - - /parameters/VOXLPM_SHUNT_REG/shortDesc - - VOXL Power Monitor Shunt, Regulator - - - - /parameters/SEP_AUTO_CONFIG/shortDesc - - Toggle automatic receiver configuration - - - - /parameters/SEP_AUTO_CONFIG/longDesc - - By default, the receiver is automatically configured. Sometimes it may be used for multiple purposes. If the offered parameters aren't sufficient, this parameter can be disabled to have full control of the receiver configuration. A good way to use this is to enable automatic configuration, let the receiver be configured, and then disable it to make manual adjustments. - - - - /parameters/SEP_AUTO_CONFIG/values/0/description - - Disabled - - - - /parameters/SEP_AUTO_CONFIG/values/1/description - - Enabled - - - - /parameters/SEP_CONST_USAGE/shortDesc - - Usage of different constellations - - - - /parameters/SEP_CONST_USAGE/longDesc - - Choice of which constellations the receiver should use for PVT computation. When this is 0, the constellation usage isn't changed. - - - - /parameters/SEP_CONST_USAGE/bitmask/0/description - - GPS - - - - /parameters/SEP_CONST_USAGE/bitmask/1/description - - GLONASS - - - - /parameters/SEP_CONST_USAGE/bitmask/2/description - - Galileo - - - - /parameters/SEP_CONST_USAGE/bitmask/3/description - - SBAS - - - - /parameters/SEP_CONST_USAGE/bitmask/4/description - - BeiDou - - - - /parameters/SEP_DUMP_COMM/shortDesc - - Log GPS communication data - - - - /parameters/SEP_DUMP_COMM/longDesc - - Log raw communication between the driver and connected receivers. For example, "To receiver" will log all commands and corrections sent by the driver to the receiver. - - - - /parameters/SEP_DUMP_COMM/values/0/description - - Disabled - - - - /parameters/SEP_DUMP_COMM/values/1/description - - From receiver - - - - /parameters/SEP_DUMP_COMM/values/2/description - - To receiver - - - - /parameters/SEP_DUMP_COMM/values/3/description - - Both - - - - /parameters/SEP_HARDW_SETUP/shortDesc - - Setup and expected use of the hardware - - - - /parameters/SEP_HARDW_SETUP/longDesc - - Setup and expected use of the hardware. - Default: Use two receivers as completely separate instances. - Moving base: Use two receivers in a rover & moving base setup for heading. - - - - /parameters/SEP_HARDW_SETUP/values/0/description - - Default - - - - /parameters/SEP_HARDW_SETUP/values/1/description - - Moving base - - - - /parameters/SEP_LOG_FORCE/shortDesc - - Whether to overwrite or add to existing logging - - - - /parameters/SEP_LOG_FORCE/longDesc - - When the receiver is already set up to log data, this decides whether extra logged data should be added or overwrite existing data. - - - - /parameters/SEP_LOG_FORCE/values/0/description - - Disabled - - - - /parameters/SEP_LOG_FORCE/values/1/description - - Enabled - - - - /parameters/SEP_LOG_HZ/shortDesc - - Logging frequency for the receiver - - - - /parameters/SEP_LOG_HZ/longDesc - - Select the frequency at which the connected receiver should log data to its internal storage. - - - - /parameters/SEP_LOG_HZ/values/0/description - - Disabled - - - - /parameters/SEP_LOG_HZ/values/1/description - - 0.1 Hz - - - - /parameters/SEP_LOG_HZ/values/2/description - - 0.2 Hz - - - - /parameters/SEP_LOG_HZ/values/3/description - - 0.5 Hz - - - - /parameters/SEP_LOG_HZ/values/4/description - - 1 Hz - - - - /parameters/SEP_LOG_HZ/values/5/description - - 2 Hz - - - - /parameters/SEP_LOG_HZ/values/6/description - - 5 Hz - - - - /parameters/SEP_LOG_HZ/values/7/description - - 10 Hz - - - - /parameters/SEP_LOG_HZ/values/8/description - - 20 Hz - - - - /parameters/SEP_LOG_HZ/values/9/description - - 25 Hz - - - - /parameters/SEP_LOG_HZ/values/10/description - - 50 Hz - - - - /parameters/SEP_LOG_LEVEL/shortDesc - - Logging level for the receiver - - - - /parameters/SEP_LOG_LEVEL/longDesc - - Select the level of detail that needs to be logged by the receiver. - - - - /parameters/SEP_LOG_LEVEL/values/0/description - - Lite - - - - /parameters/SEP_LOG_LEVEL/values/1/description - - Basic - - - - /parameters/SEP_LOG_LEVEL/values/2/description - - Default - - - - /parameters/SEP_LOG_LEVEL/values/3/description - - Full - - - - /parameters/SEP_OUTP_HZ/shortDesc - - Output frequency of main SBF blocks - - - - /parameters/SEP_OUTP_HZ/longDesc - - The output frequency of the main SBF blocks needed for PVT information. - - - - /parameters/SEP_OUTP_HZ/values/0/description - - 5 Hz - - - - /parameters/SEP_OUTP_HZ/values/1/description - - 10 Hz - - - - /parameters/SEP_OUTP_HZ/values/2/description - - 20 Hz - - - - /parameters/SEP_OUTP_HZ/values/3/description - - 25 Hz - - - - /parameters/SEP_PITCH_OFFS/shortDesc - - Pitch offset for dual antenna GPS - - - - /parameters/SEP_PITCH_OFFS/longDesc - - Vertical offsets can be compensated for by adjusting the Pitch offset. Note that this can be interpreted as the "roll" angle in case the antennas are aligned along the perpendicular axis. This occurs in situations where the two antenna ARPs may not be exactly at the same height in the vehicle reference frame. Since pitch is defined as the right-handed rotation about the vehicle Y axis, a situation where the main antenna is mounted lower than the aux antenna (assuming the default antenna setup) will result in a positive pitch. - - - - /parameters/SEP_PORT1_CFG/shortDesc - - Serial Configuration for GPS Port - - - - /parameters/SEP_PORT1_CFG/longDesc - - Configure on which serial port to run GPS Port. - - - - /parameters/SEP_PORT1_CFG/values/0/description - - Disabled - - - - /parameters/SEP_PORT1_CFG/values/6/description - - UART 6 - - - - /parameters/SEP_PORT1_CFG/values/101/description - - TELEM 1 - - - - /parameters/SEP_PORT1_CFG/values/102/description - - TELEM 2 - - - - /parameters/SEP_PORT1_CFG/values/103/description - - TELEM 3 - - - - /parameters/SEP_PORT1_CFG/values/104/description - - TELEM/SERIAL 4 - - - - /parameters/SEP_PORT1_CFG/values/201/description - - GPS 1 - - - - /parameters/SEP_PORT1_CFG/values/202/description - - GPS 2 - - - - /parameters/SEP_PORT1_CFG/values/203/description - - GPS 3 - - - - /parameters/SEP_PORT1_CFG/values/300/description - - Radio Controller - - - - /parameters/SEP_PORT1_CFG/values/301/description - - Wifi Port - - - - /parameters/SEP_PORT1_CFG/values/401/description - - EXT2 - - - - /parameters/SEP_PORT2_CFG/shortDesc - - Serial Configuration for Secondary GPS port - - - - /parameters/SEP_PORT2_CFG/longDesc - - Configure on which serial port to run Secondary GPS port. - - - - /parameters/SEP_PORT2_CFG/values/0/description - - Disabled - - - - /parameters/SEP_PORT2_CFG/values/6/description - - UART 6 - - - - /parameters/SEP_PORT2_CFG/values/101/description - - TELEM 1 - - - - /parameters/SEP_PORT2_CFG/values/102/description - - TELEM 2 - - - - /parameters/SEP_PORT2_CFG/values/103/description - - TELEM 3 - - - - /parameters/SEP_PORT2_CFG/values/104/description - - TELEM/SERIAL 4 - - - - /parameters/SEP_PORT2_CFG/values/201/description - - GPS 1 - - - - /parameters/SEP_PORT2_CFG/values/202/description - - GPS 2 - - - - /parameters/SEP_PORT2_CFG/values/203/description - - GPS 3 - - - - /parameters/SEP_PORT2_CFG/values/300/description - - Radio Controller - - - - /parameters/SEP_PORT2_CFG/values/301/description - - Wifi Port - - - - /parameters/SEP_PORT2_CFG/values/401/description - - EXT2 - - - - /parameters/SEP_SAT_INFO/shortDesc - - Enable sat info - - - - /parameters/SEP_SAT_INFO/longDesc - - Enable publication of satellite info (ORB_ID(satellite_info)) if possible. - - - - /parameters/SEP_SAT_INFO/values/0/description - - Disabled - - - - /parameters/SEP_SAT_INFO/values/1/description - - Enabled - - - - /parameters/SEP_STREAM_LOG/shortDesc - - Logging stream used during automatic configuration - - - - /parameters/SEP_STREAM_LOG/longDesc - - The stream the autopilot sets up on the receiver to output the logging data. Set this to another value if the default stream is already used for another purpose. - - - - /parameters/SEP_STREAM_MAIN/shortDesc - - Main stream used during automatic configuration - - - - /parameters/SEP_STREAM_MAIN/longDesc - - The stream the autopilot sets up on the receiver to output the main data. Set this to another value if the default stream is already used for another purpose. - - - - /parameters/SEP_YAW_OFFS/shortDesc - - Heading/Yaw offset for dual antenna GPS - - - - /parameters/SEP_YAW_OFFS/longDesc - - Heading offset angle for dual antenna GPS setups that support heading estimation. Set this to 0 if the antennas are parallel to the forward-facing direction of the vehicle and the rover antenna is in front. The offset angle increases clockwise. Set this to 90 if the rover antenna is placed on the right side of the vehicle and the moving base antenna is on the left side. - - - - /parameters/RC_CRSF_PRT_CFG/shortDesc - - Serial Configuration for CRSF RC Input Driver - - - - /parameters/RC_CRSF_PRT_CFG/longDesc - - Configure on which serial port to run CRSF RC Input Driver. Crossfire RC (CRSF) driver. - - - - /parameters/RC_CRSF_PRT_CFG/values/0/description - - Disabled - - - - /parameters/RC_CRSF_PRT_CFG/values/6/description - - UART 6 - - - - /parameters/RC_CRSF_PRT_CFG/values/101/description - - TELEM 1 - - - - /parameters/RC_CRSF_PRT_CFG/values/102/description - - TELEM 2 - - - - /parameters/RC_CRSF_PRT_CFG/values/103/description - - TELEM 3 - - - - /parameters/RC_CRSF_PRT_CFG/values/104/description - - TELEM/SERIAL 4 - - - - /parameters/RC_CRSF_PRT_CFG/values/201/description - - GPS 1 - - - - /parameters/RC_CRSF_PRT_CFG/values/202/description - - GPS 2 - - - - /parameters/RC_CRSF_PRT_CFG/values/203/description - - GPS 3 - - - - /parameters/RC_CRSF_PRT_CFG/values/300/description - - Radio Controller - - - - /parameters/RC_CRSF_PRT_CFG/values/301/description - - Wifi Port - - - - /parameters/RC_CRSF_PRT_CFG/values/401/description - - EXT2 - - - - /parameters/RC_PORT_CONFIG/shortDesc - - Serial Configuration for RC Input Driver - - - - /parameters/RC_PORT_CONFIG/longDesc - - Configure on which serial port to run RC Input Driver. Setting this to 'Disabled' will use a board-specific default port for RC input. - - - - /parameters/RC_PORT_CONFIG/values/0/description - - Disabled - - - - /parameters/RC_PORT_CONFIG/values/6/description - - UART 6 - - - - /parameters/RC_PORT_CONFIG/values/101/description - - TELEM 1 - - - - /parameters/RC_PORT_CONFIG/values/102/description - - TELEM 2 - - - - /parameters/RC_PORT_CONFIG/values/103/description - - TELEM 3 - - - - /parameters/RC_PORT_CONFIG/values/104/description - - TELEM/SERIAL 4 - - - - /parameters/RC_PORT_CONFIG/values/201/description - - GPS 1 - - - - /parameters/RC_PORT_CONFIG/values/202/description - - GPS 2 - - - - /parameters/RC_PORT_CONFIG/values/203/description - - GPS 3 - - - - /parameters/RC_PORT_CONFIG/values/300/description - - Radio Controller - - - - /parameters/RC_PORT_CONFIG/values/301/description - - Wifi Port - - - - /parameters/RC_PORT_CONFIG/values/401/description - - EXT2 - - - - /parameters/SER_EXT2_BAUD/shortDesc - - Baudrate for the EXT2 Serial Port - - - - /parameters/SER_EXT2_BAUD/longDesc - - Configure the Baudrate for the EXT2 Serial Port. Note: certain drivers such as the GPS can determine the Baudrate automatically. - - - - /parameters/SER_EXT2_BAUD/values/0/description - - Auto - - - - /parameters/SER_EXT2_BAUD/values/50/description - - 50 8N1 - - - - /parameters/SER_EXT2_BAUD/values/75/description - - 75 8N1 - - - - /parameters/SER_EXT2_BAUD/values/110/description - - 110 8N1 - - - - /parameters/SER_EXT2_BAUD/values/134/description - - 134 8N1 - - - - /parameters/SER_EXT2_BAUD/values/150/description - - 150 8N1 - - - - /parameters/SER_EXT2_BAUD/values/200/description - - 200 8N1 - - - - /parameters/SER_EXT2_BAUD/values/300/description - - 300 8N1 - - - - /parameters/SER_EXT2_BAUD/values/600/description - - 600 8N1 - - - - /parameters/SER_EXT2_BAUD/values/1200/description - - 1200 8N1 - - - - /parameters/SER_EXT2_BAUD/values/1800/description - - 1800 8N1 - - - - /parameters/SER_EXT2_BAUD/values/2400/description - - 2400 8N1 - - - - /parameters/SER_EXT2_BAUD/values/4800/description - - 4800 8N1 - - - - /parameters/SER_EXT2_BAUD/values/9600/description - - 9600 8N1 - - - - /parameters/SER_EXT2_BAUD/values/19200/description - - 19200 8N1 - - - - /parameters/SER_EXT2_BAUD/values/38400/description - - 38400 8N1 - - - - /parameters/SER_EXT2_BAUD/values/57600/description - - 57600 8N1 - - - - /parameters/SER_EXT2_BAUD/values/115200/description - - 115200 8N1 - - - - /parameters/SER_EXT2_BAUD/values/230400/description - - 230400 8N1 - - - - /parameters/SER_EXT2_BAUD/values/460800/description - - 460800 8N1 - - - - /parameters/SER_EXT2_BAUD/values/500000/description - - 500000 8N1 - - - - /parameters/SER_EXT2_BAUD/values/921600/description - - 921600 8N1 - - - - /parameters/SER_EXT2_BAUD/values/1000000/description - - 1000000 8N1 - - - - /parameters/SER_EXT2_BAUD/values/1500000/description - - 1500000 8N1 - - - - /parameters/SER_EXT2_BAUD/values/2000000/description - - 2000000 8N1 - - - - /parameters/SER_EXT2_BAUD/values/3000000/description - - 3000000 8N1 - - - - /parameters/SER_GPS1_BAUD/shortDesc - - Baudrate for the GPS 1 Serial Port - - - - /parameters/SER_GPS1_BAUD/longDesc - - Configure the Baudrate for the GPS 1 Serial Port. Note: certain drivers such as the GPS can determine the Baudrate automatically. - - - - /parameters/SER_GPS1_BAUD/values/0/description - - Auto - - - - /parameters/SER_GPS1_BAUD/values/50/description - - 50 8N1 - - - - /parameters/SER_GPS1_BAUD/values/75/description - - 75 8N1 - - - - /parameters/SER_GPS1_BAUD/values/110/description - - 110 8N1 - - - - /parameters/SER_GPS1_BAUD/values/134/description - - 134 8N1 - - - - /parameters/SER_GPS1_BAUD/values/150/description - - 150 8N1 - - - - /parameters/SER_GPS1_BAUD/values/200/description - - 200 8N1 - - - - /parameters/SER_GPS1_BAUD/values/300/description - - 300 8N1 - - - - /parameters/SER_GPS1_BAUD/values/600/description - - 600 8N1 - - - - /parameters/SER_GPS1_BAUD/values/1200/description - - 1200 8N1 - - - - /parameters/SER_GPS1_BAUD/values/1800/description - - 1800 8N1 - - - - /parameters/SER_GPS1_BAUD/values/2400/description - - 2400 8N1 - - - - /parameters/SER_GPS1_BAUD/values/4800/description - - 4800 8N1 - - - - /parameters/SER_GPS1_BAUD/values/9600/description - - 9600 8N1 - - - - /parameters/SER_GPS1_BAUD/values/19200/description - - 19200 8N1 - - - - /parameters/SER_GPS1_BAUD/values/38400/description - - 38400 8N1 - - - - /parameters/SER_GPS1_BAUD/values/57600/description - - 57600 8N1 - - - - /parameters/SER_GPS1_BAUD/values/115200/description - - 115200 8N1 - - - - /parameters/SER_GPS1_BAUD/values/230400/description - - 230400 8N1 - - - - /parameters/SER_GPS1_BAUD/values/460800/description - - 460800 8N1 - - - - /parameters/SER_GPS1_BAUD/values/500000/description - - 500000 8N1 - - - - /parameters/SER_GPS1_BAUD/values/921600/description - - 921600 8N1 - - - - /parameters/SER_GPS1_BAUD/values/1000000/description - - 1000000 8N1 - - - - /parameters/SER_GPS1_BAUD/values/1500000/description - - 1500000 8N1 - - - - /parameters/SER_GPS1_BAUD/values/2000000/description - - 2000000 8N1 - - - - /parameters/SER_GPS1_BAUD/values/3000000/description - - 3000000 8N1 - - - - /parameters/SER_GPS2_BAUD/shortDesc - - Baudrate for the GPS 2 Serial Port - - - - /parameters/SER_GPS2_BAUD/longDesc - - Configure the Baudrate for the GPS 2 Serial Port. Note: certain drivers such as the GPS can determine the Baudrate automatically. - - - - /parameters/SER_GPS2_BAUD/values/0/description - - Auto - - - - /parameters/SER_GPS2_BAUD/values/50/description - - 50 8N1 - - - - /parameters/SER_GPS2_BAUD/values/75/description - - 75 8N1 - - - - /parameters/SER_GPS2_BAUD/values/110/description - - 110 8N1 - - - - /parameters/SER_GPS2_BAUD/values/134/description - - 134 8N1 - - - - /parameters/SER_GPS2_BAUD/values/150/description - - 150 8N1 - - - - /parameters/SER_GPS2_BAUD/values/200/description - - 200 8N1 - - - - /parameters/SER_GPS2_BAUD/values/300/description - - 300 8N1 - - - - /parameters/SER_GPS2_BAUD/values/600/description - - 600 8N1 - - - - /parameters/SER_GPS2_BAUD/values/1200/description - - 1200 8N1 - - - - /parameters/SER_GPS2_BAUD/values/1800/description - - 1800 8N1 - - - - /parameters/SER_GPS2_BAUD/values/2400/description - - 2400 8N1 - - - - /parameters/SER_GPS2_BAUD/values/4800/description - - 4800 8N1 - - - - /parameters/SER_GPS2_BAUD/values/9600/description - - 9600 8N1 - - - - /parameters/SER_GPS2_BAUD/values/19200/description - - 19200 8N1 - - - - /parameters/SER_GPS2_BAUD/values/38400/description - - 38400 8N1 - - - - /parameters/SER_GPS2_BAUD/values/57600/description - - 57600 8N1 - - - - /parameters/SER_GPS2_BAUD/values/115200/description - - 115200 8N1 - - - - /parameters/SER_GPS2_BAUD/values/230400/description - - 230400 8N1 - - - - /parameters/SER_GPS2_BAUD/values/460800/description - - 460800 8N1 - - - - /parameters/SER_GPS2_BAUD/values/500000/description - - 500000 8N1 - - - - /parameters/SER_GPS2_BAUD/values/921600/description - - 921600 8N1 - - - - /parameters/SER_GPS2_BAUD/values/1000000/description - - 1000000 8N1 - - - - /parameters/SER_GPS2_BAUD/values/1500000/description - - 1500000 8N1 - - - - /parameters/SER_GPS2_BAUD/values/2000000/description - - 2000000 8N1 - - - - /parameters/SER_GPS2_BAUD/values/3000000/description - - 3000000 8N1 - - - - /parameters/SER_GPS3_BAUD/shortDesc - - Baudrate for the GPS 3 Serial Port - - - - /parameters/SER_GPS3_BAUD/longDesc - - Configure the Baudrate for the GPS 3 Serial Port. Note: certain drivers such as the GPS can determine the Baudrate automatically. - - - - /parameters/SER_GPS3_BAUD/values/0/description - - Auto - - - - /parameters/SER_GPS3_BAUD/values/50/description - - 50 8N1 - - - - /parameters/SER_GPS3_BAUD/values/75/description - - 75 8N1 - - - - /parameters/SER_GPS3_BAUD/values/110/description - - 110 8N1 - - - - /parameters/SER_GPS3_BAUD/values/134/description - - 134 8N1 - - - - /parameters/SER_GPS3_BAUD/values/150/description - - 150 8N1 - - - - /parameters/SER_GPS3_BAUD/values/200/description - - 200 8N1 - - - - /parameters/SER_GPS3_BAUD/values/300/description - - 300 8N1 - - - - /parameters/SER_GPS3_BAUD/values/600/description - - 600 8N1 - - - - /parameters/SER_GPS3_BAUD/values/1200/description - - 1200 8N1 - - - - /parameters/SER_GPS3_BAUD/values/1800/description - - 1800 8N1 - - - - /parameters/SER_GPS3_BAUD/values/2400/description - - 2400 8N1 - - - - /parameters/SER_GPS3_BAUD/values/4800/description - - 4800 8N1 - - - - /parameters/SER_GPS3_BAUD/values/9600/description - - 9600 8N1 - - - - /parameters/SER_GPS3_BAUD/values/19200/description - - 19200 8N1 - - - - /parameters/SER_GPS3_BAUD/values/38400/description - - 38400 8N1 - - - - /parameters/SER_GPS3_BAUD/values/57600/description - - 57600 8N1 - - - - /parameters/SER_GPS3_BAUD/values/115200/description - - 115200 8N1 - - - - /parameters/SER_GPS3_BAUD/values/230400/description - - 230400 8N1 - - - - /parameters/SER_GPS3_BAUD/values/460800/description - - 460800 8N1 - - - - /parameters/SER_GPS3_BAUD/values/500000/description - - 500000 8N1 - - - - /parameters/SER_GPS3_BAUD/values/921600/description - - 921600 8N1 - - - - /parameters/SER_GPS3_BAUD/values/1000000/description - - 1000000 8N1 - - - - /parameters/SER_GPS3_BAUD/values/1500000/description - - 1500000 8N1 - - - - /parameters/SER_GPS3_BAUD/values/2000000/description - - 2000000 8N1 - - - - /parameters/SER_GPS3_BAUD/values/3000000/description - - 3000000 8N1 - - - - /parameters/SER_MXS_BAUD/shortDesc - - MXS Serial Communication Baud rate - - - - /parameters/SER_MXS_BAUD/longDesc - - Baudrate for the Serial Port connected to the MXS Transponder - - - - /parameters/SER_MXS_BAUD/values/0/description - - 38400 - - - - /parameters/SER_MXS_BAUD/values/1/description - - 600 - - - - /parameters/SER_MXS_BAUD/values/2/description - - 4800 - - - - /parameters/SER_MXS_BAUD/values/3/description - - 9600 - - - - /parameters/SER_MXS_BAUD/values/4/description - - RESERVED - - - - /parameters/SER_MXS_BAUD/values/5/description - - 57600 - - - - /parameters/SER_MXS_BAUD/values/6/description - - 115200 - - - - /parameters/SER_MXS_BAUD/values/7/description - - 230400 - - - - /parameters/SER_MXS_BAUD/values/8/description - - 19200 - - - - /parameters/SER_MXS_BAUD/values/9/description - - 460800 - - - - /parameters/SER_MXS_BAUD/values/10/description - - 921600 - - - - /parameters/SER_RC_BAUD/shortDesc - - Baudrate for the Radio Controller Serial Port - - - - /parameters/SER_RC_BAUD/longDesc - - Configure the Baudrate for the Radio Controller Serial Port. Note: certain drivers such as the GPS can determine the Baudrate automatically. - - - - /parameters/SER_RC_BAUD/values/0/description - - Auto - - - - /parameters/SER_RC_BAUD/values/50/description - - 50 8N1 - - - - /parameters/SER_RC_BAUD/values/75/description - - 75 8N1 - - - - /parameters/SER_RC_BAUD/values/110/description - - 110 8N1 - - - - /parameters/SER_RC_BAUD/values/134/description - - 134 8N1 - - - - /parameters/SER_RC_BAUD/values/150/description - - 150 8N1 - - - - /parameters/SER_RC_BAUD/values/200/description - - 200 8N1 - - - - /parameters/SER_RC_BAUD/values/300/description - - 300 8N1 - - - - /parameters/SER_RC_BAUD/values/600/description - - 600 8N1 - - - - /parameters/SER_RC_BAUD/values/1200/description - - 1200 8N1 - - - - /parameters/SER_RC_BAUD/values/1800/description - - 1800 8N1 - - - - /parameters/SER_RC_BAUD/values/2400/description - - 2400 8N1 - - - - /parameters/SER_RC_BAUD/values/4800/description - - 4800 8N1 - - - - /parameters/SER_RC_BAUD/values/9600/description - - 9600 8N1 - - - - /parameters/SER_RC_BAUD/values/19200/description - - 19200 8N1 - - - - /parameters/SER_RC_BAUD/values/38400/description - - 38400 8N1 - - - - /parameters/SER_RC_BAUD/values/57600/description - - 57600 8N1 - - - - /parameters/SER_RC_BAUD/values/115200/description - - 115200 8N1 - - - - /parameters/SER_RC_BAUD/values/230400/description - - 230400 8N1 - - - - /parameters/SER_RC_BAUD/values/460800/description - - 460800 8N1 - - - - /parameters/SER_RC_BAUD/values/500000/description - - 500000 8N1 - - - - /parameters/SER_RC_BAUD/values/921600/description - - 921600 8N1 - - - - /parameters/SER_RC_BAUD/values/1000000/description - - 1000000 8N1 - - - - /parameters/SER_RC_BAUD/values/1500000/description - - 1500000 8N1 - - - - /parameters/SER_RC_BAUD/values/2000000/description - - 2000000 8N1 - - - - /parameters/SER_RC_BAUD/values/3000000/description - - 3000000 8N1 - - - - /parameters/SER_TEL1_BAUD/shortDesc - - Baudrate for the TELEM 1 Serial Port - - - - /parameters/SER_TEL1_BAUD/longDesc - - Configure the Baudrate for the TELEM 1 Serial Port. Note: certain drivers such as the GPS can determine the Baudrate automatically. - - - - /parameters/SER_TEL1_BAUD/values/0/description - - Auto - - - - /parameters/SER_TEL1_BAUD/values/50/description - - 50 8N1 - - - - /parameters/SER_TEL1_BAUD/values/75/description - - 75 8N1 - - - - /parameters/SER_TEL1_BAUD/values/110/description - - 110 8N1 - - - - /parameters/SER_TEL1_BAUD/values/134/description - - 134 8N1 - - - - /parameters/SER_TEL1_BAUD/values/150/description - - 150 8N1 - - - - /parameters/SER_TEL1_BAUD/values/200/description - - 200 8N1 - - - - /parameters/SER_TEL1_BAUD/values/300/description - - 300 8N1 - - - - /parameters/SER_TEL1_BAUD/values/600/description - - 600 8N1 - - - - /parameters/SER_TEL1_BAUD/values/1200/description - - 1200 8N1 - - - - /parameters/SER_TEL1_BAUD/values/1800/description - - 1800 8N1 - - - - /parameters/SER_TEL1_BAUD/values/2400/description - - 2400 8N1 - - - - /parameters/SER_TEL1_BAUD/values/4800/description - - 4800 8N1 - - - - /parameters/SER_TEL1_BAUD/values/9600/description - - 9600 8N1 - - - - /parameters/SER_TEL1_BAUD/values/19200/description - - 19200 8N1 - - - - /parameters/SER_TEL1_BAUD/values/38400/description - - 38400 8N1 - - - - /parameters/SER_TEL1_BAUD/values/57600/description - - 57600 8N1 - - - - /parameters/SER_TEL1_BAUD/values/115200/description - - 115200 8N1 - - - - /parameters/SER_TEL1_BAUD/values/230400/description - - 230400 8N1 - - - - /parameters/SER_TEL1_BAUD/values/460800/description - - 460800 8N1 - - - - /parameters/SER_TEL1_BAUD/values/500000/description - - 500000 8N1 - - - - /parameters/SER_TEL1_BAUD/values/921600/description - - 921600 8N1 - - - - /parameters/SER_TEL1_BAUD/values/1000000/description - - 1000000 8N1 - - - - /parameters/SER_TEL1_BAUD/values/1500000/description - - 1500000 8N1 - - - - /parameters/SER_TEL1_BAUD/values/2000000/description - - 2000000 8N1 - - - - /parameters/SER_TEL1_BAUD/values/3000000/description - - 3000000 8N1 - - - - /parameters/SER_TEL2_BAUD/shortDesc - - Baudrate for the TELEM 2 Serial Port - - - - /parameters/SER_TEL2_BAUD/longDesc - - Configure the Baudrate for the TELEM 2 Serial Port. Note: certain drivers such as the GPS can determine the Baudrate automatically. - - - - /parameters/SER_TEL2_BAUD/values/0/description - - Auto - - - - /parameters/SER_TEL2_BAUD/values/50/description - - 50 8N1 - - - - /parameters/SER_TEL2_BAUD/values/75/description - - 75 8N1 - - - - /parameters/SER_TEL2_BAUD/values/110/description - - 110 8N1 - - - - /parameters/SER_TEL2_BAUD/values/134/description - - 134 8N1 - - - - /parameters/SER_TEL2_BAUD/values/150/description - - 150 8N1 - - - - /parameters/SER_TEL2_BAUD/values/200/description - - 200 8N1 - - - - /parameters/SER_TEL2_BAUD/values/300/description - - 300 8N1 - - - - /parameters/SER_TEL2_BAUD/values/600/description - - 600 8N1 - - - - /parameters/SER_TEL2_BAUD/values/1200/description - - 1200 8N1 - - - - /parameters/SER_TEL2_BAUD/values/1800/description - - 1800 8N1 - - - - /parameters/SER_TEL2_BAUD/values/2400/description - - 2400 8N1 - - - - /parameters/SER_TEL2_BAUD/values/4800/description - - 4800 8N1 - - - - /parameters/SER_TEL2_BAUD/values/9600/description - - 9600 8N1 - - - - /parameters/SER_TEL2_BAUD/values/19200/description - - 19200 8N1 - - - - /parameters/SER_TEL2_BAUD/values/38400/description - - 38400 8N1 - - - - /parameters/SER_TEL2_BAUD/values/57600/description - - 57600 8N1 - - - - /parameters/SER_TEL2_BAUD/values/115200/description - - 115200 8N1 - - - - /parameters/SER_TEL2_BAUD/values/230400/description - - 230400 8N1 - - - - /parameters/SER_TEL2_BAUD/values/460800/description - - 460800 8N1 - - - - /parameters/SER_TEL2_BAUD/values/500000/description - - 500000 8N1 - - - - /parameters/SER_TEL2_BAUD/values/921600/description - - 921600 8N1 - - - - /parameters/SER_TEL2_BAUD/values/1000000/description - - 1000000 8N1 - - - - /parameters/SER_TEL2_BAUD/values/1500000/description - - 1500000 8N1 - - - - /parameters/SER_TEL2_BAUD/values/2000000/description - - 2000000 8N1 - - - - /parameters/SER_TEL2_BAUD/values/3000000/description - - 3000000 8N1 - - - - /parameters/SER_TEL3_BAUD/shortDesc - - Baudrate for the TELEM 3 Serial Port - - - - /parameters/SER_TEL3_BAUD/longDesc - - Configure the Baudrate for the TELEM 3 Serial Port. Note: certain drivers such as the GPS can determine the Baudrate automatically. - - - - /parameters/SER_TEL3_BAUD/values/0/description - - Auto - - - - /parameters/SER_TEL3_BAUD/values/50/description - - 50 8N1 - - - - /parameters/SER_TEL3_BAUD/values/75/description - - 75 8N1 - - - - /parameters/SER_TEL3_BAUD/values/110/description - - 110 8N1 - - - - /parameters/SER_TEL3_BAUD/values/134/description - - 134 8N1 - - - - /parameters/SER_TEL3_BAUD/values/150/description - - 150 8N1 - - - - /parameters/SER_TEL3_BAUD/values/200/description - - 200 8N1 - - - - /parameters/SER_TEL3_BAUD/values/300/description - - 300 8N1 - - - - /parameters/SER_TEL3_BAUD/values/600/description - - 600 8N1 - - - - /parameters/SER_TEL3_BAUD/values/1200/description - - 1200 8N1 - - - - /parameters/SER_TEL3_BAUD/values/1800/description - - 1800 8N1 - - - - /parameters/SER_TEL3_BAUD/values/2400/description - - 2400 8N1 - - - - /parameters/SER_TEL3_BAUD/values/4800/description - - 4800 8N1 - - - - /parameters/SER_TEL3_BAUD/values/9600/description - - 9600 8N1 - - - - /parameters/SER_TEL3_BAUD/values/19200/description - - 19200 8N1 - - - - /parameters/SER_TEL3_BAUD/values/38400/description - - 38400 8N1 - - - - /parameters/SER_TEL3_BAUD/values/57600/description - - 57600 8N1 - - - - /parameters/SER_TEL3_BAUD/values/115200/description - - 115200 8N1 - - - - /parameters/SER_TEL3_BAUD/values/230400/description - - 230400 8N1 - - - - /parameters/SER_TEL3_BAUD/values/460800/description - - 460800 8N1 - - - - /parameters/SER_TEL3_BAUD/values/500000/description - - 500000 8N1 - - - - /parameters/SER_TEL3_BAUD/values/921600/description - - 921600 8N1 - - - - /parameters/SER_TEL3_BAUD/values/1000000/description - - 1000000 8N1 - - - - /parameters/SER_TEL3_BAUD/values/1500000/description - - 1500000 8N1 - - - - /parameters/SER_TEL3_BAUD/values/2000000/description - - 2000000 8N1 - - - - /parameters/SER_TEL3_BAUD/values/3000000/description - - 3000000 8N1 - - - - /parameters/SER_TEL4_BAUD/shortDesc - - Baudrate for the TELEM/SERIAL 4 Serial Port - - - - /parameters/SER_TEL4_BAUD/longDesc - - Configure the Baudrate for the TELEM/SERIAL 4 Serial Port. Note: certain drivers such as the GPS can determine the Baudrate automatically. - - - - /parameters/SER_TEL4_BAUD/values/0/description - - Auto - - - - /parameters/SER_TEL4_BAUD/values/50/description - - 50 8N1 - - - - /parameters/SER_TEL4_BAUD/values/75/description - - 75 8N1 - - - - /parameters/SER_TEL4_BAUD/values/110/description - - 110 8N1 - - - - /parameters/SER_TEL4_BAUD/values/134/description - - 134 8N1 - - - - /parameters/SER_TEL4_BAUD/values/150/description - - 150 8N1 - - - - /parameters/SER_TEL4_BAUD/values/200/description - - 200 8N1 - - - - /parameters/SER_TEL4_BAUD/values/300/description - - 300 8N1 - - - - /parameters/SER_TEL4_BAUD/values/600/description - - 600 8N1 - - - - /parameters/SER_TEL4_BAUD/values/1200/description - - 1200 8N1 - - - - /parameters/SER_TEL4_BAUD/values/1800/description - - 1800 8N1 - - - - /parameters/SER_TEL4_BAUD/values/2400/description - - 2400 8N1 - - - - /parameters/SER_TEL4_BAUD/values/4800/description - - 4800 8N1 - - - - /parameters/SER_TEL4_BAUD/values/9600/description - - 9600 8N1 - - - - /parameters/SER_TEL4_BAUD/values/19200/description - - 19200 8N1 - - - - /parameters/SER_TEL4_BAUD/values/38400/description - - 38400 8N1 - - - - /parameters/SER_TEL4_BAUD/values/57600/description - - 57600 8N1 - - - - /parameters/SER_TEL4_BAUD/values/115200/description - - 115200 8N1 - - - - /parameters/SER_TEL4_BAUD/values/230400/description - - 230400 8N1 - - - - /parameters/SER_TEL4_BAUD/values/460800/description - - 460800 8N1 - - - - /parameters/SER_TEL4_BAUD/values/500000/description - - 500000 8N1 - - - - /parameters/SER_TEL4_BAUD/values/921600/description - - 921600 8N1 - - - - /parameters/SER_TEL4_BAUD/values/1000000/description - - 1000000 8N1 - - - - /parameters/SER_TEL4_BAUD/values/1500000/description - - 1500000 8N1 - - - - /parameters/SER_TEL4_BAUD/values/2000000/description - - 2000000 8N1 - - - - /parameters/SER_TEL4_BAUD/values/3000000/description - - 3000000 8N1 - - - - /parameters/SER_URT6_BAUD/shortDesc - - Baudrate for the UART 6 Serial Port - - - - /parameters/SER_URT6_BAUD/longDesc - - Configure the Baudrate for the UART 6 Serial Port. Note: certain drivers such as the GPS can determine the Baudrate automatically. - - - - /parameters/SER_URT6_BAUD/values/0/description - - Auto - - - - /parameters/SER_URT6_BAUD/values/50/description - - 50 8N1 - - - - /parameters/SER_URT6_BAUD/values/75/description - - 75 8N1 - - - - /parameters/SER_URT6_BAUD/values/110/description - - 110 8N1 - - - - /parameters/SER_URT6_BAUD/values/134/description - - 134 8N1 - - - - /parameters/SER_URT6_BAUD/values/150/description - - 150 8N1 - - - - /parameters/SER_URT6_BAUD/values/200/description - - 200 8N1 - - - - /parameters/SER_URT6_BAUD/values/300/description - - 300 8N1 - - - - /parameters/SER_URT6_BAUD/values/600/description - - 600 8N1 - - - - /parameters/SER_URT6_BAUD/values/1200/description - - 1200 8N1 - - - - /parameters/SER_URT6_BAUD/values/1800/description - - 1800 8N1 - - - - /parameters/SER_URT6_BAUD/values/2400/description - - 2400 8N1 - - - - /parameters/SER_URT6_BAUD/values/4800/description - - 4800 8N1 - - - - /parameters/SER_URT6_BAUD/values/9600/description - - 9600 8N1 - - - - /parameters/SER_URT6_BAUD/values/19200/description - - 19200 8N1 - - - - /parameters/SER_URT6_BAUD/values/38400/description - - 38400 8N1 - - - - /parameters/SER_URT6_BAUD/values/57600/description - - 57600 8N1 - - - - /parameters/SER_URT6_BAUD/values/115200/description - - 115200 8N1 - - - - /parameters/SER_URT6_BAUD/values/230400/description - - 230400 8N1 - - - - /parameters/SER_URT6_BAUD/values/460800/description - - 460800 8N1 - - - - /parameters/SER_URT6_BAUD/values/500000/description - - 500000 8N1 - - - - /parameters/SER_URT6_BAUD/values/921600/description - - 921600 8N1 - - - - /parameters/SER_URT6_BAUD/values/1000000/description - - 1000000 8N1 - - - - /parameters/SER_URT6_BAUD/values/1500000/description - - 1500000 8N1 - - - - /parameters/SER_URT6_BAUD/values/2000000/description - - 2000000 8N1 - - - - /parameters/SER_URT6_BAUD/values/3000000/description - - 3000000 8N1 - - - - /parameters/SER_WIFI_BAUD/shortDesc - - Baudrate for the Wifi Port Serial Port - - - - /parameters/SER_WIFI_BAUD/longDesc - - Configure the Baudrate for the Wifi Port Serial Port. Note: certain drivers such as the GPS can determine the Baudrate automatically. - - - - /parameters/SER_WIFI_BAUD/values/0/description - - Auto - - - - /parameters/SER_WIFI_BAUD/values/50/description - - 50 8N1 - - - - /parameters/SER_WIFI_BAUD/values/75/description - - 75 8N1 - - - - /parameters/SER_WIFI_BAUD/values/110/description - - 110 8N1 - - - - /parameters/SER_WIFI_BAUD/values/134/description - - 134 8N1 - - - - /parameters/SER_WIFI_BAUD/values/150/description - - 150 8N1 - - - - /parameters/SER_WIFI_BAUD/values/200/description - - 200 8N1 - - - - /parameters/SER_WIFI_BAUD/values/300/description - - 300 8N1 - - - - /parameters/SER_WIFI_BAUD/values/600/description - - 600 8N1 - - - - /parameters/SER_WIFI_BAUD/values/1200/description - - 1200 8N1 - - - - /parameters/SER_WIFI_BAUD/values/1800/description - - 1800 8N1 - - - - /parameters/SER_WIFI_BAUD/values/2400/description - - 2400 8N1 - - - - /parameters/SER_WIFI_BAUD/values/4800/description - - 4800 8N1 - - - - /parameters/SER_WIFI_BAUD/values/9600/description - - 9600 8N1 - - - - /parameters/SER_WIFI_BAUD/values/19200/description - - 19200 8N1 - - - - /parameters/SER_WIFI_BAUD/values/38400/description - - 38400 8N1 - - - - /parameters/SER_WIFI_BAUD/values/57600/description - - 57600 8N1 - - - - /parameters/SER_WIFI_BAUD/values/115200/description - - 115200 8N1 - - - - /parameters/SER_WIFI_BAUD/values/230400/description - - 230400 8N1 - - - - /parameters/SER_WIFI_BAUD/values/460800/description - - 460800 8N1 - - - - /parameters/SER_WIFI_BAUD/values/500000/description - - 500000 8N1 - - - - /parameters/SER_WIFI_BAUD/values/921600/description - - 921600 8N1 - - - - /parameters/SER_WIFI_BAUD/values/1000000/description - - 1000000 8N1 - - - - /parameters/SER_WIFI_BAUD/values/1500000/description - - 1500000 8N1 - - - - /parameters/SER_WIFI_BAUD/values/2000000/description - - 2000000 8N1 - - - - /parameters/SER_WIFI_BAUD/values/3000000/description - - 3000000 8N1 - - - - /parameters/SIH_DISTSNSR_MAX/shortDesc - - distance sensor maximum range - - - - /parameters/SIH_DISTSNSR_MIN/shortDesc - - distance sensor minimum range - - - - /parameters/SIH_DISTSNSR_OVR/shortDesc - - if >= 0 the distance sensor measures will be overridden by this value - - - - /parameters/SIH_DISTSNSR_OVR/longDesc - - Absolute value superior to 10000 will disable distance sensor - - - - /parameters/SIH_IXX/shortDesc - - Vehicle inertia about X axis - - - - /parameters/SIH_IXX/longDesc - - The inertia is a 3 by 3 symmetric matrix. It represents the difficulty of the vehicle to modify its angular rate. - - - - /parameters/SIH_IXY/shortDesc - - Vehicle cross term inertia xy - - - - /parameters/SIH_IXY/longDesc - - The inertia is a 3 by 3 symmetric matrix. This value can be set to 0 for a quad symmetric about its center of mass. - - - - /parameters/SIH_IXZ/shortDesc - - Vehicle cross term inertia xz - - - - /parameters/SIH_IXZ/longDesc - - The inertia is a 3 by 3 symmetric matrix. This value can be set to 0 for a quad symmetric about its center of mass. - - - - /parameters/SIH_IYY/shortDesc - - Vehicle inertia about Y axis - - - - /parameters/SIH_IYY/longDesc - - The inertia is a 3 by 3 symmetric matrix. It represents the difficulty of the vehicle to modify its angular rate. - - - - /parameters/SIH_IYZ/shortDesc - - Vehicle cross term inertia yz - - - - /parameters/SIH_IYZ/longDesc - - The inertia is a 3 by 3 symmetric matrix. This value can be set to 0 for a quad symmetric about its center of mass. - - - - /parameters/SIH_IZZ/shortDesc - - Vehicle inertia about Z axis - - - - /parameters/SIH_IZZ/longDesc - - The inertia is a 3 by 3 symmetric matrix. It represents the difficulty of the vehicle to modify its angular rate. - - - - /parameters/SIH_KDV/shortDesc - - First order drag coefficient - - - - /parameters/SIH_KDV/longDesc - - Physical coefficient representing the friction with air particules. The greater this value, the slower the quad will move. Drag force function of velocity: D=-KDV*V. The maximum freefall velocity can be computed as V=10*MASS/KDV [m/s] - - - - /parameters/SIH_KDW/shortDesc - - First order angular damper coefficient - - - - /parameters/SIH_KDW/longDesc - - Physical coefficient representing the friction with air particules during rotations. The greater this value, the slower the quad will rotate. Aerodynamic moment function of body rate: Ma=-KDW*W_B. This value can be set to 0 if unknown. - - - - /parameters/SIH_LOC_H0/shortDesc - - Initial AMSL ground altitude - - - - /parameters/SIH_LOC_H0/longDesc - - This value represents the Above Mean Sea Level (AMSL) altitude where the simulation begins. If using FlightGear as a visual animation, this value can be tweaked such that the vehicle lies on the ground at takeoff. LAT0, LON0, H0, MU_X, MU_Y, and MU_Z should ideally be consistent among each others to represent a physical ground location on Earth. - - - - /parameters/SIH_LOC_LAT0/shortDesc - - Initial geodetic latitude - - - - /parameters/SIH_LOC_LAT0/longDesc - - This value represents the North-South location on Earth where the simulation begins. A value of 45 deg should be written 450000000. LAT0, LON0, H0, MU_X, MU_Y, and MU_Z should ideally be consistent among each others to represent a physical ground location on Earth. - - - - /parameters/SIH_LOC_LON0/shortDesc - - Initial geodetic longitude - - - - /parameters/SIH_LOC_LON0/longDesc - - This value represents the East-West location on Earth where the simulation begins. A value of 45 deg should be written 450000000. LAT0, LON0, H0, MU_X, MU_Y, and MU_Z should ideally be consistent among each others to represent a physical ground location on Earth. - - - - /parameters/SIH_L_PITCH/shortDesc - - Pitch arm length - - - - /parameters/SIH_L_PITCH/longDesc - - This is the arm length generating the pitching moment This value can be measured with a ruler. This corresponds to half the distance between the front and rear motors. - - - - /parameters/SIH_L_ROLL/shortDesc - - Roll arm length - - - - /parameters/SIH_L_ROLL/longDesc - - This is the arm length generating the rolling moment This value can be measured with a ruler. This corresponds to half the distance between the left and right motors. - - - - /parameters/SIH_MASS/shortDesc - - Vehicle mass - - - - /parameters/SIH_MASS/longDesc - - This value can be measured by weighting the quad on a scale. - - - - /parameters/SIH_Q_MAX/shortDesc - - Max propeller torque - - - - /parameters/SIH_Q_MAX/longDesc - - This is the maximum torque delivered by one propeller when the motor is running at full speed. This value is usually about few percent of the maximum thrust force. - - - - /parameters/SIH_T_MAX/shortDesc - - Max propeller thrust force - - - - /parameters/SIH_T_MAX/longDesc - - This is the maximum force delivered by one propeller when the motor is running at full speed. This value is usually about 5 times the mass of the quadrotor. - - - - /parameters/SIH_T_TAU/shortDesc - - thruster time constant tau - - - - /parameters/SIH_T_TAU/longDesc - - the time taken for the thruster to step from 0 to 100% should be about 4 times tau - - - - /parameters/SIH_VEHICLE_TYPE/shortDesc - - Vehicle type - - - - /parameters/SIH_VEHICLE_TYPE/values/0/description - - Multicopter - - - - /parameters/SIH_VEHICLE_TYPE/values/1/description - - Fixed-Wing - - - - /parameters/SIH_VEHICLE_TYPE/values/2/description - - Tailsitter - - - - /parameters/SIM_BARO_OFF_P/shortDesc - - simulated barometer pressure offset - - - - /parameters/SIM_BARO_OFF_T/shortDesc - - simulated barometer temperature offset - - - - /parameters/SIM_GPS_USED/shortDesc - - simulated GPS number of satellites used - - - - /parameters/SIM_MAG_OFFSET_X/shortDesc - - simulated magnetometer X offset - - - - /parameters/SIM_MAG_OFFSET_Y/shortDesc - - simulated magnetometer Y offset - - - - /parameters/SIM_MAG_OFFSET_Z/shortDesc - - simulated magnetometer Z offset - - - - /parameters/SYS_AUTOCONFIG/shortDesc - - Automatically configure default values - - - - /parameters/SYS_AUTOCONFIG/longDesc - - Set to 1 to reset parameters on next system startup (setting defaults). Platform-specific values are used if available. RC* parameters are preserved. - - - - /parameters/SYS_AUTOCONFIG/values/0/description - - Keep parameters - - - - /parameters/SYS_AUTOCONFIG/values/1/description - - Reset parameters to airframe defaults - - - - /parameters/SYS_AUTOSTART/shortDesc - - Auto-start script index - - - - /parameters/SYS_AUTOSTART/longDesc - - CHANGING THIS VALUE REQUIRES A RESTART. Defines the auto-start script used to bootstrap the system. - - - - /parameters/SYS_BL_UPDATE/shortDesc - - Bootloader update - - - - /parameters/SYS_BL_UPDATE/longDesc - - If enabled, update the bootloader on the next boot. WARNING: do not cut the power during an update process, otherwise you will have to recover using some alternative method (e.g. JTAG). Instructions: - Insert an SD card - Enable this parameter - Reboot the board (plug the power or send a reboot command) - Wait until the board comes back up (or at least 2 minutes) - If it does not come back, check the file bootlog.txt on the SD card - - - - /parameters/SYS_BL_UPDATE/values/0/description - - Disabled - - - - /parameters/SYS_BL_UPDATE/values/1/description - - Enabled - - - - /parameters/SYS_CAL_ACCEL/shortDesc - - Enable auto start of accelerometer thermal calibration at the next power up - - - - /parameters/SYS_CAL_ACCEL/longDesc - - 0 : Set to 0 to do nothing 1 : Set to 1 to start a calibration at next boot This parameter is reset to zero when the temperature calibration starts. default (0, no calibration) - - - - /parameters/SYS_CAL_BARO/shortDesc - - Enable auto start of barometer thermal calibration at the next power up - - - - /parameters/SYS_CAL_BARO/longDesc - - 0 : Set to 0 to do nothing 1 : Set to 1 to start a calibration at next boot This parameter is reset to zero when the temperature calibration starts. default (0, no calibration) - - - - /parameters/SYS_CAL_GYRO/shortDesc - - Enable auto start of rate gyro thermal calibration at the next power up - - - - /parameters/SYS_CAL_GYRO/longDesc - - 0 : Set to 0 to do nothing 1 : Set to 1 to start a calibration at next boot This parameter is reset to zero when the temperature calibration starts. default (0, no calibration) - - - - /parameters/SYS_CAL_TDEL/shortDesc - - Required temperature rise during thermal calibration - - - - /parameters/SYS_CAL_TDEL/longDesc - - A temperature increase greater than this value is required during calibration. Calibration will complete for each sensor when the temperature increase above the starting temperature exceeds the value set by SYS_CAL_TDEL. If the temperature rise is insufficient, the calibration will continue indefinitely and the board will need to be repowered to exit. - - - - /parameters/SYS_CAL_TMAX/shortDesc - - Maximum starting temperature for thermal calibration - - - - /parameters/SYS_CAL_TMAX/longDesc - - Temperature calibration will not start if the temperature of any sensor is higher than the value set by SYS_CAL_TMAX. - - - - /parameters/SYS_CAL_TMIN/shortDesc - - Minimum starting temperature for thermal calibration - - - - /parameters/SYS_CAL_TMIN/longDesc - - Temperature calibration for each sensor will ignore data if the temperature is lower than the value set by SYS_CAL_TMIN. - - - - /parameters/SYS_DM_BACKEND/shortDesc - - Dataman storage backend - - - - /parameters/SYS_DM_BACKEND/values/-1/description - - Disabled - - - - /parameters/SYS_DM_BACKEND/values/0/description - - default (SD card) - - - - /parameters/SYS_DM_BACKEND/values/1/description - - RAM (not persistent) - - - - /parameters/SYS_FAC_CAL_MODE/shortDesc - - Enable factory calibration mode - - - - /parameters/SYS_FAC_CAL_MODE/longDesc - - If enabled, future sensor calibrations will be stored to /fs/mtd_caldata. Note: this is only supported on boards with a separate calibration storage /fs/mtd_caldata. - - - - /parameters/SYS_FAC_CAL_MODE/values/0/description - - Disabled - - - - /parameters/SYS_FAC_CAL_MODE/values/1/description - - All sensors - - - - /parameters/SYS_FAC_CAL_MODE/values/2/description - - All sensors except mag - - - - /parameters/SYS_FAILURE_EN/shortDesc - - Enable failure injection - - - - /parameters/SYS_FAILURE_EN/longDesc - - If enabled allows MAVLink INJECT_FAILURE commands. WARNING: the failures can easily cause crashes and are to be used with caution! - - - - /parameters/SYS_FAILURE_EN/values/0/description - - Disabled - - - - /parameters/SYS_FAILURE_EN/values/1/description - - Enabled - - - - /parameters/SYS_HAS_BARO/shortDesc - - Control if the vehicle has a barometer - - - - /parameters/SYS_HAS_BARO/longDesc - - Disable this if the board has no barometer, such as some of the Omnibus F4 SD variants. If disabled, the preflight checks will not check for the presence of a barometer. - - - - /parameters/SYS_HAS_BARO/values/0/description - - Disabled - - - - /parameters/SYS_HAS_BARO/values/1/description - - Enabled - - - - /parameters/SYS_HAS_GPS/shortDesc - - Control if the vehicle has a GPS - - - - /parameters/SYS_HAS_GPS/longDesc - - Disable this if the system has no GPS. If disabled, the sensors hub will not process sensor_gps, and GPS will not be available for the rest of the system. - - - - /parameters/SYS_HAS_GPS/values/0/description - - Disabled - - - - /parameters/SYS_HAS_GPS/values/1/description - - Enabled - - - - /parameters/SYS_HAS_MAG/shortDesc - - Control if the vehicle has a magnetometer - - - - /parameters/SYS_HAS_MAG/longDesc - - Set this to 0 if the board has no magnetometer. If set to 0, the preflight checks will not check for the presence of a magnetometer, otherwise N sensors are required. - - - - /parameters/SYS_HAS_NUM_ASPD/shortDesc - - Control if the vehicle has an airspeed sensor - - - - /parameters/SYS_HAS_NUM_ASPD/longDesc - - Set this to 0 if the board has no airspeed sensor. If set to 0, the preflight checks will not check for the presence of an airspeed sensor. - - - - /parameters/SYS_HAS_NUM_DIST/shortDesc - - Number of distance sensors to check being available - - - - /parameters/SYS_HAS_NUM_DIST/longDesc - - The preflight check will fail if fewer than this number of distance sensors with valid data is present. Disable the check with 0. - - - - /parameters/SYS_HITL/shortDesc - - Enable HITL/SIH mode on next boot - - - - /parameters/SYS_HITL/longDesc - - While enabled the system will boot in Hardware-In-The-Loop (HITL) or Simulation-In-Hardware (SIH) mode and not enable all sensors and checks. When disabled the same vehicle can be flown normally. Set to 'external HITL', if the system should perform as if it were a real vehicle (the only difference to a real system is then only the parameter value, which can be used for log analysis). - - - - /parameters/SYS_HITL/values/-1/description - - external HITL - - - - /parameters/SYS_HITL/values/0/description - - HITL and SIH disabled - - - - /parameters/SYS_HITL/values/1/description - - HITL enabled - - - - /parameters/SYS_HITL/values/2/description - - SIH enabled - - - - /parameters/SYS_RGB_MAXBRT/shortDesc - - RGB Led brightness limit - - - - /parameters/SYS_RGB_MAXBRT/longDesc - - Set to 0 to disable, 1 for maximum brightness - - - - /parameters/SYS_STCK_EN/shortDesc - - Enable stack checking - - - - /parameters/SYS_STCK_EN/values/0/description - - Disabled - - - - /parameters/SYS_STCK_EN/values/1/description - - Enabled - - - - /parameters/TEL_BST_EN/shortDesc - - Blacksheep telemetry Enable - - - - /parameters/TEL_BST_EN/longDesc - - If true, the FMU will try to connect to Blacksheep telemetry on start up - - - - /parameters/TEL_BST_EN/values/0/description - - Disabled - - - - /parameters/TEL_BST_EN/values/1/description - - Enabled - - - - /parameters/TEL_FRSKY_CONFIG/shortDesc - - Serial Configuration for FrSky Telemetry - - - - /parameters/TEL_FRSKY_CONFIG/longDesc - - Configure on which serial port to run FrSky Telemetry. - - - - /parameters/TEL_FRSKY_CONFIG/values/0/description - - Disabled - - - - /parameters/TEL_FRSKY_CONFIG/values/6/description - - UART 6 - - - - /parameters/TEL_FRSKY_CONFIG/values/101/description - - TELEM 1 - - - - /parameters/TEL_FRSKY_CONFIG/values/102/description - - TELEM 2 - - - - /parameters/TEL_FRSKY_CONFIG/values/103/description - - TELEM 3 - - - - /parameters/TEL_FRSKY_CONFIG/values/104/description - - TELEM/SERIAL 4 - - - - /parameters/TEL_FRSKY_CONFIG/values/201/description - - GPS 1 - - - - /parameters/TEL_FRSKY_CONFIG/values/202/description - - GPS 2 - - - - /parameters/TEL_FRSKY_CONFIG/values/203/description - - GPS 3 - - - - /parameters/TEL_FRSKY_CONFIG/values/300/description - - Radio Controller - - - - /parameters/TEL_FRSKY_CONFIG/values/301/description - - Wifi Port - - - - /parameters/TEL_FRSKY_CONFIG/values/401/description - - EXT2 - - - - /parameters/TEL_HOTT_CONFIG/shortDesc - - Serial Configuration for HoTT Telemetry - - - - /parameters/TEL_HOTT_CONFIG/longDesc - - Configure on which serial port to run HoTT Telemetry. - - - - /parameters/TEL_HOTT_CONFIG/values/0/description - - Disabled - - - - /parameters/TEL_HOTT_CONFIG/values/6/description - - UART 6 - - - - /parameters/TEL_HOTT_CONFIG/values/101/description - - TELEM 1 - - - - /parameters/TEL_HOTT_CONFIG/values/102/description - - TELEM 2 - - - - /parameters/TEL_HOTT_CONFIG/values/103/description - - TELEM 3 - - - - /parameters/TEL_HOTT_CONFIG/values/104/description - - TELEM/SERIAL 4 - - - - /parameters/TEL_HOTT_CONFIG/values/201/description - - GPS 1 - - - - /parameters/TEL_HOTT_CONFIG/values/202/description - - GPS 2 - - - - /parameters/TEL_HOTT_CONFIG/values/203/description - - GPS 3 - - - - /parameters/TEL_HOTT_CONFIG/values/300/description - - Radio Controller - - - - /parameters/TEL_HOTT_CONFIG/values/301/description - - Wifi Port - - - - /parameters/TEL_HOTT_CONFIG/values/401/description - - EXT2 - - - - /parameters/TEST_1/shortDesc - - TEST_1 - - - - /parameters/TEST_2/shortDesc - - TEST_2 - - - - /parameters/TEST_3/shortDesc - - TEST_3 - - - - /parameters/TEST_D/shortDesc - - TEST_D - - - - /parameters/TEST_DEV/shortDesc - - TEST_DEV - - - - /parameters/TEST_D_LP/shortDesc - - TEST_D_LP - - - - /parameters/TEST_HP/shortDesc - - TEST_HP - - - - /parameters/TEST_I/shortDesc - - TEST_I - - - - /parameters/TEST_I_MAX/shortDesc - - TEST_I_MAX - - - - /parameters/TEST_LP/shortDesc - - TEST_LP - - - - /parameters/TEST_MAX/shortDesc - - TEST_MAX - - - - /parameters/TEST_MEAN/shortDesc - - TEST_MEAN - - - - /parameters/TEST_MIN/shortDesc - - TEST_MIN - - - - /parameters/TEST_P/shortDesc - - TEST_P - - - - /parameters/TEST_PARAMS/shortDesc - - TEST_PARAMS - - - - /parameters/TEST_RC2_X/shortDesc - - TEST_RC2_X - - - - /parameters/TEST_RC_X/shortDesc - - TEST_RC_X - - - - /parameters/TEST_TRIM/shortDesc - - TEST_TRIM - - - - /parameters/TC_A0_ID/shortDesc - - ID of Accelerometer that the calibration is for - - - - /parameters/TC_A0_TMAX/shortDesc - - Accelerometer calibration maximum temperature - - - - /parameters/TC_A0_TMIN/shortDesc - - Accelerometer calibration minimum temperature - - - - /parameters/TC_A0_TREF/shortDesc - - Accelerometer calibration reference temperature - - - - /parameters/TC_A0_X0_0/shortDesc - - Accelerometer offset temperature ^0 polynomial coefficient - X axis - - - - /parameters/TC_A0_X0_1/shortDesc - - Accelerometer offset temperature ^0 polynomial coefficient - Y axis - - - - /parameters/TC_A0_X0_2/shortDesc - - Accelerometer offset temperature ^0 polynomial coefficient - Z axis - - - - /parameters/TC_A0_X1_0/shortDesc - - Accelerometer offset temperature ^1 polynomial coefficient - X axis - - - - /parameters/TC_A0_X1_1/shortDesc - - Accelerometer offset temperature ^1 polynomial coefficient - Y axis - - - - /parameters/TC_A0_X1_2/shortDesc - - Accelerometer offset temperature ^1 polynomial coefficient - Z axis - - - - /parameters/TC_A0_X2_0/shortDesc - - Accelerometer offset temperature ^2 polynomial coefficient - X axis - - - - /parameters/TC_A0_X2_1/shortDesc - - Accelerometer offset temperature ^2 polynomial coefficient - Y axis - - - - /parameters/TC_A0_X2_2/shortDesc - - Accelerometer offset temperature ^2 polynomial coefficient - Z axis - - - - /parameters/TC_A0_X3_0/shortDesc - - Accelerometer offset temperature ^3 polynomial coefficient - X axis - - - - /parameters/TC_A0_X3_1/shortDesc - - Accelerometer offset temperature ^3 polynomial coefficient - Y axis - - - - /parameters/TC_A0_X3_2/shortDesc - - Accelerometer offset temperature ^3 polynomial coefficient - Z axis - - - - /parameters/TC_A1_ID/shortDesc - - ID of Accelerometer that the calibration is for - - - - /parameters/TC_A1_TMAX/shortDesc - - Accelerometer calibration maximum temperature - - - - /parameters/TC_A1_TMIN/shortDesc - - Accelerometer calibration minimum temperature - - - - /parameters/TC_A1_TREF/shortDesc - - Accelerometer calibration reference temperature - - - - /parameters/TC_A1_X0_0/shortDesc - - Accelerometer offset temperature ^0 polynomial coefficient - X axis - - - - /parameters/TC_A1_X0_1/shortDesc - - Accelerometer offset temperature ^0 polynomial coefficient - Y axis - - - - /parameters/TC_A1_X0_2/shortDesc - - Accelerometer offset temperature ^0 polynomial coefficient - Z axis - - - - /parameters/TC_A1_X1_0/shortDesc - - Accelerometer offset temperature ^1 polynomial coefficient - X axis - - - - /parameters/TC_A1_X1_1/shortDesc - - Accelerometer offset temperature ^1 polynomial coefficient - Y axis - - - - /parameters/TC_A1_X1_2/shortDesc - - Accelerometer offset temperature ^1 polynomial coefficient - Z axis - - - - /parameters/TC_A1_X2_0/shortDesc - - Accelerometer offset temperature ^2 polynomial coefficient - X axis - - - - /parameters/TC_A1_X2_1/shortDesc - - Accelerometer offset temperature ^2 polynomial coefficient - Y axis - - - - /parameters/TC_A1_X2_2/shortDesc - - Accelerometer offset temperature ^2 polynomial coefficient - Z axis - - - - /parameters/TC_A1_X3_0/shortDesc - - Accelerometer offset temperature ^3 polynomial coefficient - X axis - - - - /parameters/TC_A1_X3_1/shortDesc - - Accelerometer offset temperature ^3 polynomial coefficient - Y axis - - - - /parameters/TC_A1_X3_2/shortDesc - - Accelerometer offset temperature ^3 polynomial coefficient - Z axis - - - - /parameters/TC_A2_ID/shortDesc - - ID of Accelerometer that the calibration is for - - - - /parameters/TC_A2_TMAX/shortDesc - - Accelerometer calibration maximum temperature - - - - /parameters/TC_A2_TMIN/shortDesc - - Accelerometer calibration minimum temperature - - - - /parameters/TC_A2_TREF/shortDesc - - Accelerometer calibration reference temperature - - - - /parameters/TC_A2_X0_0/shortDesc - - Accelerometer offset temperature ^0 polynomial coefficient - X axis - - - - /parameters/TC_A2_X0_1/shortDesc - - Accelerometer offset temperature ^0 polynomial coefficient - Y axis - - - - /parameters/TC_A2_X0_2/shortDesc - - Accelerometer offset temperature ^0 polynomial coefficient - Z axis - - - - /parameters/TC_A2_X1_0/shortDesc - - Accelerometer offset temperature ^1 polynomial coefficient - X axis - - - - /parameters/TC_A2_X1_1/shortDesc - - Accelerometer offset temperature ^1 polynomial coefficient - Y axis - - - - /parameters/TC_A2_X1_2/shortDesc - - Accelerometer offset temperature ^1 polynomial coefficient - Z axis - - - - /parameters/TC_A2_X2_0/shortDesc - - Accelerometer offset temperature ^2 polynomial coefficient - X axis - - - - /parameters/TC_A2_X2_1/shortDesc - - Accelerometer offset temperature ^2 polynomial coefficient - Y axis - - - - /parameters/TC_A2_X2_2/shortDesc - - Accelerometer offset temperature ^2 polynomial coefficient - Z axis - - - - /parameters/TC_A2_X3_0/shortDesc - - Accelerometer offset temperature ^3 polynomial coefficient - X axis - - - - /parameters/TC_A2_X3_1/shortDesc - - Accelerometer offset temperature ^3 polynomial coefficient - Y axis - - - - /parameters/TC_A2_X3_2/shortDesc - - Accelerometer offset temperature ^3 polynomial coefficient - Z axis - - - - /parameters/TC_A3_ID/shortDesc - - ID of Accelerometer that the calibration is for - - - - /parameters/TC_A3_TMAX/shortDesc - - Accelerometer calibration maximum temperature - - - - /parameters/TC_A3_TMIN/shortDesc - - Accelerometer calibration minimum temperature - - - - /parameters/TC_A3_TREF/shortDesc - - Accelerometer calibration reference temperature - - - - /parameters/TC_A3_X0_0/shortDesc - - Accelerometer offset temperature ^0 polynomial coefficient - X axis - - - - /parameters/TC_A3_X0_1/shortDesc - - Accelerometer offset temperature ^0 polynomial coefficient - Y axis - - - - /parameters/TC_A3_X0_2/shortDesc - - Accelerometer offset temperature ^0 polynomial coefficient - Z axis - - - - /parameters/TC_A3_X1_0/shortDesc - - Accelerometer offset temperature ^1 polynomial coefficient - X axis - - - - /parameters/TC_A3_X1_1/shortDesc - - Accelerometer offset temperature ^1 polynomial coefficient - Y axis - - - - /parameters/TC_A3_X1_2/shortDesc - - Accelerometer offset temperature ^1 polynomial coefficient - Z axis - - - - /parameters/TC_A3_X2_0/shortDesc - - Accelerometer offset temperature ^2 polynomial coefficient - X axis - - - - /parameters/TC_A3_X2_1/shortDesc - - Accelerometer offset temperature ^2 polynomial coefficient - Y axis - - - - /parameters/TC_A3_X2_2/shortDesc - - Accelerometer offset temperature ^2 polynomial coefficient - Z axis - - - - /parameters/TC_A3_X3_0/shortDesc - - Accelerometer offset temperature ^3 polynomial coefficient - X axis - - - - /parameters/TC_A3_X3_1/shortDesc - - Accelerometer offset temperature ^3 polynomial coefficient - Y axis - - - - /parameters/TC_A3_X3_2/shortDesc - - Accelerometer offset temperature ^3 polynomial coefficient - Z axis - - - - /parameters/TC_A_ENABLE/shortDesc - - Thermal compensation for accelerometer sensors - - - - /parameters/TC_A_ENABLE/values/0/description - - Disabled - - - - /parameters/TC_A_ENABLE/values/1/description - - Enabled - - - - /parameters/TC_B0_ID/shortDesc - - ID of Barometer that the calibration is for - - - - /parameters/TC_B0_TMAX/shortDesc - - Barometer calibration maximum temperature - - - - /parameters/TC_B0_TMIN/shortDesc - - Barometer calibration minimum temperature - - - - /parameters/TC_B0_TREF/shortDesc - - Barometer calibration reference temperature - - - - /parameters/TC_B0_X0/shortDesc - - Barometer offset temperature ^0 polynomial coefficient - - - - /parameters/TC_B0_X1/shortDesc - - Barometer offset temperature ^1 polynomial coefficients - - - - /parameters/TC_B0_X2/shortDesc - - Barometer offset temperature ^2 polynomial coefficient - - - - /parameters/TC_B0_X3/shortDesc - - Barometer offset temperature ^3 polynomial coefficient - - - - /parameters/TC_B0_X4/shortDesc - - Barometer offset temperature ^4 polynomial coefficient - - - - /parameters/TC_B0_X5/shortDesc - - Barometer offset temperature ^5 polynomial coefficient - - - - /parameters/TC_B1_ID/shortDesc - - ID of Barometer that the calibration is for - - - - /parameters/TC_B1_TMAX/shortDesc - - Barometer calibration maximum temperature - - - - /parameters/TC_B1_TMIN/shortDesc - - Barometer calibration minimum temperature - - - - /parameters/TC_B1_TREF/shortDesc - - Barometer calibration reference temperature - - - - /parameters/TC_B1_X0/shortDesc - - Barometer offset temperature ^0 polynomial coefficient - - - - /parameters/TC_B1_X1/shortDesc - - Barometer offset temperature ^1 polynomial coefficients - - - - /parameters/TC_B1_X2/shortDesc - - Barometer offset temperature ^2 polynomial coefficient - - - - /parameters/TC_B1_X3/shortDesc - - Barometer offset temperature ^3 polynomial coefficient - - - - /parameters/TC_B1_X4/shortDesc - - Barometer offset temperature ^4 polynomial coefficient - - - - /parameters/TC_B1_X5/shortDesc - - Barometer offset temperature ^5 polynomial coefficient - - - - /parameters/TC_B2_ID/shortDesc - - ID of Barometer that the calibration is for - - - - /parameters/TC_B2_TMAX/shortDesc - - Barometer calibration maximum temperature - - - - /parameters/TC_B2_TMIN/shortDesc - - Barometer calibration minimum temperature - - - - /parameters/TC_B2_TREF/shortDesc - - Barometer calibration reference temperature - - - - /parameters/TC_B2_X0/shortDesc - - Barometer offset temperature ^0 polynomial coefficient - - - - /parameters/TC_B2_X1/shortDesc - - Barometer offset temperature ^1 polynomial coefficients - - - - /parameters/TC_B2_X2/shortDesc - - Barometer offset temperature ^2 polynomial coefficient - - - - /parameters/TC_B2_X3/shortDesc - - Barometer offset temperature ^3 polynomial coefficient - - - - /parameters/TC_B2_X4/shortDesc - - Barometer offset temperature ^4 polynomial coefficient - - - - /parameters/TC_B2_X5/shortDesc - - Barometer offset temperature ^5 polynomial coefficient - - - - /parameters/TC_B3_ID/shortDesc - - ID of Barometer that the calibration is for - - - - /parameters/TC_B3_TMAX/shortDesc - - Barometer calibration maximum temperature - - - - /parameters/TC_B3_TMIN/shortDesc - - Barometer calibration minimum temperature - - - - /parameters/TC_B3_TREF/shortDesc - - Barometer calibration reference temperature - - - - /parameters/TC_B3_X0/shortDesc - - Barometer offset temperature ^0 polynomial coefficient - - - - /parameters/TC_B3_X1/shortDesc - - Barometer offset temperature ^1 polynomial coefficients - - - - /parameters/TC_B3_X2/shortDesc - - Barometer offset temperature ^2 polynomial coefficient - - - - /parameters/TC_B3_X3/shortDesc - - Barometer offset temperature ^3 polynomial coefficient - - - - /parameters/TC_B3_X4/shortDesc - - Barometer offset temperature ^4 polynomial coefficient - - - - /parameters/TC_B3_X5/shortDesc - - Barometer offset temperature ^5 polynomial coefficient - - - - /parameters/TC_B_ENABLE/shortDesc - - Thermal compensation for barometric pressure sensors - - - - /parameters/TC_B_ENABLE/values/0/description - - Disabled - - - - /parameters/TC_B_ENABLE/values/1/description - - Enabled - - - - /parameters/TC_G0_ID/shortDesc - - ID of Gyro that the calibration is for - - - - /parameters/TC_G0_TMAX/shortDesc - - Gyro calibration maximum temperature - - - - /parameters/TC_G0_TMIN/shortDesc - - Gyro calibration minimum temperature - - - - /parameters/TC_G0_TREF/shortDesc - - Gyro calibration reference temperature - - - - /parameters/TC_G0_X0_0/shortDesc - - Gyro rate offset temperature ^0 polynomial coefficient - X axis - - - - /parameters/TC_G0_X0_1/shortDesc - - Gyro rate offset temperature ^0 polynomial coefficient - Y axis - - - - /parameters/TC_G0_X0_2/shortDesc - - Gyro rate offset temperature ^0 polynomial coefficient - Z axis - - - - /parameters/TC_G0_X1_0/shortDesc - - Gyro rate offset temperature ^1 polynomial coefficient - X axis - - - - /parameters/TC_G0_X1_1/shortDesc - - Gyro rate offset temperature ^1 polynomial coefficient - Y axis - - - - /parameters/TC_G0_X1_2/shortDesc - - Gyro rate offset temperature ^1 polynomial coefficient - Z axis - - - - /parameters/TC_G0_X2_0/shortDesc - - Gyro rate offset temperature ^2 polynomial coefficient - X axis - - - - /parameters/TC_G0_X2_1/shortDesc - - Gyro rate offset temperature ^2 polynomial coefficient - Y axis - - - - /parameters/TC_G0_X2_2/shortDesc - - Gyro rate offset temperature ^2 polynomial coefficient - Z axis - - - - /parameters/TC_G0_X3_0/shortDesc - - Gyro rate offset temperature ^3 polynomial coefficient - X axis - - - - /parameters/TC_G0_X3_1/shortDesc - - Gyro rate offset temperature ^3 polynomial coefficient - Y axis - - - - /parameters/TC_G0_X3_2/shortDesc - - Gyro rate offset temperature ^3 polynomial coefficient - Z axis - - - - /parameters/TC_G1_ID/shortDesc - - ID of Gyro that the calibration is for - - - - /parameters/TC_G1_TMAX/shortDesc - - Gyro calibration maximum temperature - - - - /parameters/TC_G1_TMIN/shortDesc - - Gyro calibration minimum temperature - - - - /parameters/TC_G1_TREF/shortDesc - - Gyro calibration reference temperature - - - - /parameters/TC_G1_X0_0/shortDesc - - Gyro rate offset temperature ^0 polynomial coefficient - X axis - - - - /parameters/TC_G1_X0_1/shortDesc - - Gyro rate offset temperature ^0 polynomial coefficient - Y axis - - - - /parameters/TC_G1_X0_2/shortDesc - - Gyro rate offset temperature ^0 polynomial coefficient - Z axis - - - - /parameters/TC_G1_X1_0/shortDesc - - Gyro rate offset temperature ^1 polynomial coefficient - X axis - - - - /parameters/TC_G1_X1_1/shortDesc - - Gyro rate offset temperature ^1 polynomial coefficient - Y axis - - - - /parameters/TC_G1_X1_2/shortDesc - - Gyro rate offset temperature ^1 polynomial coefficient - Z axis - - - - /parameters/TC_G1_X2_0/shortDesc - - Gyro rate offset temperature ^2 polynomial coefficient - X axis - - - - /parameters/TC_G1_X2_1/shortDesc - - Gyro rate offset temperature ^2 polynomial coefficient - Y axis - - - - /parameters/TC_G1_X2_2/shortDesc - - Gyro rate offset temperature ^2 polynomial coefficient - Z axis - - - - /parameters/TC_G1_X3_0/shortDesc - - Gyro rate offset temperature ^3 polynomial coefficient - X axis - - - - /parameters/TC_G1_X3_1/shortDesc - - Gyro rate offset temperature ^3 polynomial coefficient - Y axis - - - - /parameters/TC_G1_X3_2/shortDesc - - Gyro rate offset temperature ^3 polynomial coefficient - Z axis - - - - /parameters/TC_G2_ID/shortDesc - - ID of Gyro that the calibration is for - - - - /parameters/TC_G2_TMAX/shortDesc - - Gyro calibration maximum temperature - - - - /parameters/TC_G2_TMIN/shortDesc - - Gyro calibration minimum temperature - - - - /parameters/TC_G2_TREF/shortDesc - - Gyro calibration reference temperature - - - - /parameters/TC_G2_X0_0/shortDesc - - Gyro rate offset temperature ^0 polynomial coefficient - X axis - - - - /parameters/TC_G2_X0_1/shortDesc - - Gyro rate offset temperature ^0 polynomial coefficient - Y axis - - - - /parameters/TC_G2_X0_2/shortDesc - - Gyro rate offset temperature ^0 polynomial coefficient - Z axis - - - - /parameters/TC_G2_X1_0/shortDesc - - Gyro rate offset temperature ^1 polynomial coefficient - X axis - - - - /parameters/TC_G2_X1_1/shortDesc - - Gyro rate offset temperature ^1 polynomial coefficient - Y axis - - - - /parameters/TC_G2_X1_2/shortDesc - - Gyro rate offset temperature ^1 polynomial coefficient - Z axis - - - - /parameters/TC_G2_X2_0/shortDesc - - Gyro rate offset temperature ^2 polynomial coefficient - X axis - - - - /parameters/TC_G2_X2_1/shortDesc - - Gyro rate offset temperature ^2 polynomial coefficient - Y axis - - - - /parameters/TC_G2_X2_2/shortDesc - - Gyro rate offset temperature ^2 polynomial coefficient - Z axis - - - - /parameters/TC_G2_X3_0/shortDesc - - Gyro rate offset temperature ^3 polynomial coefficient - X axis - - - - /parameters/TC_G2_X3_1/shortDesc - - Gyro rate offset temperature ^3 polynomial coefficient - Y axis - - - - /parameters/TC_G2_X3_2/shortDesc - - Gyro rate offset temperature ^3 polynomial coefficient - Z axis - - - - /parameters/TC_G3_ID/shortDesc - - ID of Gyro that the calibration is for - - - - /parameters/TC_G3_TMAX/shortDesc - - Gyro calibration maximum temperature - - - - /parameters/TC_G3_TMIN/shortDesc - - Gyro calibration minimum temperature - - - - /parameters/TC_G3_TREF/shortDesc - - Gyro calibration reference temperature - - - - /parameters/TC_G3_X0_0/shortDesc - - Gyro rate offset temperature ^0 polynomial coefficient - X axis - - - - /parameters/TC_G3_X0_1/shortDesc - - Gyro rate offset temperature ^0 polynomial coefficient - Y axis - - - - /parameters/TC_G3_X0_2/shortDesc - - Gyro rate offset temperature ^0 polynomial coefficient - Z axis - - - - /parameters/TC_G3_X1_0/shortDesc - - Gyro rate offset temperature ^1 polynomial coefficient - X axis - - - - /parameters/TC_G3_X1_1/shortDesc - - Gyro rate offset temperature ^1 polynomial coefficient - Y axis - - - - /parameters/TC_G3_X1_2/shortDesc - - Gyro rate offset temperature ^1 polynomial coefficient - Z axis - - - - /parameters/TC_G3_X2_0/shortDesc - - Gyro rate offset temperature ^2 polynomial coefficient - X axis - - - - /parameters/TC_G3_X2_1/shortDesc - - Gyro rate offset temperature ^2 polynomial coefficient - Y axis - - - - /parameters/TC_G3_X2_2/shortDesc - - Gyro rate offset temperature ^2 polynomial coefficient - Z axis - - - - /parameters/TC_G3_X3_0/shortDesc - - Gyro rate offset temperature ^3 polynomial coefficient - X axis - - - - /parameters/TC_G3_X3_1/shortDesc - - Gyro rate offset temperature ^3 polynomial coefficient - Y axis - - - - /parameters/TC_G3_X3_2/shortDesc - - Gyro rate offset temperature ^3 polynomial coefficient - Z axis - - - - /parameters/TC_G_ENABLE/shortDesc - - Thermal compensation for rate gyro sensors - - - - /parameters/TC_G_ENABLE/values/0/description - - Disabled - - - - /parameters/TC_G_ENABLE/values/1/description - - Enabled - - - - /parameters/TC_M0_ID/shortDesc - - ID of Magnetometer that the calibration is for - - - - /parameters/TC_M0_TMAX/shortDesc - - Magnetometer calibration maximum temperature - - - - /parameters/TC_M0_TMIN/shortDesc + /parameters/SIH_MASS/shortDesc - Magnetometer calibration minimum temperature + Vehicle mass - /parameters/TC_M0_TREF/shortDesc + /parameters/SIH_MASS/longDesc - Magnetometer calibration reference temperature + This value can be measured by weighting the quad on a scale. - /parameters/TC_M0_X0_0/shortDesc + /parameters/SIH_Q_MAX/shortDesc - Magnetometer offset temperature ^0 polynomial coefficient - X axis + Max propeller torque - /parameters/TC_M0_X0_1/shortDesc + /parameters/SIH_Q_MAX/longDesc - Magnetometer offset temperature ^0 polynomial coefficient - Y axis + This is the maximum torque delivered by one propeller when the motor is running at full speed. This value is usually about few percent of the maximum thrust force. - /parameters/TC_M0_X0_2/shortDesc + /parameters/SIH_T_MAX/shortDesc - Magnetometer offset temperature ^0 polynomial coefficient - Z axis + Max propeller thrust force - /parameters/TC_M0_X1_0/shortDesc + /parameters/SIH_T_MAX/longDesc - Magnetometer offset temperature ^1 polynomial coefficient - X axis + This is the maximum force delivered by one propeller when the motor is running at full speed. This value is usually about 5 times the mass of the quadrotor. - /parameters/TC_M0_X1_1/shortDesc + /parameters/SIH_T_TAU/shortDesc - Magnetometer offset temperature ^1 polynomial coefficient - Y axis + thruster time constant tau - /parameters/TC_M0_X1_2/shortDesc + /parameters/SIH_T_TAU/longDesc - Magnetometer offset temperature ^1 polynomial coefficient - Z axis + the time taken for the thruster to step from 0 to 100% should be about 4 times tau - /parameters/TC_M0_X2_0/shortDesc + /parameters/SIH_VEHICLE_TYPE/shortDesc - Magnetometer offset temperature ^2 polynomial coefficient - X axis + Vehicle type - /parameters/TC_M0_X2_1/shortDesc + /parameters/SIH_VEHICLE_TYPE/values/0/description - Magnetometer offset temperature ^2 polynomial coefficient - Y axis + Multicopter - /parameters/TC_M0_X2_2/shortDesc + /parameters/SIH_VEHICLE_TYPE/values/1/description - Magnetometer offset temperature ^2 polynomial coefficient - Z axis + Fixed-Wing - /parameters/TC_M0_X3_0/shortDesc + /parameters/SIH_VEHICLE_TYPE/values/2/description - Magnetometer offset temperature ^3 polynomial coefficient - X axis + Tailsitter - /parameters/TC_M0_X3_1/shortDesc + /parameters/SIM_BARO_OFF_P/shortDesc - Magnetometer offset temperature ^3 polynomial coefficient - Y axis + simulated barometer pressure offset - /parameters/TC_M0_X3_2/shortDesc + /parameters/SIM_BARO_OFF_T/shortDesc - Magnetometer offset temperature ^3 polynomial coefficient - Z axis + simulated barometer temperature offset - /parameters/TC_M1_ID/shortDesc + /parameters/SIM_GPS_USED/shortDesc - ID of Magnetometer that the calibration is for + simulated GPS number of satellites used - /parameters/TC_M1_TMAX/shortDesc + /parameters/SIM_MAG_OFFSET_X/shortDesc - Magnetometer calibration maximum temperature + simulated magnetometer X offset - /parameters/TC_M1_TMIN/shortDesc + /parameters/SIM_MAG_OFFSET_Y/shortDesc - Magnetometer calibration minimum temperature + simulated magnetometer Y offset - /parameters/TC_M1_TREF/shortDesc + /parameters/SIM_MAG_OFFSET_Z/shortDesc - Magnetometer calibration reference temperature + simulated magnetometer Z offset - /parameters/TC_M1_X0_0/shortDesc + /parameters/SYS_AUTOCONFIG/shortDesc - Magnetometer offset temperature ^0 polynomial coefficient - X axis + Automatically configure default values - /parameters/TC_M1_X0_1/shortDesc + /parameters/SYS_AUTOCONFIG/longDesc - Magnetometer offset temperature ^0 polynomial coefficient - Y axis + Set to 1 to reset parameters on next system startup (setting defaults). Platform-specific values are used if available. RC* parameters are preserved. - /parameters/TC_M1_X0_2/shortDesc + /parameters/SYS_AUTOCONFIG/values/0/description - Magnetometer offset temperature ^0 polynomial coefficient - Z axis + Keep parameters - /parameters/TC_M1_X1_0/shortDesc + /parameters/SYS_AUTOCONFIG/values/1/description - Magnetometer offset temperature ^1 polynomial coefficient - X axis + Reset parameters to airframe defaults - /parameters/TC_M1_X1_1/shortDesc + /parameters/SYS_AUTOSTART/shortDesc - Magnetometer offset temperature ^1 polynomial coefficient - Y axis + Auto-start script index - /parameters/TC_M1_X1_2/shortDesc + /parameters/SYS_AUTOSTART/longDesc - Magnetometer offset temperature ^1 polynomial coefficient - Z axis + CHANGING THIS VALUE REQUIRES A RESTART. Defines the auto-start script used to bootstrap the system. - /parameters/TC_M1_X2_0/shortDesc + /parameters/SYS_BL_UPDATE/shortDesc - Magnetometer offset temperature ^2 polynomial coefficient - X axis + Bootloader update - /parameters/TC_M1_X2_1/shortDesc + /parameters/SYS_BL_UPDATE/longDesc - Magnetometer offset temperature ^2 polynomial coefficient - Y axis + If enabled, update the bootloader on the next boot. WARNING: do not cut the power during an update process, otherwise you will have to recover using some alternative method (e.g. JTAG). Instructions: - Insert an SD card - Enable this parameter - Reboot the board (plug the power or send a reboot command) - Wait until the board comes back up (or at least 2 minutes) - If it does not come back, check the file bootlog.txt on the SD card - /parameters/TC_M1_X2_2/shortDesc + /parameters/SYS_BL_UPDATE/values/0/description - Magnetometer offset temperature ^2 polynomial coefficient - Z axis + Disabled - /parameters/TC_M1_X3_0/shortDesc + /parameters/SYS_BL_UPDATE/values/1/description - Magnetometer offset temperature ^3 polynomial coefficient - X axis + Enabled - /parameters/TC_M1_X3_1/shortDesc + /parameters/SYS_CAL_ACCEL/shortDesc - Magnetometer offset temperature ^3 polynomial coefficient - Y axis + Enable auto start of accelerometer thermal calibration at the next power up - /parameters/TC_M1_X3_2/shortDesc + /parameters/SYS_CAL_ACCEL/longDesc - Magnetometer offset temperature ^3 polynomial coefficient - Z axis + 0 : Set to 0 to do nothing 1 : Set to 1 to start a calibration at next boot This parameter is reset to zero when the temperature calibration starts. default (0, no calibration) - /parameters/TC_M2_ID/shortDesc + /parameters/SYS_CAL_BARO/shortDesc - ID of Magnetometer that the calibration is for + Enable auto start of barometer thermal calibration at the next power up - /parameters/TC_M2_TMAX/shortDesc + /parameters/SYS_CAL_BARO/longDesc - Magnetometer calibration maximum temperature + 0 : Set to 0 to do nothing 1 : Set to 1 to start a calibration at next boot This parameter is reset to zero when the temperature calibration starts. default (0, no calibration) - /parameters/TC_M2_TMIN/shortDesc + /parameters/SYS_CAL_GYRO/shortDesc - Magnetometer calibration minimum temperature + Enable auto start of rate gyro thermal calibration at the next power up - /parameters/TC_M2_TREF/shortDesc + /parameters/SYS_CAL_GYRO/longDesc - Magnetometer calibration reference temperature + 0 : Set to 0 to do nothing 1 : Set to 1 to start a calibration at next boot This parameter is reset to zero when the temperature calibration starts. default (0, no calibration) - /parameters/TC_M2_X0_0/shortDesc + /parameters/SYS_CAL_TDEL/shortDesc - Magnetometer offset temperature ^0 polynomial coefficient - X axis + Required temperature rise during thermal calibration - /parameters/TC_M2_X0_1/shortDesc + /parameters/SYS_CAL_TDEL/longDesc - Magnetometer offset temperature ^0 polynomial coefficient - Y axis + A temperature increase greater than this value is required during calibration. Calibration will complete for each sensor when the temperature increase above the starting temperature exceeds the value set by SYS_CAL_TDEL. If the temperature rise is insufficient, the calibration will continue indefinitely and the board will need to be repowered to exit. - /parameters/TC_M2_X0_2/shortDesc + /parameters/SYS_CAL_TMAX/shortDesc - Magnetometer offset temperature ^0 polynomial coefficient - Z axis + Maximum starting temperature for thermal calibration - /parameters/TC_M2_X1_0/shortDesc + /parameters/SYS_CAL_TMAX/longDesc - Magnetometer offset temperature ^1 polynomial coefficient - X axis + Temperature calibration will not start if the temperature of any sensor is higher than the value set by SYS_CAL_TMAX. - /parameters/TC_M2_X1_1/shortDesc + /parameters/SYS_CAL_TMIN/shortDesc - Magnetometer offset temperature ^1 polynomial coefficient - Y axis + Minimum starting temperature for thermal calibration - /parameters/TC_M2_X1_2/shortDesc + /parameters/SYS_CAL_TMIN/longDesc - Magnetometer offset temperature ^1 polynomial coefficient - Z axis + Temperature calibration for each sensor will ignore data if the temperature is lower than the value set by SYS_CAL_TMIN. - /parameters/TC_M2_X2_0/shortDesc + /parameters/SYS_DM_BACKEND/shortDesc - Magnetometer offset temperature ^2 polynomial coefficient - X axis + Dataman storage backend - /parameters/TC_M2_X2_1/shortDesc + /parameters/SYS_DM_BACKEND/values/-1/description - Magnetometer offset temperature ^2 polynomial coefficient - Y axis + Disabled - /parameters/TC_M2_X2_2/shortDesc + /parameters/SYS_DM_BACKEND/values/0/description - Magnetometer offset temperature ^2 polynomial coefficient - Z axis + default (SD card) - /parameters/TC_M2_X3_0/shortDesc + /parameters/SYS_DM_BACKEND/values/1/description - Magnetometer offset temperature ^3 polynomial coefficient - X axis + RAM (not persistent) - /parameters/TC_M2_X3_1/shortDesc + /parameters/SYS_FAC_CAL_MODE/shortDesc - Magnetometer offset temperature ^3 polynomial coefficient - Y axis + Enable factory calibration mode - /parameters/TC_M2_X3_2/shortDesc + /parameters/SYS_FAC_CAL_MODE/longDesc - Magnetometer offset temperature ^3 polynomial coefficient - Z axis + If enabled, future sensor calibrations will be stored to /fs/mtd_caldata. Note: this is only supported on boards with a separate calibration storage /fs/mtd_caldata. - /parameters/TC_M3_ID/shortDesc + /parameters/SYS_FAC_CAL_MODE/values/0/description - ID of Magnetometer that the calibration is for + Disabled - /parameters/TC_M3_TMAX/shortDesc + /parameters/SYS_FAC_CAL_MODE/values/1/description - Magnetometer calibration maximum temperature + All sensors - /parameters/TC_M3_TMIN/shortDesc + /parameters/SYS_FAC_CAL_MODE/values/2/description - Magnetometer calibration minimum temperature + All sensors except mag - /parameters/TC_M3_TREF/shortDesc + /parameters/SYS_FAILURE_EN/shortDesc - Magnetometer calibration reference temperature + Enable failure injection - /parameters/TC_M3_X0_0/shortDesc + /parameters/SYS_FAILURE_EN/longDesc - Magnetometer offset temperature ^0 polynomial coefficient - X axis + If enabled allows MAVLink INJECT_FAILURE commands. WARNING: the failures can easily cause crashes and are to be used with caution! - /parameters/TC_M3_X0_1/shortDesc + /parameters/SYS_FAILURE_EN/values/0/description - Magnetometer offset temperature ^0 polynomial coefficient - Y axis + Disabled - /parameters/TC_M3_X0_2/shortDesc + /parameters/SYS_FAILURE_EN/values/1/description - Magnetometer offset temperature ^0 polynomial coefficient - Z axis + Enabled - /parameters/TC_M3_X1_0/shortDesc + /parameters/SYS_HAS_BARO/shortDesc - Magnetometer offset temperature ^1 polynomial coefficient - X axis + Control if the vehicle has a barometer - /parameters/TC_M3_X1_1/shortDesc + /parameters/SYS_HAS_BARO/longDesc - Magnetometer offset temperature ^1 polynomial coefficient - Y axis + Disable this if the board has no barometer, such as some of the Omnibus F4 SD variants. If disabled, the preflight checks will not check for the presence of a barometer. - /parameters/TC_M3_X1_2/shortDesc + /parameters/SYS_HAS_BARO/values/0/description - Magnetometer offset temperature ^1 polynomial coefficient - Z axis + Disabled - /parameters/TC_M3_X2_0/shortDesc + /parameters/SYS_HAS_BARO/values/1/description - Magnetometer offset temperature ^2 polynomial coefficient - X axis + Enabled - /parameters/TC_M3_X2_1/shortDesc + /parameters/SYS_HAS_GPS/shortDesc - Magnetometer offset temperature ^2 polynomial coefficient - Y axis + Control if the vehicle has a GPS - /parameters/TC_M3_X2_2/shortDesc + /parameters/SYS_HAS_GPS/longDesc - Magnetometer offset temperature ^2 polynomial coefficient - Z axis + Disable this if the system has no GPS. If disabled, the sensors hub will not process sensor_gps, and GPS will not be available for the rest of the system. - /parameters/TC_M3_X3_0/shortDesc + /parameters/SYS_HAS_GPS/values/0/description - Magnetometer offset temperature ^3 polynomial coefficient - X axis + Disabled - /parameters/TC_M3_X3_1/shortDesc + /parameters/SYS_HAS_GPS/values/1/description - Magnetometer offset temperature ^3 polynomial coefficient - Y axis + Enabled - /parameters/TC_M3_X3_2/shortDesc + /parameters/SYS_HAS_MAG/shortDesc - Magnetometer offset temperature ^3 polynomial coefficient - Z axis + Control if the vehicle has a magnetometer - /parameters/TC_M_ENABLE/shortDesc + /parameters/SYS_HAS_MAG/longDesc - Thermal compensation for magnetometer sensors + Set this to 0 if the board has no magnetometer. If set to 0, the preflight checks will not check for the presence of a magnetometer, otherwise N sensors are required. - /parameters/TC_M_ENABLE/values/0/description + /parameters/SYS_HAS_NUM_ASPD/shortDesc - Disabled + Control if the vehicle has an airspeed sensor - /parameters/TC_M_ENABLE/values/1/description + /parameters/SYS_HAS_NUM_ASPD/longDesc - Enabled + Set this to 0 if the board has no airspeed sensor. If set to 0, the preflight checks will not check for the presence of an airspeed sensor. - /parameters/MXS_EXT_CFG/shortDesc + /parameters/SYS_HAS_NUM_DIST/shortDesc - Sagetech External Configuration Mode + Number of distance sensors to check being available - /parameters/MXS_EXT_CFG/longDesc + /parameters/SYS_HAS_NUM_DIST/longDesc - Disables auto-configuration mode enabling MXS config through external software. + The preflight check will fail if fewer than this number of distance sensors with valid data is present. Disable the check with 0. - /parameters/MXS_EXT_CFG/values/0/description + /parameters/SYS_HITL/shortDesc - Disabled + Enable HITL/SIH mode on next boot - /parameters/MXS_EXT_CFG/values/1/description + /parameters/SYS_HITL/longDesc - Enabled + While enabled the system will boot in Hardware-In-The-Loop (HITL) or Simulation-In-Hardware (SIH) mode and not enable all sensors and checks. When disabled the same vehicle can be flown normally. Set to 'external HITL', if the system should perform as if it were a real vehicle (the only difference to a real system is then only the parameter value, which can be used for log analysis). - /parameters/MXS_OP_MODE/shortDesc + /parameters/SYS_HITL/values/-1/description - Sagetech MXS mode configuration + external HITL - /parameters/MXS_OP_MODE/longDesc + /parameters/SYS_HITL/values/0/description - This parameter defines the operating mode of the MXS + HITL and SIH disabled - /parameters/MXS_OP_MODE/values/0/description + /parameters/SYS_HITL/values/1/description - Off + HITL enabled - /parameters/MXS_OP_MODE/values/1/description + /parameters/SYS_HITL/values/2/description - On + SIH enabled - /parameters/MXS_OP_MODE/values/2/description + /parameters/SYS_PARAM_VER/shortDesc - Standby + Parameter version - /parameters/MXS_OP_MODE/values/3/description + /parameters/SYS_PARAM_VER/longDesc - Alt + This is used internally only: an airframe configuration might set an expected parameter version value via PARAM_DEFAULTS_VER. This is checked on bootup against SYS_PARAM_VER, and if they do not match, parameters are reset and reloaded from the airframe configuration. - /parameters/MXS_SER_CFG/shortDesc + /parameters/SYS_RGB_MAXBRT/shortDesc - Serial Configuration for Sagetech MXS Serial Port + RGB Led brightness limit - /parameters/MXS_SER_CFG/longDesc + /parameters/SYS_RGB_MAXBRT/longDesc - Configure on which serial port to run Sagetech MXS Serial Port. + Set to 0 to disable, 1 for maximum brightness - /parameters/MXS_SER_CFG/values/0/description + /parameters/SYS_STCK_EN/shortDesc - Disabled + Enable stack checking - /parameters/MXS_SER_CFG/values/6/description + /parameters/SYS_STCK_EN/values/0/description - UART 6 + Disabled - /parameters/MXS_SER_CFG/values/101/description + /parameters/SYS_STCK_EN/values/1/description - TELEM 1 + Enabled - /parameters/MXS_SER_CFG/values/102/description + /parameters/TEST_1/shortDesc - TELEM 2 + TEST_1 - /parameters/MXS_SER_CFG/values/103/description + /parameters/TEST_2/shortDesc - TELEM 3 + TEST_2 - /parameters/MXS_SER_CFG/values/104/description + /parameters/TEST_3/shortDesc - TELEM/SERIAL 4 + TEST_3 - /parameters/MXS_SER_CFG/values/201/description + /parameters/TEST_D/shortDesc - GPS 1 + TEST_D - /parameters/MXS_SER_CFG/values/202/description + /parameters/TEST_DEV/shortDesc - GPS 2 + TEST_DEV - /parameters/MXS_SER_CFG/values/203/description + /parameters/TEST_D_LP/shortDesc - GPS 3 + TEST_D_LP - /parameters/MXS_SER_CFG/values/300/description + /parameters/TEST_HP/shortDesc - Radio Controller + TEST_HP - /parameters/MXS_SER_CFG/values/301/description + /parameters/TEST_I/shortDesc - Wifi Port + TEST_I - /parameters/MXS_SER_CFG/values/401/description + /parameters/TEST_I_MAX/shortDesc - EXT2 + TEST_I_MAX - /parameters/MXS_TARG_PORT/shortDesc + /parameters/TEST_LP/shortDesc - Sagetech MXS Participant Configuration + TEST_LP - /parameters/MXS_TARG_PORT/longDesc + /parameters/TEST_MAX/shortDesc - The MXS communication port to receive Target data from + TEST_MAX - /parameters/MXS_TARG_PORT/values/0/description + /parameters/TEST_MEAN/shortDesc - Auto + TEST_MEAN - /parameters/MXS_TARG_PORT/values/1/description + /parameters/TEST_MIN/shortDesc - COM0 + TEST_MIN - /parameters/MXS_TARG_PORT/values/2/description + /parameters/TEST_P/shortDesc - COM1 + TEST_P - /parameters/CANNODE_BITRATE/shortDesc + /parameters/TEST_PARAMS/shortDesc - UAVCAN CAN bus bitrate + TEST_PARAMS - /parameters/CANNODE_PUB_MBD/shortDesc + /parameters/TEST_RC2_X/shortDesc - Enable MovingBaselineData publication + TEST_RC2_X - /parameters/CANNODE_PUB_MBD/values/0/description + /parameters/TEST_RC_X/shortDesc - Disabled + TEST_RC_X - /parameters/CANNODE_PUB_MBD/values/1/description + /parameters/TEST_TRIM/shortDesc - Enabled + TEST_TRIM - /parameters/CANNODE_SUB_MBD/shortDesc + /parameters/TC_A0_ID/shortDesc - Enable MovingBaselineData subscription + ID of Accelerometer that the calibration is for - /parameters/CANNODE_SUB_MBD/values/0/description + /parameters/TC_A0_TMAX/shortDesc - Disabled + Accelerometer calibration maximum temperature - /parameters/CANNODE_SUB_MBD/values/1/description + /parameters/TC_A0_TMIN/shortDesc - Enabled + Accelerometer calibration minimum temperature - /parameters/CANNODE_SUB_RTCM/shortDesc + /parameters/TC_A0_TREF/shortDesc - Enable RTCM subscription + Accelerometer calibration reference temperature - /parameters/CANNODE_SUB_RTCM/values/0/description + /parameters/TC_A0_X0_0/shortDesc - Disabled + Accelerometer offset temperature ^0 polynomial coefficient - X axis - /parameters/CANNODE_SUB_RTCM/values/1/description + /parameters/TC_A0_X0_1/shortDesc - Enabled + Accelerometer offset temperature ^0 polynomial coefficient - Y axis - /parameters/CANNODE_TERM/shortDesc + /parameters/TC_A0_X0_2/shortDesc - CAN built-in bus termination + Accelerometer offset temperature ^0 polynomial coefficient - Z axis - /parameters/CANNODE_TERM/values/0/description + /parameters/TC_A0_X1_0/shortDesc - Disabled + Accelerometer offset temperature ^1 polynomial coefficient - X axis - /parameters/CANNODE_TERM/values/1/description + /parameters/TC_A0_X1_1/shortDesc - Enabled + Accelerometer offset temperature ^1 polynomial coefficient - Y axis - /parameters/SIM_GZ_EN/shortDesc + /parameters/TC_A0_X1_2/shortDesc - Simulator Gazebo bridge enable + Accelerometer offset temperature ^1 polynomial coefficient - Z axis - /parameters/SIM_GZ_EN/values/0/description + /parameters/TC_A0_X2_0/shortDesc - Disabled + Accelerometer offset temperature ^2 polynomial coefficient - X axis - /parameters/SIM_GZ_EN/values/1/description + /parameters/TC_A0_X2_1/shortDesc - Enabled + Accelerometer offset temperature ^2 polynomial coefficient - Y axis - /parameters/UAVCAN_BITRATE/shortDesc + /parameters/TC_A0_X2_2/shortDesc - UAVCAN CAN bus bitrate + Accelerometer offset temperature ^2 polynomial coefficient - Z axis - /parameters/UAVCAN_ENABLE/shortDesc + /parameters/TC_A0_X3_0/shortDesc - UAVCAN mode + Accelerometer offset temperature ^3 polynomial coefficient - X axis - /parameters/UAVCAN_ENABLE/longDesc + /parameters/TC_A0_X3_1/shortDesc - 0 - UAVCAN disabled. 1 - Enables support for UAVCAN sensors without dynamic node ID allocation and firmware update. 2 - Enables support for UAVCAN sensors with dynamic node ID allocation and firmware update. 3 - Enables support for UAVCAN sensors and actuators with dynamic node ID allocation and firmware update. Also sets the motor control outputs to UAVCAN. + Accelerometer offset temperature ^3 polynomial coefficient - Y axis - /parameters/UAVCAN_ENABLE/values/0/description + /parameters/TC_A0_X3_2/shortDesc - Disabled + Accelerometer offset temperature ^3 polynomial coefficient - Z axis - /parameters/UAVCAN_ENABLE/values/1/description + /parameters/TC_A1_ID/shortDesc - Sensors Manual Config + ID of Accelerometer that the calibration is for - /parameters/UAVCAN_ENABLE/values/2/description + /parameters/TC_A1_TMAX/shortDesc - Sensors Automatic Config + Accelerometer calibration maximum temperature - /parameters/UAVCAN_ENABLE/values/3/description + /parameters/TC_A1_TMIN/shortDesc - Sensors and Actuators (ESCs) Automatic Config + Accelerometer calibration minimum temperature - /parameters/UAVCAN_LGT_ANTCL/shortDesc + /parameters/TC_A1_TREF/shortDesc - UAVCAN ANTI_COLLISION light operating mode + Accelerometer calibration reference temperature - /parameters/UAVCAN_LGT_ANTCL/longDesc + /parameters/TC_A1_X0_0/shortDesc - This parameter defines the minimum condition under which the system will command the ANTI_COLLISION lights on 0 - Always off 1 - When autopilot is armed 2 - When autopilot is prearmed 3 - Always on + Accelerometer offset temperature ^0 polynomial coefficient - X axis - /parameters/UAVCAN_LGT_ANTCL/values/0/description + /parameters/TC_A1_X0_1/shortDesc - Always off + Accelerometer offset temperature ^0 polynomial coefficient - Y axis - /parameters/UAVCAN_LGT_ANTCL/values/1/description + /parameters/TC_A1_X0_2/shortDesc - When autopilot is armed + Accelerometer offset temperature ^0 polynomial coefficient - Z axis - /parameters/UAVCAN_LGT_ANTCL/values/2/description + /parameters/TC_A1_X1_0/shortDesc - When autopilot is prearmed + Accelerometer offset temperature ^1 polynomial coefficient - X axis - /parameters/UAVCAN_LGT_ANTCL/values/3/description + /parameters/TC_A1_X1_1/shortDesc - Always on + Accelerometer offset temperature ^1 polynomial coefficient - Y axis - /parameters/UAVCAN_LGT_LAND/shortDesc + /parameters/TC_A1_X1_2/shortDesc - UAVCAN LIGHT_ID_LANDING light operating mode + Accelerometer offset temperature ^1 polynomial coefficient - Z axis - /parameters/UAVCAN_LGT_LAND/longDesc + /parameters/TC_A1_X2_0/shortDesc - This parameter defines the minimum condition under which the system will command the LIGHT_ID_LANDING lights on 0 - Always off 1 - When autopilot is armed 2 - When autopilot is prearmed 3 - Always on + Accelerometer offset temperature ^2 polynomial coefficient - X axis - /parameters/UAVCAN_LGT_LAND/values/0/description + /parameters/TC_A1_X2_1/shortDesc - Always off + Accelerometer offset temperature ^2 polynomial coefficient - Y axis - /parameters/UAVCAN_LGT_LAND/values/1/description + /parameters/TC_A1_X2_2/shortDesc - When autopilot is armed + Accelerometer offset temperature ^2 polynomial coefficient - Z axis - /parameters/UAVCAN_LGT_LAND/values/2/description + /parameters/TC_A1_X3_0/shortDesc - When autopilot is prearmed + Accelerometer offset temperature ^3 polynomial coefficient - X axis - /parameters/UAVCAN_LGT_LAND/values/3/description + /parameters/TC_A1_X3_1/shortDesc - Always on + Accelerometer offset temperature ^3 polynomial coefficient - Y axis - /parameters/UAVCAN_LGT_NAV/shortDesc + /parameters/TC_A1_X3_2/shortDesc - UAVCAN RIGHT_OF_WAY light operating mode + Accelerometer offset temperature ^3 polynomial coefficient - Z axis - /parameters/UAVCAN_LGT_NAV/longDesc + /parameters/TC_A2_ID/shortDesc - This parameter defines the minimum condition under which the system will command the RIGHT_OF_WAY lights on 0 - Always off 1 - When autopilot is armed 2 - When autopilot is prearmed 3 - Always on + ID of Accelerometer that the calibration is for - /parameters/UAVCAN_LGT_NAV/values/0/description + /parameters/TC_A2_TMAX/shortDesc - Always off + Accelerometer calibration maximum temperature - /parameters/UAVCAN_LGT_NAV/values/1/description + /parameters/TC_A2_TMIN/shortDesc - When autopilot is armed + Accelerometer calibration minimum temperature - /parameters/UAVCAN_LGT_NAV/values/2/description + /parameters/TC_A2_TREF/shortDesc - When autopilot is prearmed + Accelerometer calibration reference temperature - /parameters/UAVCAN_LGT_NAV/values/3/description + /parameters/TC_A2_X0_0/shortDesc - Always on + Accelerometer offset temperature ^0 polynomial coefficient - X axis - /parameters/UAVCAN_LGT_STROB/shortDesc + /parameters/TC_A2_X0_1/shortDesc - UAVCAN STROBE light operating mode + Accelerometer offset temperature ^0 polynomial coefficient - Y axis - /parameters/UAVCAN_LGT_STROB/longDesc + /parameters/TC_A2_X0_2/shortDesc - This parameter defines the minimum condition under which the system will command the STROBE lights on 0 - Always off 1 - When autopilot is armed 2 - When autopilot is prearmed 3 - Always on + Accelerometer offset temperature ^0 polynomial coefficient - Z axis - /parameters/UAVCAN_LGT_STROB/values/0/description + /parameters/TC_A2_X1_0/shortDesc - Always off + Accelerometer offset temperature ^1 polynomial coefficient - X axis - /parameters/UAVCAN_LGT_STROB/values/1/description + /parameters/TC_A2_X1_1/shortDesc - When autopilot is armed + Accelerometer offset temperature ^1 polynomial coefficient - Y axis - /parameters/UAVCAN_LGT_STROB/values/2/description + /parameters/TC_A2_X1_2/shortDesc - When autopilot is prearmed + Accelerometer offset temperature ^1 polynomial coefficient - Z axis - /parameters/UAVCAN_LGT_STROB/values/3/description + /parameters/TC_A2_X2_0/shortDesc - Always on + Accelerometer offset temperature ^2 polynomial coefficient - X axis - /parameters/UAVCAN_NODE_ID/shortDesc + /parameters/TC_A2_X2_1/shortDesc - UAVCAN Node ID + Accelerometer offset temperature ^2 polynomial coefficient - Y axis - /parameters/UAVCAN_NODE_ID/longDesc + /parameters/TC_A2_X2_2/shortDesc - Read the specs at http://uavcan.org to learn more about Node ID. + Accelerometer offset temperature ^2 polynomial coefficient - Z axis - /parameters/UAVCAN_PUB_ARM/shortDesc + /parameters/TC_A2_X3_0/shortDesc - publish Arming Status stream + Accelerometer offset temperature ^3 polynomial coefficient - X axis - /parameters/UAVCAN_PUB_ARM/longDesc + /parameters/TC_A2_X3_1/shortDesc - Enable UAVCAN Arming Status stream publication uavcan::equipment::safety::ArmingStatus + Accelerometer offset temperature ^3 polynomial coefficient - Y axis - /parameters/UAVCAN_PUB_ARM/values/0/description + /parameters/TC_A2_X3_2/shortDesc - Disabled + Accelerometer offset temperature ^3 polynomial coefficient - Z axis - /parameters/UAVCAN_PUB_ARM/values/1/description + /parameters/TC_A3_ID/shortDesc - Enabled + ID of Accelerometer that the calibration is for - /parameters/UAVCAN_PUB_MBD/shortDesc + /parameters/TC_A3_TMAX/shortDesc - publish moving baseline data RTCM stream + Accelerometer calibration maximum temperature - /parameters/UAVCAN_PUB_MBD/longDesc + /parameters/TC_A3_TMIN/shortDesc - Enable UAVCAN RTCM stream publication ardupilot::gnss::MovingBaselineData + Accelerometer calibration minimum temperature - /parameters/UAVCAN_PUB_MBD/values/0/description + /parameters/TC_A3_TREF/shortDesc - Disabled + Accelerometer calibration reference temperature - /parameters/UAVCAN_PUB_MBD/values/1/description + /parameters/TC_A3_X0_0/shortDesc - Enabled + Accelerometer offset temperature ^0 polynomial coefficient - X axis - /parameters/UAVCAN_PUB_RTCM/shortDesc + /parameters/TC_A3_X0_1/shortDesc - publish RTCM stream + Accelerometer offset temperature ^0 polynomial coefficient - Y axis - /parameters/UAVCAN_PUB_RTCM/longDesc + /parameters/TC_A3_X0_2/shortDesc - Enable UAVCAN RTCM stream publication uavcan::equipment::gnss::RTCMStream + Accelerometer offset temperature ^0 polynomial coefficient - Z axis - /parameters/UAVCAN_PUB_RTCM/values/0/description + /parameters/TC_A3_X1_0/shortDesc - Disabled + Accelerometer offset temperature ^1 polynomial coefficient - X axis - /parameters/UAVCAN_PUB_RTCM/values/1/description + /parameters/TC_A3_X1_1/shortDesc - Enabled + Accelerometer offset temperature ^1 polynomial coefficient - Y axis - /parameters/UAVCAN_RNG_MAX/shortDesc + /parameters/TC_A3_X1_2/shortDesc - UAVCAN rangefinder maximum range + Accelerometer offset temperature ^1 polynomial coefficient - Z axis - /parameters/UAVCAN_RNG_MAX/longDesc + /parameters/TC_A3_X2_0/shortDesc - This parameter defines the maximum valid range for a rangefinder connected via UAVCAN. + Accelerometer offset temperature ^2 polynomial coefficient - X axis - /parameters/UAVCAN_RNG_MIN/shortDesc + /parameters/TC_A3_X2_1/shortDesc - UAVCAN rangefinder minimum range + Accelerometer offset temperature ^2 polynomial coefficient - Y axis - /parameters/UAVCAN_RNG_MIN/longDesc + /parameters/TC_A3_X2_2/shortDesc - This parameter defines the minimum valid range for a rangefinder connected via UAVCAN. + Accelerometer offset temperature ^2 polynomial coefficient - Z axis - /parameters/UAVCAN_SUB_ASPD/shortDesc + /parameters/TC_A3_X3_0/shortDesc - subscription airspeed + Accelerometer offset temperature ^3 polynomial coefficient - X axis - /parameters/UAVCAN_SUB_ASPD/longDesc + /parameters/TC_A3_X3_1/shortDesc - Enable UAVCAN airspeed subscriptions. uavcan::equipment::air_data::IndicatedAirspeed uavcan::equipment::air_data::TrueAirspeed uavcan::equipment::air_data::StaticTemperature + Accelerometer offset temperature ^3 polynomial coefficient - Y axis - /parameters/UAVCAN_SUB_ASPD/values/0/description + /parameters/TC_A3_X3_2/shortDesc - Disabled + Accelerometer offset temperature ^3 polynomial coefficient - Z axis - /parameters/UAVCAN_SUB_ASPD/values/1/description + /parameters/TC_A_ENABLE/shortDesc - Enabled + Thermal compensation for accelerometer sensors - /parameters/UAVCAN_SUB_BARO/shortDesc + /parameters/TC_A_ENABLE/values/0/description - subscription barometer + Disabled - /parameters/UAVCAN_SUB_BARO/longDesc + /parameters/TC_A_ENABLE/values/1/description - Enable UAVCAN barometer subscription. uavcan::equipment::air_data::StaticPressure uavcan::equipment::air_data::StaticTemperature + Enabled - /parameters/UAVCAN_SUB_BARO/values/0/description + /parameters/TC_B0_ID/shortDesc - Disabled + ID of Barometer that the calibration is for - /parameters/UAVCAN_SUB_BARO/values/1/description + /parameters/TC_B0_TMAX/shortDesc - Enabled + Barometer calibration maximum temperature - /parameters/UAVCAN_SUB_BAT/shortDesc + /parameters/TC_B0_TMIN/shortDesc - subscription battery + Barometer calibration minimum temperature - /parameters/UAVCAN_SUB_BAT/longDesc + /parameters/TC_B0_TREF/shortDesc - Enable UAVCAN battery subscription. uavcan::equipment::power::BatteryInfo ardupilot::equipment::power::BatteryInfoAux 0 - Disable 1 - Use raw data. Recommended for Smart battery 2 - Filter the data with internal battery library + Barometer calibration reference temperature - /parameters/UAVCAN_SUB_BAT/values/0/description + /parameters/TC_B0_X0/shortDesc - Disable + Barometer offset temperature ^0 polynomial coefficient - /parameters/UAVCAN_SUB_BAT/values/1/description + /parameters/TC_B0_X1/shortDesc - Raw data + Barometer offset temperature ^1 polynomial coefficients - /parameters/UAVCAN_SUB_BAT/values/2/description + /parameters/TC_B0_X2/shortDesc - Filter data + Barometer offset temperature ^2 polynomial coefficient - /parameters/UAVCAN_SUB_BTN/shortDesc + /parameters/TC_B0_X3/shortDesc - subscription button + Barometer offset temperature ^3 polynomial coefficient - /parameters/UAVCAN_SUB_BTN/longDesc + /parameters/TC_B0_X4/shortDesc - Enable UAVCAN button subscription. ardupilot::indication::Button + Barometer offset temperature ^4 polynomial coefficient - /parameters/UAVCAN_SUB_BTN/values/0/description + /parameters/TC_B0_X5/shortDesc - Disabled + Barometer offset temperature ^5 polynomial coefficient - /parameters/UAVCAN_SUB_BTN/values/1/description + /parameters/TC_B1_ID/shortDesc - Enabled + ID of Barometer that the calibration is for - /parameters/UAVCAN_SUB_DPRES/shortDesc + /parameters/TC_B1_TMAX/shortDesc - subscription differential pressure + Barometer calibration maximum temperature - /parameters/UAVCAN_SUB_DPRES/longDesc + /parameters/TC_B1_TMIN/shortDesc - Enable UAVCAN differential pressure subscription. uavcan::equipment::air_data::RawAirData + Barometer calibration minimum temperature - /parameters/UAVCAN_SUB_DPRES/values/0/description + /parameters/TC_B1_TREF/shortDesc - Disabled + Barometer calibration reference temperature - /parameters/UAVCAN_SUB_DPRES/values/1/description + /parameters/TC_B1_X0/shortDesc - Enabled + Barometer offset temperature ^0 polynomial coefficient - /parameters/UAVCAN_SUB_FLOW/shortDesc + /parameters/TC_B1_X1/shortDesc - subscription flow + Barometer offset temperature ^1 polynomial coefficients - /parameters/UAVCAN_SUB_FLOW/longDesc + /parameters/TC_B1_X2/shortDesc - Enable UAVCAN optical flow subscription. + Barometer offset temperature ^2 polynomial coefficient - /parameters/UAVCAN_SUB_FLOW/values/0/description + /parameters/TC_B1_X3/shortDesc - Disabled + Barometer offset temperature ^3 polynomial coefficient - /parameters/UAVCAN_SUB_FLOW/values/1/description + /parameters/TC_B1_X4/shortDesc - Enabled + Barometer offset temperature ^4 polynomial coefficient - /parameters/UAVCAN_SUB_GPS/shortDesc + /parameters/TC_B1_X5/shortDesc - subscription GPS + Barometer offset temperature ^5 polynomial coefficient - /parameters/UAVCAN_SUB_GPS/longDesc + /parameters/TC_B2_ID/shortDesc - Enable UAVCAN GPS subscriptions. uavcan::equipment::gnss::Fix uavcan::equipment::gnss::Fix2 uavcan::equipment::gnss::Auxiliary + ID of Barometer that the calibration is for - /parameters/UAVCAN_SUB_GPS/values/0/description + /parameters/TC_B2_TMAX/shortDesc - Disabled + Barometer calibration maximum temperature - /parameters/UAVCAN_SUB_GPS/values/1/description + /parameters/TC_B2_TMIN/shortDesc - Enabled + Barometer calibration minimum temperature - /parameters/UAVCAN_SUB_GPS_R/shortDesc + /parameters/TC_B2_TREF/shortDesc - subscription GPS Relative + Barometer calibration reference temperature - /parameters/UAVCAN_SUB_GPS_R/longDesc + /parameters/TC_B2_X0/shortDesc - Enable UAVCAN GPS Relative subscription. ardupilot::gnss::RelPosHeading + Barometer offset temperature ^0 polynomial coefficient - /parameters/UAVCAN_SUB_GPS_R/values/0/description + /parameters/TC_B2_X1/shortDesc - Disabled + Barometer offset temperature ^1 polynomial coefficients - /parameters/UAVCAN_SUB_GPS_R/values/1/description + /parameters/TC_B2_X2/shortDesc - Enabled + Barometer offset temperature ^2 polynomial coefficient - /parameters/UAVCAN_SUB_HYGRO/shortDesc + /parameters/TC_B2_X3/shortDesc - subscription hygrometer + Barometer offset temperature ^3 polynomial coefficient - /parameters/UAVCAN_SUB_HYGRO/longDesc + /parameters/TC_B2_X4/shortDesc - Enable UAVCAN hygrometer subscriptions. dronecan::sensors::hygrometer::Hygrometer + Barometer offset temperature ^4 polynomial coefficient - /parameters/UAVCAN_SUB_HYGRO/values/0/description + /parameters/TC_B2_X5/shortDesc - Disabled + Barometer offset temperature ^5 polynomial coefficient - /parameters/UAVCAN_SUB_HYGRO/values/1/description + /parameters/TC_B3_ID/shortDesc - Enabled + ID of Barometer that the calibration is for - /parameters/UAVCAN_SUB_ICE/shortDesc + /parameters/TC_B3_TMAX/shortDesc - subscription ICE + Barometer calibration maximum temperature - /parameters/UAVCAN_SUB_ICE/longDesc + /parameters/TC_B3_TMIN/shortDesc - Enable UAVCAN internal combustion engine (ICE) subscription. uavcan::equipment::ice::reciprocating::Status + Barometer calibration minimum temperature - /parameters/UAVCAN_SUB_ICE/values/0/description + /parameters/TC_B3_TREF/shortDesc - Disabled + Barometer calibration reference temperature - /parameters/UAVCAN_SUB_ICE/values/1/description + /parameters/TC_B3_X0/shortDesc - Enabled + Barometer offset temperature ^0 polynomial coefficient - /parameters/UAVCAN_SUB_IMU/shortDesc + /parameters/TC_B3_X1/shortDesc - subscription IMU + Barometer offset temperature ^1 polynomial coefficients - /parameters/UAVCAN_SUB_IMU/longDesc + /parameters/TC_B3_X2/shortDesc - Enable UAVCAN IMU subscription. uavcan::equipment::ahrs::RawIMU + Barometer offset temperature ^2 polynomial coefficient - /parameters/UAVCAN_SUB_IMU/values/0/description + /parameters/TC_B3_X3/shortDesc - Disabled + Barometer offset temperature ^3 polynomial coefficient - /parameters/UAVCAN_SUB_IMU/values/1/description + /parameters/TC_B3_X4/shortDesc - Enabled + Barometer offset temperature ^4 polynomial coefficient - /parameters/UAVCAN_SUB_MAG/shortDesc + /parameters/TC_B3_X5/shortDesc - subscription magnetometer + Barometer offset temperature ^5 polynomial coefficient - /parameters/UAVCAN_SUB_MAG/longDesc + /parameters/TC_B_ENABLE/shortDesc - Enable UAVCAN mag subscription. uavcan::equipment::ahrs::MagneticFieldStrength uavcan::equipment::ahrs::MagneticFieldStrength2 + Thermal compensation for barometric pressure sensors - /parameters/UAVCAN_SUB_MAG/values/0/description + /parameters/TC_B_ENABLE/values/0/description Disabled - /parameters/UAVCAN_SUB_MAG/values/1/description + /parameters/TC_B_ENABLE/values/1/description Enabled - /parameters/UAVCAN_SUB_RNG/shortDesc + /parameters/TC_G0_ID/shortDesc - subscription range finder + ID of Gyro that the calibration is for - /parameters/UAVCAN_SUB_RNG/longDesc + /parameters/TC_G0_TMAX/shortDesc - Enable UAVCAN range finder subscription. uavcan::equipment::range_sensor::Measurement + Gyro calibration maximum temperature - /parameters/UAVCAN_SUB_RNG/values/0/description + /parameters/TC_G0_TMIN/shortDesc - Disabled + Gyro calibration minimum temperature - /parameters/UAVCAN_SUB_RNG/values/1/description + /parameters/TC_G0_TREF/shortDesc - Enabled + Gyro calibration reference temperature - /parameters/UUV_DIRCT_PITCH/shortDesc + /parameters/TC_G0_X0_0/shortDesc - Direct pitch input + Gyro rate offset temperature ^0 polynomial coefficient - X axis - /parameters/UUV_DIRCT_ROLL/shortDesc + /parameters/TC_G0_X0_1/shortDesc - Direct roll input + Gyro rate offset temperature ^0 polynomial coefficient - Y axis - /parameters/UUV_DIRCT_THRUST/shortDesc + /parameters/TC_G0_X0_2/shortDesc - Direct thrust input + Gyro rate offset temperature ^0 polynomial coefficient - Z axis - /parameters/UUV_DIRCT_YAW/shortDesc + /parameters/TC_G0_X1_0/shortDesc - Direct yaw input + Gyro rate offset temperature ^1 polynomial coefficient - X axis - /parameters/UUV_INPUT_MODE/shortDesc + /parameters/TC_G0_X1_1/shortDesc - Select Input Mode + Gyro rate offset temperature ^1 polynomial coefficient - Y axis - /parameters/UUV_INPUT_MODE/values/0/description + /parameters/TC_G0_X1_2/shortDesc - use Attitude Setpoints + Gyro rate offset temperature ^1 polynomial coefficient - Z axis - /parameters/UUV_INPUT_MODE/values/1/description + /parameters/TC_G0_X2_0/shortDesc - Direct Feedthrough + Gyro rate offset temperature ^2 polynomial coefficient - X axis - /parameters/UUV_PITCH_D/shortDesc + /parameters/TC_G0_X2_1/shortDesc - Pitch differential gain + Gyro rate offset temperature ^2 polynomial coefficient - Y axis - /parameters/UUV_PITCH_P/shortDesc + /parameters/TC_G0_X2_2/shortDesc - Pitch proportional gain + Gyro rate offset temperature ^2 polynomial coefficient - Z axis - /parameters/UUV_ROLL_D/shortDesc + /parameters/TC_G0_X3_0/shortDesc - Roll differential gain + Gyro rate offset temperature ^3 polynomial coefficient - X axis - /parameters/UUV_ROLL_P/shortDesc + /parameters/TC_G0_X3_1/shortDesc - Roll proportional gain + Gyro rate offset temperature ^3 polynomial coefficient - Y axis - /parameters/UUV_YAW_D/shortDesc + /parameters/TC_G0_X3_2/shortDesc - Yaw differential gain + Gyro rate offset temperature ^3 polynomial coefficient - Z axis - /parameters/UUV_YAW_P/shortDesc + /parameters/TC_G1_ID/shortDesc - Yawh proportional gain + ID of Gyro that the calibration is for - /parameters/UUV_GAIN_X_D/shortDesc + /parameters/TC_G1_TMAX/shortDesc - Gain of D controller X + Gyro calibration maximum temperature - /parameters/UUV_GAIN_X_P/shortDesc + /parameters/TC_G1_TMIN/shortDesc - Gain of P controller X + Gyro calibration minimum temperature - /parameters/UUV_GAIN_Y_D/shortDesc + /parameters/TC_G1_TREF/shortDesc - Gain of D controller Y + Gyro calibration reference temperature - /parameters/UUV_GAIN_Y_P/shortDesc + /parameters/TC_G1_X0_0/shortDesc - Gain of P controller Y + Gyro rate offset temperature ^0 polynomial coefficient - X axis - /parameters/UUV_GAIN_Z_D/shortDesc + /parameters/TC_G1_X0_1/shortDesc - Gain of D controller Z + Gyro rate offset temperature ^0 polynomial coefficient - Y axis - /parameters/UUV_GAIN_Z_P/shortDesc + /parameters/TC_G1_X0_2/shortDesc - Gain of P controller Z + Gyro rate offset temperature ^0 polynomial coefficient - Z axis - /parameters/UUV_STAB_MODE/shortDesc + /parameters/TC_G1_X1_0/shortDesc - Stabilization mode(1) or Position Control(0) + Gyro rate offset temperature ^1 polynomial coefficient - X axis - /parameters/UUV_STAB_MODE/values/0/description + /parameters/TC_G1_X1_1/shortDesc - Position Control + Gyro rate offset temperature ^1 polynomial coefficient - Y axis - /parameters/UUV_STAB_MODE/values/1/description + /parameters/TC_G1_X1_2/shortDesc - Stabilization Mode + Gyro rate offset temperature ^1 polynomial coefficient - Z axis - /parameters/UWB_INIT_OFF_X/shortDesc + /parameters/TC_G1_X2_0/shortDesc - UWB sensor X offset in body frame + Gyro rate offset temperature ^2 polynomial coefficient - X axis - /parameters/UWB_INIT_OFF_X/longDesc + /parameters/TC_G1_X2_1/shortDesc - UWB sensor positioning in relation to Drone in NED. X offset. A Positive offset results in a Position o + Gyro rate offset temperature ^2 polynomial coefficient - Y axis - /parameters/UWB_INIT_OFF_Y/shortDesc + /parameters/TC_G1_X2_2/shortDesc - UWB sensor Y offset in body frame + Gyro rate offset temperature ^2 polynomial coefficient - Z axis - /parameters/UWB_INIT_OFF_Y/longDesc + /parameters/TC_G1_X3_0/shortDesc - UWB sensor positioning in relation to Drone in NED. Y offset. + Gyro rate offset temperature ^3 polynomial coefficient - X axis - /parameters/UWB_INIT_OFF_Z/shortDesc + /parameters/TC_G1_X3_1/shortDesc - UWB sensor Z offset in body frame + Gyro rate offset temperature ^3 polynomial coefficient - Y axis - /parameters/UWB_INIT_OFF_Z/longDesc + /parameters/TC_G1_X3_2/shortDesc - UWB sensor positioning in relation to Drone in NED. Z offset. + Gyro rate offset temperature ^3 polynomial coefficient - Z axis - /parameters/UWB_PORT_CFG/shortDesc + /parameters/TC_G2_ID/shortDesc - Serial Configuration for Ultrawideband position sensor driver + ID of Gyro that the calibration is for - /parameters/UWB_PORT_CFG/longDesc + /parameters/TC_G2_TMAX/shortDesc - Configure on which serial port to run Ultrawideband position sensor driver. + Gyro calibration maximum temperature - /parameters/UWB_PORT_CFG/values/0/description + /parameters/TC_G2_TMIN/shortDesc - Disabled + Gyro calibration minimum temperature - /parameters/UWB_PORT_CFG/values/6/description + /parameters/TC_G2_TREF/shortDesc - UART 6 + Gyro calibration reference temperature - /parameters/UWB_PORT_CFG/values/101/description + /parameters/TC_G2_X0_0/shortDesc - TELEM 1 + Gyro rate offset temperature ^0 polynomial coefficient - X axis - /parameters/UWB_PORT_CFG/values/102/description + /parameters/TC_G2_X0_1/shortDesc - TELEM 2 + Gyro rate offset temperature ^0 polynomial coefficient - Y axis - /parameters/UWB_PORT_CFG/values/103/description + /parameters/TC_G2_X0_2/shortDesc - TELEM 3 + Gyro rate offset temperature ^0 polynomial coefficient - Z axis - /parameters/UWB_PORT_CFG/values/104/description + /parameters/TC_G2_X1_0/shortDesc - TELEM/SERIAL 4 + Gyro rate offset temperature ^1 polynomial coefficient - X axis - /parameters/UWB_PORT_CFG/values/201/description + /parameters/TC_G2_X1_1/shortDesc - GPS 1 + Gyro rate offset temperature ^1 polynomial coefficient - Y axis - /parameters/UWB_PORT_CFG/values/202/description + /parameters/TC_G2_X1_2/shortDesc - GPS 2 + Gyro rate offset temperature ^1 polynomial coefficient - Z axis - /parameters/UWB_PORT_CFG/values/203/description + /parameters/TC_G2_X2_0/shortDesc - GPS 3 + Gyro rate offset temperature ^2 polynomial coefficient - X axis - /parameters/UWB_PORT_CFG/values/300/description + /parameters/TC_G2_X2_1/shortDesc - Radio Controller + Gyro rate offset temperature ^2 polynomial coefficient - Y axis - /parameters/UWB_PORT_CFG/values/301/description + /parameters/TC_G2_X2_2/shortDesc - Wifi Port + Gyro rate offset temperature ^2 polynomial coefficient - Z axis - /parameters/UWB_PORT_CFG/values/401/description + /parameters/TC_G2_X3_0/shortDesc - EXT2 + Gyro rate offset temperature ^3 polynomial coefficient - X axis - /parameters/UWB_SENS_ROT/shortDesc + /parameters/TC_G2_X3_1/shortDesc - UWB sensor orientation + Gyro rate offset temperature ^3 polynomial coefficient - Y axis - /parameters/UWB_SENS_ROT/longDesc + /parameters/TC_G2_X3_2/shortDesc - The orientation of the sensor relative to the forward direction of the body frame. Look up table in src/lib/conversion/rotation.h Default position is the antannaes downward facing, UWB board parallel with body frame. + Gyro rate offset temperature ^3 polynomial coefficient - Z axis - /parameters/UWB_SENS_ROT/values/0/description + /parameters/TC_G3_ID/shortDesc - ROTATION_NONE + ID of Gyro that the calibration is for - /parameters/UWB_SENS_ROT/values/1/description + /parameters/TC_G3_TMAX/shortDesc - ROTATION_YAW_45 + Gyro calibration maximum temperature - /parameters/UWB_SENS_ROT/values/2/description + /parameters/TC_G3_TMIN/shortDesc - ROTATION_YAW_90 + Gyro calibration minimum temperature - /parameters/UWB_SENS_ROT/values/3/description + /parameters/TC_G3_TREF/shortDesc - ROTATION_YAW_135 + Gyro calibration reference temperature - /parameters/UWB_SENS_ROT/values/4/description + /parameters/TC_G3_X0_0/shortDesc - ROTATION_YAW_180 + Gyro rate offset temperature ^0 polynomial coefficient - X axis - /parameters/UWB_SENS_ROT/values/5/description + /parameters/TC_G3_X0_1/shortDesc - ROTATION_YAW_225 + Gyro rate offset temperature ^0 polynomial coefficient - Y axis - /parameters/UWB_SENS_ROT/values/6/description + /parameters/TC_G3_X0_2/shortDesc - ROTATION_YAW_270 + Gyro rate offset temperature ^0 polynomial coefficient - Z axis - /parameters/UWB_SENS_ROT/values/7/description + /parameters/TC_G3_X1_0/shortDesc - ROTATION_YAW_315 + Gyro rate offset temperature ^1 polynomial coefficient - X axis - /parameters/UWB_SENS_ROT/values/8/description + /parameters/TC_G3_X1_1/shortDesc - ROTATION_ROLL_180 + Gyro rate offset temperature ^1 polynomial coefficient - Y axis - /parameters/UWB_SENS_ROT/values/9/description + /parameters/TC_G3_X1_2/shortDesc - ROTATION_ROLL_180_YAW_45 + Gyro rate offset temperature ^1 polynomial coefficient - Z axis - /parameters/UWB_SENS_ROT/values/10/description + /parameters/TC_G3_X2_0/shortDesc - ROTATION_ROLL_180_YAW_90 + Gyro rate offset temperature ^2 polynomial coefficient - X axis - /parameters/UWB_SENS_ROT/values/11/description + /parameters/TC_G3_X2_1/shortDesc - ROTATION_ROLL_180_YAW_135 + Gyro rate offset temperature ^2 polynomial coefficient - Y axis - /parameters/UWB_SENS_ROT/values/12/description + /parameters/TC_G3_X2_2/shortDesc - ROTATION_PITCH_180 + Gyro rate offset temperature ^2 polynomial coefficient - Z axis - /parameters/UWB_SENS_ROT/values/13/description + /parameters/TC_G3_X3_0/shortDesc - ROTATION_ROLL_180_YAW_225 + Gyro rate offset temperature ^3 polynomial coefficient - X axis - /parameters/UWB_SENS_ROT/values/14/description + /parameters/TC_G3_X3_1/shortDesc - ROTATION_ROLL_180_YAW_270 + Gyro rate offset temperature ^3 polynomial coefficient - Y axis - /parameters/UWB_SENS_ROT/values/15/description + /parameters/TC_G3_X3_2/shortDesc - ROTATION_ROLL_180_YAW_315 + Gyro rate offset temperature ^3 polynomial coefficient - Z axis - /parameters/UWB_SENS_ROT/values/16/description + /parameters/TC_G_ENABLE/shortDesc - ROTATION_ROLL_90 + Thermal compensation for rate gyro sensors - /parameters/UWB_SENS_ROT/values/17/description + /parameters/TC_G_ENABLE/values/0/description - ROTATION_ROLL_90_YAW_45 + Disabled - /parameters/UWB_SENS_ROT/values/18/description + /parameters/TC_G_ENABLE/values/1/description - ROTATION_ROLL_90_YAW_90 + Enabled - /parameters/UWB_SENS_ROT/values/19/description + /parameters/TC_M0_ID/shortDesc - ROTATION_ROLL_90_YAW_135 + ID of Magnetometer that the calibration is for - /parameters/UWB_SENS_ROT/values/20/description + /parameters/TC_M0_TMAX/shortDesc - ROTATION_ROLL_270 + Magnetometer calibration maximum temperature - /parameters/UWB_SENS_ROT/values/21/description + /parameters/TC_M0_TMIN/shortDesc - ROTATION_ROLL_270_YAW_45 + Magnetometer calibration minimum temperature - /parameters/UWB_SENS_ROT/values/22/description + /parameters/TC_M0_TREF/shortDesc - ROTATION_ROLL_270_YAW_90 + Magnetometer calibration reference temperature - /parameters/UWB_SENS_ROT/values/23/description + /parameters/TC_M0_X0_0/shortDesc - ROTATION_ROLL_270_YAW_135 + Magnetometer offset temperature ^0 polynomial coefficient - X axis - /parameters/UWB_SENS_ROT/values/24/description + /parameters/TC_M0_X0_1/shortDesc - ROTATION_PITCH_90 + Magnetometer offset temperature ^0 polynomial coefficient - Y axis - /parameters/UWB_SENS_ROT/values/25/description + /parameters/TC_M0_X0_2/shortDesc - ROTATION_PITCH_270 + Magnetometer offset temperature ^0 polynomial coefficient - Z axis - /parameters/UWB_SENS_ROT/values/26/description + /parameters/TC_M0_X1_0/shortDesc - ROTATION_PITCH_180_YAW_90 + Magnetometer offset temperature ^1 polynomial coefficient - X axis - /parameters/UWB_SENS_ROT/values/27/description + /parameters/TC_M0_X1_1/shortDesc - ROTATION_PITCH_180_YAW_270 + Magnetometer offset temperature ^1 polynomial coefficient - Y axis - /parameters/UWB_SENS_ROT/values/28/description + /parameters/TC_M0_X1_2/shortDesc - ROTATION_ROLL_90_PITCH_90 + Magnetometer offset temperature ^1 polynomial coefficient - Z axis - /parameters/UWB_SENS_ROT/values/29/description + /parameters/TC_M0_X2_0/shortDesc - ROTATION_ROLL_180_PITCH_90 + Magnetometer offset temperature ^2 polynomial coefficient - X axis - /parameters/UWB_SENS_ROT/values/30/description + /parameters/TC_M0_X2_1/shortDesc - ROTATION_ROLL_270_PITCH_90 + Magnetometer offset temperature ^2 polynomial coefficient - Y axis - /parameters/UWB_SENS_ROT/values/31/description + /parameters/TC_M0_X2_2/shortDesc - ROTATION_ROLL_90_PITCH_180 + Magnetometer offset temperature ^2 polynomial coefficient - Z axis - /parameters/UWB_SENS_ROT/values/32/description + /parameters/TC_M0_X3_0/shortDesc - ROTATION_ROLL_270_PITCH_180 + Magnetometer offset temperature ^3 polynomial coefficient - X axis - /parameters/UWB_SENS_ROT/values/33/description + /parameters/TC_M0_X3_1/shortDesc - ROTATION_ROLL_90_PITCH_270 + Magnetometer offset temperature ^3 polynomial coefficient - Y axis - /parameters/UWB_SENS_ROT/values/34/description + /parameters/TC_M0_X3_2/shortDesc - ROTATION_ROLL_180_PITCH_270 + Magnetometer offset temperature ^3 polynomial coefficient - Z axis - /parameters/UWB_SENS_ROT/values/35/description + /parameters/TC_M1_ID/shortDesc - ROTATION_ROLL_270_PITCH_270 + ID of Magnetometer that the calibration is for - /parameters/UWB_SENS_ROT/values/36/description + /parameters/TC_M1_TMAX/shortDesc - ROTATION_ROLL_90_PITCH_180_YAW_90 + Magnetometer calibration maximum temperature - /parameters/UWB_SENS_ROT/values/37/description + /parameters/TC_M1_TMIN/shortDesc - ROTATION_ROLL_90_YAW_270 + Magnetometer calibration minimum temperature - /parameters/UWB_SENS_ROT/values/38/description + /parameters/TC_M1_TREF/shortDesc - ROTATION_ROLL_90_PITCH_68_YAW_293 + Magnetometer calibration reference temperature - /parameters/UWB_SENS_ROT/values/39/description + /parameters/TC_M1_X0_0/shortDesc - ROTATION_PITCH_315 + Magnetometer offset temperature ^0 polynomial coefficient - X axis - /parameters/UWB_SENS_ROT/values/40/description + /parameters/TC_M1_X0_1/shortDesc - ROTATION_ROLL_90_PITCH_315 + Magnetometer offset temperature ^0 polynomial coefficient - Y axis - /parameters/UXRCE_DDS_AG_IP/shortDesc + /parameters/TC_M1_X0_2/shortDesc - uXRCE-DDS Agent IP address + Magnetometer offset temperature ^0 polynomial coefficient - Z axis - /parameters/UXRCE_DDS_AG_IP/longDesc + /parameters/TC_M1_X1_0/shortDesc - If ethernet is enabled and is the selected configuration for uXRCE-DDS, the selected Agent IP address will be set and used. Decimal dot notation is not supported. IP address must be provided in int32 format. For example, 192.168.1.2 is mapped to -1062731518; 127.0.0.1 is mapped to 2130706433. + Magnetometer offset temperature ^1 polynomial coefficient - X axis - /parameters/UXRCE_DDS_CFG/shortDesc + /parameters/TC_M1_X1_1/shortDesc - Serial Configuration for UXRCE-DDS Client + Magnetometer offset temperature ^1 polynomial coefficient - Y axis - /parameters/UXRCE_DDS_CFG/longDesc + /parameters/TC_M1_X1_2/shortDesc - Configure on which serial port to run UXRCE-DDS Client. + Magnetometer offset temperature ^1 polynomial coefficient - Z axis - /parameters/UXRCE_DDS_CFG/values/0/description + /parameters/TC_M1_X2_0/shortDesc - Disabled + Magnetometer offset temperature ^2 polynomial coefficient - X axis - /parameters/UXRCE_DDS_CFG/values/6/description + /parameters/TC_M1_X2_1/shortDesc - UART 6 + Magnetometer offset temperature ^2 polynomial coefficient - Y axis - /parameters/UXRCE_DDS_CFG/values/101/description + /parameters/TC_M1_X2_2/shortDesc - TELEM 1 + Magnetometer offset temperature ^2 polynomial coefficient - Z axis - /parameters/UXRCE_DDS_CFG/values/102/description + /parameters/TC_M1_X3_0/shortDesc - TELEM 2 + Magnetometer offset temperature ^3 polynomial coefficient - X axis - /parameters/UXRCE_DDS_CFG/values/103/description + /parameters/TC_M1_X3_1/shortDesc - TELEM 3 + Magnetometer offset temperature ^3 polynomial coefficient - Y axis - /parameters/UXRCE_DDS_CFG/values/104/description + /parameters/TC_M1_X3_2/shortDesc - TELEM/SERIAL 4 + Magnetometer offset temperature ^3 polynomial coefficient - Z axis - /parameters/UXRCE_DDS_CFG/values/201/description + /parameters/TC_M2_ID/shortDesc - GPS 1 + ID of Magnetometer that the calibration is for - /parameters/UXRCE_DDS_CFG/values/202/description + /parameters/TC_M2_TMAX/shortDesc - GPS 2 + Magnetometer calibration maximum temperature - /parameters/UXRCE_DDS_CFG/values/203/description + /parameters/TC_M2_TMIN/shortDesc - GPS 3 + Magnetometer calibration minimum temperature - /parameters/UXRCE_DDS_CFG/values/300/description + /parameters/TC_M2_TREF/shortDesc - Radio Controller + Magnetometer calibration reference temperature - /parameters/UXRCE_DDS_CFG/values/301/description + /parameters/TC_M2_X0_0/shortDesc - Wifi Port + Magnetometer offset temperature ^0 polynomial coefficient - X axis - /parameters/UXRCE_DDS_CFG/values/401/description + /parameters/TC_M2_X0_1/shortDesc - EXT2 + Magnetometer offset temperature ^0 polynomial coefficient - Y axis - /parameters/UXRCE_DDS_CFG/values/1000/description + /parameters/TC_M2_X0_2/shortDesc - Ethernet + Magnetometer offset temperature ^0 polynomial coefficient - Z axis - /parameters/UXRCE_DDS_DOM_ID/shortDesc + /parameters/TC_M2_X1_0/shortDesc - uXRCE-DDS domain ID + Magnetometer offset temperature ^1 polynomial coefficient - X axis - /parameters/UXRCE_DDS_DOM_ID/longDesc + /parameters/TC_M2_X1_1/shortDesc - uXRCE-DDS domain ID + Magnetometer offset temperature ^1 polynomial coefficient - Y axis - /parameters/UXRCE_DDS_KEY/shortDesc + /parameters/TC_M2_X1_2/shortDesc - uXRCE-DDS session key + Magnetometer offset temperature ^1 polynomial coefficient - Z axis - /parameters/UXRCE_DDS_KEY/longDesc + /parameters/TC_M2_X2_0/shortDesc - uXRCE-DDS key, must be different from zero. In a single agent - multi client configuration, each client must have a unique session key. + Magnetometer offset temperature ^2 polynomial coefficient - X axis - /parameters/UXRCE_DDS_PRT/shortDesc + /parameters/TC_M2_X2_1/shortDesc - uXRCE-DDS UDP port + Magnetometer offset temperature ^2 polynomial coefficient - Y axis - /parameters/UXRCE_DDS_PRT/longDesc + /parameters/TC_M2_X2_2/shortDesc - If ethernet is enabled and is the selected configuration for uXRCE-DDS, the selected UDP port will be set and used. + Magnetometer offset temperature ^2 polynomial coefficient - Z axis - /parameters/UXRCE_DDS_PTCFG/shortDesc + /parameters/TC_M2_X3_0/shortDesc - uXRCE-DDS participant configuration + Magnetometer offset temperature ^3 polynomial coefficient - X axis - /parameters/UXRCE_DDS_PTCFG/longDesc + /parameters/TC_M2_X3_1/shortDesc - Set the participant configuration on the Agent's system. 0: Use the default configuration. 1: Restrict messages to localhost (use in combination with ROS_LOCALHOST_ONLY=1). 2: Use a custom participant with the profile name "px4_participant". + Magnetometer offset temperature ^3 polynomial coefficient - Y axis - /parameters/UXRCE_DDS_PTCFG/values/0/description + /parameters/TC_M2_X3_2/shortDesc - Default + Magnetometer offset temperature ^3 polynomial coefficient - Z axis - /parameters/UXRCE_DDS_PTCFG/values/1/description + /parameters/TC_M3_ID/shortDesc - Localhost-only + ID of Magnetometer that the calibration is for - /parameters/UXRCE_DDS_PTCFG/values/2/description + /parameters/TC_M3_TMAX/shortDesc - Custom participant + Magnetometer calibration maximum temperature - /parameters/UXRCE_DDS_SYNCC/shortDesc + /parameters/TC_M3_TMIN/shortDesc - Enable uXRCE-DDS system clock synchronization + Magnetometer calibration minimum temperature - /parameters/UXRCE_DDS_SYNCC/longDesc + /parameters/TC_M3_TREF/shortDesc - When enabled along with UXRCE_DDS_SYNCT, uxrce_dds_client will set the system clock using the agents UTC timestamp. + Magnetometer calibration reference temperature - /parameters/UXRCE_DDS_SYNCC/values/0/description + /parameters/TC_M3_X0_0/shortDesc - Disabled + Magnetometer offset temperature ^0 polynomial coefficient - X axis - /parameters/UXRCE_DDS_SYNCC/values/1/description + /parameters/TC_M3_X0_1/shortDesc - Enabled + Magnetometer offset temperature ^0 polynomial coefficient - Y axis - /parameters/UXRCE_DDS_SYNCT/shortDesc + /parameters/TC_M3_X0_2/shortDesc - Enable uXRCE-DDS timestamp synchronization + Magnetometer offset temperature ^0 polynomial coefficient - Z axis - /parameters/UXRCE_DDS_SYNCT/longDesc + /parameters/TC_M3_X1_0/shortDesc - When enabled, uxrce_dds_client will synchronize the timestamps of the incoming and outgoing messages measuring the offset between the Agent OS time and the PX4 time. + Magnetometer offset temperature ^1 polynomial coefficient - X axis - /parameters/UXRCE_DDS_SYNCT/values/0/description + /parameters/TC_M3_X1_1/shortDesc - Disabled + Magnetometer offset temperature ^1 polynomial coefficient - Y axis - /parameters/UXRCE_DDS_SYNCT/values/1/description + /parameters/TC_M3_X1_2/shortDesc - Enabled + Magnetometer offset temperature ^1 polynomial coefficient - Z axis - /parameters/VOXL_ESC_BAUD/shortDesc + /parameters/TC_M3_X2_0/shortDesc - UART ESC baud rate + Magnetometer offset temperature ^2 polynomial coefficient - X axis - /parameters/VOXL_ESC_BAUD/longDesc + /parameters/TC_M3_X2_1/shortDesc - Default rate is 250Kbps, which is used in off-the-shelf MoadalAI ESC products. + Magnetometer offset temperature ^2 polynomial coefficient - Y axis - /parameters/VOXL_ESC_CONFIG/shortDesc + /parameters/TC_M3_X2_2/shortDesc - UART ESC configuration + Magnetometer offset temperature ^2 polynomial coefficient - Z axis - /parameters/VOXL_ESC_CONFIG/longDesc + /parameters/TC_M3_X3_0/shortDesc - Selects what type of UART ESC, if any, is being used. + Magnetometer offset temperature ^3 polynomial coefficient - X axis - /parameters/VOXL_ESC_CONFIG/values/0/description + /parameters/TC_M3_X3_1/shortDesc - - Disabled + Magnetometer offset temperature ^3 polynomial coefficient - Y axis - /parameters/VOXL_ESC_CONFIG/values/1/description + /parameters/TC_M3_X3_2/shortDesc - - VOXL ESC + Magnetometer offset temperature ^3 polynomial coefficient - Z axis - /parameters/VOXL_ESC_MODE/shortDesc + /parameters/TC_M_ENABLE/shortDesc - UART ESC Mode + Thermal compensation for magnetometer sensors - /parameters/VOXL_ESC_MODE/longDesc + /parameters/TC_M_ENABLE/values/0/description - Selects what type of mode is enabled, if any + Disabled - /parameters/VOXL_ESC_MODE/values/0/description + /parameters/TC_M_ENABLE/values/1/description - - None + Enabled - /parameters/VOXL_ESC_MODE/values/1/description + /parameters/UUV_DIRCT_PITCH/shortDesc - - Turtle Mode enabled via AUX1 + Direct pitch input - /parameters/VOXL_ESC_MODE/values/2/description + /parameters/UUV_DIRCT_ROLL/shortDesc - - Turtle Mode enabled via AUX2 + Direct roll input - /parameters/VOXL_ESC_MODE/values/3/description + /parameters/UUV_DIRCT_THRUST/shortDesc - - UART Passthrough Mode + Direct thrust input - /parameters/VOXL_ESC_PUB_BST/shortDesc + /parameters/UUV_DIRCT_YAW/shortDesc - UART ESC Enable publishing of battery status + Direct yaw input - /parameters/VOXL_ESC_PUB_BST/longDesc + /parameters/UUV_INPUT_MODE/shortDesc - Only applicable to ESCs that report total battery voltage and current + Select Input Mode - /parameters/VOXL_ESC_PUB_BST/values/0/description + /parameters/UUV_INPUT_MODE/values/0/description - - Disabled + use Attitude Setpoints - /parameters/VOXL_ESC_PUB_BST/values/1/description + /parameters/UUV_INPUT_MODE/values/1/description - - Enabled + Direct Feedthrough - /parameters/VOXL_ESC_RPM_MAX/shortDesc + /parameters/UUV_PITCH_D/shortDesc - UART ESC RPM Max + Pitch differential gain - /parameters/VOXL_ESC_RPM_MAX/longDesc + /parameters/UUV_PITCH_P/shortDesc - Maximum RPM for ESC + Pitch proportional gain - /parameters/VOXL_ESC_RPM_MIN/shortDesc + /parameters/UUV_ROLL_D/shortDesc - UART ESC RPM Min + Roll differential gain - /parameters/VOXL_ESC_RPM_MIN/longDesc + /parameters/UUV_ROLL_P/shortDesc - Minimum RPM for ESC + Roll proportional gain - /parameters/VOXL_ESC_SDIR1/shortDesc + /parameters/UUV_YAW_D/shortDesc - UART ESC ID 1 Spin Direction Flag + Yaw differential gain - /parameters/VOXL_ESC_SDIR1/values/0/description + /parameters/UUV_YAW_P/shortDesc - - Default + Yawh proportional gain - /parameters/VOXL_ESC_SDIR1/values/1/description + /parameters/UUV_GAIN_X_D/shortDesc - - Reverse + Gain of D controller X - /parameters/VOXL_ESC_SDIR2/shortDesc + /parameters/UUV_GAIN_X_P/shortDesc - UART ESC ID 2 Spin Direction Flag + Gain of P controller X - /parameters/VOXL_ESC_SDIR2/values/0/description + /parameters/UUV_GAIN_Y_D/shortDesc - - Default + Gain of D controller Y - /parameters/VOXL_ESC_SDIR2/values/1/description + /parameters/UUV_GAIN_Y_P/shortDesc - - Reverse + Gain of P controller Y - /parameters/VOXL_ESC_SDIR3/shortDesc + /parameters/UUV_GAIN_Z_D/shortDesc - UART ESC ID 3 Spin Direction Flag + Gain of D controller Z - /parameters/VOXL_ESC_SDIR3/values/0/description + /parameters/UUV_GAIN_Z_P/shortDesc - - Default + Gain of P controller Z - /parameters/VOXL_ESC_SDIR3/values/1/description + /parameters/UUV_STAB_MODE/shortDesc - - Reverse + Stabilization mode(1) or Position Control(0) - /parameters/VOXL_ESC_SDIR4/shortDesc + /parameters/UUV_STAB_MODE/values/0/description - UART ESC ID 4 Spin Direction Flag + Position Control - /parameters/VOXL_ESC_SDIR4/values/0/description + /parameters/UUV_STAB_MODE/values/1/description - - Default + Stabilization Mode - /parameters/VOXL_ESC_SDIR4/values/1/description + /parameters/UXRCE_DDS_AG_IP/shortDesc - - Reverse + uXRCE-DDS Agent IP address - /parameters/VOXL_ESC_T_COSP/shortDesc + /parameters/UXRCE_DDS_AG_IP/longDesc - UART ESC Turtle Mode Cosphi + If ethernet is enabled and is the selected configuration for uXRCE-DDS, the selected Agent IP address will be set and used. Decimal dot notation is not supported. IP address must be provided in int32 format. For example, 192.168.1.2 is mapped to -1062731518; 127.0.0.1 is mapped to 2130706433. - /parameters/VOXL_ESC_T_DEAD/shortDesc + /parameters/UXRCE_DDS_DOM_ID/shortDesc - UART ESC Turtle Mode Crash Flip Motor Deadband + uXRCE-DDS domain ID - /parameters/VOXL_ESC_T_EXPO/shortDesc + /parameters/UXRCE_DDS_DOM_ID/longDesc - UART ESC Turtle Mode Crash Flip Motor expo + uXRCE-DDS domain ID - /parameters/VOXL_ESC_T_MINF/shortDesc + /parameters/UXRCE_DDS_KEY/shortDesc - UART ESC Turtle Mode Crash Flip Motor STICK_MINF + uXRCE-DDS session key - /parameters/VOXL_ESC_T_OVER/shortDesc + /parameters/UXRCE_DDS_KEY/longDesc - UART ESC Over-Temperature Threshold (Degrees C) + uXRCE-DDS key, must be different from zero. In a single agent - multi client configuration, each client must have a unique session key. - /parameters/VOXL_ESC_T_OVER/longDesc + /parameters/UXRCE_DDS_PRT/shortDesc - Only applicable to ESCs that report temperature + uXRCE-DDS UDP port - /parameters/VOXL_ESC_T_OVER/values/0/description + /parameters/UXRCE_DDS_PRT/longDesc - - Disabled + If ethernet is enabled and is the selected configuration for uXRCE-DDS, the selected UDP port will be set and used. - /parameters/VOXL_ESC_T_PERC/shortDesc + /parameters/UXRCE_DDS_PTCFG/shortDesc - UART ESC Turtle Mode Crash Flip Motor Percent + uXRCE-DDS participant configuration - /parameters/VOXL_ESC_T_WARN/shortDesc + /parameters/UXRCE_DDS_PTCFG/longDesc - UART ESC Temperature Warning Threshold (Degrees C) + Set the participant configuration on the Agent's system. 0: Use the default configuration. 1: Restrict messages to localhost (use in combination with ROS_LOCALHOST_ONLY=1). 2: Use a custom participant with the profile name "px4_participant". - /parameters/VOXL_ESC_T_WARN/longDesc + /parameters/UXRCE_DDS_PTCFG/values/0/description - Only applicable to ESCs that report temperature + Default - /parameters/VOXL_ESC_T_WARN/values/0/description + /parameters/UXRCE_DDS_PTCFG/values/1/description - - Disabled + Localhost-only - /parameters/VOXL_ESC_VLOG/shortDesc + /parameters/UXRCE_DDS_PTCFG/values/2/description - UART ESC verbose logging + Custom participant - /parameters/VOXL_ESC_VLOG/values/0/description + /parameters/UXRCE_DDS_SYNCC/shortDesc - - Disabled + Enable uXRCE-DDS system clock synchronization - /parameters/VOXL_ESC_VLOG/values/1/description + /parameters/UXRCE_DDS_SYNCC/longDesc - - Enabled + When enabled along with UXRCE_DDS_SYNCT, uxrce_dds_client will set the system clock using the agents UTC timestamp. - /parameters/VOXL2_IO_BAUD/shortDesc + /parameters/UXRCE_DDS_SYNCC/values/0/description - UART M0065 baud rate + Disabled - /parameters/VOXL2_IO_BAUD/longDesc + /parameters/UXRCE_DDS_SYNCC/values/1/description - Default rate is 921600, which is used for communicating with M0065. + Enabled - /parameters/VOXL2_IO_MAX/shortDesc + /parameters/UXRCE_DDS_SYNCT/shortDesc - M0065 PWM Max + Enable uXRCE-DDS timestamp synchronization - /parameters/VOXL2_IO_MAX/longDesc + /parameters/UXRCE_DDS_SYNCT/longDesc - Maximum duration (microseconds) for M0065 PWM + When enabled, uxrce_dds_client will synchronize the timestamps of the incoming and outgoing messages measuring the offset between the Agent OS time and the PX4 time. - /parameters/VOXL2_IO_MIN/shortDesc + /parameters/UXRCE_DDS_SYNCT/values/0/description - M0065 PWM Min + Disabled - /parameters/VOXL2_IO_MIN/longDesc + /parameters/UXRCE_DDS_SYNCT/values/1/description - Minimum duration (microseconds) for M0065 PWM + Enabled @@ -77804,42 +37736,6 @@ Altitude relative to home at which vehicle will loiter after front transition. - - /parameters/ZENOH_ENABLE/shortDesc - - Zenoh Enable - - - - /parameters/ZENOH_ENABLE/longDesc - - Zenoh - - - - /parameters/SF1XX_MODE/shortDesc - - Lightware SF1xx/SF20/LW20 Operation Mode - - - - /parameters/SF1XX_MODE/values/0/description - - Disabled - - - - /parameters/SF1XX_MODE/values/1/description - - Enabled - - - - /parameters/SF1XX_MODE/values/2/description - - Disabled during VTOL fast forward flight - - /parameters/UUV_SKIP_CTRL/shortDesc @@ -77858,12 +37754,6 @@ skip the controller and feedthrough the setpoints - - $globals/category/Standard - - Standard - - $globals/category/Developer @@ -77877,39 +37767,15 @@ - $globals/group/Local Position Estimator - - Local Position Estimator - - - - $globals/group/Return Mode - - Return Mode - - - - $globals/group/Roboclaw - - Roboclaw - - - - $globals/group/Geofence - - Geofence - - - - $globals/group/VOXL2 IO + $globals/category/Standard - VOXL2 IO + Standard - $globals/group/Airspeed Validator + $globals/group/Multicopter Position Slow Mode - Airspeed Validator + Multicopter Position Slow Mode @@ -77919,51 +37785,21 @@ - $globals/group/ADSB - - ADSB - - - - $globals/group/UXRCE-DDS Client - - UXRCE-DDS Client - - - - $globals/group/SD Logging - - SD Logging - - - - $globals/group/Failure Detector - - Failure Detector - - - - $globals/group/Multicopter Position Slow Mode - - Multicopter Position Slow Mode - - - - $globals/group/Follow target + $globals/group/GPS - Follow target + GPS - $globals/group/Transponder + $globals/group/Payload Deliverer - Transponder + Payload Deliverer - $globals/group/RC Input + $globals/group/MAVLink - RC Input + MAVLink @@ -77973,81 +37809,45 @@ - $globals/group/VOXL ESC - - VOXL ESC - - - - $globals/group/Events - - Events - - - - $globals/group/UAVCAN Motor Parameters - - UAVCAN Motor Parameters - - - - $globals/group/Testing - - Testing - - - - $globals/group/Attitude Q estimator - - Attitude Q estimator - - - - $globals/group/Simulation In Hardware - - Simulation In Hardware - - - - $globals/group/FlightTaskOrbit + $globals/group/Rover Ackermann - FlightTaskOrbit + Rover Ackermann - $globals/group/UUV Position Control + $globals/group/Rover Position Control - UUV Position Control + Rover Position Control - $globals/group/Magnetometer Bias Estimator + $globals/group/Multicopter Acro Mode - Magnetometer Bias Estimator + Multicopter Acro Mode - $globals/group/Roboclaw Driver + $globals/group/Multicopter Attitude Control - Roboclaw Driver + Multicopter Attitude Control - $globals/group/RC + $globals/group/Mount - RC + Mount - $globals/group/FW Attitude Control + $globals/group/UAVCAN GNSS - FW Attitude Control + UAVCAN GNSS - $globals/group/Commander + $globals/group/Failure Detector - Commander + Failure Detector @@ -78057,111 +37857,99 @@ - $globals/group/Mount - - Mount - - - - $globals/group/FW Launch detection - - FW Launch detection - - - - $globals/group/Telemetry + $globals/group/Miscellaneous - Telemetry + Miscellaneous - $globals/group/Miscellaneous + $globals/group/FW Rate Control - Miscellaneous + FW Rate Control - $globals/group/MAVLink + $globals/group/Circuit Breaker - MAVLink + Circuit Breaker - $globals/group/CDCACM + $globals/group/VTOL Takeoff - CDCACM + VTOL Takeoff - $globals/group/Autotune + $globals/group/Precision Land - Autotune + Precision Land - $globals/group/Septentrio + $globals/group/Multicopter Position Control - Septentrio + Multicopter Position Control - $globals/group/Mixer Output + $globals/group/Return To Land - Mixer Output + Return To Land - $globals/group/Runway Takeoff + $globals/group/System - Runway Takeoff + System - $globals/group/FW Path Control + $globals/group/Rover Mecanum - FW Path Control + Rover Mecanum - $globals/group/Rover Position Control + $globals/group/Follow target - Rover Position Control + Follow target - $globals/group/PWM Outputs + $globals/group/Battery Calibration - PWM Outputs + Battery Calibration - $globals/group/Simulator + $globals/group/Local Position Estimator - Simulator + Local Position Estimator - $globals/group/Precision Land + $globals/group/Sensors - Precision Land + Sensors - $globals/group/UWB + $globals/group/Attitude Q estimator - UWB + Attitude Q estimator - $globals/group/Return To Land + $globals/group/Flight Task Orbit - Return To Land + Flight Task Orbit - $globals/group/Zenoh + $globals/group/Magnetometer Bias Estimator - Zenoh + Magnetometer Bias Estimator @@ -78171,219 +37959,219 @@ - $globals/group/UUV Attitude Control + $globals/group/FW NPFG Control - UUV Attitude Control + FW NPFG Control - $globals/group/Hover Thrust Estimator + $globals/group/Manual Control - Hover Thrust Estimator + Manual Control - $globals/group/Multicopter Position Control + $globals/group/Runway Takeoff - Multicopter Position Control + Runway Takeoff - $globals/group/Thermal Compensation + $globals/group/OSD - Thermal Compensation + OSD - $globals/group/Cyphal + $globals/group/Simulator - Cyphal + Simulator - $globals/group/FW TECS + $globals/group/Landing Target Estimator - FW TECS + Landing Target Estimator - $globals/group/Camera Capture + $globals/group/FW Auto Landing - Camera Capture + FW Auto Landing - $globals/group/Land Detector + $globals/group/Hover Thrust Estimator - Land Detector + Hover Thrust Estimator - $globals/group/Rover Differential Drive + $globals/group/SITL - Rover Differential Drive + SITL - $globals/group/Sensors + $globals/group/ADSB - Sensors + ADSB - $globals/group/FW Auto Landing + $globals/group/FW Geometry - FW Auto Landing + FW Geometry - $globals/group/FW Performance + $globals/group/Airspeed Validator - FW Performance + Airspeed Validator - $globals/group/Camera Control + $globals/group/FW Path Control - Camera Control + FW Path Control - $globals/group/UAVCAN GNSS + $globals/group/Mission - UAVCAN GNSS + Mission - $globals/group/System + $globals/group/UUV Position Control - System + UUV Position Control - $globals/group/Sensor Calibration + $globals/group/Events - Sensor Calibration + Events - $globals/group/FW Geometry + $globals/group/Testing - FW Geometry + Testing - $globals/group/Multicopter Attitude Control + $globals/group/Simulation In Hardware - Multicopter Attitude Control + Simulation In Hardware - $globals/group/Multicopter Rate Control + $globals/group/VTOL Attitude Control - Multicopter Rate Control + VTOL Attitude Control - $globals/group/Serial + $globals/group/Mixer Output - Serial + Mixer Output - $globals/group/DShot + $globals/group/Rover Differential - DShot + Rover Differential - $globals/group/UAVCAN + $globals/group/Thermal Compensation - UAVCAN + Thermal Compensation - $globals/group/Payload Deliverer + $globals/group/UUV Attitude Control - Payload Deliverer + UUV Attitude Control - $globals/group/Manual Control + $globals/group/Pure Pursuit - Manual Control + Pure Pursuit - $globals/group/Landing Target Estimator + $globals/group/Land Detector - Landing Target Estimator + Land Detector - $globals/group/Battery Calibration + $globals/group/Multicopter Rate Control - Battery Calibration + Multicopter Rate Control - $globals/group/SITL + $globals/group/FW Performance - SITL + FW Performance - $globals/group/OSD + $globals/group/PWM Outputs - OSD + PWM Outputs - $globals/group/Multicopter Acro Mode + $globals/group/Autotune - Multicopter Acro Mode + Autotune - $globals/group/ESC + $globals/group/FW Attitude Control - ESC + FW Attitude Control - $globals/group/Iridium SBD + $globals/group/Geofence - Iridium SBD + Geofence - $globals/group/Mission + $globals/group/Sensor Calibration - Mission + Sensor Calibration - $globals/group/EKF2 + $globals/group/FW Launch detection - EKF2 + FW Launch detection - $globals/group/FW Rate Control + $globals/group/Commander - FW Rate Control + Commander - $globals/group/VTOL Attitude Control + $globals/group/UAVCAN Motor Parameters - VTOL Attitude Control + UAVCAN Motor Parameters - $globals/group/ModalAI Custom Configuration + $globals/group/FW TECS - ModalAI Custom Configuration + FW TECS @@ -78393,27 +38181,27 @@ - $globals/group/GPS + $globals/group/Return Mode - GPS + Return Mode - $globals/group/VTOL Takeoff + $globals/group/EKF2 - VTOL Takeoff + EKF2 - $globals/group/FW NPFG Control + $globals/group/SD Logging - FW NPFG Control + SD Logging - $globals/group/Circuit Breaker + $globals/group/UXRCE-DDS Client - Circuit Breaker + UXRCE-DDS Client diff --git a/translated/actuators_summary.json b/translated/actuators_summary.json index e595cb3..4a34bdb 100644 --- a/translated/actuators_summary.json +++ b/translated/actuators_summary.json @@ -1 +1 @@ -{"de_DE": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/actuators_de_DE.ts.xz", "last-modified": "2024-11-09T06:19:36.040901+00:00"}, "uk_UA": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/actuators_uk_UA.ts.xz", "last-modified": "2024-11-09T06:19:36.044902+00:00"}, "zh_CN": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/actuators_zh_CN.ts.xz", "last-modified": "2024-11-09T06:19:36.044902+00:00"}, "ko_KR": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/actuators_ko_KR.ts.xz", "last-modified": "2024-11-09T06:19:36.044902+00:00"}} \ No newline at end of file +{"de_DE": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/actuators_de_DE.ts.xz", "last-modified": "2024-11-10T06:19:40.553721+00:00"}, "uk_UA": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/actuators_uk_UA.ts.xz", "last-modified": "2024-11-10T06:19:40.553721+00:00"}, "zh_CN": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/actuators_zh_CN.ts.xz", "last-modified": "2024-11-10T06:19:40.553721+00:00"}, "ko_KR": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/actuators_ko_KR.ts.xz", "last-modified": "2024-11-10T06:19:40.553721+00:00"}} \ No newline at end of file diff --git a/translated/events_summary.json b/translated/events_summary.json index b31bbd5..60ef158 100644 --- a/translated/events_summary.json +++ b/translated/events_summary.json @@ -1 +1 @@ -{"de_DE": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/events_de_DE.ts.xz", "last-modified": "2024-11-09T06:19:36.044902+00:00"}, "zh_CN": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/events_zh_CN.ts.xz", "last-modified": "2024-11-09T06:19:36.048902+00:00"}, "ko_KR": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/events_ko_KR.ts.xz", "last-modified": "2024-11-09T06:19:36.044902+00:00"}, "uk_UA": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/events_uk_UA.ts.xz", "last-modified": "2024-11-09T06:19:36.044902+00:00"}} \ No newline at end of file +{"de_DE": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/events_de_DE.ts.xz", "last-modified": "2024-11-10T06:19:40.553721+00:00"}, "zh_CN": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/events_zh_CN.ts.xz", "last-modified": "2024-11-10T06:19:40.557721+00:00"}, "ko_KR": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/events_ko_KR.ts.xz", "last-modified": "2024-11-10T06:19:40.553721+00:00"}, "uk_UA": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/events_uk_UA.ts.xz", "last-modified": "2024-11-10T06:19:40.557721+00:00"}} \ No newline at end of file diff --git a/translated/parameters_summary.json b/translated/parameters_summary.json index 129dbcd..3cb953f 100644 --- a/translated/parameters_summary.json +++ b/translated/parameters_summary.json @@ -1 +1 @@ -{"zh_CN": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/parameters_zh_CN.ts.xz", "last-modified": "2024-11-09T06:19:36.088902+00:00"}, "uk_UA": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/parameters_uk_UA.ts.xz", "last-modified": "2024-11-09T06:19:36.080902+00:00"}, "ko_KR": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/parameters_ko_KR.ts.xz", "last-modified": "2024-11-09T06:19:36.072901+00:00"}, "fr_FR": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/parameters_fr_FR.ts.xz", "last-modified": "2024-11-09T06:19:36.064902+00:00"}, "de_DE": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/parameters_de_DE.ts.xz", "last-modified": "2024-11-09T06:19:36.052902+00:00"}} \ No newline at end of file +{"zh_CN": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/parameters_zh_CN.ts.xz", "last-modified": "2024-11-10T06:19:40.597721+00:00"}, "uk_UA": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/parameters_uk_UA.ts.xz", "last-modified": "2024-11-10T06:19:40.589721+00:00"}, "ko_KR": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/parameters_ko_KR.ts.xz", "last-modified": "2024-11-10T06:19:40.581721+00:00"}, "fr_FR": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/parameters_fr_FR.ts.xz", "last-modified": "2024-11-10T06:19:40.573721+00:00"}, "de_DE": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/parameters_de_DE.ts.xz", "last-modified": "2024-11-10T06:19:40.565721+00:00"}} \ No newline at end of file