diff --git a/metadata/parameters.json b/metadata/parameters.json index bb2fb49..0797e02 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": 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": 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": "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}, {"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": 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": "Limit for forwards acc/deceleration change. This is used for the corner slow down effect. Note: RA_MAX_ACCEL, RA_MISS_VEL_GAIN and RA_MISS_VEL_MIN also have 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": -1.0, "group": "Rover Ackermann", "increment": 0.01, "longDesc": "This is used for the feed-forward term of the speed controller. A value of -1 disables the feed-forward term in which case the Integrator (RA_SPEED_I) becomes necessary to track speed setpoints.", "max": 100.0, "min": -1.0, "name": "RA_MAX_SPEED", "shortDesc": "Speed the rover drives at maximum throttle", "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": 2.0, "group": "Rover Ackermann", "increment": 0.01, "max": 100.0, "min": 0.0, "name": "RA_MISS_VEL_DEF", "shortDesc": "Default rover velocity during a mission", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 5.0, "group": "Rover Ackermann", "increment": 0.01, "longDesc": "The cornering speed is equal to the inverse of the acceptance radius of the WP multiplied with this factor. Lower value -> More velocity reduction during cornering.", "max": 100.0, "min": 0.05, "name": "RA_MISS_VEL_GAIN", "shortDesc": "Tuning parameter for the velocity reduction during cornering", "type": "Float"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "Rover Ackermann", "increment": 0.01, "longDesc": "The velocity off the rover is reduced based on the corner it has to take to smooth the trajectory (Set to -1 to disable)", "max": 100.0, "min": -1.0, "name": "RA_MISS_VEL_MIN", "shortDesc": "Minimum rover velocity during a mission", "type": "Float", "units": "m/s"}, {"category": "Standard", "decimalPlaces": 2, "default": 1.0, "group": "Rover Ackermann", "increment": 0.01, "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}, {"description": "AES", "value": 3}]}, {"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 +{"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 diff --git a/to_translate/parameters.ts b/to_translate/parameters.ts index 277818d..6a3b515 100644 --- a/to_translate/parameters.ts +++ b/to_translate/parameters.ts @@ -873,36363 +873,76455 @@ - /parameters/PWM_MAIN_FUNC1/shortDesc + /parameters/PCA9685_DIS1/shortDesc - SIM Channel 1 Output Function + PCA9685 Output Channel 1 Disarmed Value - /parameters/PWM_MAIN_FUNC1/longDesc + /parameters/PCA9685_DIS1/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 + 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/PWM_MAIN_FUNC1/values/0/description + /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 + + PCA9685 Output Channel 1 Output Function + + + + /parameters/PCA9685_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 + + + + /parameters/PCA9685_FUNC1/values/0/description Disabled - /parameters/PWM_MAIN_FUNC1/values/1/description + /parameters/PCA9685_FUNC1/values/1/description Constant Min - /parameters/PWM_MAIN_FUNC1/values/2/description + /parameters/PCA9685_FUNC1/values/2/description Constant Max - /parameters/PWM_MAIN_FUNC1/values/101/description + /parameters/PCA9685_FUNC1/values/101/description Motor 1 - /parameters/PWM_MAIN_FUNC1/values/102/description + /parameters/PCA9685_FUNC1/values/102/description Motor 2 - /parameters/PWM_MAIN_FUNC1/values/103/description + /parameters/PCA9685_FUNC1/values/103/description Motor 3 - /parameters/PWM_MAIN_FUNC1/values/104/description + /parameters/PCA9685_FUNC1/values/104/description Motor 4 - /parameters/PWM_MAIN_FUNC1/values/105/description + /parameters/PCA9685_FUNC1/values/105/description Motor 5 - /parameters/PWM_MAIN_FUNC1/values/106/description + /parameters/PCA9685_FUNC1/values/106/description Motor 6 - /parameters/PWM_MAIN_FUNC1/values/107/description + /parameters/PCA9685_FUNC1/values/107/description Motor 7 - /parameters/PWM_MAIN_FUNC1/values/108/description + /parameters/PCA9685_FUNC1/values/108/description Motor 8 - /parameters/PWM_MAIN_FUNC1/values/109/description + /parameters/PCA9685_FUNC1/values/109/description Motor 9 - /parameters/PWM_MAIN_FUNC1/values/110/description + /parameters/PCA9685_FUNC1/values/110/description Motor 10 - /parameters/PWM_MAIN_FUNC1/values/111/description + /parameters/PCA9685_FUNC1/values/111/description Motor 11 - /parameters/PWM_MAIN_FUNC1/values/112/description + /parameters/PCA9685_FUNC1/values/112/description Motor 12 - /parameters/PWM_MAIN_FUNC1/values/201/description + /parameters/PCA9685_FUNC1/values/201/description Servo 1 - /parameters/PWM_MAIN_FUNC1/values/202/description + /parameters/PCA9685_FUNC1/values/202/description Servo 2 - /parameters/PWM_MAIN_FUNC1/values/203/description + /parameters/PCA9685_FUNC1/values/203/description Servo 3 - /parameters/PWM_MAIN_FUNC1/values/204/description + /parameters/PCA9685_FUNC1/values/204/description Servo 4 - /parameters/PWM_MAIN_FUNC1/values/205/description + /parameters/PCA9685_FUNC1/values/205/description Servo 5 - /parameters/PWM_MAIN_FUNC1/values/206/description + /parameters/PCA9685_FUNC1/values/206/description Servo 6 - /parameters/PWM_MAIN_FUNC1/values/207/description + /parameters/PCA9685_FUNC1/values/207/description Servo 7 - /parameters/PWM_MAIN_FUNC1/values/208/description + /parameters/PCA9685_FUNC1/values/208/description Servo 8 - /parameters/PWM_MAIN_FUNC1/values/301/description + /parameters/PCA9685_FUNC1/values/301/description Peripheral via Actuator Set 1 - /parameters/PWM_MAIN_FUNC1/values/302/description + /parameters/PCA9685_FUNC1/values/302/description Peripheral via Actuator Set 2 - /parameters/PWM_MAIN_FUNC1/values/303/description + /parameters/PCA9685_FUNC1/values/303/description Peripheral via Actuator Set 3 - /parameters/PWM_MAIN_FUNC1/values/304/description + /parameters/PCA9685_FUNC1/values/304/description Peripheral via Actuator Set 4 - /parameters/PWM_MAIN_FUNC1/values/305/description + /parameters/PCA9685_FUNC1/values/305/description Peripheral via Actuator Set 5 - /parameters/PWM_MAIN_FUNC1/values/306/description + /parameters/PCA9685_FUNC1/values/306/description Peripheral via Actuator Set 6 - /parameters/PWM_MAIN_FUNC1/values/400/description + /parameters/PCA9685_FUNC1/values/400/description Landing Gear - /parameters/PWM_MAIN_FUNC1/values/401/description + /parameters/PCA9685_FUNC1/values/401/description Parachute - /parameters/PWM_MAIN_FUNC1/values/402/description + /parameters/PCA9685_FUNC1/values/402/description RC Roll - /parameters/PWM_MAIN_FUNC1/values/403/description + /parameters/PCA9685_FUNC1/values/403/description RC Pitch - /parameters/PWM_MAIN_FUNC1/values/404/description + /parameters/PCA9685_FUNC1/values/404/description RC Throttle - /parameters/PWM_MAIN_FUNC1/values/405/description + /parameters/PCA9685_FUNC1/values/405/description RC Yaw - /parameters/PWM_MAIN_FUNC1/values/406/description + /parameters/PCA9685_FUNC1/values/406/description RC Flaps - /parameters/PWM_MAIN_FUNC1/values/407/description + /parameters/PCA9685_FUNC1/values/407/description RC AUX 1 - /parameters/PWM_MAIN_FUNC1/values/408/description + /parameters/PCA9685_FUNC1/values/408/description RC AUX 2 - /parameters/PWM_MAIN_FUNC1/values/409/description + /parameters/PCA9685_FUNC1/values/409/description RC AUX 3 - /parameters/PWM_MAIN_FUNC1/values/410/description + /parameters/PCA9685_FUNC1/values/410/description RC AUX 4 - /parameters/PWM_MAIN_FUNC1/values/411/description + /parameters/PCA9685_FUNC1/values/411/description RC AUX 5 - /parameters/PWM_MAIN_FUNC1/values/412/description + /parameters/PCA9685_FUNC1/values/412/description RC AUX 6 - /parameters/PWM_MAIN_FUNC1/values/420/description + /parameters/PCA9685_FUNC1/values/420/description Gimbal Roll - /parameters/PWM_MAIN_FUNC1/values/421/description + /parameters/PCA9685_FUNC1/values/421/description Gimbal Pitch - /parameters/PWM_MAIN_FUNC1/values/422/description + /parameters/PCA9685_FUNC1/values/422/description Gimbal Yaw - /parameters/PWM_MAIN_FUNC1/values/430/description + /parameters/PCA9685_FUNC1/values/430/description Gripper - /parameters/PWM_MAIN_FUNC1/values/440/description + /parameters/PCA9685_FUNC1/values/440/description Landing Gear Wheel - /parameters/PWM_MAIN_FUNC10/shortDesc + /parameters/PCA9685_FUNC10/shortDesc - SIM Channel 10 Output Function + PCA9685 Output Channel 10 Output Function - /parameters/PWM_MAIN_FUNC10/longDesc + /parameters/PCA9685_FUNC10/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 + 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 - /parameters/PWM_MAIN_FUNC10/values/0/description + /parameters/PCA9685_FUNC10/values/0/description Disabled - /parameters/PWM_MAIN_FUNC10/values/1/description + /parameters/PCA9685_FUNC10/values/1/description Constant Min - /parameters/PWM_MAIN_FUNC10/values/2/description + /parameters/PCA9685_FUNC10/values/2/description Constant Max - /parameters/PWM_MAIN_FUNC10/values/101/description + /parameters/PCA9685_FUNC10/values/101/description Motor 1 - /parameters/PWM_MAIN_FUNC10/values/102/description + /parameters/PCA9685_FUNC10/values/102/description Motor 2 - /parameters/PWM_MAIN_FUNC10/values/103/description + /parameters/PCA9685_FUNC10/values/103/description Motor 3 - /parameters/PWM_MAIN_FUNC10/values/104/description + /parameters/PCA9685_FUNC10/values/104/description Motor 4 - /parameters/PWM_MAIN_FUNC10/values/105/description + /parameters/PCA9685_FUNC10/values/105/description Motor 5 - /parameters/PWM_MAIN_FUNC10/values/106/description + /parameters/PCA9685_FUNC10/values/106/description Motor 6 - /parameters/PWM_MAIN_FUNC10/values/107/description + /parameters/PCA9685_FUNC10/values/107/description Motor 7 - /parameters/PWM_MAIN_FUNC10/values/108/description + /parameters/PCA9685_FUNC10/values/108/description Motor 8 - /parameters/PWM_MAIN_FUNC10/values/109/description + /parameters/PCA9685_FUNC10/values/109/description Motor 9 - /parameters/PWM_MAIN_FUNC10/values/110/description + /parameters/PCA9685_FUNC10/values/110/description Motor 10 - /parameters/PWM_MAIN_FUNC10/values/111/description + /parameters/PCA9685_FUNC10/values/111/description Motor 11 - /parameters/PWM_MAIN_FUNC10/values/112/description + /parameters/PCA9685_FUNC10/values/112/description Motor 12 - /parameters/PWM_MAIN_FUNC10/values/201/description + /parameters/PCA9685_FUNC10/values/201/description Servo 1 - /parameters/PWM_MAIN_FUNC10/values/202/description + /parameters/PCA9685_FUNC10/values/202/description Servo 2 - /parameters/PWM_MAIN_FUNC10/values/203/description + /parameters/PCA9685_FUNC10/values/203/description Servo 3 - /parameters/PWM_MAIN_FUNC10/values/204/description + /parameters/PCA9685_FUNC10/values/204/description Servo 4 - /parameters/PWM_MAIN_FUNC10/values/205/description + /parameters/PCA9685_FUNC10/values/205/description Servo 5 - /parameters/PWM_MAIN_FUNC10/values/206/description + /parameters/PCA9685_FUNC10/values/206/description Servo 6 - /parameters/PWM_MAIN_FUNC10/values/207/description + /parameters/PCA9685_FUNC10/values/207/description Servo 7 - /parameters/PWM_MAIN_FUNC10/values/208/description + /parameters/PCA9685_FUNC10/values/208/description Servo 8 - /parameters/PWM_MAIN_FUNC10/values/301/description + /parameters/PCA9685_FUNC10/values/301/description Peripheral via Actuator Set 1 - /parameters/PWM_MAIN_FUNC10/values/302/description + /parameters/PCA9685_FUNC10/values/302/description Peripheral via Actuator Set 2 - /parameters/PWM_MAIN_FUNC10/values/303/description + /parameters/PCA9685_FUNC10/values/303/description Peripheral via Actuator Set 3 - /parameters/PWM_MAIN_FUNC10/values/304/description + /parameters/PCA9685_FUNC10/values/304/description Peripheral via Actuator Set 4 - /parameters/PWM_MAIN_FUNC10/values/305/description + /parameters/PCA9685_FUNC10/values/305/description Peripheral via Actuator Set 5 - /parameters/PWM_MAIN_FUNC10/values/306/description + /parameters/PCA9685_FUNC10/values/306/description Peripheral via Actuator Set 6 - /parameters/PWM_MAIN_FUNC10/values/400/description + /parameters/PCA9685_FUNC10/values/400/description Landing Gear - /parameters/PWM_MAIN_FUNC10/values/401/description + /parameters/PCA9685_FUNC10/values/401/description Parachute - /parameters/PWM_MAIN_FUNC10/values/402/description + /parameters/PCA9685_FUNC10/values/402/description RC Roll - /parameters/PWM_MAIN_FUNC10/values/403/description + /parameters/PCA9685_FUNC10/values/403/description RC Pitch - /parameters/PWM_MAIN_FUNC10/values/404/description + /parameters/PCA9685_FUNC10/values/404/description RC Throttle - /parameters/PWM_MAIN_FUNC10/values/405/description + /parameters/PCA9685_FUNC10/values/405/description RC Yaw - /parameters/PWM_MAIN_FUNC10/values/406/description + /parameters/PCA9685_FUNC10/values/406/description RC Flaps - /parameters/PWM_MAIN_FUNC10/values/407/description + /parameters/PCA9685_FUNC10/values/407/description RC AUX 1 - /parameters/PWM_MAIN_FUNC10/values/408/description + /parameters/PCA9685_FUNC10/values/408/description RC AUX 2 - /parameters/PWM_MAIN_FUNC10/values/409/description + /parameters/PCA9685_FUNC10/values/409/description RC AUX 3 - /parameters/PWM_MAIN_FUNC10/values/410/description + /parameters/PCA9685_FUNC10/values/410/description RC AUX 4 - /parameters/PWM_MAIN_FUNC10/values/411/description + /parameters/PCA9685_FUNC10/values/411/description RC AUX 5 - /parameters/PWM_MAIN_FUNC10/values/412/description + /parameters/PCA9685_FUNC10/values/412/description RC AUX 6 - /parameters/PWM_MAIN_FUNC10/values/420/description + /parameters/PCA9685_FUNC10/values/420/description Gimbal Roll - /parameters/PWM_MAIN_FUNC10/values/421/description + /parameters/PCA9685_FUNC10/values/421/description Gimbal Pitch - /parameters/PWM_MAIN_FUNC10/values/422/description + /parameters/PCA9685_FUNC10/values/422/description Gimbal Yaw - /parameters/PWM_MAIN_FUNC10/values/430/description + /parameters/PCA9685_FUNC10/values/430/description Gripper - /parameters/PWM_MAIN_FUNC10/values/440/description + /parameters/PCA9685_FUNC10/values/440/description Landing Gear Wheel - /parameters/PWM_MAIN_FUNC11/shortDesc + /parameters/PCA9685_FUNC11/shortDesc - SIM Channel 11 Output Function + PCA9685 Output Channel 11 Output Function - /parameters/PWM_MAIN_FUNC11/longDesc + /parameters/PCA9685_FUNC11/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 + 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 - /parameters/PWM_MAIN_FUNC11/values/0/description + /parameters/PCA9685_FUNC11/values/0/description Disabled - /parameters/PWM_MAIN_FUNC11/values/1/description + /parameters/PCA9685_FUNC11/values/1/description Constant Min - /parameters/PWM_MAIN_FUNC11/values/2/description + /parameters/PCA9685_FUNC11/values/2/description Constant Max - /parameters/PWM_MAIN_FUNC11/values/101/description + /parameters/PCA9685_FUNC11/values/101/description Motor 1 - /parameters/PWM_MAIN_FUNC11/values/102/description + /parameters/PCA9685_FUNC11/values/102/description Motor 2 - /parameters/PWM_MAIN_FUNC11/values/103/description + /parameters/PCA9685_FUNC11/values/103/description Motor 3 - /parameters/PWM_MAIN_FUNC11/values/104/description + /parameters/PCA9685_FUNC11/values/104/description Motor 4 - /parameters/PWM_MAIN_FUNC11/values/105/description + /parameters/PCA9685_FUNC11/values/105/description Motor 5 - /parameters/PWM_MAIN_FUNC11/values/106/description + /parameters/PCA9685_FUNC11/values/106/description Motor 6 - /parameters/PWM_MAIN_FUNC11/values/107/description + /parameters/PCA9685_FUNC11/values/107/description Motor 7 - /parameters/PWM_MAIN_FUNC11/values/108/description + /parameters/PCA9685_FUNC11/values/108/description Motor 8 - /parameters/PWM_MAIN_FUNC11/values/109/description + /parameters/PCA9685_FUNC11/values/109/description Motor 9 - /parameters/PWM_MAIN_FUNC11/values/110/description + /parameters/PCA9685_FUNC11/values/110/description Motor 10 - /parameters/PWM_MAIN_FUNC11/values/111/description + /parameters/PCA9685_FUNC11/values/111/description Motor 11 - /parameters/PWM_MAIN_FUNC11/values/112/description + /parameters/PCA9685_FUNC11/values/112/description Motor 12 - /parameters/PWM_MAIN_FUNC11/values/201/description + /parameters/PCA9685_FUNC11/values/201/description Servo 1 - /parameters/PWM_MAIN_FUNC11/values/202/description + /parameters/PCA9685_FUNC11/values/202/description Servo 2 - /parameters/PWM_MAIN_FUNC11/values/203/description + /parameters/PCA9685_FUNC11/values/203/description Servo 3 - /parameters/PWM_MAIN_FUNC11/values/204/description + /parameters/PCA9685_FUNC11/values/204/description Servo 4 - /parameters/PWM_MAIN_FUNC11/values/205/description + /parameters/PCA9685_FUNC11/values/205/description Servo 5 - /parameters/PWM_MAIN_FUNC11/values/206/description + /parameters/PCA9685_FUNC11/values/206/description Servo 6 - /parameters/PWM_MAIN_FUNC11/values/207/description + /parameters/PCA9685_FUNC11/values/207/description Servo 7 - /parameters/PWM_MAIN_FUNC11/values/208/description + /parameters/PCA9685_FUNC11/values/208/description Servo 8 - /parameters/PWM_MAIN_FUNC11/values/301/description + /parameters/PCA9685_FUNC11/values/301/description Peripheral via Actuator Set 1 - /parameters/PWM_MAIN_FUNC11/values/302/description + /parameters/PCA9685_FUNC11/values/302/description Peripheral via Actuator Set 2 - /parameters/PWM_MAIN_FUNC11/values/303/description + /parameters/PCA9685_FUNC11/values/303/description Peripheral via Actuator Set 3 - /parameters/PWM_MAIN_FUNC11/values/304/description + /parameters/PCA9685_FUNC11/values/304/description Peripheral via Actuator Set 4 - /parameters/PWM_MAIN_FUNC11/values/305/description + /parameters/PCA9685_FUNC11/values/305/description Peripheral via Actuator Set 5 - /parameters/PWM_MAIN_FUNC11/values/306/description + /parameters/PCA9685_FUNC11/values/306/description Peripheral via Actuator Set 6 - /parameters/PWM_MAIN_FUNC11/values/400/description + /parameters/PCA9685_FUNC11/values/400/description Landing Gear - /parameters/PWM_MAIN_FUNC11/values/401/description + /parameters/PCA9685_FUNC11/values/401/description Parachute - /parameters/PWM_MAIN_FUNC11/values/402/description + /parameters/PCA9685_FUNC11/values/402/description RC Roll - /parameters/PWM_MAIN_FUNC11/values/403/description + /parameters/PCA9685_FUNC11/values/403/description RC Pitch - /parameters/PWM_MAIN_FUNC11/values/404/description + /parameters/PCA9685_FUNC11/values/404/description RC Throttle - /parameters/PWM_MAIN_FUNC11/values/405/description + /parameters/PCA9685_FUNC11/values/405/description RC Yaw - /parameters/PWM_MAIN_FUNC11/values/406/description + /parameters/PCA9685_FUNC11/values/406/description RC Flaps - /parameters/PWM_MAIN_FUNC11/values/407/description + /parameters/PCA9685_FUNC11/values/407/description RC AUX 1 - /parameters/PWM_MAIN_FUNC11/values/408/description + /parameters/PCA9685_FUNC11/values/408/description RC AUX 2 - /parameters/PWM_MAIN_FUNC11/values/409/description + /parameters/PCA9685_FUNC11/values/409/description RC AUX 3 - /parameters/PWM_MAIN_FUNC11/values/410/description + /parameters/PCA9685_FUNC11/values/410/description RC AUX 4 - /parameters/PWM_MAIN_FUNC11/values/411/description + /parameters/PCA9685_FUNC11/values/411/description RC AUX 5 - /parameters/PWM_MAIN_FUNC11/values/412/description + /parameters/PCA9685_FUNC11/values/412/description RC AUX 6 - /parameters/PWM_MAIN_FUNC11/values/420/description + /parameters/PCA9685_FUNC11/values/420/description Gimbal Roll - /parameters/PWM_MAIN_FUNC11/values/421/description + /parameters/PCA9685_FUNC11/values/421/description Gimbal Pitch - /parameters/PWM_MAIN_FUNC11/values/422/description + /parameters/PCA9685_FUNC11/values/422/description Gimbal Yaw - /parameters/PWM_MAIN_FUNC11/values/430/description + /parameters/PCA9685_FUNC11/values/430/description Gripper - /parameters/PWM_MAIN_FUNC11/values/440/description + /parameters/PCA9685_FUNC11/values/440/description Landing Gear Wheel - /parameters/PWM_MAIN_FUNC12/shortDesc + /parameters/PCA9685_FUNC12/shortDesc - SIM Channel 12 Output Function + PCA9685 Output Channel 12 Output Function - /parameters/PWM_MAIN_FUNC12/longDesc + /parameters/PCA9685_FUNC12/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 + 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 - /parameters/PWM_MAIN_FUNC12/values/0/description + /parameters/PCA9685_FUNC12/values/0/description Disabled - /parameters/PWM_MAIN_FUNC12/values/1/description + /parameters/PCA9685_FUNC12/values/1/description Constant Min - /parameters/PWM_MAIN_FUNC12/values/2/description + /parameters/PCA9685_FUNC12/values/2/description Constant Max - /parameters/PWM_MAIN_FUNC12/values/101/description + /parameters/PCA9685_FUNC12/values/101/description Motor 1 - /parameters/PWM_MAIN_FUNC12/values/102/description + /parameters/PCA9685_FUNC12/values/102/description Motor 2 - /parameters/PWM_MAIN_FUNC12/values/103/description + /parameters/PCA9685_FUNC12/values/103/description Motor 3 - /parameters/PWM_MAIN_FUNC12/values/104/description + /parameters/PCA9685_FUNC12/values/104/description Motor 4 - /parameters/PWM_MAIN_FUNC12/values/105/description + /parameters/PCA9685_FUNC12/values/105/description Motor 5 - /parameters/PWM_MAIN_FUNC12/values/106/description + /parameters/PCA9685_FUNC12/values/106/description Motor 6 - /parameters/PWM_MAIN_FUNC12/values/107/description + /parameters/PCA9685_FUNC12/values/107/description Motor 7 - /parameters/PWM_MAIN_FUNC12/values/108/description + /parameters/PCA9685_FUNC12/values/108/description Motor 8 - /parameters/PWM_MAIN_FUNC12/values/109/description + /parameters/PCA9685_FUNC12/values/109/description Motor 9 - /parameters/PWM_MAIN_FUNC12/values/110/description + /parameters/PCA9685_FUNC12/values/110/description Motor 10 - /parameters/PWM_MAIN_FUNC12/values/111/description + /parameters/PCA9685_FUNC12/values/111/description Motor 11 - /parameters/PWM_MAIN_FUNC12/values/112/description + /parameters/PCA9685_FUNC12/values/112/description Motor 12 - /parameters/PWM_MAIN_FUNC12/values/201/description + /parameters/PCA9685_FUNC12/values/201/description Servo 1 - /parameters/PWM_MAIN_FUNC12/values/202/description + /parameters/PCA9685_FUNC12/values/202/description Servo 2 - /parameters/PWM_MAIN_FUNC12/values/203/description + /parameters/PCA9685_FUNC12/values/203/description Servo 3 - /parameters/PWM_MAIN_FUNC12/values/204/description + /parameters/PCA9685_FUNC12/values/204/description Servo 4 - /parameters/PWM_MAIN_FUNC12/values/205/description + /parameters/PCA9685_FUNC12/values/205/description Servo 5 - /parameters/PWM_MAIN_FUNC12/values/206/description + /parameters/PCA9685_FUNC12/values/206/description Servo 6 - /parameters/PWM_MAIN_FUNC12/values/207/description + /parameters/PCA9685_FUNC12/values/207/description Servo 7 - /parameters/PWM_MAIN_FUNC12/values/208/description + /parameters/PCA9685_FUNC12/values/208/description Servo 8 - /parameters/PWM_MAIN_FUNC12/values/301/description + /parameters/PCA9685_FUNC12/values/301/description Peripheral via Actuator Set 1 - /parameters/PWM_MAIN_FUNC12/values/302/description + /parameters/PCA9685_FUNC12/values/302/description Peripheral via Actuator Set 2 - /parameters/PWM_MAIN_FUNC12/values/303/description + /parameters/PCA9685_FUNC12/values/303/description Peripheral via Actuator Set 3 - /parameters/PWM_MAIN_FUNC12/values/304/description + /parameters/PCA9685_FUNC12/values/304/description Peripheral via Actuator Set 4 - /parameters/PWM_MAIN_FUNC12/values/305/description + /parameters/PCA9685_FUNC12/values/305/description Peripheral via Actuator Set 5 - /parameters/PWM_MAIN_FUNC12/values/306/description + /parameters/PCA9685_FUNC12/values/306/description Peripheral via Actuator Set 6 - /parameters/PWM_MAIN_FUNC12/values/400/description + /parameters/PCA9685_FUNC12/values/400/description Landing Gear - /parameters/PWM_MAIN_FUNC12/values/401/description + /parameters/PCA9685_FUNC12/values/401/description Parachute - /parameters/PWM_MAIN_FUNC12/values/402/description + /parameters/PCA9685_FUNC12/values/402/description RC Roll - /parameters/PWM_MAIN_FUNC12/values/403/description + /parameters/PCA9685_FUNC12/values/403/description RC Pitch - /parameters/PWM_MAIN_FUNC12/values/404/description + /parameters/PCA9685_FUNC12/values/404/description RC Throttle - /parameters/PWM_MAIN_FUNC12/values/405/description + /parameters/PCA9685_FUNC12/values/405/description RC Yaw - /parameters/PWM_MAIN_FUNC12/values/406/description + /parameters/PCA9685_FUNC12/values/406/description RC Flaps - /parameters/PWM_MAIN_FUNC12/values/407/description + /parameters/PCA9685_FUNC12/values/407/description RC AUX 1 - /parameters/PWM_MAIN_FUNC12/values/408/description + /parameters/PCA9685_FUNC12/values/408/description RC AUX 2 - /parameters/PWM_MAIN_FUNC12/values/409/description + /parameters/PCA9685_FUNC12/values/409/description RC AUX 3 - /parameters/PWM_MAIN_FUNC12/values/410/description + /parameters/PCA9685_FUNC12/values/410/description RC AUX 4 - /parameters/PWM_MAIN_FUNC12/values/411/description + /parameters/PCA9685_FUNC12/values/411/description RC AUX 5 - /parameters/PWM_MAIN_FUNC12/values/412/description + /parameters/PCA9685_FUNC12/values/412/description RC AUX 6 - /parameters/PWM_MAIN_FUNC12/values/420/description + /parameters/PCA9685_FUNC12/values/420/description Gimbal Roll - /parameters/PWM_MAIN_FUNC12/values/421/description + /parameters/PCA9685_FUNC12/values/421/description Gimbal Pitch - /parameters/PWM_MAIN_FUNC12/values/422/description + /parameters/PCA9685_FUNC12/values/422/description Gimbal Yaw - /parameters/PWM_MAIN_FUNC12/values/430/description + /parameters/PCA9685_FUNC12/values/430/description Gripper - /parameters/PWM_MAIN_FUNC12/values/440/description + /parameters/PCA9685_FUNC12/values/440/description Landing Gear Wheel - /parameters/PWM_MAIN_FUNC13/shortDesc + /parameters/PCA9685_FUNC13/shortDesc - SIM Channel 13 Output Function + PCA9685 Output Channel 13 Output Function - /parameters/PWM_MAIN_FUNC13/longDesc + /parameters/PCA9685_FUNC13/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 + 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 - /parameters/PWM_MAIN_FUNC13/values/0/description + /parameters/PCA9685_FUNC13/values/0/description Disabled - /parameters/PWM_MAIN_FUNC13/values/1/description + /parameters/PCA9685_FUNC13/values/1/description Constant Min - /parameters/PWM_MAIN_FUNC13/values/2/description + /parameters/PCA9685_FUNC13/values/2/description Constant Max - /parameters/PWM_MAIN_FUNC13/values/101/description + /parameters/PCA9685_FUNC13/values/101/description Motor 1 - /parameters/PWM_MAIN_FUNC13/values/102/description + /parameters/PCA9685_FUNC13/values/102/description Motor 2 - /parameters/PWM_MAIN_FUNC13/values/103/description + /parameters/PCA9685_FUNC13/values/103/description Motor 3 - /parameters/PWM_MAIN_FUNC13/values/104/description + /parameters/PCA9685_FUNC13/values/104/description Motor 4 - /parameters/PWM_MAIN_FUNC13/values/105/description + /parameters/PCA9685_FUNC13/values/105/description Motor 5 - /parameters/PWM_MAIN_FUNC13/values/106/description + /parameters/PCA9685_FUNC13/values/106/description Motor 6 - /parameters/PWM_MAIN_FUNC13/values/107/description + /parameters/PCA9685_FUNC13/values/107/description Motor 7 - /parameters/PWM_MAIN_FUNC13/values/108/description + /parameters/PCA9685_FUNC13/values/108/description Motor 8 - /parameters/PWM_MAIN_FUNC13/values/109/description + /parameters/PCA9685_FUNC13/values/109/description Motor 9 - /parameters/PWM_MAIN_FUNC13/values/110/description + /parameters/PCA9685_FUNC13/values/110/description Motor 10 - /parameters/PWM_MAIN_FUNC13/values/111/description + /parameters/PCA9685_FUNC13/values/111/description Motor 11 - /parameters/PWM_MAIN_FUNC13/values/112/description + /parameters/PCA9685_FUNC13/values/112/description Motor 12 - /parameters/PWM_MAIN_FUNC13/values/201/description + /parameters/PCA9685_FUNC13/values/201/description Servo 1 - /parameters/PWM_MAIN_FUNC13/values/202/description + /parameters/PCA9685_FUNC13/values/202/description Servo 2 - /parameters/PWM_MAIN_FUNC13/values/203/description + /parameters/PCA9685_FUNC13/values/203/description Servo 3 - /parameters/PWM_MAIN_FUNC13/values/204/description + /parameters/PCA9685_FUNC13/values/204/description Servo 4 - /parameters/PWM_MAIN_FUNC13/values/205/description + /parameters/PCA9685_FUNC13/values/205/description Servo 5 - /parameters/PWM_MAIN_FUNC13/values/206/description + /parameters/PCA9685_FUNC13/values/206/description Servo 6 - /parameters/PWM_MAIN_FUNC13/values/207/description + /parameters/PCA9685_FUNC13/values/207/description Servo 7 - /parameters/PWM_MAIN_FUNC13/values/208/description + /parameters/PCA9685_FUNC13/values/208/description Servo 8 - /parameters/PWM_MAIN_FUNC13/values/301/description + /parameters/PCA9685_FUNC13/values/301/description Peripheral via Actuator Set 1 - /parameters/PWM_MAIN_FUNC13/values/302/description + /parameters/PCA9685_FUNC13/values/302/description Peripheral via Actuator Set 2 - /parameters/PWM_MAIN_FUNC13/values/303/description + /parameters/PCA9685_FUNC13/values/303/description Peripheral via Actuator Set 3 - /parameters/PWM_MAIN_FUNC13/values/304/description + /parameters/PCA9685_FUNC13/values/304/description Peripheral via Actuator Set 4 - /parameters/PWM_MAIN_FUNC13/values/305/description + /parameters/PCA9685_FUNC13/values/305/description Peripheral via Actuator Set 5 - /parameters/PWM_MAIN_FUNC13/values/306/description + /parameters/PCA9685_FUNC13/values/306/description Peripheral via Actuator Set 6 - /parameters/PWM_MAIN_FUNC13/values/400/description + /parameters/PCA9685_FUNC13/values/400/description Landing Gear - /parameters/PWM_MAIN_FUNC13/values/401/description + /parameters/PCA9685_FUNC13/values/401/description Parachute - /parameters/PWM_MAIN_FUNC13/values/402/description + /parameters/PCA9685_FUNC13/values/402/description RC Roll - /parameters/PWM_MAIN_FUNC13/values/403/description + /parameters/PCA9685_FUNC13/values/403/description RC Pitch - /parameters/PWM_MAIN_FUNC13/values/404/description + /parameters/PCA9685_FUNC13/values/404/description RC Throttle - /parameters/PWM_MAIN_FUNC13/values/405/description + /parameters/PCA9685_FUNC13/values/405/description RC Yaw - /parameters/PWM_MAIN_FUNC13/values/406/description + /parameters/PCA9685_FUNC13/values/406/description RC Flaps - /parameters/PWM_MAIN_FUNC13/values/407/description + /parameters/PCA9685_FUNC13/values/407/description RC AUX 1 - /parameters/PWM_MAIN_FUNC13/values/408/description + /parameters/PCA9685_FUNC13/values/408/description RC AUX 2 - /parameters/PWM_MAIN_FUNC13/values/409/description + /parameters/PCA9685_FUNC13/values/409/description RC AUX 3 - /parameters/PWM_MAIN_FUNC13/values/410/description + /parameters/PCA9685_FUNC13/values/410/description RC AUX 4 - /parameters/PWM_MAIN_FUNC13/values/411/description + /parameters/PCA9685_FUNC13/values/411/description RC AUX 5 - /parameters/PWM_MAIN_FUNC13/values/412/description + /parameters/PCA9685_FUNC13/values/412/description RC AUX 6 - /parameters/PWM_MAIN_FUNC13/values/420/description + /parameters/PCA9685_FUNC13/values/420/description Gimbal Roll - /parameters/PWM_MAIN_FUNC13/values/421/description + /parameters/PCA9685_FUNC13/values/421/description Gimbal Pitch - /parameters/PWM_MAIN_FUNC13/values/422/description + /parameters/PCA9685_FUNC13/values/422/description Gimbal Yaw - /parameters/PWM_MAIN_FUNC13/values/430/description + /parameters/PCA9685_FUNC13/values/430/description Gripper - /parameters/PWM_MAIN_FUNC13/values/440/description + /parameters/PCA9685_FUNC13/values/440/description Landing Gear Wheel - /parameters/PWM_MAIN_FUNC14/shortDesc + /parameters/PCA9685_FUNC14/shortDesc - SIM Channel 14 Output Function + PCA9685 Output Channel 14 Output Function - /parameters/PWM_MAIN_FUNC14/longDesc + /parameters/PCA9685_FUNC14/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 + 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 - /parameters/PWM_MAIN_FUNC14/values/0/description + /parameters/PCA9685_FUNC14/values/0/description Disabled - /parameters/PWM_MAIN_FUNC14/values/1/description + /parameters/PCA9685_FUNC14/values/1/description Constant Min - /parameters/PWM_MAIN_FUNC14/values/2/description + /parameters/PCA9685_FUNC14/values/2/description Constant Max - /parameters/PWM_MAIN_FUNC14/values/101/description + /parameters/PCA9685_FUNC14/values/101/description Motor 1 - /parameters/PWM_MAIN_FUNC14/values/102/description + /parameters/PCA9685_FUNC14/values/102/description Motor 2 - /parameters/PWM_MAIN_FUNC14/values/103/description + /parameters/PCA9685_FUNC14/values/103/description Motor 3 - /parameters/PWM_MAIN_FUNC14/values/104/description + /parameters/PCA9685_FUNC14/values/104/description Motor 4 - /parameters/PWM_MAIN_FUNC14/values/105/description + /parameters/PCA9685_FUNC14/values/105/description Motor 5 - /parameters/PWM_MAIN_FUNC14/values/106/description + /parameters/PCA9685_FUNC14/values/106/description Motor 6 - /parameters/PWM_MAIN_FUNC14/values/107/description + /parameters/PCA9685_FUNC14/values/107/description Motor 7 - /parameters/PWM_MAIN_FUNC14/values/108/description + /parameters/PCA9685_FUNC14/values/108/description Motor 8 - /parameters/PWM_MAIN_FUNC14/values/109/description + /parameters/PCA9685_FUNC14/values/109/description Motor 9 - /parameters/PWM_MAIN_FUNC14/values/110/description + /parameters/PCA9685_FUNC14/values/110/description Motor 10 - /parameters/PWM_MAIN_FUNC14/values/111/description + /parameters/PCA9685_FUNC14/values/111/description Motor 11 - /parameters/PWM_MAIN_FUNC14/values/112/description + /parameters/PCA9685_FUNC14/values/112/description Motor 12 - /parameters/PWM_MAIN_FUNC14/values/201/description + /parameters/PCA9685_FUNC14/values/201/description Servo 1 - /parameters/PWM_MAIN_FUNC14/values/202/description + /parameters/PCA9685_FUNC14/values/202/description Servo 2 - /parameters/PWM_MAIN_FUNC14/values/203/description + /parameters/PCA9685_FUNC14/values/203/description Servo 3 - /parameters/PWM_MAIN_FUNC14/values/204/description + /parameters/PCA9685_FUNC14/values/204/description Servo 4 - /parameters/PWM_MAIN_FUNC14/values/205/description + /parameters/PCA9685_FUNC14/values/205/description Servo 5 - /parameters/PWM_MAIN_FUNC14/values/206/description + /parameters/PCA9685_FUNC14/values/206/description Servo 6 - /parameters/PWM_MAIN_FUNC14/values/207/description + /parameters/PCA9685_FUNC14/values/207/description Servo 7 - /parameters/PWM_MAIN_FUNC14/values/208/description + /parameters/PCA9685_FUNC14/values/208/description Servo 8 - /parameters/PWM_MAIN_FUNC14/values/301/description + /parameters/PCA9685_FUNC14/values/301/description Peripheral via Actuator Set 1 - /parameters/PWM_MAIN_FUNC14/values/302/description + /parameters/PCA9685_FUNC14/values/302/description Peripheral via Actuator Set 2 - /parameters/PWM_MAIN_FUNC14/values/303/description + /parameters/PCA9685_FUNC14/values/303/description Peripheral via Actuator Set 3 - /parameters/PWM_MAIN_FUNC14/values/304/description + /parameters/PCA9685_FUNC14/values/304/description Peripheral via Actuator Set 4 - /parameters/PWM_MAIN_FUNC14/values/305/description + /parameters/PCA9685_FUNC14/values/305/description Peripheral via Actuator Set 5 - /parameters/PWM_MAIN_FUNC14/values/306/description + /parameters/PCA9685_FUNC14/values/306/description Peripheral via Actuator Set 6 - /parameters/PWM_MAIN_FUNC14/values/400/description + /parameters/PCA9685_FUNC14/values/400/description Landing Gear - /parameters/PWM_MAIN_FUNC14/values/401/description + /parameters/PCA9685_FUNC14/values/401/description Parachute - /parameters/PWM_MAIN_FUNC14/values/402/description + /parameters/PCA9685_FUNC14/values/402/description RC Roll - /parameters/PWM_MAIN_FUNC14/values/403/description + /parameters/PCA9685_FUNC14/values/403/description RC Pitch - /parameters/PWM_MAIN_FUNC14/values/404/description + /parameters/PCA9685_FUNC14/values/404/description RC Throttle - /parameters/PWM_MAIN_FUNC14/values/405/description + /parameters/PCA9685_FUNC14/values/405/description RC Yaw - /parameters/PWM_MAIN_FUNC14/values/406/description + /parameters/PCA9685_FUNC14/values/406/description RC Flaps - /parameters/PWM_MAIN_FUNC14/values/407/description + /parameters/PCA9685_FUNC14/values/407/description RC AUX 1 - /parameters/PWM_MAIN_FUNC14/values/408/description + /parameters/PCA9685_FUNC14/values/408/description RC AUX 2 - /parameters/PWM_MAIN_FUNC14/values/409/description + /parameters/PCA9685_FUNC14/values/409/description RC AUX 3 - /parameters/PWM_MAIN_FUNC14/values/410/description + /parameters/PCA9685_FUNC14/values/410/description RC AUX 4 - /parameters/PWM_MAIN_FUNC14/values/411/description + /parameters/PCA9685_FUNC14/values/411/description RC AUX 5 - /parameters/PWM_MAIN_FUNC14/values/412/description + /parameters/PCA9685_FUNC14/values/412/description RC AUX 6 - /parameters/PWM_MAIN_FUNC14/values/420/description + /parameters/PCA9685_FUNC14/values/420/description Gimbal Roll - /parameters/PWM_MAIN_FUNC14/values/421/description + /parameters/PCA9685_FUNC14/values/421/description Gimbal Pitch - /parameters/PWM_MAIN_FUNC14/values/422/description + /parameters/PCA9685_FUNC14/values/422/description Gimbal Yaw - /parameters/PWM_MAIN_FUNC14/values/430/description + /parameters/PCA9685_FUNC14/values/430/description Gripper - /parameters/PWM_MAIN_FUNC14/values/440/description + /parameters/PCA9685_FUNC14/values/440/description Landing Gear Wheel - /parameters/PWM_MAIN_FUNC15/shortDesc + /parameters/PCA9685_FUNC15/shortDesc - SIM Channel 15 Output Function + PCA9685 Output Channel 15 Output Function - /parameters/PWM_MAIN_FUNC15/longDesc + /parameters/PCA9685_FUNC15/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 + 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 - /parameters/PWM_MAIN_FUNC15/values/0/description + /parameters/PCA9685_FUNC15/values/0/description Disabled - /parameters/PWM_MAIN_FUNC15/values/1/description + /parameters/PCA9685_FUNC15/values/1/description Constant Min - /parameters/PWM_MAIN_FUNC15/values/2/description + /parameters/PCA9685_FUNC15/values/2/description Constant Max - /parameters/PWM_MAIN_FUNC15/values/101/description + /parameters/PCA9685_FUNC15/values/101/description Motor 1 - /parameters/PWM_MAIN_FUNC15/values/102/description + /parameters/PCA9685_FUNC15/values/102/description Motor 2 - /parameters/PWM_MAIN_FUNC15/values/103/description + /parameters/PCA9685_FUNC15/values/103/description Motor 3 - /parameters/PWM_MAIN_FUNC15/values/104/description + /parameters/PCA9685_FUNC15/values/104/description Motor 4 - /parameters/PWM_MAIN_FUNC15/values/105/description + /parameters/PCA9685_FUNC15/values/105/description Motor 5 - /parameters/PWM_MAIN_FUNC15/values/106/description + /parameters/PCA9685_FUNC15/values/106/description Motor 6 - /parameters/PWM_MAIN_FUNC15/values/107/description + /parameters/PCA9685_FUNC15/values/107/description Motor 7 - /parameters/PWM_MAIN_FUNC15/values/108/description + /parameters/PCA9685_FUNC15/values/108/description Motor 8 - /parameters/PWM_MAIN_FUNC15/values/109/description + /parameters/PCA9685_FUNC15/values/109/description Motor 9 - /parameters/PWM_MAIN_FUNC15/values/110/description + /parameters/PCA9685_FUNC15/values/110/description Motor 10 - /parameters/PWM_MAIN_FUNC15/values/111/description + /parameters/PCA9685_FUNC15/values/111/description Motor 11 - /parameters/PWM_MAIN_FUNC15/values/112/description + /parameters/PCA9685_FUNC15/values/112/description Motor 12 - /parameters/PWM_MAIN_FUNC15/values/201/description + /parameters/PCA9685_FUNC15/values/201/description Servo 1 - /parameters/PWM_MAIN_FUNC15/values/202/description + /parameters/PCA9685_FUNC15/values/202/description Servo 2 - /parameters/PWM_MAIN_FUNC15/values/203/description + /parameters/PCA9685_FUNC15/values/203/description Servo 3 - /parameters/PWM_MAIN_FUNC15/values/204/description + /parameters/PCA9685_FUNC15/values/204/description Servo 4 - /parameters/PWM_MAIN_FUNC15/values/205/description + /parameters/PCA9685_FUNC15/values/205/description Servo 5 - /parameters/PWM_MAIN_FUNC15/values/206/description + /parameters/PCA9685_FUNC15/values/206/description Servo 6 - /parameters/PWM_MAIN_FUNC15/values/207/description + /parameters/PCA9685_FUNC15/values/207/description Servo 7 - /parameters/PWM_MAIN_FUNC15/values/208/description + /parameters/PCA9685_FUNC15/values/208/description Servo 8 - /parameters/PWM_MAIN_FUNC15/values/301/description + /parameters/PCA9685_FUNC15/values/301/description Peripheral via Actuator Set 1 - /parameters/PWM_MAIN_FUNC15/values/302/description + /parameters/PCA9685_FUNC15/values/302/description Peripheral via Actuator Set 2 - /parameters/PWM_MAIN_FUNC15/values/303/description + /parameters/PCA9685_FUNC15/values/303/description Peripheral via Actuator Set 3 - /parameters/PWM_MAIN_FUNC15/values/304/description + /parameters/PCA9685_FUNC15/values/304/description Peripheral via Actuator Set 4 - /parameters/PWM_MAIN_FUNC15/values/305/description + /parameters/PCA9685_FUNC15/values/305/description Peripheral via Actuator Set 5 - /parameters/PWM_MAIN_FUNC15/values/306/description + /parameters/PCA9685_FUNC15/values/306/description Peripheral via Actuator Set 6 - /parameters/PWM_MAIN_FUNC15/values/400/description + /parameters/PCA9685_FUNC15/values/400/description Landing Gear - /parameters/PWM_MAIN_FUNC15/values/401/description + /parameters/PCA9685_FUNC15/values/401/description Parachute - /parameters/PWM_MAIN_FUNC15/values/402/description + /parameters/PCA9685_FUNC15/values/402/description RC Roll - /parameters/PWM_MAIN_FUNC15/values/403/description + /parameters/PCA9685_FUNC15/values/403/description RC Pitch - /parameters/PWM_MAIN_FUNC15/values/404/description + /parameters/PCA9685_FUNC15/values/404/description RC Throttle - /parameters/PWM_MAIN_FUNC15/values/405/description + /parameters/PCA9685_FUNC15/values/405/description RC Yaw - /parameters/PWM_MAIN_FUNC15/values/406/description + /parameters/PCA9685_FUNC15/values/406/description RC Flaps - /parameters/PWM_MAIN_FUNC15/values/407/description + /parameters/PCA9685_FUNC15/values/407/description RC AUX 1 - /parameters/PWM_MAIN_FUNC15/values/408/description + /parameters/PCA9685_FUNC15/values/408/description RC AUX 2 - /parameters/PWM_MAIN_FUNC15/values/409/description + /parameters/PCA9685_FUNC15/values/409/description RC AUX 3 - /parameters/PWM_MAIN_FUNC15/values/410/description + /parameters/PCA9685_FUNC15/values/410/description RC AUX 4 - /parameters/PWM_MAIN_FUNC15/values/411/description + /parameters/PCA9685_FUNC15/values/411/description RC AUX 5 - /parameters/PWM_MAIN_FUNC15/values/412/description + /parameters/PCA9685_FUNC15/values/412/description RC AUX 6 - /parameters/PWM_MAIN_FUNC15/values/420/description + /parameters/PCA9685_FUNC15/values/420/description Gimbal Roll - /parameters/PWM_MAIN_FUNC15/values/421/description + /parameters/PCA9685_FUNC15/values/421/description Gimbal Pitch - /parameters/PWM_MAIN_FUNC15/values/422/description + /parameters/PCA9685_FUNC15/values/422/description Gimbal Yaw - /parameters/PWM_MAIN_FUNC15/values/430/description + /parameters/PCA9685_FUNC15/values/430/description Gripper - /parameters/PWM_MAIN_FUNC15/values/440/description + /parameters/PCA9685_FUNC15/values/440/description Landing Gear Wheel - /parameters/PWM_MAIN_FUNC16/shortDesc + /parameters/PCA9685_FUNC16/shortDesc - SIM Channel 16 Output Function + PCA9685 Output Channel 16 Output Function - /parameters/PWM_MAIN_FUNC16/longDesc + /parameters/PCA9685_FUNC16/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 + 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 - /parameters/PWM_MAIN_FUNC16/values/0/description + /parameters/PCA9685_FUNC16/values/0/description Disabled - /parameters/PWM_MAIN_FUNC16/values/1/description + /parameters/PCA9685_FUNC16/values/1/description Constant Min - /parameters/PWM_MAIN_FUNC16/values/2/description + /parameters/PCA9685_FUNC16/values/2/description Constant Max - /parameters/PWM_MAIN_FUNC16/values/101/description + /parameters/PCA9685_FUNC16/values/101/description Motor 1 - /parameters/PWM_MAIN_FUNC16/values/102/description + /parameters/PCA9685_FUNC16/values/102/description Motor 2 - /parameters/PWM_MAIN_FUNC16/values/103/description + /parameters/PCA9685_FUNC16/values/103/description Motor 3 - /parameters/PWM_MAIN_FUNC16/values/104/description + /parameters/PCA9685_FUNC16/values/104/description Motor 4 - /parameters/PWM_MAIN_FUNC16/values/105/description + /parameters/PCA9685_FUNC16/values/105/description Motor 5 - /parameters/PWM_MAIN_FUNC16/values/106/description + /parameters/PCA9685_FUNC16/values/106/description Motor 6 - /parameters/PWM_MAIN_FUNC16/values/107/description + /parameters/PCA9685_FUNC16/values/107/description Motor 7 - /parameters/PWM_MAIN_FUNC16/values/108/description + /parameters/PCA9685_FUNC16/values/108/description Motor 8 - /parameters/PWM_MAIN_FUNC16/values/109/description + /parameters/PCA9685_FUNC16/values/109/description Motor 9 - /parameters/PWM_MAIN_FUNC16/values/110/description + /parameters/PCA9685_FUNC16/values/110/description Motor 10 - /parameters/PWM_MAIN_FUNC16/values/111/description + /parameters/PCA9685_FUNC16/values/111/description Motor 11 - /parameters/PWM_MAIN_FUNC16/values/112/description + /parameters/PCA9685_FUNC16/values/112/description Motor 12 - /parameters/PWM_MAIN_FUNC16/values/201/description + /parameters/PCA9685_FUNC16/values/201/description Servo 1 - /parameters/PWM_MAIN_FUNC16/values/202/description + /parameters/PCA9685_FUNC16/values/202/description Servo 2 - /parameters/PWM_MAIN_FUNC16/values/203/description + /parameters/PCA9685_FUNC16/values/203/description Servo 3 - /parameters/PWM_MAIN_FUNC16/values/204/description + /parameters/PCA9685_FUNC16/values/204/description Servo 4 - /parameters/PWM_MAIN_FUNC16/values/205/description + /parameters/PCA9685_FUNC16/values/205/description Servo 5 - /parameters/PWM_MAIN_FUNC16/values/206/description + /parameters/PCA9685_FUNC16/values/206/description Servo 6 - /parameters/PWM_MAIN_FUNC16/values/207/description + /parameters/PCA9685_FUNC16/values/207/description Servo 7 - /parameters/PWM_MAIN_FUNC16/values/208/description + /parameters/PCA9685_FUNC16/values/208/description Servo 8 - /parameters/PWM_MAIN_FUNC16/values/301/description + /parameters/PCA9685_FUNC16/values/301/description Peripheral via Actuator Set 1 - /parameters/PWM_MAIN_FUNC16/values/302/description + /parameters/PCA9685_FUNC16/values/302/description Peripheral via Actuator Set 2 - /parameters/PWM_MAIN_FUNC16/values/303/description + /parameters/PCA9685_FUNC16/values/303/description Peripheral via Actuator Set 3 - /parameters/PWM_MAIN_FUNC16/values/304/description + /parameters/PCA9685_FUNC16/values/304/description Peripheral via Actuator Set 4 - /parameters/PWM_MAIN_FUNC16/values/305/description + /parameters/PCA9685_FUNC16/values/305/description Peripheral via Actuator Set 5 - /parameters/PWM_MAIN_FUNC16/values/306/description + /parameters/PCA9685_FUNC16/values/306/description Peripheral via Actuator Set 6 - /parameters/PWM_MAIN_FUNC16/values/400/description + /parameters/PCA9685_FUNC16/values/400/description Landing Gear - /parameters/PWM_MAIN_FUNC16/values/401/description + /parameters/PCA9685_FUNC16/values/401/description Parachute - /parameters/PWM_MAIN_FUNC16/values/402/description + /parameters/PCA9685_FUNC16/values/402/description RC Roll - /parameters/PWM_MAIN_FUNC16/values/403/description + /parameters/PCA9685_FUNC16/values/403/description RC Pitch - /parameters/PWM_MAIN_FUNC16/values/404/description + /parameters/PCA9685_FUNC16/values/404/description RC Throttle - /parameters/PWM_MAIN_FUNC16/values/405/description + /parameters/PCA9685_FUNC16/values/405/description RC Yaw - /parameters/PWM_MAIN_FUNC16/values/406/description + /parameters/PCA9685_FUNC16/values/406/description RC Flaps - /parameters/PWM_MAIN_FUNC16/values/407/description + /parameters/PCA9685_FUNC16/values/407/description RC AUX 1 - /parameters/PWM_MAIN_FUNC16/values/408/description + /parameters/PCA9685_FUNC16/values/408/description RC AUX 2 - /parameters/PWM_MAIN_FUNC16/values/409/description + /parameters/PCA9685_FUNC16/values/409/description RC AUX 3 - /parameters/PWM_MAIN_FUNC16/values/410/description + /parameters/PCA9685_FUNC16/values/410/description RC AUX 4 - /parameters/PWM_MAIN_FUNC16/values/411/description + /parameters/PCA9685_FUNC16/values/411/description RC AUX 5 - /parameters/PWM_MAIN_FUNC16/values/412/description + /parameters/PCA9685_FUNC16/values/412/description RC AUX 6 - /parameters/PWM_MAIN_FUNC16/values/420/description + /parameters/PCA9685_FUNC16/values/420/description Gimbal Roll - /parameters/PWM_MAIN_FUNC16/values/421/description + /parameters/PCA9685_FUNC16/values/421/description Gimbal Pitch - /parameters/PWM_MAIN_FUNC16/values/422/description + /parameters/PCA9685_FUNC16/values/422/description Gimbal Yaw - /parameters/PWM_MAIN_FUNC16/values/430/description + /parameters/PCA9685_FUNC16/values/430/description Gripper - /parameters/PWM_MAIN_FUNC16/values/440/description + /parameters/PCA9685_FUNC16/values/440/description Landing Gear Wheel - /parameters/PWM_MAIN_FUNC2/shortDesc + /parameters/PCA9685_FUNC2/shortDesc - SIM Channel 2 Output Function + PCA9685 Output Channel 2 Output Function - /parameters/PWM_MAIN_FUNC2/longDesc + /parameters/PCA9685_FUNC2/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 + 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 - /parameters/PWM_MAIN_FUNC2/values/0/description + /parameters/PCA9685_FUNC2/values/0/description Disabled - /parameters/PWM_MAIN_FUNC2/values/1/description + /parameters/PCA9685_FUNC2/values/1/description Constant Min - /parameters/PWM_MAIN_FUNC2/values/2/description + /parameters/PCA9685_FUNC2/values/2/description Constant Max - /parameters/PWM_MAIN_FUNC2/values/101/description + /parameters/PCA9685_FUNC2/values/101/description Motor 1 - /parameters/PWM_MAIN_FUNC2/values/102/description + /parameters/PCA9685_FUNC2/values/102/description Motor 2 - /parameters/PWM_MAIN_FUNC2/values/103/description + /parameters/PCA9685_FUNC2/values/103/description Motor 3 - /parameters/PWM_MAIN_FUNC2/values/104/description + /parameters/PCA9685_FUNC2/values/104/description Motor 4 - /parameters/PWM_MAIN_FUNC2/values/105/description + /parameters/PCA9685_FUNC2/values/105/description Motor 5 - /parameters/PWM_MAIN_FUNC2/values/106/description + /parameters/PCA9685_FUNC2/values/106/description Motor 6 - /parameters/PWM_MAIN_FUNC2/values/107/description + /parameters/PCA9685_FUNC2/values/107/description Motor 7 - /parameters/PWM_MAIN_FUNC2/values/108/description + /parameters/PCA9685_FUNC2/values/108/description Motor 8 - /parameters/PWM_MAIN_FUNC2/values/109/description + /parameters/PCA9685_FUNC2/values/109/description Motor 9 - /parameters/PWM_MAIN_FUNC2/values/110/description + /parameters/PCA9685_FUNC2/values/110/description Motor 10 - /parameters/PWM_MAIN_FUNC2/values/111/description + /parameters/PCA9685_FUNC2/values/111/description Motor 11 - /parameters/PWM_MAIN_FUNC2/values/112/description + /parameters/PCA9685_FUNC2/values/112/description Motor 12 - /parameters/PWM_MAIN_FUNC2/values/201/description + /parameters/PCA9685_FUNC2/values/201/description Servo 1 - /parameters/PWM_MAIN_FUNC2/values/202/description + /parameters/PCA9685_FUNC2/values/202/description Servo 2 - /parameters/PWM_MAIN_FUNC2/values/203/description + /parameters/PCA9685_FUNC2/values/203/description Servo 3 - /parameters/PWM_MAIN_FUNC2/values/204/description + /parameters/PCA9685_FUNC2/values/204/description Servo 4 - /parameters/PWM_MAIN_FUNC2/values/205/description + /parameters/PCA9685_FUNC2/values/205/description Servo 5 - /parameters/PWM_MAIN_FUNC2/values/206/description + /parameters/PCA9685_FUNC2/values/206/description Servo 6 - /parameters/PWM_MAIN_FUNC2/values/207/description + /parameters/PCA9685_FUNC2/values/207/description Servo 7 - /parameters/PWM_MAIN_FUNC2/values/208/description + /parameters/PCA9685_FUNC2/values/208/description Servo 8 - /parameters/PWM_MAIN_FUNC2/values/301/description + /parameters/PCA9685_FUNC2/values/301/description Peripheral via Actuator Set 1 - /parameters/PWM_MAIN_FUNC2/values/302/description + /parameters/PCA9685_FUNC2/values/302/description Peripheral via Actuator Set 2 - /parameters/PWM_MAIN_FUNC2/values/303/description + /parameters/PCA9685_FUNC2/values/303/description Peripheral via Actuator Set 3 - /parameters/PWM_MAIN_FUNC2/values/304/description + /parameters/PCA9685_FUNC2/values/304/description Peripheral via Actuator Set 4 - /parameters/PWM_MAIN_FUNC2/values/305/description + /parameters/PCA9685_FUNC2/values/305/description Peripheral via Actuator Set 5 - /parameters/PWM_MAIN_FUNC2/values/306/description + /parameters/PCA9685_FUNC2/values/306/description Peripheral via Actuator Set 6 - /parameters/PWM_MAIN_FUNC2/values/400/description + /parameters/PCA9685_FUNC2/values/400/description Landing Gear - /parameters/PWM_MAIN_FUNC2/values/401/description + /parameters/PCA9685_FUNC2/values/401/description Parachute - /parameters/PWM_MAIN_FUNC2/values/402/description + /parameters/PCA9685_FUNC2/values/402/description RC Roll - /parameters/PWM_MAIN_FUNC2/values/403/description + /parameters/PCA9685_FUNC2/values/403/description RC Pitch - /parameters/PWM_MAIN_FUNC2/values/404/description + /parameters/PCA9685_FUNC2/values/404/description RC Throttle - /parameters/PWM_MAIN_FUNC2/values/405/description + /parameters/PCA9685_FUNC2/values/405/description RC Yaw - /parameters/PWM_MAIN_FUNC2/values/406/description + /parameters/PCA9685_FUNC2/values/406/description RC Flaps - /parameters/PWM_MAIN_FUNC2/values/407/description + /parameters/PCA9685_FUNC2/values/407/description RC AUX 1 - /parameters/PWM_MAIN_FUNC2/values/408/description + /parameters/PCA9685_FUNC2/values/408/description RC AUX 2 - /parameters/PWM_MAIN_FUNC2/values/409/description + /parameters/PCA9685_FUNC2/values/409/description RC AUX 3 - /parameters/PWM_MAIN_FUNC2/values/410/description + /parameters/PCA9685_FUNC2/values/410/description RC AUX 4 - /parameters/PWM_MAIN_FUNC2/values/411/description + /parameters/PCA9685_FUNC2/values/411/description RC AUX 5 - /parameters/PWM_MAIN_FUNC2/values/412/description + /parameters/PCA9685_FUNC2/values/412/description RC AUX 6 - /parameters/PWM_MAIN_FUNC2/values/420/description + /parameters/PCA9685_FUNC2/values/420/description Gimbal Roll - /parameters/PWM_MAIN_FUNC2/values/421/description + /parameters/PCA9685_FUNC2/values/421/description Gimbal Pitch - /parameters/PWM_MAIN_FUNC2/values/422/description + /parameters/PCA9685_FUNC2/values/422/description Gimbal Yaw - /parameters/PWM_MAIN_FUNC2/values/430/description + /parameters/PCA9685_FUNC2/values/430/description Gripper - /parameters/PWM_MAIN_FUNC2/values/440/description + /parameters/PCA9685_FUNC2/values/440/description Landing Gear Wheel - /parameters/PWM_MAIN_FUNC3/shortDesc + /parameters/PCA9685_FUNC3/shortDesc - SIM Channel 3 Output Function + PCA9685 Output Channel 3 Output Function - /parameters/PWM_MAIN_FUNC3/longDesc + /parameters/PCA9685_FUNC3/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 + 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 - /parameters/PWM_MAIN_FUNC3/values/0/description + /parameters/PCA9685_FUNC3/values/0/description Disabled - /parameters/PWM_MAIN_FUNC3/values/1/description + /parameters/PCA9685_FUNC3/values/1/description Constant Min - /parameters/PWM_MAIN_FUNC3/values/2/description + /parameters/PCA9685_FUNC3/values/2/description Constant Max - /parameters/PWM_MAIN_FUNC3/values/101/description + /parameters/PCA9685_FUNC3/values/101/description Motor 1 - /parameters/PWM_MAIN_FUNC3/values/102/description + /parameters/PCA9685_FUNC3/values/102/description Motor 2 - /parameters/PWM_MAIN_FUNC3/values/103/description + /parameters/PCA9685_FUNC3/values/103/description Motor 3 - /parameters/PWM_MAIN_FUNC3/values/104/description + /parameters/PCA9685_FUNC3/values/104/description Motor 4 - /parameters/PWM_MAIN_FUNC3/values/105/description + /parameters/PCA9685_FUNC3/values/105/description Motor 5 - /parameters/PWM_MAIN_FUNC3/values/106/description + /parameters/PCA9685_FUNC3/values/106/description Motor 6 - /parameters/PWM_MAIN_FUNC3/values/107/description + /parameters/PCA9685_FUNC3/values/107/description Motor 7 - /parameters/PWM_MAIN_FUNC3/values/108/description + /parameters/PCA9685_FUNC3/values/108/description Motor 8 - /parameters/PWM_MAIN_FUNC3/values/109/description + /parameters/PCA9685_FUNC3/values/109/description Motor 9 - /parameters/PWM_MAIN_FUNC3/values/110/description + /parameters/PCA9685_FUNC3/values/110/description Motor 10 - /parameters/PWM_MAIN_FUNC3/values/111/description + /parameters/PCA9685_FUNC3/values/111/description Motor 11 - /parameters/PWM_MAIN_FUNC3/values/112/description + /parameters/PCA9685_FUNC3/values/112/description Motor 12 - /parameters/PWM_MAIN_FUNC3/values/201/description + /parameters/PCA9685_FUNC3/values/201/description Servo 1 - /parameters/PWM_MAIN_FUNC3/values/202/description + /parameters/PCA9685_FUNC3/values/202/description Servo 2 - /parameters/PWM_MAIN_FUNC3/values/203/description + /parameters/PCA9685_FUNC3/values/203/description Servo 3 - /parameters/PWM_MAIN_FUNC3/values/204/description + /parameters/PCA9685_FUNC3/values/204/description Servo 4 - /parameters/PWM_MAIN_FUNC3/values/205/description + /parameters/PCA9685_FUNC3/values/205/description Servo 5 - /parameters/PWM_MAIN_FUNC3/values/206/description + /parameters/PCA9685_FUNC3/values/206/description Servo 6 - /parameters/PWM_MAIN_FUNC3/values/207/description + /parameters/PCA9685_FUNC3/values/207/description Servo 7 - /parameters/PWM_MAIN_FUNC3/values/208/description + /parameters/PCA9685_FUNC3/values/208/description Servo 8 - /parameters/PWM_MAIN_FUNC3/values/301/description + /parameters/PCA9685_FUNC3/values/301/description Peripheral via Actuator Set 1 - /parameters/PWM_MAIN_FUNC3/values/302/description + /parameters/PCA9685_FUNC3/values/302/description Peripheral via Actuator Set 2 - /parameters/PWM_MAIN_FUNC3/values/303/description + /parameters/PCA9685_FUNC3/values/303/description Peripheral via Actuator Set 3 - /parameters/PWM_MAIN_FUNC3/values/304/description + /parameters/PCA9685_FUNC3/values/304/description Peripheral via Actuator Set 4 - /parameters/PWM_MAIN_FUNC3/values/305/description + /parameters/PCA9685_FUNC3/values/305/description Peripheral via Actuator Set 5 - /parameters/PWM_MAIN_FUNC3/values/306/description + /parameters/PCA9685_FUNC3/values/306/description Peripheral via Actuator Set 6 - /parameters/PWM_MAIN_FUNC3/values/400/description + /parameters/PCA9685_FUNC3/values/400/description Landing Gear - /parameters/PWM_MAIN_FUNC3/values/401/description + /parameters/PCA9685_FUNC3/values/401/description Parachute - /parameters/PWM_MAIN_FUNC3/values/402/description + /parameters/PCA9685_FUNC3/values/402/description RC Roll - /parameters/PWM_MAIN_FUNC3/values/403/description + /parameters/PCA9685_FUNC3/values/403/description RC Pitch - /parameters/PWM_MAIN_FUNC3/values/404/description + /parameters/PCA9685_FUNC3/values/404/description RC Throttle - /parameters/PWM_MAIN_FUNC3/values/405/description + /parameters/PCA9685_FUNC3/values/405/description RC Yaw - /parameters/PWM_MAIN_FUNC3/values/406/description + /parameters/PCA9685_FUNC3/values/406/description RC Flaps - /parameters/PWM_MAIN_FUNC3/values/407/description + /parameters/PCA9685_FUNC3/values/407/description RC AUX 1 - /parameters/PWM_MAIN_FUNC3/values/408/description + /parameters/PCA9685_FUNC3/values/408/description RC AUX 2 - /parameters/PWM_MAIN_FUNC3/values/409/description + /parameters/PCA9685_FUNC3/values/409/description RC AUX 3 - /parameters/PWM_MAIN_FUNC3/values/410/description + /parameters/PCA9685_FUNC3/values/410/description RC AUX 4 - /parameters/PWM_MAIN_FUNC3/values/411/description + /parameters/PCA9685_FUNC3/values/411/description RC AUX 5 - /parameters/PWM_MAIN_FUNC3/values/412/description + /parameters/PCA9685_FUNC3/values/412/description RC AUX 6 - /parameters/PWM_MAIN_FUNC3/values/420/description + /parameters/PCA9685_FUNC3/values/420/description Gimbal Roll - /parameters/PWM_MAIN_FUNC3/values/421/description + /parameters/PCA9685_FUNC3/values/421/description Gimbal Pitch - /parameters/PWM_MAIN_FUNC3/values/422/description + /parameters/PCA9685_FUNC3/values/422/description Gimbal Yaw - /parameters/PWM_MAIN_FUNC3/values/430/description + /parameters/PCA9685_FUNC3/values/430/description Gripper - /parameters/PWM_MAIN_FUNC3/values/440/description + /parameters/PCA9685_FUNC3/values/440/description Landing Gear Wheel - /parameters/PWM_MAIN_FUNC4/shortDesc + /parameters/PCA9685_FUNC4/shortDesc - SIM Channel 4 Output Function + PCA9685 Output Channel 4 Output Function - /parameters/PWM_MAIN_FUNC4/longDesc + /parameters/PCA9685_FUNC4/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 + 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 - /parameters/PWM_MAIN_FUNC4/values/0/description + /parameters/PCA9685_FUNC4/values/0/description Disabled - /parameters/PWM_MAIN_FUNC4/values/1/description + /parameters/PCA9685_FUNC4/values/1/description Constant Min - /parameters/PWM_MAIN_FUNC4/values/2/description + /parameters/PCA9685_FUNC4/values/2/description Constant Max - /parameters/PWM_MAIN_FUNC4/values/101/description + /parameters/PCA9685_FUNC4/values/101/description Motor 1 - /parameters/PWM_MAIN_FUNC4/values/102/description + /parameters/PCA9685_FUNC4/values/102/description Motor 2 - /parameters/PWM_MAIN_FUNC4/values/103/description + /parameters/PCA9685_FUNC4/values/103/description Motor 3 - /parameters/PWM_MAIN_FUNC4/values/104/description + /parameters/PCA9685_FUNC4/values/104/description Motor 4 - /parameters/PWM_MAIN_FUNC4/values/105/description + /parameters/PCA9685_FUNC4/values/105/description Motor 5 - /parameters/PWM_MAIN_FUNC4/values/106/description + /parameters/PCA9685_FUNC4/values/106/description Motor 6 - /parameters/PWM_MAIN_FUNC4/values/107/description + /parameters/PCA9685_FUNC4/values/107/description Motor 7 - /parameters/PWM_MAIN_FUNC4/values/108/description + /parameters/PCA9685_FUNC4/values/108/description Motor 8 - /parameters/PWM_MAIN_FUNC4/values/109/description + /parameters/PCA9685_FUNC4/values/109/description Motor 9 - /parameters/PWM_MAIN_FUNC4/values/110/description + /parameters/PCA9685_FUNC4/values/110/description Motor 10 - /parameters/PWM_MAIN_FUNC4/values/111/description + /parameters/PCA9685_FUNC4/values/111/description Motor 11 - /parameters/PWM_MAIN_FUNC4/values/112/description + /parameters/PCA9685_FUNC4/values/112/description Motor 12 - /parameters/PWM_MAIN_FUNC4/values/201/description + /parameters/PCA9685_FUNC4/values/201/description Servo 1 - /parameters/PWM_MAIN_FUNC4/values/202/description + /parameters/PCA9685_FUNC4/values/202/description Servo 2 - /parameters/PWM_MAIN_FUNC4/values/203/description + /parameters/PCA9685_FUNC4/values/203/description Servo 3 - /parameters/PWM_MAIN_FUNC4/values/204/description + /parameters/PCA9685_FUNC4/values/204/description Servo 4 - /parameters/PWM_MAIN_FUNC4/values/205/description + /parameters/PCA9685_FUNC4/values/205/description Servo 5 - /parameters/PWM_MAIN_FUNC4/values/206/description + /parameters/PCA9685_FUNC4/values/206/description Servo 6 - /parameters/PWM_MAIN_FUNC4/values/207/description + /parameters/PCA9685_FUNC4/values/207/description Servo 7 - /parameters/PWM_MAIN_FUNC4/values/208/description + /parameters/PCA9685_FUNC4/values/208/description Servo 8 - /parameters/PWM_MAIN_FUNC4/values/301/description + /parameters/PCA9685_FUNC4/values/301/description Peripheral via Actuator Set 1 - /parameters/PWM_MAIN_FUNC4/values/302/description + /parameters/PCA9685_FUNC4/values/302/description Peripheral via Actuator Set 2 - /parameters/PWM_MAIN_FUNC4/values/303/description + /parameters/PCA9685_FUNC4/values/303/description Peripheral via Actuator Set 3 - /parameters/PWM_MAIN_FUNC4/values/304/description + /parameters/PCA9685_FUNC4/values/304/description Peripheral via Actuator Set 4 - /parameters/PWM_MAIN_FUNC4/values/305/description + /parameters/PCA9685_FUNC4/values/305/description Peripheral via Actuator Set 5 - /parameters/PWM_MAIN_FUNC4/values/306/description + /parameters/PCA9685_FUNC4/values/306/description Peripheral via Actuator Set 6 - /parameters/PWM_MAIN_FUNC4/values/400/description + /parameters/PCA9685_FUNC4/values/400/description Landing Gear - /parameters/PWM_MAIN_FUNC4/values/401/description + /parameters/PCA9685_FUNC4/values/401/description Parachute - /parameters/PWM_MAIN_FUNC4/values/402/description + /parameters/PCA9685_FUNC4/values/402/description RC Roll - /parameters/PWM_MAIN_FUNC4/values/403/description + /parameters/PCA9685_FUNC4/values/403/description RC Pitch - /parameters/PWM_MAIN_FUNC4/values/404/description + /parameters/PCA9685_FUNC4/values/404/description RC Throttle - /parameters/PWM_MAIN_FUNC4/values/405/description + /parameters/PCA9685_FUNC4/values/405/description RC Yaw - /parameters/PWM_MAIN_FUNC4/values/406/description + /parameters/PCA9685_FUNC4/values/406/description RC Flaps - /parameters/PWM_MAIN_FUNC4/values/407/description + /parameters/PCA9685_FUNC4/values/407/description RC AUX 1 - /parameters/PWM_MAIN_FUNC4/values/408/description + /parameters/PCA9685_FUNC4/values/408/description RC AUX 2 - /parameters/PWM_MAIN_FUNC4/values/409/description + /parameters/PCA9685_FUNC4/values/409/description RC AUX 3 - /parameters/PWM_MAIN_FUNC4/values/410/description + /parameters/PCA9685_FUNC4/values/410/description RC AUX 4 - /parameters/PWM_MAIN_FUNC4/values/411/description + /parameters/PCA9685_FUNC4/values/411/description RC AUX 5 - /parameters/PWM_MAIN_FUNC4/values/412/description + /parameters/PCA9685_FUNC4/values/412/description RC AUX 6 - /parameters/PWM_MAIN_FUNC4/values/420/description + /parameters/PCA9685_FUNC4/values/420/description Gimbal Roll - /parameters/PWM_MAIN_FUNC4/values/421/description + /parameters/PCA9685_FUNC4/values/421/description Gimbal Pitch - /parameters/PWM_MAIN_FUNC4/values/422/description + /parameters/PCA9685_FUNC4/values/422/description Gimbal Yaw - /parameters/PWM_MAIN_FUNC4/values/430/description + /parameters/PCA9685_FUNC4/values/430/description Gripper - /parameters/PWM_MAIN_FUNC4/values/440/description + /parameters/PCA9685_FUNC4/values/440/description Landing Gear Wheel - /parameters/PWM_MAIN_FUNC5/shortDesc + /parameters/PCA9685_FUNC5/shortDesc - SIM Channel 5 Output Function + PCA9685 Output Channel 5 Output Function - /parameters/PWM_MAIN_FUNC5/longDesc + /parameters/PCA9685_FUNC5/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 + 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 - /parameters/PWM_MAIN_FUNC5/values/0/description + /parameters/PCA9685_FUNC5/values/0/description Disabled - /parameters/PWM_MAIN_FUNC5/values/1/description + /parameters/PCA9685_FUNC5/values/1/description Constant Min - /parameters/PWM_MAIN_FUNC5/values/2/description + /parameters/PCA9685_FUNC5/values/2/description Constant Max - /parameters/PWM_MAIN_FUNC5/values/101/description + /parameters/PCA9685_FUNC5/values/101/description Motor 1 - /parameters/PWM_MAIN_FUNC5/values/102/description + /parameters/PCA9685_FUNC5/values/102/description Motor 2 - /parameters/PWM_MAIN_FUNC5/values/103/description + /parameters/PCA9685_FUNC5/values/103/description Motor 3 - /parameters/PWM_MAIN_FUNC5/values/104/description + /parameters/PCA9685_FUNC5/values/104/description Motor 4 - /parameters/PWM_MAIN_FUNC5/values/105/description + /parameters/PCA9685_FUNC5/values/105/description Motor 5 - /parameters/PWM_MAIN_FUNC5/values/106/description + /parameters/PCA9685_FUNC5/values/106/description Motor 6 - /parameters/PWM_MAIN_FUNC5/values/107/description + /parameters/PCA9685_FUNC5/values/107/description Motor 7 - /parameters/PWM_MAIN_FUNC5/values/108/description + /parameters/PCA9685_FUNC5/values/108/description Motor 8 - /parameters/PWM_MAIN_FUNC5/values/109/description + /parameters/PCA9685_FUNC5/values/109/description Motor 9 - /parameters/PWM_MAIN_FUNC5/values/110/description + /parameters/PCA9685_FUNC5/values/110/description Motor 10 - /parameters/PWM_MAIN_FUNC5/values/111/description + /parameters/PCA9685_FUNC5/values/111/description Motor 11 - /parameters/PWM_MAIN_FUNC5/values/112/description + /parameters/PCA9685_FUNC5/values/112/description Motor 12 - /parameters/PWM_MAIN_FUNC5/values/201/description + /parameters/PCA9685_FUNC5/values/201/description Servo 1 - /parameters/PWM_MAIN_FUNC5/values/202/description + /parameters/PCA9685_FUNC5/values/202/description Servo 2 - /parameters/PWM_MAIN_FUNC5/values/203/description + /parameters/PCA9685_FUNC5/values/203/description Servo 3 - /parameters/PWM_MAIN_FUNC5/values/204/description + /parameters/PCA9685_FUNC5/values/204/description Servo 4 - /parameters/PWM_MAIN_FUNC5/values/205/description + /parameters/PCA9685_FUNC5/values/205/description Servo 5 - /parameters/PWM_MAIN_FUNC5/values/206/description + /parameters/PCA9685_FUNC5/values/206/description Servo 6 - /parameters/PWM_MAIN_FUNC5/values/207/description + /parameters/PCA9685_FUNC5/values/207/description Servo 7 - /parameters/PWM_MAIN_FUNC5/values/208/description + /parameters/PCA9685_FUNC5/values/208/description Servo 8 - /parameters/PWM_MAIN_FUNC5/values/301/description + /parameters/PCA9685_FUNC5/values/301/description Peripheral via Actuator Set 1 - /parameters/PWM_MAIN_FUNC5/values/302/description + /parameters/PCA9685_FUNC5/values/302/description Peripheral via Actuator Set 2 - /parameters/PWM_MAIN_FUNC5/values/303/description + /parameters/PCA9685_FUNC5/values/303/description Peripheral via Actuator Set 3 - /parameters/PWM_MAIN_FUNC5/values/304/description + /parameters/PCA9685_FUNC5/values/304/description Peripheral via Actuator Set 4 - /parameters/PWM_MAIN_FUNC5/values/305/description + /parameters/PCA9685_FUNC5/values/305/description Peripheral via Actuator Set 5 - /parameters/PWM_MAIN_FUNC5/values/306/description + /parameters/PCA9685_FUNC5/values/306/description Peripheral via Actuator Set 6 - /parameters/PWM_MAIN_FUNC5/values/400/description + /parameters/PCA9685_FUNC5/values/400/description Landing Gear - /parameters/PWM_MAIN_FUNC5/values/401/description + /parameters/PCA9685_FUNC5/values/401/description Parachute - /parameters/PWM_MAIN_FUNC5/values/402/description + /parameters/PCA9685_FUNC5/values/402/description RC Roll - /parameters/PWM_MAIN_FUNC5/values/403/description + /parameters/PCA9685_FUNC5/values/403/description RC Pitch - /parameters/PWM_MAIN_FUNC5/values/404/description + /parameters/PCA9685_FUNC5/values/404/description RC Throttle - /parameters/PWM_MAIN_FUNC5/values/405/description + /parameters/PCA9685_FUNC5/values/405/description RC Yaw - /parameters/PWM_MAIN_FUNC5/values/406/description + /parameters/PCA9685_FUNC5/values/406/description RC Flaps - /parameters/PWM_MAIN_FUNC5/values/407/description + /parameters/PCA9685_FUNC5/values/407/description RC AUX 1 - /parameters/PWM_MAIN_FUNC5/values/408/description + /parameters/PCA9685_FUNC5/values/408/description RC AUX 2 - /parameters/PWM_MAIN_FUNC5/values/409/description + /parameters/PCA9685_FUNC5/values/409/description RC AUX 3 - /parameters/PWM_MAIN_FUNC5/values/410/description + /parameters/PCA9685_FUNC5/values/410/description RC AUX 4 - /parameters/PWM_MAIN_FUNC5/values/411/description + /parameters/PCA9685_FUNC5/values/411/description RC AUX 5 - /parameters/PWM_MAIN_FUNC5/values/412/description + /parameters/PCA9685_FUNC5/values/412/description RC AUX 6 - /parameters/PWM_MAIN_FUNC5/values/420/description + /parameters/PCA9685_FUNC5/values/420/description Gimbal Roll - /parameters/PWM_MAIN_FUNC5/values/421/description + /parameters/PCA9685_FUNC5/values/421/description Gimbal Pitch - /parameters/PWM_MAIN_FUNC5/values/422/description + /parameters/PCA9685_FUNC5/values/422/description Gimbal Yaw - /parameters/PWM_MAIN_FUNC5/values/430/description + /parameters/PCA9685_FUNC5/values/430/description Gripper - /parameters/PWM_MAIN_FUNC5/values/440/description + /parameters/PCA9685_FUNC5/values/440/description Landing Gear Wheel - /parameters/PWM_MAIN_FUNC6/shortDesc + /parameters/PCA9685_FUNC6/shortDesc - SIM Channel 6 Output Function + PCA9685 Output Channel 6 Output Function - /parameters/PWM_MAIN_FUNC6/longDesc + /parameters/PCA9685_FUNC6/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 + 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 - /parameters/PWM_MAIN_FUNC6/values/0/description + /parameters/PCA9685_FUNC6/values/0/description Disabled - /parameters/PWM_MAIN_FUNC6/values/1/description + /parameters/PCA9685_FUNC6/values/1/description Constant Min - /parameters/PWM_MAIN_FUNC6/values/2/description + /parameters/PCA9685_FUNC6/values/2/description Constant Max - /parameters/PWM_MAIN_FUNC6/values/101/description + /parameters/PCA9685_FUNC6/values/101/description Motor 1 - /parameters/PWM_MAIN_FUNC6/values/102/description + /parameters/PCA9685_FUNC6/values/102/description Motor 2 - /parameters/PWM_MAIN_FUNC6/values/103/description + /parameters/PCA9685_FUNC6/values/103/description Motor 3 - /parameters/PWM_MAIN_FUNC6/values/104/description + /parameters/PCA9685_FUNC6/values/104/description Motor 4 - /parameters/PWM_MAIN_FUNC6/values/105/description + /parameters/PCA9685_FUNC6/values/105/description Motor 5 - /parameters/PWM_MAIN_FUNC6/values/106/description + /parameters/PCA9685_FUNC6/values/106/description Motor 6 - /parameters/PWM_MAIN_FUNC6/values/107/description + /parameters/PCA9685_FUNC6/values/107/description Motor 7 - /parameters/PWM_MAIN_FUNC6/values/108/description + /parameters/PCA9685_FUNC6/values/108/description Motor 8 - /parameters/PWM_MAIN_FUNC6/values/109/description + /parameters/PCA9685_FUNC6/values/109/description Motor 9 - /parameters/PWM_MAIN_FUNC6/values/110/description + /parameters/PCA9685_FUNC6/values/110/description Motor 10 - /parameters/PWM_MAIN_FUNC6/values/111/description + /parameters/PCA9685_FUNC6/values/111/description Motor 11 - /parameters/PWM_MAIN_FUNC6/values/112/description + /parameters/PCA9685_FUNC6/values/112/description Motor 12 - /parameters/PWM_MAIN_FUNC6/values/201/description + /parameters/PCA9685_FUNC6/values/201/description Servo 1 - /parameters/PWM_MAIN_FUNC6/values/202/description + /parameters/PCA9685_FUNC6/values/202/description Servo 2 - /parameters/PWM_MAIN_FUNC6/values/203/description + /parameters/PCA9685_FUNC6/values/203/description Servo 3 - /parameters/PWM_MAIN_FUNC6/values/204/description + /parameters/PCA9685_FUNC6/values/204/description Servo 4 - /parameters/PWM_MAIN_FUNC6/values/205/description + /parameters/PCA9685_FUNC6/values/205/description Servo 5 - /parameters/PWM_MAIN_FUNC6/values/206/description + /parameters/PCA9685_FUNC6/values/206/description Servo 6 - /parameters/PWM_MAIN_FUNC6/values/207/description + /parameters/PCA9685_FUNC6/values/207/description Servo 7 - /parameters/PWM_MAIN_FUNC6/values/208/description + /parameters/PCA9685_FUNC6/values/208/description Servo 8 - /parameters/PWM_MAIN_FUNC6/values/301/description + /parameters/PCA9685_FUNC6/values/301/description Peripheral via Actuator Set 1 - /parameters/PWM_MAIN_FUNC6/values/302/description + /parameters/PCA9685_FUNC6/values/302/description Peripheral via Actuator Set 2 - /parameters/PWM_MAIN_FUNC6/values/303/description + /parameters/PCA9685_FUNC6/values/303/description Peripheral via Actuator Set 3 - /parameters/PWM_MAIN_FUNC6/values/304/description + /parameters/PCA9685_FUNC6/values/304/description Peripheral via Actuator Set 4 - /parameters/PWM_MAIN_FUNC6/values/305/description + /parameters/PCA9685_FUNC6/values/305/description Peripheral via Actuator Set 5 - /parameters/PWM_MAIN_FUNC6/values/306/description + /parameters/PCA9685_FUNC6/values/306/description Peripheral via Actuator Set 6 - /parameters/PWM_MAIN_FUNC6/values/400/description + /parameters/PCA9685_FUNC6/values/400/description Landing Gear - /parameters/PWM_MAIN_FUNC6/values/401/description + /parameters/PCA9685_FUNC6/values/401/description Parachute - /parameters/PWM_MAIN_FUNC6/values/402/description + /parameters/PCA9685_FUNC6/values/402/description RC Roll - /parameters/PWM_MAIN_FUNC6/values/403/description + /parameters/PCA9685_FUNC6/values/403/description RC Pitch - /parameters/PWM_MAIN_FUNC6/values/404/description + /parameters/PCA9685_FUNC6/values/404/description RC Throttle - /parameters/PWM_MAIN_FUNC6/values/405/description + /parameters/PCA9685_FUNC6/values/405/description RC Yaw - /parameters/PWM_MAIN_FUNC6/values/406/description + /parameters/PCA9685_FUNC6/values/406/description RC Flaps - /parameters/PWM_MAIN_FUNC6/values/407/description + /parameters/PCA9685_FUNC6/values/407/description RC AUX 1 - /parameters/PWM_MAIN_FUNC6/values/408/description + /parameters/PCA9685_FUNC6/values/408/description RC AUX 2 - /parameters/PWM_MAIN_FUNC6/values/409/description + /parameters/PCA9685_FUNC6/values/409/description RC AUX 3 - /parameters/PWM_MAIN_FUNC6/values/410/description + /parameters/PCA9685_FUNC6/values/410/description RC AUX 4 - /parameters/PWM_MAIN_FUNC6/values/411/description + /parameters/PCA9685_FUNC6/values/411/description RC AUX 5 - /parameters/PWM_MAIN_FUNC6/values/412/description + /parameters/PCA9685_FUNC6/values/412/description RC AUX 6 - /parameters/PWM_MAIN_FUNC6/values/420/description + /parameters/PCA9685_FUNC6/values/420/description Gimbal Roll - /parameters/PWM_MAIN_FUNC6/values/421/description + /parameters/PCA9685_FUNC6/values/421/description Gimbal Pitch - /parameters/PWM_MAIN_FUNC6/values/422/description + /parameters/PCA9685_FUNC6/values/422/description Gimbal Yaw - /parameters/PWM_MAIN_FUNC6/values/430/description + /parameters/PCA9685_FUNC6/values/430/description Gripper - /parameters/PWM_MAIN_FUNC6/values/440/description + /parameters/PCA9685_FUNC6/values/440/description Landing Gear Wheel - /parameters/PWM_MAIN_FUNC7/shortDesc + /parameters/PCA9685_FUNC7/shortDesc - SIM Channel 7 Output Function + PCA9685 Output Channel 7 Output Function - /parameters/PWM_MAIN_FUNC7/longDesc + /parameters/PCA9685_FUNC7/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 + 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 - /parameters/PWM_MAIN_FUNC7/values/0/description + /parameters/PCA9685_FUNC7/values/0/description Disabled - /parameters/PWM_MAIN_FUNC7/values/1/description + /parameters/PCA9685_FUNC7/values/1/description Constant Min - /parameters/PWM_MAIN_FUNC7/values/2/description + /parameters/PCA9685_FUNC7/values/2/description Constant Max - /parameters/PWM_MAIN_FUNC7/values/101/description + /parameters/PCA9685_FUNC7/values/101/description Motor 1 - /parameters/PWM_MAIN_FUNC7/values/102/description + /parameters/PCA9685_FUNC7/values/102/description Motor 2 - /parameters/PWM_MAIN_FUNC7/values/103/description + /parameters/PCA9685_FUNC7/values/103/description Motor 3 - /parameters/PWM_MAIN_FUNC7/values/104/description + /parameters/PCA9685_FUNC7/values/104/description Motor 4 - /parameters/PWM_MAIN_FUNC7/values/105/description + /parameters/PCA9685_FUNC7/values/105/description Motor 5 - /parameters/PWM_MAIN_FUNC7/values/106/description + /parameters/PCA9685_FUNC7/values/106/description Motor 6 - /parameters/PWM_MAIN_FUNC7/values/107/description + /parameters/PCA9685_FUNC7/values/107/description Motor 7 - /parameters/PWM_MAIN_FUNC7/values/108/description + /parameters/PCA9685_FUNC7/values/108/description Motor 8 - /parameters/PWM_MAIN_FUNC7/values/109/description + /parameters/PCA9685_FUNC7/values/109/description Motor 9 - /parameters/PWM_MAIN_FUNC7/values/110/description + /parameters/PCA9685_FUNC7/values/110/description Motor 10 - /parameters/PWM_MAIN_FUNC7/values/111/description + /parameters/PCA9685_FUNC7/values/111/description Motor 11 - /parameters/PWM_MAIN_FUNC7/values/112/description + /parameters/PCA9685_FUNC7/values/112/description Motor 12 - /parameters/PWM_MAIN_FUNC7/values/201/description + /parameters/PCA9685_FUNC7/values/201/description Servo 1 - /parameters/PWM_MAIN_FUNC7/values/202/description + /parameters/PCA9685_FUNC7/values/202/description Servo 2 - /parameters/PWM_MAIN_FUNC7/values/203/description + /parameters/PCA9685_FUNC7/values/203/description Servo 3 - /parameters/PWM_MAIN_FUNC7/values/204/description + /parameters/PCA9685_FUNC7/values/204/description Servo 4 - /parameters/PWM_MAIN_FUNC7/values/205/description + /parameters/PCA9685_FUNC7/values/205/description Servo 5 - /parameters/PWM_MAIN_FUNC7/values/206/description + /parameters/PCA9685_FUNC7/values/206/description Servo 6 - /parameters/PWM_MAIN_FUNC7/values/207/description + /parameters/PCA9685_FUNC7/values/207/description Servo 7 - /parameters/PWM_MAIN_FUNC7/values/208/description + /parameters/PCA9685_FUNC7/values/208/description Servo 8 - /parameters/PWM_MAIN_FUNC7/values/301/description + /parameters/PCA9685_FUNC7/values/301/description Peripheral via Actuator Set 1 - /parameters/PWM_MAIN_FUNC7/values/302/description + /parameters/PCA9685_FUNC7/values/302/description Peripheral via Actuator Set 2 - /parameters/PWM_MAIN_FUNC7/values/303/description + /parameters/PCA9685_FUNC7/values/303/description Peripheral via Actuator Set 3 - /parameters/PWM_MAIN_FUNC7/values/304/description + /parameters/PCA9685_FUNC7/values/304/description Peripheral via Actuator Set 4 - /parameters/PWM_MAIN_FUNC7/values/305/description + /parameters/PCA9685_FUNC7/values/305/description Peripheral via Actuator Set 5 - /parameters/PWM_MAIN_FUNC7/values/306/description + /parameters/PCA9685_FUNC7/values/306/description Peripheral via Actuator Set 6 - /parameters/PWM_MAIN_FUNC7/values/400/description + /parameters/PCA9685_FUNC7/values/400/description Landing Gear - /parameters/PWM_MAIN_FUNC7/values/401/description + /parameters/PCA9685_FUNC7/values/401/description Parachute - /parameters/PWM_MAIN_FUNC7/values/402/description + /parameters/PCA9685_FUNC7/values/402/description RC Roll - /parameters/PWM_MAIN_FUNC7/values/403/description + /parameters/PCA9685_FUNC7/values/403/description RC Pitch - /parameters/PWM_MAIN_FUNC7/values/404/description + /parameters/PCA9685_FUNC7/values/404/description RC Throttle - /parameters/PWM_MAIN_FUNC7/values/405/description + /parameters/PCA9685_FUNC7/values/405/description RC Yaw - /parameters/PWM_MAIN_FUNC7/values/406/description + /parameters/PCA9685_FUNC7/values/406/description RC Flaps - /parameters/PWM_MAIN_FUNC7/values/407/description + /parameters/PCA9685_FUNC7/values/407/description RC AUX 1 - /parameters/PWM_MAIN_FUNC7/values/408/description + /parameters/PCA9685_FUNC7/values/408/description RC AUX 2 - /parameters/PWM_MAIN_FUNC7/values/409/description + /parameters/PCA9685_FUNC7/values/409/description RC AUX 3 - /parameters/PWM_MAIN_FUNC7/values/410/description + /parameters/PCA9685_FUNC7/values/410/description RC AUX 4 - /parameters/PWM_MAIN_FUNC7/values/411/description + /parameters/PCA9685_FUNC7/values/411/description RC AUX 5 - /parameters/PWM_MAIN_FUNC7/values/412/description + /parameters/PCA9685_FUNC7/values/412/description RC AUX 6 - /parameters/PWM_MAIN_FUNC7/values/420/description + /parameters/PCA9685_FUNC7/values/420/description Gimbal Roll - /parameters/PWM_MAIN_FUNC7/values/421/description + /parameters/PCA9685_FUNC7/values/421/description Gimbal Pitch - /parameters/PWM_MAIN_FUNC7/values/422/description + /parameters/PCA9685_FUNC7/values/422/description Gimbal Yaw - /parameters/PWM_MAIN_FUNC7/values/430/description + /parameters/PCA9685_FUNC7/values/430/description Gripper - /parameters/PWM_MAIN_FUNC7/values/440/description + /parameters/PCA9685_FUNC7/values/440/description Landing Gear Wheel - /parameters/PWM_MAIN_FUNC8/shortDesc + /parameters/PCA9685_FUNC8/shortDesc - SIM Channel 8 Output Function + PCA9685 Output Channel 8 Output Function - /parameters/PWM_MAIN_FUNC8/longDesc + /parameters/PCA9685_FUNC8/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 + 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 - /parameters/PWM_MAIN_FUNC8/values/0/description + /parameters/PCA9685_FUNC8/values/0/description Disabled - /parameters/PWM_MAIN_FUNC8/values/1/description + /parameters/PCA9685_FUNC8/values/1/description Constant Min - /parameters/PWM_MAIN_FUNC8/values/2/description + /parameters/PCA9685_FUNC8/values/2/description Constant Max - /parameters/PWM_MAIN_FUNC8/values/101/description + /parameters/PCA9685_FUNC8/values/101/description Motor 1 - /parameters/PWM_MAIN_FUNC8/values/102/description + /parameters/PCA9685_FUNC8/values/102/description Motor 2 - /parameters/PWM_MAIN_FUNC8/values/103/description + /parameters/PCA9685_FUNC8/values/103/description Motor 3 - /parameters/PWM_MAIN_FUNC8/values/104/description + /parameters/PCA9685_FUNC8/values/104/description Motor 4 - /parameters/PWM_MAIN_FUNC8/values/105/description + /parameters/PCA9685_FUNC8/values/105/description Motor 5 - /parameters/PWM_MAIN_FUNC8/values/106/description + /parameters/PCA9685_FUNC8/values/106/description Motor 6 - /parameters/PWM_MAIN_FUNC8/values/107/description + /parameters/PCA9685_FUNC8/values/107/description Motor 7 - /parameters/PWM_MAIN_FUNC8/values/108/description + /parameters/PCA9685_FUNC8/values/108/description Motor 8 - /parameters/PWM_MAIN_FUNC8/values/109/description + /parameters/PCA9685_FUNC8/values/109/description Motor 9 - /parameters/PWM_MAIN_FUNC8/values/110/description + /parameters/PCA9685_FUNC8/values/110/description Motor 10 - /parameters/PWM_MAIN_FUNC8/values/111/description + /parameters/PCA9685_FUNC8/values/111/description Motor 11 - /parameters/PWM_MAIN_FUNC8/values/112/description + /parameters/PCA9685_FUNC8/values/112/description Motor 12 - /parameters/PWM_MAIN_FUNC8/values/201/description + /parameters/PCA9685_FUNC8/values/201/description Servo 1 - /parameters/PWM_MAIN_FUNC8/values/202/description + /parameters/PCA9685_FUNC8/values/202/description Servo 2 - /parameters/PWM_MAIN_FUNC8/values/203/description + /parameters/PCA9685_FUNC8/values/203/description Servo 3 - /parameters/PWM_MAIN_FUNC8/values/204/description + /parameters/PCA9685_FUNC8/values/204/description Servo 4 - /parameters/PWM_MAIN_FUNC8/values/205/description + /parameters/PCA9685_FUNC8/values/205/description Servo 5 - /parameters/PWM_MAIN_FUNC8/values/206/description + /parameters/PCA9685_FUNC8/values/206/description Servo 6 - /parameters/PWM_MAIN_FUNC8/values/207/description + /parameters/PCA9685_FUNC8/values/207/description Servo 7 - /parameters/PWM_MAIN_FUNC8/values/208/description + /parameters/PCA9685_FUNC8/values/208/description Servo 8 - /parameters/PWM_MAIN_FUNC8/values/301/description + /parameters/PCA9685_FUNC8/values/301/description Peripheral via Actuator Set 1 - /parameters/PWM_MAIN_FUNC8/values/302/description + /parameters/PCA9685_FUNC8/values/302/description Peripheral via Actuator Set 2 - /parameters/PWM_MAIN_FUNC8/values/303/description + /parameters/PCA9685_FUNC8/values/303/description Peripheral via Actuator Set 3 - /parameters/PWM_MAIN_FUNC8/values/304/description + /parameters/PCA9685_FUNC8/values/304/description Peripheral via Actuator Set 4 - /parameters/PWM_MAIN_FUNC8/values/305/description + /parameters/PCA9685_FUNC8/values/305/description Peripheral via Actuator Set 5 - /parameters/PWM_MAIN_FUNC8/values/306/description + /parameters/PCA9685_FUNC8/values/306/description Peripheral via Actuator Set 6 - /parameters/PWM_MAIN_FUNC8/values/400/description + /parameters/PCA9685_FUNC8/values/400/description Landing Gear - /parameters/PWM_MAIN_FUNC8/values/401/description + /parameters/PCA9685_FUNC8/values/401/description Parachute - /parameters/PWM_MAIN_FUNC8/values/402/description + /parameters/PCA9685_FUNC8/values/402/description RC Roll - /parameters/PWM_MAIN_FUNC8/values/403/description + /parameters/PCA9685_FUNC8/values/403/description RC Pitch - /parameters/PWM_MAIN_FUNC8/values/404/description + /parameters/PCA9685_FUNC8/values/404/description RC Throttle - /parameters/PWM_MAIN_FUNC8/values/405/description + /parameters/PCA9685_FUNC8/values/405/description RC Yaw - /parameters/PWM_MAIN_FUNC8/values/406/description + /parameters/PCA9685_FUNC8/values/406/description RC Flaps - /parameters/PWM_MAIN_FUNC8/values/407/description + /parameters/PCA9685_FUNC8/values/407/description RC AUX 1 - /parameters/PWM_MAIN_FUNC8/values/408/description + /parameters/PCA9685_FUNC8/values/408/description RC AUX 2 - /parameters/PWM_MAIN_FUNC8/values/409/description + /parameters/PCA9685_FUNC8/values/409/description RC AUX 3 - /parameters/PWM_MAIN_FUNC8/values/410/description + /parameters/PCA9685_FUNC8/values/410/description RC AUX 4 - /parameters/PWM_MAIN_FUNC8/values/411/description + /parameters/PCA9685_FUNC8/values/411/description RC AUX 5 - /parameters/PWM_MAIN_FUNC8/values/412/description + /parameters/PCA9685_FUNC8/values/412/description RC AUX 6 - /parameters/PWM_MAIN_FUNC8/values/420/description + /parameters/PCA9685_FUNC8/values/420/description Gimbal Roll - /parameters/PWM_MAIN_FUNC8/values/421/description + /parameters/PCA9685_FUNC8/values/421/description Gimbal Pitch - /parameters/PWM_MAIN_FUNC8/values/422/description + /parameters/PCA9685_FUNC8/values/422/description Gimbal Yaw - /parameters/PWM_MAIN_FUNC8/values/430/description + /parameters/PCA9685_FUNC8/values/430/description Gripper - /parameters/PWM_MAIN_FUNC8/values/440/description + /parameters/PCA9685_FUNC8/values/440/description Landing Gear Wheel - /parameters/PWM_MAIN_FUNC9/shortDesc + /parameters/PCA9685_FUNC9/shortDesc - SIM Channel 9 Output Function + PCA9685 Output Channel 9 Output Function - /parameters/PWM_MAIN_FUNC9/longDesc + /parameters/PCA9685_FUNC9/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 + 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 - /parameters/PWM_MAIN_FUNC9/values/0/description + /parameters/PCA9685_FUNC9/values/0/description Disabled - /parameters/PWM_MAIN_FUNC9/values/1/description + /parameters/PCA9685_FUNC9/values/1/description Constant Min - /parameters/PWM_MAIN_FUNC9/values/2/description + /parameters/PCA9685_FUNC9/values/2/description Constant Max - /parameters/PWM_MAIN_FUNC9/values/101/description + /parameters/PCA9685_FUNC9/values/101/description Motor 1 - /parameters/PWM_MAIN_FUNC9/values/102/description + /parameters/PCA9685_FUNC9/values/102/description Motor 2 - /parameters/PWM_MAIN_FUNC9/values/103/description + /parameters/PCA9685_FUNC9/values/103/description Motor 3 - /parameters/PWM_MAIN_FUNC9/values/104/description + /parameters/PCA9685_FUNC9/values/104/description Motor 4 - /parameters/PWM_MAIN_FUNC9/values/105/description + /parameters/PCA9685_FUNC9/values/105/description Motor 5 - /parameters/PWM_MAIN_FUNC9/values/106/description + /parameters/PCA9685_FUNC9/values/106/description Motor 6 - /parameters/PWM_MAIN_FUNC9/values/107/description + /parameters/PCA9685_FUNC9/values/107/description Motor 7 - /parameters/PWM_MAIN_FUNC9/values/108/description + /parameters/PCA9685_FUNC9/values/108/description Motor 8 - /parameters/PWM_MAIN_FUNC9/values/109/description + /parameters/PCA9685_FUNC9/values/109/description Motor 9 - /parameters/PWM_MAIN_FUNC9/values/110/description + /parameters/PCA9685_FUNC9/values/110/description Motor 10 - /parameters/PWM_MAIN_FUNC9/values/111/description + /parameters/PCA9685_FUNC9/values/111/description Motor 11 - /parameters/PWM_MAIN_FUNC9/values/112/description + /parameters/PCA9685_FUNC9/values/112/description Motor 12 - /parameters/PWM_MAIN_FUNC9/values/201/description + /parameters/PCA9685_FUNC9/values/201/description Servo 1 - /parameters/PWM_MAIN_FUNC9/values/202/description + /parameters/PCA9685_FUNC9/values/202/description Servo 2 - /parameters/PWM_MAIN_FUNC9/values/203/description + /parameters/PCA9685_FUNC9/values/203/description Servo 3 - /parameters/PWM_MAIN_FUNC9/values/204/description + /parameters/PCA9685_FUNC9/values/204/description Servo 4 - /parameters/PWM_MAIN_FUNC9/values/205/description + /parameters/PCA9685_FUNC9/values/205/description Servo 5 - /parameters/PWM_MAIN_FUNC9/values/206/description + /parameters/PCA9685_FUNC9/values/206/description Servo 6 - /parameters/PWM_MAIN_FUNC9/values/207/description + /parameters/PCA9685_FUNC9/values/207/description Servo 7 - /parameters/PWM_MAIN_FUNC9/values/208/description + /parameters/PCA9685_FUNC9/values/208/description Servo 8 - /parameters/PWM_MAIN_FUNC9/values/301/description + /parameters/PCA9685_FUNC9/values/301/description Peripheral via Actuator Set 1 - /parameters/PWM_MAIN_FUNC9/values/302/description + /parameters/PCA9685_FUNC9/values/302/description Peripheral via Actuator Set 2 - /parameters/PWM_MAIN_FUNC9/values/303/description + /parameters/PCA9685_FUNC9/values/303/description Peripheral via Actuator Set 3 - /parameters/PWM_MAIN_FUNC9/values/304/description + /parameters/PCA9685_FUNC9/values/304/description Peripheral via Actuator Set 4 - /parameters/PWM_MAIN_FUNC9/values/305/description + /parameters/PCA9685_FUNC9/values/305/description Peripheral via Actuator Set 5 - /parameters/PWM_MAIN_FUNC9/values/306/description + /parameters/PCA9685_FUNC9/values/306/description Peripheral via Actuator Set 6 - /parameters/PWM_MAIN_FUNC9/values/400/description + /parameters/PCA9685_FUNC9/values/400/description Landing Gear - /parameters/PWM_MAIN_FUNC9/values/401/description + /parameters/PCA9685_FUNC9/values/401/description Parachute - /parameters/PWM_MAIN_FUNC9/values/402/description + /parameters/PCA9685_FUNC9/values/402/description RC Roll - /parameters/PWM_MAIN_FUNC9/values/403/description + /parameters/PCA9685_FUNC9/values/403/description RC Pitch - /parameters/PWM_MAIN_FUNC9/values/404/description + /parameters/PCA9685_FUNC9/values/404/description RC Throttle - /parameters/PWM_MAIN_FUNC9/values/405/description + /parameters/PCA9685_FUNC9/values/405/description RC Yaw - /parameters/PWM_MAIN_FUNC9/values/406/description + /parameters/PCA9685_FUNC9/values/406/description RC Flaps - /parameters/PWM_MAIN_FUNC9/values/407/description + /parameters/PCA9685_FUNC9/values/407/description RC AUX 1 - /parameters/PWM_MAIN_FUNC9/values/408/description + /parameters/PCA9685_FUNC9/values/408/description RC AUX 2 - /parameters/PWM_MAIN_FUNC9/values/409/description + /parameters/PCA9685_FUNC9/values/409/description RC AUX 3 - /parameters/PWM_MAIN_FUNC9/values/410/description + /parameters/PCA9685_FUNC9/values/410/description RC AUX 4 - /parameters/PWM_MAIN_FUNC9/values/411/description + /parameters/PCA9685_FUNC9/values/411/description RC AUX 5 - /parameters/PWM_MAIN_FUNC9/values/412/description + /parameters/PCA9685_FUNC9/values/412/description RC AUX 6 - /parameters/PWM_MAIN_FUNC9/values/420/description + /parameters/PCA9685_FUNC9/values/420/description Gimbal Roll - /parameters/PWM_MAIN_FUNC9/values/421/description + /parameters/PCA9685_FUNC9/values/421/description Gimbal Pitch - /parameters/PWM_MAIN_FUNC9/values/422/description + /parameters/PCA9685_FUNC9/values/422/description Gimbal Yaw - /parameters/PWM_MAIN_FUNC9/values/430/description + /parameters/PCA9685_FUNC9/values/430/description Gripper - /parameters/PWM_MAIN_FUNC9/values/440/description + /parameters/PCA9685_FUNC9/values/440/description Landing Gear Wheel - /parameters/PWM_MAIN_REV/shortDesc + /parameters/PCA9685_MAX1/shortDesc - Reverse Output Range for SIM + PCA9685 Output Channel 1 Maximum Value - /parameters/PWM_MAIN_REV/longDesc + /parameters/PCA9685_MAX1/longDesc - Allows to reverse the output range for each channel. Note: this is only useful for servos. + Maxmimum output value (when not disarmed). - /parameters/PWM_MAIN_REV/bitmask/0/description + /parameters/PCA9685_MAX10/shortDesc - SIM Channel 1 + PCA9685 Output Channel 10 Maximum Value - /parameters/PWM_MAIN_REV/bitmask/1/description + /parameters/PCA9685_MAX10/longDesc - SIM Channel 2 + Maxmimum output value (when not disarmed). - /parameters/PWM_MAIN_REV/bitmask/2/description + /parameters/PCA9685_MAX11/shortDesc - SIM Channel 3 + PCA9685 Output Channel 11 Maximum Value - /parameters/PWM_MAIN_REV/bitmask/3/description + /parameters/PCA9685_MAX11/longDesc - SIM Channel 4 + Maxmimum output value (when not disarmed). - /parameters/PWM_MAIN_REV/bitmask/4/description + /parameters/PCA9685_MAX12/shortDesc - SIM Channel 5 + PCA9685 Output Channel 12 Maximum Value - /parameters/PWM_MAIN_REV/bitmask/5/description + /parameters/PCA9685_MAX12/longDesc - SIM Channel 6 + Maxmimum output value (when not disarmed). - /parameters/PWM_MAIN_REV/bitmask/6/description + /parameters/PCA9685_MAX13/shortDesc - SIM Channel 7 + PCA9685 Output Channel 13 Maximum Value - /parameters/PWM_MAIN_REV/bitmask/7/description + /parameters/PCA9685_MAX13/longDesc - SIM Channel 8 + Maxmimum output value (when not disarmed). - /parameters/PWM_MAIN_REV/bitmask/8/description + /parameters/PCA9685_MAX14/shortDesc - SIM Channel 9 + PCA9685 Output Channel 14 Maximum Value - /parameters/PWM_MAIN_REV/bitmask/9/description + /parameters/PCA9685_MAX14/longDesc - SIM Channel 10 + Maxmimum output value (when not disarmed). - /parameters/PWM_MAIN_REV/bitmask/10/description + /parameters/PCA9685_MAX15/shortDesc - SIM Channel 11 + PCA9685 Output Channel 15 Maximum Value - /parameters/PWM_MAIN_REV/bitmask/11/description + /parameters/PCA9685_MAX15/longDesc - SIM Channel 12 + Maxmimum output value (when not disarmed). - /parameters/PWM_MAIN_REV/bitmask/12/description + /parameters/PCA9685_MAX16/shortDesc - SIM Channel 13 + PCA9685 Output Channel 16 Maximum Value - /parameters/PWM_MAIN_REV/bitmask/13/description + /parameters/PCA9685_MAX16/longDesc - SIM Channel 14 + Maxmimum output value (when not disarmed). - /parameters/PWM_MAIN_REV/bitmask/14/description + /parameters/PCA9685_MAX2/shortDesc - SIM Channel 15 + PCA9685 Output Channel 2 Maximum Value - /parameters/PWM_MAIN_REV/bitmask/15/description + /parameters/PCA9685_MAX2/longDesc - SIM Channel 16 + Maxmimum output value (when not disarmed). - /parameters/ASPD_BETA_GATE/shortDesc + /parameters/PCA9685_MAX3/shortDesc - Gate size for sideslip angle fusion + PCA9685 Output Channel 3 Maximum Value - /parameters/ASPD_BETA_GATE/longDesc + /parameters/PCA9685_MAX3/longDesc - Sets the number of standard deviations used by the innovation consistency test. + Maxmimum output value (when not disarmed). - /parameters/ASPD_BETA_NOISE/shortDesc + /parameters/PCA9685_MAX4/shortDesc - Wind estimator sideslip measurement noise + PCA9685 Output Channel 4 Maximum Value - /parameters/ASPD_BETA_NOISE/longDesc + /parameters/PCA9685_MAX4/longDesc - Sideslip measurement noise of the internal wind estimator(s) of the airspeed selector. + Maxmimum output value (when not disarmed). - /parameters/ASPD_DO_CHECKS/shortDesc + /parameters/PCA9685_MAX5/shortDesc - Enable checks on airspeed sensors + PCA9685 Output Channel 5 Maximum Value - /parameters/ASPD_DO_CHECKS/longDesc + /parameters/PCA9685_MAX5/longDesc - Controls which checks are run to check airspeed data for validity. Only applied if ASPD_PRIMARY > 0. + Maxmimum output value (when not disarmed). - /parameters/ASPD_DO_CHECKS/bitmask/0/description + /parameters/PCA9685_MAX6/shortDesc - Only data missing check (triggers if more than 1s no data) + PCA9685 Output Channel 6 Maximum Value - /parameters/ASPD_DO_CHECKS/bitmask/1/description + /parameters/PCA9685_MAX6/longDesc - Data stuck (triggers if data is exactly constant for 2s in FW mode) + Maxmimum output value (when not disarmed). - /parameters/ASPD_DO_CHECKS/bitmask/2/description + /parameters/PCA9685_MAX7/shortDesc - Innovation check (see ASPD_FS_INNOV) + PCA9685 Output Channel 7 Maximum Value - /parameters/ASPD_DO_CHECKS/bitmask/3/description + /parameters/PCA9685_MAX7/longDesc - Load factor check (triggers if measurement is below stall speed) + Maxmimum output value (when not disarmed). - /parameters/ASPD_DO_CHECKS/bitmask/4/description + /parameters/PCA9685_MAX8/shortDesc - First principle check (airspeed change vs. throttle and pitch) + PCA9685 Output Channel 8 Maximum Value - /parameters/ASPD_FALLBACK_GW/shortDesc + /parameters/PCA9685_MAX8/longDesc - Enable fallback to sensor-less airspeed estimation + Maxmimum output value (when not disarmed). - /parameters/ASPD_FALLBACK_GW/longDesc + /parameters/PCA9685_MAX9/shortDesc - 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. + PCA9685 Output Channel 9 Maximum Value - /parameters/ASPD_FALLBACK_GW/values/0/description + /parameters/PCA9685_MAX9/longDesc - Disable fallback to sensor-less estimation + Maxmimum output value (when not disarmed). - /parameters/ASPD_FALLBACK_GW/values/1/description + /parameters/PCA9685_MIN1/shortDesc - Enable fallback to sensor-less estimation + PCA9685 Output Channel 1 Minimum Value - /parameters/ASPD_FP_T_WINDOW/shortDesc + /parameters/PCA9685_MIN1/longDesc - First principle airspeed check time window + Minimum output value (when not disarmed). - /parameters/ASPD_FP_T_WINDOW/longDesc + /parameters/PCA9685_MIN10/shortDesc - 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. + PCA9685 Output Channel 10 Minimum Value - /parameters/ASPD_FS_INNOV/shortDesc + /parameters/PCA9685_MIN10/longDesc - Airspeed failure innovation threshold + Minimum output value (when not disarmed). - /parameters/ASPD_FS_INNOV/longDesc + /parameters/PCA9685_MIN11/shortDesc - 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. + PCA9685 Output Channel 11 Minimum Value - /parameters/ASPD_FS_INTEG/shortDesc + /parameters/PCA9685_MIN11/longDesc - Airspeed failure innovation integral threshold + Minimum output value (when not disarmed). - /parameters/ASPD_FS_INTEG/longDesc + /parameters/PCA9685_MIN12/shortDesc - 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. + PCA9685 Output Channel 12 Minimum Value - /parameters/ASPD_FS_T_START/shortDesc + /parameters/PCA9685_MIN12/longDesc - Airspeed failsafe start delay + Minimum output value (when not disarmed). - /parameters/ASPD_FS_T_START/longDesc + /parameters/PCA9685_MIN13/shortDesc - 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. + PCA9685 Output Channel 13 Minimum Value - /parameters/ASPD_FS_T_STOP/shortDesc + /parameters/PCA9685_MIN13/longDesc - Airspeed failsafe stop delay + Minimum output value (when not disarmed). - /parameters/ASPD_FS_T_STOP/longDesc + /parameters/PCA9685_MIN14/shortDesc - Delay before stopping use of airspeed sensor if checks indicate sensor is bad. + PCA9685 Output Channel 14 Minimum Value - /parameters/ASPD_PRIMARY/shortDesc + /parameters/PCA9685_MIN14/longDesc - Index or primary airspeed measurement source + Minimum output value (when not disarmed). - /parameters/ASPD_PRIMARY/values/0/description + /parameters/PCA9685_MIN15/shortDesc - Groundspeed minus windspeed + PCA9685 Output Channel 15 Minimum Value - /parameters/ASPD_PRIMARY/values/1/description + /parameters/PCA9685_MIN15/longDesc - First airspeed sensor + Minimum output value (when not disarmed). - /parameters/ASPD_PRIMARY/values/2/description + /parameters/PCA9685_MIN16/shortDesc - Second airspeed sensor + PCA9685 Output Channel 16 Minimum Value - /parameters/ASPD_PRIMARY/values/3/description + /parameters/PCA9685_MIN16/longDesc - Third airspeed sensor + Minimum output value (when not disarmed). - /parameters/ASPD_SCALE_1/shortDesc + /parameters/PCA9685_MIN2/shortDesc - Scale of airspeed sensor 1 + PCA9685 Output Channel 2 Minimum Value - /parameters/ASPD_SCALE_1/longDesc + /parameters/PCA9685_MIN2/longDesc - This is the scale IAS --> CAS of the first airspeed sensor instance + Minimum output value (when not disarmed). - /parameters/ASPD_SCALE_2/shortDesc + /parameters/PCA9685_MIN3/shortDesc - Scale of airspeed sensor 2 + PCA9685 Output Channel 3 Minimum Value - /parameters/ASPD_SCALE_2/longDesc + /parameters/PCA9685_MIN3/longDesc - This is the scale IAS --> CAS of the second airspeed sensor instance + Minimum output value (when not disarmed). - /parameters/ASPD_SCALE_3/shortDesc + /parameters/PCA9685_MIN4/shortDesc - Scale of airspeed sensor 3 + PCA9685 Output Channel 4 Minimum Value - /parameters/ASPD_SCALE_3/longDesc + /parameters/PCA9685_MIN4/longDesc - This is the scale IAS --> CAS of the third airspeed sensor instance + Minimum output value (when not disarmed). - /parameters/ASPD_SCALE_APPLY/shortDesc + /parameters/PCA9685_MIN5/shortDesc - Controls when to apply the new estimated airspeed scale(s) + PCA9685 Output Channel 5 Minimum Value - /parameters/ASPD_SCALE_APPLY/values/0/description + /parameters/PCA9685_MIN5/longDesc - Do not automatically apply the estimated scale + Minimum output value (when not disarmed). - /parameters/ASPD_SCALE_APPLY/values/1/description + /parameters/PCA9685_MIN6/shortDesc - Apply the estimated scale after disarm + PCA9685 Output Channel 6 Minimum Value - /parameters/ASPD_SCALE_APPLY/values/2/description + /parameters/PCA9685_MIN6/longDesc - Apply the estimated scale in air + Minimum output value (when not disarmed). - /parameters/ASPD_SCALE_NSD/shortDesc + /parameters/PCA9685_MIN7/shortDesc - Wind estimator true airspeed scale process noise spectral density + PCA9685 Output Channel 7 Minimum Value - /parameters/ASPD_SCALE_NSD/longDesc + /parameters/PCA9685_MIN7/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. + Minimum output value (when not disarmed). - /parameters/ASPD_TAS_GATE/shortDesc + /parameters/PCA9685_MIN8/shortDesc - Gate size for true airspeed fusion + PCA9685 Output Channel 8 Minimum Value - /parameters/ASPD_TAS_GATE/longDesc + /parameters/PCA9685_MIN8/longDesc - Sets the number of standard deviations used by the innovation consistency test. + Minimum output value (when not disarmed). - /parameters/ASPD_TAS_NOISE/shortDesc + /parameters/PCA9685_MIN9/shortDesc - Wind estimator true airspeed measurement noise + PCA9685 Output Channel 9 Minimum Value - /parameters/ASPD_TAS_NOISE/longDesc + /parameters/PCA9685_MIN9/longDesc - True airspeed measurement noise of the internal wind estimator(s) of the airspeed selector. + Minimum output value (when not disarmed). - /parameters/ASPD_WERR_THR/shortDesc + /parameters/PCA9685_PWM_FREQ/shortDesc - Horizontal wind uncertainty threshold for synthetic airspeed + PWM cycle frequency - /parameters/ASPD_WERR_THR/longDesc + /parameters/PCA9685_PWM_FREQ/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. + 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. - /parameters/ASPD_WIND_NSD/shortDesc + /parameters/PCA9685_REV/shortDesc - Wind estimator wind process noise spectral density + Reverse Output Range for PCA9685 Output - /parameters/ASPD_WIND_NSD/longDesc + /parameters/PCA9685_REV/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. + Allows to reverse the output range for each channel. Note: this is only useful for servos. - /parameters/ATT_ACC_COMP/shortDesc + /parameters/PCA9685_REV/bitmask/0/description - Acceleration compensation based on GPS velocity + PCA9685 Output Channel 1 - /parameters/ATT_ACC_COMP/values/0/description + /parameters/PCA9685_REV/bitmask/1/description - Disabled + PCA9685 Output Channel 2 - /parameters/ATT_ACC_COMP/values/1/description + /parameters/PCA9685_REV/bitmask/2/description - Enabled + PCA9685 Output Channel 3 - /parameters/ATT_BIAS_MAX/shortDesc + /parameters/PCA9685_REV/bitmask/3/description - Gyro bias limit + PCA9685 Output Channel 4 - /parameters/ATT_EN/shortDesc + /parameters/PCA9685_REV/bitmask/4/description - standalone attitude estimator enable (unsupported) + PCA9685 Output Channel 5 - /parameters/ATT_EN/longDesc + /parameters/PCA9685_REV/bitmask/5/description - Enable standalone quaternion based attitude estimator. + PCA9685 Output Channel 6 - /parameters/ATT_EN/values/0/description + /parameters/PCA9685_REV/bitmask/6/description - Disabled + PCA9685 Output Channel 7 - /parameters/ATT_EN/values/1/description + /parameters/PCA9685_REV/bitmask/7/description - Enabled + PCA9685 Output Channel 8 - /parameters/ATT_EXT_HDG_M/shortDesc + /parameters/PCA9685_REV/bitmask/8/description - External heading usage mode (from Motion capture/Vision) + PCA9685 Output Channel 9 - /parameters/ATT_EXT_HDG_M/longDesc + /parameters/PCA9685_REV/bitmask/9/description - Set to 1 to use heading estimate from vision. Set to 2 to use heading from motion capture. + PCA9685 Output Channel 10 - /parameters/ATT_EXT_HDG_M/values/0/description + /parameters/PCA9685_REV/bitmask/10/description - None + PCA9685 Output Channel 11 - /parameters/ATT_EXT_HDG_M/values/1/description + /parameters/PCA9685_REV/bitmask/11/description - Vision + PCA9685 Output Channel 12 - /parameters/ATT_EXT_HDG_M/values/2/description + /parameters/PCA9685_REV/bitmask/12/description - Motion Capture + PCA9685 Output Channel 13 - /parameters/ATT_MAG_DECL/shortDesc + /parameters/PCA9685_REV/bitmask/13/description - Magnetic declination, in degrees + PCA9685 Output Channel 14 - /parameters/ATT_MAG_DECL/longDesc + /parameters/PCA9685_REV/bitmask/14/description - This parameter is not used in normal operation, as the declination is looked up based on the GPS coordinates of the vehicle. + PCA9685 Output Channel 15 - /parameters/ATT_MAG_DECL_A/shortDesc + /parameters/PCA9685_REV/bitmask/15/description - Automatic GPS based declination compensation + PCA9685 Output Channel 16 - /parameters/ATT_MAG_DECL_A/values/0/description + /parameters/PCA9685_SCHD_HZ/shortDesc - Disabled + PWM update rate - /parameters/ATT_MAG_DECL_A/values/1/description + /parameters/PCA9685_SCHD_HZ/longDesc - Enabled + 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. - /parameters/ATT_W_ACC/shortDesc + /parameters/PWM_AUX_DIS1/shortDesc - Complimentary filter accelerometer weight + PWM Aux 1 Disarmed Value - /parameters/ATT_W_EXT_HDG/shortDesc + /parameters/PWM_AUX_DIS1/longDesc - Complimentary filter external heading weight + 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/ATT_W_GYRO_BIAS/shortDesc + /parameters/PWM_AUX_DIS10/shortDesc - Complimentary filter gyroscope bias weight + PWM Capture 2 Disarmed Value - /parameters/ATT_W_MAG/shortDesc + /parameters/PWM_AUX_DIS10/longDesc - Complimentary filter magnetometer weight + 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/ATT_W_MAG/longDesc + /parameters/PWM_AUX_DIS11/shortDesc - Set to 0 to avoid using the magnetometer. + PWM Capture 3 Disarmed Value - /parameters/FW_AT_APPLY/shortDesc + /parameters/PWM_AUX_DIS11/longDesc - Controls when to apply the new gains + 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/FW_AT_APPLY/longDesc + /parameters/PWM_AUX_DIS2/shortDesc - After the auto-tuning sequence is completed, a new set of gains is available and can be applied immediately or after landing. + PWM Aux 2 Disarmed Value - /parameters/FW_AT_APPLY/values/0/description + /parameters/PWM_AUX_DIS2/longDesc - Do not apply the new gains (logging only) + 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/FW_AT_APPLY/values/1/description + /parameters/PWM_AUX_DIS3/shortDesc - Apply the new gains after disarm + PWM Aux 3 Disarmed Value - /parameters/FW_AT_APPLY/values/2/description + /parameters/PWM_AUX_DIS3/longDesc - Apply the new gains in air + 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/FW_AT_AXES/shortDesc + /parameters/PWM_AUX_DIS4/shortDesc - Tuning axes selection + PWM Aux 4 Disarmed Value - /parameters/FW_AT_AXES/longDesc + /parameters/PWM_AUX_DIS4/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 + 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/FW_AT_AXES/bitmask/0/description + /parameters/PWM_AUX_DIS5/shortDesc - roll + PWM Aux 5 Disarmed Value - /parameters/FW_AT_AXES/bitmask/1/description + /parameters/PWM_AUX_DIS5/longDesc - pitch + 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/FW_AT_AXES/bitmask/2/description + /parameters/PWM_AUX_DIS6/shortDesc - yaw + PWM Aux 6 Disarmed Value - /parameters/FW_AT_MAN_AUX/shortDesc + /parameters/PWM_AUX_DIS6/longDesc - Enable/disable auto tuning using an RC AUX input + 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/FW_AT_MAN_AUX/longDesc + /parameters/PWM_AUX_DIS7/shortDesc - Defines which RC_MAP_AUXn parameter maps the RC channel used to enable/disable auto tuning. + PWM Aux 7 Disarmed Value - /parameters/FW_AT_MAN_AUX/values/0/description + /parameters/PWM_AUX_DIS7/longDesc - Disable + 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/FW_AT_MAN_AUX/values/1/description + /parameters/PWM_AUX_DIS8/shortDesc - Aux1 + PWM Aux 8 Disarmed Value - /parameters/FW_AT_MAN_AUX/values/2/description + /parameters/PWM_AUX_DIS8/longDesc - Aux2 + 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/FW_AT_MAN_AUX/values/3/description + /parameters/PWM_AUX_DIS9/shortDesc - Aux3 + PWM Capture 1 Disarmed Value - /parameters/FW_AT_MAN_AUX/values/4/description + /parameters/PWM_AUX_DIS9/longDesc - Aux4 + 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/FW_AT_MAN_AUX/values/5/description + /parameters/PWM_AUX_FAIL1/shortDesc - Aux5 + PWM Aux 1 Failsafe Value - /parameters/FW_AT_MAN_AUX/values/6/description + /parameters/PWM_AUX_FAIL1/longDesc - Aux6 + 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). - /parameters/FW_AT_START/shortDesc + /parameters/PWM_AUX_FAIL10/shortDesc - Start the autotuning sequence + PWM Capture 2 Failsafe Value - /parameters/FW_AT_START/longDesc + /parameters/PWM_AUX_FAIL10/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 + 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). - /parameters/FW_AT_START/values/0/description + /parameters/PWM_AUX_FAIL11/shortDesc - Disabled + PWM Capture 3 Failsafe Value - /parameters/FW_AT_START/values/1/description + /parameters/PWM_AUX_FAIL11/longDesc - Enabled + 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). - /parameters/FW_AT_SYSID_AMP/shortDesc + /parameters/PWM_AUX_FAIL2/shortDesc - Amplitude of the injected signal + PWM Aux 2 Failsafe Value - /parameters/FW_AT_SYSID_AMP/longDesc + /parameters/PWM_AUX_FAIL2/longDesc - This parameter scales the signal sent to the rate controller during system identification. + 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). - /parameters/FW_AT_SYSID_F0/shortDesc + /parameters/PWM_AUX_FAIL3/shortDesc - Start frequency of the injected signal + PWM Aux 3 Failsafe Value - /parameters/FW_AT_SYSID_F0/longDesc + /parameters/PWM_AUX_FAIL3/longDesc - Can be set lower or higher than the end frequency + 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). - /parameters/FW_AT_SYSID_F1/shortDesc + /parameters/PWM_AUX_FAIL4/shortDesc - End frequency of the injected signal + PWM Aux 4 Failsafe Value - /parameters/FW_AT_SYSID_F1/longDesc + /parameters/PWM_AUX_FAIL4/longDesc - Can be set lower or higher than the start frequency + 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). - /parameters/FW_AT_SYSID_TIME/shortDesc + /parameters/PWM_AUX_FAIL5/shortDesc - Maneuver time for each axis + PWM Aux 5 Failsafe Value - /parameters/FW_AT_SYSID_TIME/longDesc + /parameters/PWM_AUX_FAIL5/longDesc - Duration of the input signal sent on each axis during system identification + 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). - /parameters/FW_AT_SYSID_TYPE/shortDesc + /parameters/PWM_AUX_FAIL6/shortDesc - Input signal type + PWM Aux 6 Failsafe Value - /parameters/FW_AT_SYSID_TYPE/longDesc + /parameters/PWM_AUX_FAIL6/longDesc - Type of signal used during system identification to excite the system. + 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). - /parameters/FW_AT_SYSID_TYPE/values/0/description + /parameters/PWM_AUX_FAIL7/shortDesc - Step + PWM Aux 7 Failsafe Value - /parameters/FW_AT_SYSID_TYPE/values/1/description + /parameters/PWM_AUX_FAIL7/longDesc - Linear sine sweep + 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). - /parameters/FW_AT_SYSID_TYPE/values/2/description + /parameters/PWM_AUX_FAIL8/shortDesc - Logarithmic sine sweep + PWM Aux 8 Failsafe Value - /parameters/MC_AT_APPLY/shortDesc + /parameters/PWM_AUX_FAIL8/longDesc - Controls when to apply the new gains + 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). - /parameters/MC_AT_APPLY/longDesc + /parameters/PWM_AUX_FAIL9/shortDesc - 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. + PWM Capture 1 Failsafe Value - /parameters/MC_AT_APPLY/values/0/description + /parameters/PWM_AUX_FAIL9/longDesc - Do not apply the new gains (logging only) + 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). - /parameters/MC_AT_APPLY/values/1/description + /parameters/PWM_AUX_FUNC1/shortDesc - Apply the new gains after disarm + PWM Aux 1 Output Function - /parameters/MC_AT_APPLY/values/2/description + /parameters/PWM_AUX_FUNC1/longDesc - WARNING Apply the new gains in air + 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 - /parameters/MC_AT_EN/shortDesc + /parameters/PWM_AUX_FUNC1/values/0/description - Multicopter autotune module enable + Disabled - /parameters/MC_AT_EN/values/0/description + /parameters/PWM_AUX_FUNC1/values/1/description - Disabled + Constant Min - /parameters/MC_AT_EN/values/1/description + /parameters/PWM_AUX_FUNC1/values/2/description - Enabled + Constant Max - /parameters/MC_AT_RISE_TIME/shortDesc + /parameters/PWM_AUX_FUNC1/values/101/description - Desired angular rate closed-loop rise time + Motor 1 - /parameters/MC_AT_START/shortDesc + /parameters/PWM_AUX_FUNC1/values/102/description - Start the autotuning sequence + Motor 2 - /parameters/MC_AT_START/longDesc + /parameters/PWM_AUX_FUNC1/values/103/description - 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 + Motor 3 - /parameters/MC_AT_START/values/0/description + /parameters/PWM_AUX_FUNC1/values/104/description - Disabled + Motor 4 - /parameters/MC_AT_START/values/1/description + /parameters/PWM_AUX_FUNC1/values/105/description - Enabled + Motor 5 - /parameters/MC_AT_SYSID_AMP/shortDesc + /parameters/PWM_AUX_FUNC1/values/106/description - Amplitude of the injected signal + Motor 6 - /parameters/BAT1_CAPACITY/shortDesc + /parameters/PWM_AUX_FUNC1/values/107/description - Battery 1 capacity + Motor 7 - /parameters/BAT1_CAPACITY/longDesc + /parameters/PWM_AUX_FUNC1/values/108/description - Defines the capacity of battery 1 in mAh. + Motor 8 - /parameters/BAT1_N_CELLS/shortDesc + /parameters/PWM_AUX_FUNC1/values/109/description - Number of cells for battery 1 + Motor 9 - /parameters/BAT1_N_CELLS/longDesc + /parameters/PWM_AUX_FUNC1/values/110/description - Defines the number of cells the attached battery consists of. + Motor 10 - /parameters/BAT1_N_CELLS/values/0/description + /parameters/PWM_AUX_FUNC1/values/111/description - Unknown + Motor 11 - /parameters/BAT1_N_CELLS/values/1/description + /parameters/PWM_AUX_FUNC1/values/112/description - 1S Battery + Motor 12 - /parameters/BAT1_N_CELLS/values/2/description + /parameters/PWM_AUX_FUNC1/values/201/description - 2S Battery + Servo 1 - /parameters/BAT1_N_CELLS/values/3/description + /parameters/PWM_AUX_FUNC1/values/202/description - 3S Battery + Servo 2 - /parameters/BAT1_N_CELLS/values/4/description + /parameters/PWM_AUX_FUNC1/values/203/description - 4S Battery + Servo 3 - /parameters/BAT1_N_CELLS/values/5/description + /parameters/PWM_AUX_FUNC1/values/204/description - 5S Battery + Servo 4 - /parameters/BAT1_N_CELLS/values/6/description + /parameters/PWM_AUX_FUNC1/values/205/description - 6S Battery + Servo 5 - /parameters/BAT1_N_CELLS/values/7/description + /parameters/PWM_AUX_FUNC1/values/206/description - 7S Battery + Servo 6 - /parameters/BAT1_N_CELLS/values/8/description + /parameters/PWM_AUX_FUNC1/values/207/description - 8S Battery + Servo 7 - /parameters/BAT1_N_CELLS/values/9/description + /parameters/PWM_AUX_FUNC1/values/208/description - 9S Battery + Servo 8 - /parameters/BAT1_N_CELLS/values/10/description + /parameters/PWM_AUX_FUNC1/values/301/description - 10S Battery + Peripheral via Actuator Set 1 - /parameters/BAT1_N_CELLS/values/11/description + /parameters/PWM_AUX_FUNC1/values/302/description - 11S Battery + Peripheral via Actuator Set 2 - /parameters/BAT1_N_CELLS/values/12/description + /parameters/PWM_AUX_FUNC1/values/303/description - 12S Battery + Peripheral via Actuator Set 3 - /parameters/BAT1_N_CELLS/values/13/description + /parameters/PWM_AUX_FUNC1/values/304/description - 13S Battery + Peripheral via Actuator Set 4 - /parameters/BAT1_N_CELLS/values/14/description + /parameters/PWM_AUX_FUNC1/values/305/description - 14S Battery + Peripheral via Actuator Set 5 - /parameters/BAT1_N_CELLS/values/15/description + /parameters/PWM_AUX_FUNC1/values/306/description - 15S Battery + Peripheral via Actuator Set 6 - /parameters/BAT1_N_CELLS/values/16/description + /parameters/PWM_AUX_FUNC1/values/400/description - 16S Battery + Landing Gear - /parameters/BAT1_R_INTERNAL/shortDesc + /parameters/PWM_AUX_FUNC1/values/401/description - Explicitly defines the per cell internal resistance for battery 1 + Parachute - /parameters/BAT1_R_INTERNAL/longDesc + /parameters/PWM_AUX_FUNC1/values/402/description - If non-negative, then this will be used instead of the online estimated internal resistance. + RC Roll - /parameters/BAT1_SOURCE/shortDesc + /parameters/PWM_AUX_FUNC1/values/403/description - Battery 1 monitoring source + RC Pitch - /parameters/BAT1_SOURCE/longDesc + /parameters/PWM_AUX_FUNC1/values/404/description - 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. + RC Throttle - /parameters/BAT1_SOURCE/values/-1/description + /parameters/PWM_AUX_FUNC1/values/405/description - Disabled + RC Yaw - /parameters/BAT1_SOURCE/values/0/description + /parameters/PWM_AUX_FUNC1/values/406/description - Power Module + RC Flaps - /parameters/BAT1_SOURCE/values/1/description + /parameters/PWM_AUX_FUNC1/values/407/description - External + RC AUX 1 - /parameters/BAT1_SOURCE/values/2/description + /parameters/PWM_AUX_FUNC1/values/408/description - ESCs + RC AUX 2 - /parameters/BAT1_V_CHARGED/shortDesc + /parameters/PWM_AUX_FUNC1/values/409/description - Full cell voltage + RC AUX 3 - /parameters/BAT1_V_CHARGED/longDesc + /parameters/PWM_AUX_FUNC1/values/410/description - 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 + RC AUX 4 - /parameters/BAT1_V_EMPTY/shortDesc + /parameters/PWM_AUX_FUNC1/values/411/description - Empty cell voltage + RC AUX 5 - /parameters/BAT1_V_EMPTY/longDesc + /parameters/PWM_AUX_FUNC1/values/412/description - 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. + RC AUX 6 - /parameters/BAT2_CAPACITY/shortDesc + /parameters/PWM_AUX_FUNC1/values/420/description - Battery 2 capacity + Gimbal Roll - /parameters/BAT2_CAPACITY/longDesc + /parameters/PWM_AUX_FUNC1/values/421/description - Defines the capacity of battery 2 in mAh. + Gimbal Pitch - /parameters/BAT2_N_CELLS/shortDesc + /parameters/PWM_AUX_FUNC1/values/422/description - Number of cells for battery 2 + Gimbal Yaw - /parameters/BAT2_N_CELLS/longDesc + /parameters/PWM_AUX_FUNC1/values/430/description - Defines the number of cells the attached battery consists of. + Gripper - /parameters/BAT2_N_CELLS/values/0/description + /parameters/PWM_AUX_FUNC1/values/440/description - Unknown + Landing Gear Wheel - /parameters/BAT2_N_CELLS/values/1/description + /parameters/PWM_AUX_FUNC1/values/2000/description - 1S Battery + Camera Trigger - /parameters/BAT2_N_CELLS/values/2/description + /parameters/PWM_AUX_FUNC1/values/2032/description - 2S Battery + Camera Capture - /parameters/BAT2_N_CELLS/values/3/description + /parameters/PWM_AUX_FUNC1/values/2064/description - 3S Battery + PPS Input - /parameters/BAT2_N_CELLS/values/4/description + /parameters/PWM_AUX_FUNC10/shortDesc - 4S Battery + PWM Capture 2 Output Function - /parameters/BAT2_N_CELLS/values/5/description + /parameters/PWM_AUX_FUNC10/longDesc - 5S Battery + 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 - /parameters/BAT2_N_CELLS/values/6/description + /parameters/PWM_AUX_FUNC10/values/0/description - 6S Battery + Disabled - /parameters/BAT2_N_CELLS/values/7/description + /parameters/PWM_AUX_FUNC10/values/1/description - 7S Battery + Constant Min - /parameters/BAT2_N_CELLS/values/8/description + /parameters/PWM_AUX_FUNC10/values/2/description - 8S Battery + Constant Max - /parameters/BAT2_N_CELLS/values/9/description + /parameters/PWM_AUX_FUNC10/values/101/description - 9S Battery + Motor 1 - /parameters/BAT2_N_CELLS/values/10/description + /parameters/PWM_AUX_FUNC10/values/102/description - 10S Battery + Motor 2 - /parameters/BAT2_N_CELLS/values/11/description + /parameters/PWM_AUX_FUNC10/values/103/description - 11S Battery + Motor 3 - /parameters/BAT2_N_CELLS/values/12/description + /parameters/PWM_AUX_FUNC10/values/104/description - 12S Battery + Motor 4 - /parameters/BAT2_N_CELLS/values/13/description + /parameters/PWM_AUX_FUNC10/values/105/description - 13S Battery + Motor 5 - /parameters/BAT2_N_CELLS/values/14/description + /parameters/PWM_AUX_FUNC10/values/106/description - 14S Battery + Motor 6 - /parameters/BAT2_N_CELLS/values/15/description + /parameters/PWM_AUX_FUNC10/values/107/description - 15S Battery + Motor 7 - /parameters/BAT2_N_CELLS/values/16/description + /parameters/PWM_AUX_FUNC10/values/108/description - 16S Battery + Motor 8 - /parameters/BAT2_R_INTERNAL/shortDesc + /parameters/PWM_AUX_FUNC10/values/109/description - Explicitly defines the per cell internal resistance for battery 2 + Motor 9 - /parameters/BAT2_R_INTERNAL/longDesc + /parameters/PWM_AUX_FUNC10/values/110/description - If non-negative, then this will be used instead of the online estimated internal resistance. + Motor 10 - /parameters/BAT2_SOURCE/shortDesc + /parameters/PWM_AUX_FUNC10/values/111/description - Battery 2 monitoring source + Motor 11 - /parameters/BAT2_SOURCE/longDesc + /parameters/PWM_AUX_FUNC10/values/112/description - 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. + Motor 12 - /parameters/BAT2_SOURCE/values/-1/description + /parameters/PWM_AUX_FUNC10/values/201/description - Disabled + Servo 1 - /parameters/BAT2_SOURCE/values/0/description + /parameters/PWM_AUX_FUNC10/values/202/description - Power Module + Servo 2 - /parameters/BAT2_SOURCE/values/1/description + /parameters/PWM_AUX_FUNC10/values/203/description - External + Servo 3 - /parameters/BAT2_SOURCE/values/2/description + /parameters/PWM_AUX_FUNC10/values/204/description - ESCs + Servo 4 - /parameters/BAT2_V_CHARGED/shortDesc + /parameters/PWM_AUX_FUNC10/values/205/description - Full cell voltage + Servo 5 - /parameters/BAT2_V_CHARGED/longDesc + /parameters/PWM_AUX_FUNC10/values/206/description - 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 + Servo 6 - /parameters/BAT2_V_EMPTY/shortDesc + /parameters/PWM_AUX_FUNC10/values/207/description - Empty cell voltage + Servo 7 - /parameters/BAT2_V_EMPTY/longDesc + /parameters/PWM_AUX_FUNC10/values/208/description - 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. + Servo 8 - /parameters/BAT3_CAPACITY/shortDesc + /parameters/PWM_AUX_FUNC10/values/301/description - Battery 3 capacity + Peripheral via Actuator Set 1 - /parameters/BAT3_CAPACITY/longDesc + /parameters/PWM_AUX_FUNC10/values/302/description - Defines the capacity of battery 3 in mAh. + Peripheral via Actuator Set 2 - /parameters/BAT3_N_CELLS/shortDesc + /parameters/PWM_AUX_FUNC10/values/303/description - Number of cells for battery 3 + Peripheral via Actuator Set 3 - /parameters/BAT3_N_CELLS/longDesc + /parameters/PWM_AUX_FUNC10/values/304/description - Defines the number of cells the attached battery consists of. + Peripheral via Actuator Set 4 - /parameters/BAT3_N_CELLS/values/0/description + /parameters/PWM_AUX_FUNC10/values/305/description - Unknown + Peripheral via Actuator Set 5 - /parameters/BAT3_N_CELLS/values/1/description + /parameters/PWM_AUX_FUNC10/values/306/description - 1S Battery + Peripheral via Actuator Set 6 - /parameters/BAT3_N_CELLS/values/2/description + /parameters/PWM_AUX_FUNC10/values/400/description - 2S Battery + Landing Gear - /parameters/BAT3_N_CELLS/values/3/description + /parameters/PWM_AUX_FUNC10/values/401/description - 3S Battery + Parachute - /parameters/BAT3_N_CELLS/values/4/description + /parameters/PWM_AUX_FUNC10/values/402/description - 4S Battery + RC Roll - /parameters/BAT3_N_CELLS/values/5/description + /parameters/PWM_AUX_FUNC10/values/403/description - 5S Battery + RC Pitch - /parameters/BAT3_N_CELLS/values/6/description + /parameters/PWM_AUX_FUNC10/values/404/description - 6S Battery + RC Throttle - /parameters/BAT3_N_CELLS/values/7/description + /parameters/PWM_AUX_FUNC10/values/405/description - 7S Battery + RC Yaw - /parameters/BAT3_N_CELLS/values/8/description + /parameters/PWM_AUX_FUNC10/values/406/description - 8S Battery + RC Flaps - /parameters/BAT3_N_CELLS/values/9/description + /parameters/PWM_AUX_FUNC10/values/407/description - 9S Battery + RC AUX 1 - /parameters/BAT3_N_CELLS/values/10/description + /parameters/PWM_AUX_FUNC10/values/408/description - 10S Battery + RC AUX 2 - /parameters/BAT3_N_CELLS/values/11/description + /parameters/PWM_AUX_FUNC10/values/409/description - 11S Battery + RC AUX 3 - /parameters/BAT3_N_CELLS/values/12/description + /parameters/PWM_AUX_FUNC10/values/410/description - 12S Battery + RC AUX 4 - /parameters/BAT3_N_CELLS/values/13/description + /parameters/PWM_AUX_FUNC10/values/411/description - 13S Battery + RC AUX 5 - /parameters/BAT3_N_CELLS/values/14/description + /parameters/PWM_AUX_FUNC10/values/412/description - 14S Battery + RC AUX 6 - /parameters/BAT3_N_CELLS/values/15/description + /parameters/PWM_AUX_FUNC10/values/420/description - 15S Battery + Gimbal Roll - /parameters/BAT3_N_CELLS/values/16/description + /parameters/PWM_AUX_FUNC10/values/421/description - 16S Battery + Gimbal Pitch - /parameters/BAT3_R_INTERNAL/shortDesc + /parameters/PWM_AUX_FUNC10/values/422/description - Explicitly defines the per cell internal resistance for battery 3 + Gimbal Yaw - /parameters/BAT3_R_INTERNAL/longDesc + /parameters/PWM_AUX_FUNC10/values/430/description - If non-negative, then this will be used instead of the online estimated internal resistance. + Gripper - /parameters/BAT3_SOURCE/shortDesc + /parameters/PWM_AUX_FUNC10/values/440/description - Battery 3 monitoring source + Landing Gear Wheel - /parameters/BAT3_SOURCE/longDesc + /parameters/PWM_AUX_FUNC10/values/2000/description - 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. + Camera Trigger - /parameters/BAT3_SOURCE/values/-1/description + /parameters/PWM_AUX_FUNC10/values/2032/description - Disabled + Camera Capture - /parameters/BAT3_SOURCE/values/0/description + /parameters/PWM_AUX_FUNC10/values/2064/description - Power Module + PPS Input - /parameters/BAT3_SOURCE/values/1/description + /parameters/PWM_AUX_FUNC11/shortDesc - External + PWM Capture 3 Output Function - /parameters/BAT3_SOURCE/values/2/description + /parameters/PWM_AUX_FUNC11/longDesc - ESCs + 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 - /parameters/BAT3_V_CHARGED/shortDesc + /parameters/PWM_AUX_FUNC11/values/0/description - Full cell voltage + Disabled - /parameters/BAT3_V_CHARGED/longDesc + /parameters/PWM_AUX_FUNC11/values/1/description - 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 + Constant Min - /parameters/BAT3_V_EMPTY/shortDesc + /parameters/PWM_AUX_FUNC11/values/2/description - Empty cell voltage + Constant Max - /parameters/BAT3_V_EMPTY/longDesc + /parameters/PWM_AUX_FUNC11/values/101/description - 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. + Motor 1 - /parameters/BAT_AVRG_CURRENT/shortDesc + /parameters/PWM_AUX_FUNC11/values/102/description - Expected battery current in flight + Motor 2 - /parameters/BAT_AVRG_CURRENT/longDesc + /parameters/PWM_AUX_FUNC11/values/103/description - 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. + Motor 3 - /parameters/BAT_CRIT_THR/shortDesc + /parameters/PWM_AUX_FUNC11/values/104/description - Critical threshold + Motor 4 - /parameters/BAT_CRIT_THR/longDesc + /parameters/PWM_AUX_FUNC11/values/105/description - 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. + Motor 5 - /parameters/BAT_EMERGEN_THR/shortDesc + /parameters/PWM_AUX_FUNC11/values/106/description - Emergency threshold + Motor 6 - /parameters/BAT_EMERGEN_THR/longDesc + /parameters/PWM_AUX_FUNC11/values/107/description - 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. + Motor 7 - /parameters/BAT_LOW_THR/shortDesc + /parameters/PWM_AUX_FUNC11/values/108/description - Low threshold + Motor 8 - /parameters/BAT_LOW_THR/longDesc + /parameters/PWM_AUX_FUNC11/values/109/description - Sets the threshold when the battery will be reported as low. This has to be higher than the critical threshold. + Motor 9 - /parameters/TRIG_ACT_TIME/shortDesc + /parameters/PWM_AUX_FUNC11/values/110/description - Camera trigger activation time + Motor 10 - /parameters/TRIG_ACT_TIME/longDesc + /parameters/PWM_AUX_FUNC11/values/111/description - This parameter sets the time the trigger needs to pulled high or low. + Motor 11 - /parameters/TRIG_DISTANCE/shortDesc + /parameters/PWM_AUX_FUNC11/values/112/description - Camera trigger distance + Motor 12 - /parameters/TRIG_DISTANCE/longDesc + /parameters/PWM_AUX_FUNC11/values/201/description - Sets the distance at which to trigger the camera. + Servo 1 - /parameters/TRIG_INTERFACE/shortDesc + /parameters/PWM_AUX_FUNC11/values/202/description - Camera trigger Interface + Servo 2 - /parameters/TRIG_INTERFACE/longDesc + /parameters/PWM_AUX_FUNC11/values/203/description - Selects the trigger interface + Servo 3 - /parameters/TRIG_INTERFACE/values/1/description + /parameters/PWM_AUX_FUNC11/values/204/description - GPIO + Servo 4 - /parameters/TRIG_INTERFACE/values/2/description + /parameters/PWM_AUX_FUNC11/values/205/description - Seagull MAP2 (over PWM) + Servo 5 - /parameters/TRIG_INTERFACE/values/3/description + /parameters/PWM_AUX_FUNC11/values/206/description - MAVLink (Camera Protocol v1) + Servo 6 - /parameters/TRIG_INTERFACE/values/4/description + /parameters/PWM_AUX_FUNC11/values/207/description - Generic PWM (IR trigger, servo) + Servo 7 - /parameters/TRIG_INTERVAL/shortDesc + /parameters/PWM_AUX_FUNC11/values/208/description - Camera trigger interval + Servo 8 - /parameters/TRIG_INTERVAL/longDesc + /parameters/PWM_AUX_FUNC11/values/301/description - This parameter sets the time between two consecutive trigger events + Peripheral via Actuator Set 1 - /parameters/TRIG_MIN_INTERVA/shortDesc + /parameters/PWM_AUX_FUNC11/values/302/description - Minimum camera trigger interval + Peripheral via Actuator Set 2 - /parameters/TRIG_MIN_INTERVA/longDesc + /parameters/PWM_AUX_FUNC11/values/303/description - This parameter sets the minimum time between two consecutive trigger events the specific camera setup is supporting. + Peripheral via Actuator Set 3 - /parameters/TRIG_MODE/shortDesc + /parameters/PWM_AUX_FUNC11/values/304/description - Camera trigger mode + Peripheral via Actuator Set 4 - /parameters/TRIG_MODE/values/0/description + /parameters/PWM_AUX_FUNC11/values/305/description - Disable + Peripheral via Actuator Set 5 - /parameters/TRIG_MODE/values/1/description + /parameters/PWM_AUX_FUNC11/values/306/description - Time based, on command + Peripheral via Actuator Set 6 - /parameters/TRIG_MODE/values/2/description + /parameters/PWM_AUX_FUNC11/values/400/description - Time based, always on + Landing Gear - /parameters/TRIG_MODE/values/3/description + /parameters/PWM_AUX_FUNC11/values/401/description - Distance based, always on + Parachute - /parameters/TRIG_MODE/values/4/description + /parameters/PWM_AUX_FUNC11/values/402/description - Distance based, on command (Survey mode) + RC Roll - /parameters/TRIG_POLARITY/shortDesc + /parameters/PWM_AUX_FUNC11/values/403/description - Camera trigger polarity + RC Pitch - /parameters/TRIG_POLARITY/longDesc + /parameters/PWM_AUX_FUNC11/values/404/description - This parameter sets the polarity of the trigger (0 = active low, 1 = active high ) + RC Throttle - /parameters/TRIG_POLARITY/values/0/description + /parameters/PWM_AUX_FUNC11/values/405/description - Active low + RC Yaw - /parameters/TRIG_POLARITY/values/1/description + /parameters/PWM_AUX_FUNC11/values/406/description - Active high + RC Flaps - /parameters/TRIG_PWM_NEUTRAL/shortDesc + /parameters/PWM_AUX_FUNC11/values/407/description - PWM neutral output on trigger pin + RC AUX 1 - /parameters/TRIG_PWM_SHOOT/shortDesc + /parameters/PWM_AUX_FUNC11/values/408/description - PWM output to trigger shot + RC AUX 2 - /parameters/CBRK_BUZZER/shortDesc + /parameters/PWM_AUX_FUNC11/values/409/description - Circuit breaker for disabling buzzer + RC AUX 3 - /parameters/CBRK_BUZZER/longDesc + /parameters/PWM_AUX_FUNC11/values/410/description - 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. + RC AUX 4 - /parameters/CBRK_FLIGHTTERM/shortDesc + /parameters/PWM_AUX_FUNC11/values/411/description - Circuit breaker for flight termination + RC AUX 5 - /parameters/CBRK_FLIGHTTERM/longDesc + /parameters/PWM_AUX_FUNC11/values/412/description - 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. + RC AUX 6 - /parameters/CBRK_IO_SAFETY/shortDesc + /parameters/PWM_AUX_FUNC11/values/420/description - Circuit breaker for IO safety + Gimbal Roll - /parameters/CBRK_IO_SAFETY/longDesc + /parameters/PWM_AUX_FUNC11/values/421/description - Setting this parameter to 22027 will disable IO safety. WARNING: ENABLING THIS CIRCUIT BREAKER IS AT OWN RISK + Gimbal Pitch - /parameters/CBRK_SUPPLY_CHK/shortDesc + /parameters/PWM_AUX_FUNC11/values/422/description - Circuit breaker for power supply check + Gimbal Yaw - /parameters/CBRK_SUPPLY_CHK/longDesc + /parameters/PWM_AUX_FUNC11/values/430/description - Setting this parameter to 894281 will disable the power valid checks in the commander. WARNING: ENABLING THIS CIRCUIT BREAKER IS AT OWN RISK + Gripper - /parameters/CBRK_USB_CHK/shortDesc + /parameters/PWM_AUX_FUNC11/values/440/description - Circuit breaker for USB link check + Landing Gear Wheel - /parameters/CBRK_USB_CHK/longDesc + /parameters/PWM_AUX_FUNC11/values/2000/description - 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. + Camera Trigger - /parameters/CBRK_VTOLARMING/shortDesc + /parameters/PWM_AUX_FUNC11/values/2032/description - Circuit breaker for arming in fixed-wing mode check + Camera Capture - /parameters/CBRK_VTOLARMING/longDesc + /parameters/PWM_AUX_FUNC11/values/2064/description - Setting this parameter to 159753 will enable arming in fixed-wing mode for VTOLs. WARNING: ENABLING THIS CIRCUIT BREAKER IS AT OWN RISK + PPS Input - /parameters/COM_ACT_FAIL_ACT/shortDesc + /parameters/PWM_AUX_FUNC2/shortDesc - Set the actuator failure failsafe mode + PWM Aux 2 Output Function - /parameters/COM_ACT_FAIL_ACT/longDesc + /parameters/PWM_AUX_FUNC2/longDesc - Note: actuator failure needs to be enabled and configured via FD_ACT_* parameters. + 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 - /parameters/COM_ACT_FAIL_ACT/values/0/description + /parameters/PWM_AUX_FUNC2/values/0/description - Warning only + Disabled - /parameters/COM_ACT_FAIL_ACT/values/1/description + /parameters/PWM_AUX_FUNC2/values/1/description - Hold mode + Constant Min - /parameters/COM_ACT_FAIL_ACT/values/2/description + /parameters/PWM_AUX_FUNC2/values/2/description - Land mode + Constant Max - /parameters/COM_ACT_FAIL_ACT/values/3/description + /parameters/PWM_AUX_FUNC2/values/101/description - Return mode + Motor 1 - /parameters/COM_ACT_FAIL_ACT/values/4/description + /parameters/PWM_AUX_FUNC2/values/102/description - Terminate + Motor 2 - /parameters/COM_ARMABLE/shortDesc + /parameters/PWM_AUX_FUNC2/values/103/description - Flag to allow arming + Motor 3 - /parameters/COM_ARMABLE/longDesc + /parameters/PWM_AUX_FUNC2/values/104/description - Set 0 to prevent accidental use of the vehicle e.g. for safety or maintenance reasons. + Motor 4 - /parameters/COM_ARMABLE/values/0/description + /parameters/PWM_AUX_FUNC2/values/105/description - Disallow arming + Motor 5 - /parameters/COM_ARMABLE/values/1/description + /parameters/PWM_AUX_FUNC2/values/106/description - Allow arming + Motor 6 - /parameters/COM_ARM_AUTH_ID/shortDesc + /parameters/PWM_AUX_FUNC2/values/107/description - Arm authorizer system id + Motor 7 - /parameters/COM_ARM_AUTH_ID/longDesc + /parameters/PWM_AUX_FUNC2/values/108/description - Used if arm authorization is requested by COM_ARM_AUTH_REQ. + Motor 8 - /parameters/COM_ARM_AUTH_MET/shortDesc + /parameters/PWM_AUX_FUNC2/values/109/description - Arm authorization method + Motor 9 - /parameters/COM_ARM_AUTH_MET/longDesc + /parameters/PWM_AUX_FUNC2/values/110/description - 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. + Motor 10 - /parameters/COM_ARM_AUTH_MET/values/0/description + /parameters/PWM_AUX_FUNC2/values/111/description - one arm + Motor 11 - /parameters/COM_ARM_AUTH_MET/values/1/description + /parameters/PWM_AUX_FUNC2/values/112/description - two step arm + Motor 12 - /parameters/COM_ARM_AUTH_REQ/shortDesc + /parameters/PWM_AUX_FUNC2/values/201/description - Require arm authorization to arm + Servo 1 - /parameters/COM_ARM_AUTH_REQ/longDesc + /parameters/PWM_AUX_FUNC2/values/202/description - By default off. The default allows to arm the vehicle without a arm authorization. + Servo 2 - /parameters/COM_ARM_AUTH_REQ/values/0/description + /parameters/PWM_AUX_FUNC2/values/203/description - Disabled + Servo 3 - /parameters/COM_ARM_AUTH_REQ/values/1/description + /parameters/PWM_AUX_FUNC2/values/204/description - Enabled + Servo 4 - /parameters/COM_ARM_AUTH_TO/shortDesc + /parameters/PWM_AUX_FUNC2/values/205/description - Arm authorization timeout + Servo 5 - /parameters/COM_ARM_AUTH_TO/longDesc + /parameters/PWM_AUX_FUNC2/values/206/description - Timeout for authorizer answer. Used if arm authorization is requested by COM_ARM_AUTH_REQ. + Servo 6 - /parameters/COM_ARM_BAT_MIN/shortDesc + /parameters/PWM_AUX_FUNC2/values/207/description - Minimum battery level for arming + Servo 7 - /parameters/COM_ARM_BAT_MIN/longDesc + /parameters/PWM_AUX_FUNC2/values/208/description - Threshold for battery percentage below arming is prohibited. A negative value means BAT_CRIT_THR is the threshold. + Servo 8 - /parameters/COM_ARM_CHK_ESCS/shortDesc + /parameters/PWM_AUX_FUNC2/values/301/description - Enable checks on ESCs that report telemetry + Peripheral via Actuator Set 1 - /parameters/COM_ARM_CHK_ESCS/longDesc + /parameters/PWM_AUX_FUNC2/values/302/description - 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. + Peripheral via Actuator Set 2 - /parameters/COM_ARM_CHK_ESCS/values/0/description + /parameters/PWM_AUX_FUNC2/values/303/description - Disabled + Peripheral via Actuator Set 3 - /parameters/COM_ARM_CHK_ESCS/values/1/description + /parameters/PWM_AUX_FUNC2/values/304/description - Enabled + Peripheral via Actuator Set 4 - /parameters/COM_ARM_HFLT_CHK/shortDesc + /parameters/PWM_AUX_FUNC2/values/305/description - Enable FMU SD card hardfault detection check + Peripheral via Actuator Set 5 - /parameters/COM_ARM_HFLT_CHK/longDesc + /parameters/PWM_AUX_FUNC2/values/306/description - This check detects if there are hardfault files present on the SD card. If so, and the parameter is enabled, arming is prevented. + Peripheral via Actuator Set 6 - /parameters/COM_ARM_HFLT_CHK/values/0/description + /parameters/PWM_AUX_FUNC2/values/400/description - Disabled + Landing Gear - /parameters/COM_ARM_HFLT_CHK/values/1/description + /parameters/PWM_AUX_FUNC2/values/401/description - Enabled + Parachute - /parameters/COM_ARM_IMU_ACC/shortDesc + /parameters/PWM_AUX_FUNC2/values/402/description - Maximum accelerometer inconsistency between IMU units that will allow arming + RC Roll - /parameters/COM_ARM_IMU_GYR/shortDesc + /parameters/PWM_AUX_FUNC2/values/403/description - Maximum rate gyro inconsistency between IMU units that will allow arming + RC Pitch - /parameters/COM_ARM_MAG_ANG/shortDesc + /parameters/PWM_AUX_FUNC2/values/404/description - Maximum magnetic field inconsistency between units that will allow arming + RC Throttle - /parameters/COM_ARM_MAG_ANG/longDesc + /parameters/PWM_AUX_FUNC2/values/405/description - Set -1 to disable the check. + RC Yaw - /parameters/COM_ARM_MAG_STR/shortDesc + /parameters/PWM_AUX_FUNC2/values/406/description - Enable mag strength preflight check + RC Flaps - /parameters/COM_ARM_MAG_STR/longDesc + /parameters/PWM_AUX_FUNC2/values/407/description - Check if the estimator detects a strong magnetic disturbance (check enabled by EKF2_MAG_CHECK) + RC AUX 1 - /parameters/COM_ARM_MAG_STR/values/0/description + /parameters/PWM_AUX_FUNC2/values/408/description - Disabled + RC AUX 2 - /parameters/COM_ARM_MAG_STR/values/1/description + /parameters/PWM_AUX_FUNC2/values/409/description - Deny arming + RC AUX 3 - /parameters/COM_ARM_MAG_STR/values/2/description + /parameters/PWM_AUX_FUNC2/values/410/description - Warning only + RC AUX 4 - /parameters/COM_ARM_MIS_REQ/shortDesc + /parameters/PWM_AUX_FUNC2/values/411/description - Require valid mission to arm + RC AUX 5 - /parameters/COM_ARM_MIS_REQ/longDesc + /parameters/PWM_AUX_FUNC2/values/412/description - The default allows to arm the vehicle without a valid mission. + RC AUX 6 - /parameters/COM_ARM_MIS_REQ/values/0/description + /parameters/PWM_AUX_FUNC2/values/420/description - Disabled + Gimbal Roll - /parameters/COM_ARM_MIS_REQ/values/1/description + /parameters/PWM_AUX_FUNC2/values/421/description - Enabled + Gimbal Pitch - /parameters/COM_ARM_ODID/shortDesc + /parameters/PWM_AUX_FUNC2/values/422/description - Enable Drone ID system detection and health check + Gimbal Yaw - /parameters/COM_ARM_ODID/longDesc + /parameters/PWM_AUX_FUNC2/values/430/description - 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. + Gripper - /parameters/COM_ARM_ODID/values/0/description + /parameters/PWM_AUX_FUNC2/values/440/description - Disabled + Landing Gear Wheel - /parameters/COM_ARM_ODID/values/1/description + /parameters/PWM_AUX_FUNC2/values/2000/description - Warning only + Camera Trigger - /parameters/COM_ARM_ODID/values/2/description + /parameters/PWM_AUX_FUNC2/values/2032/description - Enforce Open Drone ID system presence + Camera Capture - /parameters/COM_ARM_SDCARD/shortDesc + /parameters/PWM_AUX_FUNC2/values/2064/description - Enable FMU SD card detection check + PPS Input - /parameters/COM_ARM_SDCARD/longDesc + /parameters/PWM_AUX_FUNC3/shortDesc - 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. + PWM Aux 3 Output Function - /parameters/COM_ARM_SDCARD/values/0/description + /parameters/PWM_AUX_FUNC3/longDesc - Disabled + 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 - /parameters/COM_ARM_SDCARD/values/1/description + /parameters/PWM_AUX_FUNC3/values/0/description - Warning only + Disabled - /parameters/COM_ARM_SDCARD/values/2/description + /parameters/PWM_AUX_FUNC3/values/1/description - Enforce SD card presence + Constant Min - /parameters/COM_ARM_SWISBTN/shortDesc + /parameters/PWM_AUX_FUNC3/values/2/description - Arm switch is a momentary button + Constant Max - /parameters/COM_ARM_SWISBTN/longDesc + /parameters/PWM_AUX_FUNC3/values/101/description - 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. + Motor 1 - /parameters/COM_ARM_SWISBTN/values/0/description + /parameters/PWM_AUX_FUNC3/values/102/description - Disabled + Motor 2 - /parameters/COM_ARM_SWISBTN/values/1/description + /parameters/PWM_AUX_FUNC3/values/103/description - Enabled + Motor 3 - /parameters/COM_ARM_WO_GPS/shortDesc + /parameters/PWM_AUX_FUNC3/values/104/description - GPS preflight check + Motor 4 - /parameters/COM_ARM_WO_GPS/longDesc + /parameters/PWM_AUX_FUNC3/values/105/description - Measures taken when a check defined by EKF2_GPS_CHECK is failing. + Motor 5 - /parameters/COM_ARM_WO_GPS/values/0/description + /parameters/PWM_AUX_FUNC3/values/106/description - Deny arming + Motor 6 - /parameters/COM_ARM_WO_GPS/values/1/description + /parameters/PWM_AUX_FUNC3/values/107/description - Warning only + Motor 7 - /parameters/COM_ARM_WO_GPS/values/2/description + /parameters/PWM_AUX_FUNC3/values/108/description - Disabled + Motor 8 - /parameters/COM_CPU_MAX/shortDesc + /parameters/PWM_AUX_FUNC3/values/109/description - Maximum allowed CPU load to still arm + Motor 9 - /parameters/COM_CPU_MAX/longDesc + /parameters/PWM_AUX_FUNC3/values/110/description - The check fails if the CPU load is above this threshold for 2s. A negative value disables the check. + Motor 10 - /parameters/COM_DISARM_LAND/shortDesc + /parameters/PWM_AUX_FUNC3/values/111/description - Time-out for auto disarm after landing + Motor 11 - /parameters/COM_DISARM_LAND/longDesc + /parameters/PWM_AUX_FUNC3/values/112/description - 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. + Motor 12 - /parameters/COM_DISARM_MAN/shortDesc + /parameters/PWM_AUX_FUNC3/values/201/description - Allow disarming via switch/stick/button on multicopters in manual thrust modes + Servo 1 - /parameters/COM_DISARM_MAN/longDesc + /parameters/PWM_AUX_FUNC3/values/202/description - 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 + Servo 2 - /parameters/COM_DISARM_MAN/values/0/description + /parameters/PWM_AUX_FUNC3/values/203/description - Disabled + Servo 3 - /parameters/COM_DISARM_MAN/values/1/description + /parameters/PWM_AUX_FUNC3/values/204/description - Enabled + Servo 4 - /parameters/COM_DISARM_PRFLT/shortDesc + /parameters/PWM_AUX_FUNC3/values/205/description - Time-out for auto disarm if not taking off + Servo 5 - /parameters/COM_DISARM_PRFLT/longDesc + /parameters/PWM_AUX_FUNC3/values/206/description - 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. + Servo 6 - /parameters/COM_DL_LOSS_T/shortDesc + /parameters/PWM_AUX_FUNC3/values/207/description - GCS connection loss time threshold + Servo 7 - /parameters/COM_DL_LOSS_T/longDesc + /parameters/PWM_AUX_FUNC3/values/208/description - After this amount of seconds without datalink, the GCS connection lost mode triggers + Servo 8 - /parameters/COM_FAIL_ACT_T/shortDesc + /parameters/PWM_AUX_FUNC3/values/301/description - Delay between failsafe condition triggered and failsafe reaction + Peripheral via Actuator Set 1 - /parameters/COM_FAIL_ACT_T/longDesc + /parameters/PWM_AUX_FUNC3/values/302/description - 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). + Peripheral via Actuator Set 2 - /parameters/COM_FLIGHT_UUID/shortDesc + /parameters/PWM_AUX_FUNC3/values/303/description - Next flight UUID + Peripheral via Actuator Set 3 - /parameters/COM_FLIGHT_UUID/longDesc + /parameters/PWM_AUX_FUNC3/values/304/description - This number is incremented automatically after every flight on disarming in order to remember the next flight UUID. The first flight is 0. + Peripheral via Actuator Set 4 - /parameters/COM_FLTMODE1/shortDesc + /parameters/PWM_AUX_FUNC3/values/305/description - Mode slot 1 + Peripheral via Actuator Set 5 - /parameters/COM_FLTMODE1/longDesc + /parameters/PWM_AUX_FUNC3/values/306/description - If the main switch channel is in this range the selected flight mode will be applied. + Peripheral via Actuator Set 6 - /parameters/COM_FLTMODE1/values/-1/description + /parameters/PWM_AUX_FUNC3/values/400/description - Unassigned + Landing Gear - /parameters/COM_FLTMODE1/values/0/description + /parameters/PWM_AUX_FUNC3/values/401/description - Manual + Parachute - /parameters/COM_FLTMODE1/values/1/description + /parameters/PWM_AUX_FUNC3/values/402/description - Altitude + RC Roll - /parameters/COM_FLTMODE1/values/2/description + /parameters/PWM_AUX_FUNC3/values/403/description - Position + RC Pitch - /parameters/COM_FLTMODE1/values/3/description + /parameters/PWM_AUX_FUNC3/values/404/description - Mission + RC Throttle - /parameters/COM_FLTMODE1/values/4/description + /parameters/PWM_AUX_FUNC3/values/405/description - Hold + RC Yaw - /parameters/COM_FLTMODE1/values/5/description + /parameters/PWM_AUX_FUNC3/values/406/description - Return + RC Flaps - /parameters/COM_FLTMODE1/values/6/description + /parameters/PWM_AUX_FUNC3/values/407/description - Acro + RC AUX 1 - /parameters/COM_FLTMODE1/values/7/description + /parameters/PWM_AUX_FUNC3/values/408/description - Offboard + RC AUX 2 - /parameters/COM_FLTMODE1/values/8/description + /parameters/PWM_AUX_FUNC3/values/409/description - Stabilized + RC AUX 3 - /parameters/COM_FLTMODE1/values/9/description + /parameters/PWM_AUX_FUNC3/values/410/description - Position Slow + RC AUX 4 - /parameters/COM_FLTMODE1/values/10/description + /parameters/PWM_AUX_FUNC3/values/411/description - Takeoff + RC AUX 5 - /parameters/COM_FLTMODE1/values/11/description + /parameters/PWM_AUX_FUNC3/values/412/description - Land + RC AUX 6 - /parameters/COM_FLTMODE1/values/12/description + /parameters/PWM_AUX_FUNC3/values/420/description - Follow Me + Gimbal Roll - /parameters/COM_FLTMODE1/values/13/description + /parameters/PWM_AUX_FUNC3/values/421/description - Precision Land + Gimbal Pitch - /parameters/COM_FLTMODE1/values/100/description + /parameters/PWM_AUX_FUNC3/values/422/description - External Mode 1 + Gimbal Yaw - /parameters/COM_FLTMODE1/values/101/description + /parameters/PWM_AUX_FUNC3/values/430/description - External Mode 2 + Gripper - /parameters/COM_FLTMODE1/values/102/description + /parameters/PWM_AUX_FUNC3/values/440/description - External Mode 3 + Landing Gear Wheel - /parameters/COM_FLTMODE1/values/103/description + /parameters/PWM_AUX_FUNC3/values/2000/description - External Mode 4 + Camera Trigger - /parameters/COM_FLTMODE1/values/104/description + /parameters/PWM_AUX_FUNC3/values/2032/description - External Mode 5 + Camera Capture - /parameters/COM_FLTMODE1/values/105/description + /parameters/PWM_AUX_FUNC3/values/2064/description - External Mode 6 + PPS Input - /parameters/COM_FLTMODE1/values/106/description + /parameters/PWM_AUX_FUNC4/shortDesc - External Mode 7 + PWM Aux 4 Output Function - /parameters/COM_FLTMODE1/values/107/description + /parameters/PWM_AUX_FUNC4/longDesc - External Mode 8 + 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 - /parameters/COM_FLTMODE2/shortDesc + /parameters/PWM_AUX_FUNC4/values/0/description - Mode slot 2 + Disabled - /parameters/COM_FLTMODE2/longDesc + /parameters/PWM_AUX_FUNC4/values/1/description - If the main switch channel is in this range the selected flight mode will be applied. + Constant Min - /parameters/COM_FLTMODE2/values/-1/description + /parameters/PWM_AUX_FUNC4/values/2/description - Unassigned + Constant Max - /parameters/COM_FLTMODE2/values/0/description + /parameters/PWM_AUX_FUNC4/values/101/description - Manual + Motor 1 - /parameters/COM_FLTMODE2/values/1/description + /parameters/PWM_AUX_FUNC4/values/102/description - Altitude + Motor 2 - /parameters/COM_FLTMODE2/values/2/description + /parameters/PWM_AUX_FUNC4/values/103/description - Position + Motor 3 - /parameters/COM_FLTMODE2/values/3/description + /parameters/PWM_AUX_FUNC4/values/104/description - Mission + Motor 4 - /parameters/COM_FLTMODE2/values/4/description + /parameters/PWM_AUX_FUNC4/values/105/description - Hold + Motor 5 - /parameters/COM_FLTMODE2/values/5/description + /parameters/PWM_AUX_FUNC4/values/106/description - Return + Motor 6 - /parameters/COM_FLTMODE2/values/6/description + /parameters/PWM_AUX_FUNC4/values/107/description - Acro + Motor 7 - /parameters/COM_FLTMODE2/values/7/description + /parameters/PWM_AUX_FUNC4/values/108/description - Offboard + Motor 8 - /parameters/COM_FLTMODE2/values/8/description + /parameters/PWM_AUX_FUNC4/values/109/description - Stabilized + Motor 9 - /parameters/COM_FLTMODE2/values/9/description + /parameters/PWM_AUX_FUNC4/values/110/description - Position Slow + Motor 10 - /parameters/COM_FLTMODE2/values/10/description + /parameters/PWM_AUX_FUNC4/values/111/description - Takeoff + Motor 11 - /parameters/COM_FLTMODE2/values/11/description + /parameters/PWM_AUX_FUNC4/values/112/description - Land + Motor 12 - /parameters/COM_FLTMODE2/values/12/description + /parameters/PWM_AUX_FUNC4/values/201/description - Follow Me + Servo 1 - /parameters/COM_FLTMODE2/values/13/description + /parameters/PWM_AUX_FUNC4/values/202/description - Precision Land + Servo 2 - /parameters/COM_FLTMODE2/values/100/description + /parameters/PWM_AUX_FUNC4/values/203/description - External Mode 1 + Servo 3 - /parameters/COM_FLTMODE2/values/101/description + /parameters/PWM_AUX_FUNC4/values/204/description - External Mode 2 + Servo 4 - /parameters/COM_FLTMODE2/values/102/description + /parameters/PWM_AUX_FUNC4/values/205/description - External Mode 3 + Servo 5 - /parameters/COM_FLTMODE2/values/103/description + /parameters/PWM_AUX_FUNC4/values/206/description - External Mode 4 + Servo 6 - /parameters/COM_FLTMODE2/values/104/description + /parameters/PWM_AUX_FUNC4/values/207/description - External Mode 5 + Servo 7 - /parameters/COM_FLTMODE2/values/105/description + /parameters/PWM_AUX_FUNC4/values/208/description - External Mode 6 + Servo 8 - /parameters/COM_FLTMODE2/values/106/description + /parameters/PWM_AUX_FUNC4/values/301/description - External Mode 7 + Peripheral via Actuator Set 1 - /parameters/COM_FLTMODE2/values/107/description + /parameters/PWM_AUX_FUNC4/values/302/description - External Mode 8 + Peripheral via Actuator Set 2 - /parameters/COM_FLTMODE3/shortDesc + /parameters/PWM_AUX_FUNC4/values/303/description - Mode slot 3 + Peripheral via Actuator Set 3 - /parameters/COM_FLTMODE3/longDesc + /parameters/PWM_AUX_FUNC4/values/304/description - If the main switch channel is in this range the selected flight mode will be applied. + Peripheral via Actuator Set 4 - /parameters/COM_FLTMODE3/values/-1/description + /parameters/PWM_AUX_FUNC4/values/305/description - Unassigned + Peripheral via Actuator Set 5 - /parameters/COM_FLTMODE3/values/0/description + /parameters/PWM_AUX_FUNC4/values/306/description - Manual + Peripheral via Actuator Set 6 - /parameters/COM_FLTMODE3/values/1/description + /parameters/PWM_AUX_FUNC4/values/400/description - Altitude + Landing Gear - /parameters/COM_FLTMODE3/values/2/description + /parameters/PWM_AUX_FUNC4/values/401/description - Position + Parachute - /parameters/COM_FLTMODE3/values/3/description + /parameters/PWM_AUX_FUNC4/values/402/description - Mission + RC Roll - /parameters/COM_FLTMODE3/values/4/description + /parameters/PWM_AUX_FUNC4/values/403/description - Hold + RC Pitch - /parameters/COM_FLTMODE3/values/5/description + /parameters/PWM_AUX_FUNC4/values/404/description - Return + RC Throttle - /parameters/COM_FLTMODE3/values/6/description + /parameters/PWM_AUX_FUNC4/values/405/description - Acro + RC Yaw - /parameters/COM_FLTMODE3/values/7/description + /parameters/PWM_AUX_FUNC4/values/406/description - Offboard + RC Flaps - /parameters/COM_FLTMODE3/values/8/description + /parameters/PWM_AUX_FUNC4/values/407/description - Stabilized + RC AUX 1 - /parameters/COM_FLTMODE3/values/9/description + /parameters/PWM_AUX_FUNC4/values/408/description - Position Slow + RC AUX 2 - /parameters/COM_FLTMODE3/values/10/description + /parameters/PWM_AUX_FUNC4/values/409/description - Takeoff + RC AUX 3 - /parameters/COM_FLTMODE3/values/11/description + /parameters/PWM_AUX_FUNC4/values/410/description - Land + RC AUX 4 - /parameters/COM_FLTMODE3/values/12/description + /parameters/PWM_AUX_FUNC4/values/411/description - Follow Me + RC AUX 5 - /parameters/COM_FLTMODE3/values/13/description + /parameters/PWM_AUX_FUNC4/values/412/description - Precision Land + RC AUX 6 - /parameters/COM_FLTMODE3/values/100/description + /parameters/PWM_AUX_FUNC4/values/420/description - External Mode 1 + Gimbal Roll - /parameters/COM_FLTMODE3/values/101/description + /parameters/PWM_AUX_FUNC4/values/421/description - External Mode 2 + Gimbal Pitch - /parameters/COM_FLTMODE3/values/102/description + /parameters/PWM_AUX_FUNC4/values/422/description - External Mode 3 + Gimbal Yaw - /parameters/COM_FLTMODE3/values/103/description + /parameters/PWM_AUX_FUNC4/values/430/description - External Mode 4 + Gripper - /parameters/COM_FLTMODE3/values/104/description + /parameters/PWM_AUX_FUNC4/values/440/description - External Mode 5 + Landing Gear Wheel - /parameters/COM_FLTMODE3/values/105/description + /parameters/PWM_AUX_FUNC4/values/2000/description - External Mode 6 + Camera Trigger - /parameters/COM_FLTMODE3/values/106/description + /parameters/PWM_AUX_FUNC4/values/2032/description - External Mode 7 + Camera Capture - /parameters/COM_FLTMODE3/values/107/description + /parameters/PWM_AUX_FUNC4/values/2064/description - External Mode 8 + PPS Input - /parameters/COM_FLTMODE4/shortDesc + /parameters/PWM_AUX_FUNC5/shortDesc - Mode slot 4 + PWM Aux 5 Output Function - /parameters/COM_FLTMODE4/longDesc + /parameters/PWM_AUX_FUNC5/longDesc - If the main switch channel is in this range the selected flight mode will be applied. + 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 - /parameters/COM_FLTMODE4/values/-1/description + /parameters/PWM_AUX_FUNC5/values/0/description - Unassigned + Disabled - /parameters/COM_FLTMODE4/values/0/description + /parameters/PWM_AUX_FUNC5/values/1/description - Manual + Constant Min - /parameters/COM_FLTMODE4/values/1/description + /parameters/PWM_AUX_FUNC5/values/2/description - Altitude + Constant Max - /parameters/COM_FLTMODE4/values/2/description + /parameters/PWM_AUX_FUNC5/values/101/description - Position + Motor 1 - /parameters/COM_FLTMODE4/values/3/description + /parameters/PWM_AUX_FUNC5/values/102/description - Mission + Motor 2 - /parameters/COM_FLTMODE4/values/4/description + /parameters/PWM_AUX_FUNC5/values/103/description - Hold + Motor 3 - /parameters/COM_FLTMODE4/values/5/description + /parameters/PWM_AUX_FUNC5/values/104/description - Return + Motor 4 - /parameters/COM_FLTMODE4/values/6/description + /parameters/PWM_AUX_FUNC5/values/105/description - Acro + Motor 5 - /parameters/COM_FLTMODE4/values/7/description + /parameters/PWM_AUX_FUNC5/values/106/description - Offboard + Motor 6 - /parameters/COM_FLTMODE4/values/8/description + /parameters/PWM_AUX_FUNC5/values/107/description - Stabilized + Motor 7 - /parameters/COM_FLTMODE4/values/9/description + /parameters/PWM_AUX_FUNC5/values/108/description - Position Slow + Motor 8 - /parameters/COM_FLTMODE4/values/10/description + /parameters/PWM_AUX_FUNC5/values/109/description - Takeoff + Motor 9 - /parameters/COM_FLTMODE4/values/11/description + /parameters/PWM_AUX_FUNC5/values/110/description - Land + Motor 10 - /parameters/COM_FLTMODE4/values/12/description + /parameters/PWM_AUX_FUNC5/values/111/description - Follow Me + Motor 11 - /parameters/COM_FLTMODE4/values/13/description + /parameters/PWM_AUX_FUNC5/values/112/description - Precision Land + Motor 12 - /parameters/COM_FLTMODE4/values/100/description + /parameters/PWM_AUX_FUNC5/values/201/description - External Mode 1 + Servo 1 - /parameters/COM_FLTMODE4/values/101/description + /parameters/PWM_AUX_FUNC5/values/202/description - External Mode 2 + Servo 2 - /parameters/COM_FLTMODE4/values/102/description + /parameters/PWM_AUX_FUNC5/values/203/description - External Mode 3 + Servo 3 - /parameters/COM_FLTMODE4/values/103/description + /parameters/PWM_AUX_FUNC5/values/204/description - External Mode 4 + Servo 4 - /parameters/COM_FLTMODE4/values/104/description + /parameters/PWM_AUX_FUNC5/values/205/description - External Mode 5 + Servo 5 - /parameters/COM_FLTMODE4/values/105/description + /parameters/PWM_AUX_FUNC5/values/206/description - External Mode 6 + Servo 6 - /parameters/COM_FLTMODE4/values/106/description + /parameters/PWM_AUX_FUNC5/values/207/description - External Mode 7 + Servo 7 - /parameters/COM_FLTMODE4/values/107/description + /parameters/PWM_AUX_FUNC5/values/208/description - External Mode 8 + Servo 8 - /parameters/COM_FLTMODE5/shortDesc + /parameters/PWM_AUX_FUNC5/values/301/description - Mode slot 5 + Peripheral via Actuator Set 1 - /parameters/COM_FLTMODE5/longDesc + /parameters/PWM_AUX_FUNC5/values/302/description - If the main switch channel is in this range the selected flight mode will be applied. + Peripheral via Actuator Set 2 - /parameters/COM_FLTMODE5/values/-1/description + /parameters/PWM_AUX_FUNC5/values/303/description - Unassigned + Peripheral via Actuator Set 3 - /parameters/COM_FLTMODE5/values/0/description + /parameters/PWM_AUX_FUNC5/values/304/description - Manual + Peripheral via Actuator Set 4 - /parameters/COM_FLTMODE5/values/1/description + /parameters/PWM_AUX_FUNC5/values/305/description - Altitude + Peripheral via Actuator Set 5 - /parameters/COM_FLTMODE5/values/2/description + /parameters/PWM_AUX_FUNC5/values/306/description - Position + Peripheral via Actuator Set 6 - /parameters/COM_FLTMODE5/values/3/description + /parameters/PWM_AUX_FUNC5/values/400/description - Mission + Landing Gear - /parameters/COM_FLTMODE5/values/4/description + /parameters/PWM_AUX_FUNC5/values/401/description - Hold + Parachute - /parameters/COM_FLTMODE5/values/5/description + /parameters/PWM_AUX_FUNC5/values/402/description - Return + RC Roll - /parameters/COM_FLTMODE5/values/6/description + /parameters/PWM_AUX_FUNC5/values/403/description - Acro + RC Pitch - /parameters/COM_FLTMODE5/values/7/description + /parameters/PWM_AUX_FUNC5/values/404/description - Offboard + RC Throttle - /parameters/COM_FLTMODE5/values/8/description + /parameters/PWM_AUX_FUNC5/values/405/description - Stabilized + RC Yaw - /parameters/COM_FLTMODE5/values/9/description + /parameters/PWM_AUX_FUNC5/values/406/description - Position Slow + RC Flaps - /parameters/COM_FLTMODE5/values/10/description + /parameters/PWM_AUX_FUNC5/values/407/description - Takeoff + RC AUX 1 - /parameters/COM_FLTMODE5/values/11/description + /parameters/PWM_AUX_FUNC5/values/408/description - Land + RC AUX 2 - /parameters/COM_FLTMODE5/values/12/description + /parameters/PWM_AUX_FUNC5/values/409/description - Follow Me + RC AUX 3 - /parameters/COM_FLTMODE5/values/13/description + /parameters/PWM_AUX_FUNC5/values/410/description - Precision Land + RC AUX 4 - /parameters/COM_FLTMODE5/values/100/description + /parameters/PWM_AUX_FUNC5/values/411/description - External Mode 1 + RC AUX 5 - /parameters/COM_FLTMODE5/values/101/description + /parameters/PWM_AUX_FUNC5/values/412/description - External Mode 2 + RC AUX 6 - /parameters/COM_FLTMODE5/values/102/description + /parameters/PWM_AUX_FUNC5/values/420/description - External Mode 3 + Gimbal Roll - /parameters/COM_FLTMODE5/values/103/description + /parameters/PWM_AUX_FUNC5/values/421/description - External Mode 4 + Gimbal Pitch - /parameters/COM_FLTMODE5/values/104/description + /parameters/PWM_AUX_FUNC5/values/422/description - External Mode 5 + Gimbal Yaw - /parameters/COM_FLTMODE5/values/105/description + /parameters/PWM_AUX_FUNC5/values/430/description - External Mode 6 + Gripper - /parameters/COM_FLTMODE5/values/106/description + /parameters/PWM_AUX_FUNC5/values/440/description - External Mode 7 + Landing Gear Wheel - /parameters/COM_FLTMODE5/values/107/description + /parameters/PWM_AUX_FUNC5/values/2000/description - External Mode 8 + Camera Trigger - /parameters/COM_FLTMODE6/shortDesc + /parameters/PWM_AUX_FUNC5/values/2032/description - Mode slot 6 + Camera Capture - /parameters/COM_FLTMODE6/longDesc + /parameters/PWM_AUX_FUNC5/values/2064/description - If the main switch channel is in this range the selected flight mode will be applied. + PPS Input - /parameters/COM_FLTMODE6/values/-1/description + /parameters/PWM_AUX_FUNC6/shortDesc - Unassigned + PWM Aux 6 Output Function - /parameters/COM_FLTMODE6/values/0/description + /parameters/PWM_AUX_FUNC6/longDesc - Manual + 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 - /parameters/COM_FLTMODE6/values/1/description + /parameters/PWM_AUX_FUNC6/values/0/description - Altitude + Disabled - /parameters/COM_FLTMODE6/values/2/description + /parameters/PWM_AUX_FUNC6/values/1/description - Position + Constant Min - /parameters/COM_FLTMODE6/values/3/description + /parameters/PWM_AUX_FUNC6/values/2/description - Mission + Constant Max - /parameters/COM_FLTMODE6/values/4/description + /parameters/PWM_AUX_FUNC6/values/101/description - Hold + Motor 1 - /parameters/COM_FLTMODE6/values/5/description + /parameters/PWM_AUX_FUNC6/values/102/description - Return + Motor 2 - /parameters/COM_FLTMODE6/values/6/description + /parameters/PWM_AUX_FUNC6/values/103/description - Acro + Motor 3 - /parameters/COM_FLTMODE6/values/7/description + /parameters/PWM_AUX_FUNC6/values/104/description - Offboard + Motor 4 - /parameters/COM_FLTMODE6/values/8/description + /parameters/PWM_AUX_FUNC6/values/105/description - Stabilized + Motor 5 - /parameters/COM_FLTMODE6/values/9/description + /parameters/PWM_AUX_FUNC6/values/106/description - Position Slow + Motor 6 - /parameters/COM_FLTMODE6/values/10/description + /parameters/PWM_AUX_FUNC6/values/107/description - Takeoff + Motor 7 - /parameters/COM_FLTMODE6/values/11/description + /parameters/PWM_AUX_FUNC6/values/108/description - Land + Motor 8 - /parameters/COM_FLTMODE6/values/12/description + /parameters/PWM_AUX_FUNC6/values/109/description - Follow Me + Motor 9 - /parameters/COM_FLTMODE6/values/13/description + /parameters/PWM_AUX_FUNC6/values/110/description - Precision Land + Motor 10 - /parameters/COM_FLTMODE6/values/100/description + /parameters/PWM_AUX_FUNC6/values/111/description - External Mode 1 + Motor 11 - /parameters/COM_FLTMODE6/values/101/description + /parameters/PWM_AUX_FUNC6/values/112/description - External Mode 2 + Motor 12 - /parameters/COM_FLTMODE6/values/102/description + /parameters/PWM_AUX_FUNC6/values/201/description - External Mode 3 + Servo 1 - /parameters/COM_FLTMODE6/values/103/description + /parameters/PWM_AUX_FUNC6/values/202/description - External Mode 4 + Servo 2 - /parameters/COM_FLTMODE6/values/104/description + /parameters/PWM_AUX_FUNC6/values/203/description - External Mode 5 + Servo 3 - /parameters/COM_FLTMODE6/values/105/description + /parameters/PWM_AUX_FUNC6/values/204/description - External Mode 6 + Servo 4 - /parameters/COM_FLTMODE6/values/106/description + /parameters/PWM_AUX_FUNC6/values/205/description - External Mode 7 + Servo 5 - /parameters/COM_FLTMODE6/values/107/description + /parameters/PWM_AUX_FUNC6/values/206/description - External Mode 8 + Servo 6 - /parameters/COM_FLTT_LOW_ACT/shortDesc + /parameters/PWM_AUX_FUNC6/values/207/description - Remaining flight time low failsafe + Servo 7 - /parameters/COM_FLTT_LOW_ACT/longDesc + /parameters/PWM_AUX_FUNC6/values/208/description - Action the system takes when the remaining flight time is below the estimated time it takes to reach the RTL destination. + Servo 8 - /parameters/COM_FLTT_LOW_ACT/values/0/description + /parameters/PWM_AUX_FUNC6/values/301/description - None + Peripheral via Actuator Set 1 - /parameters/COM_FLTT_LOW_ACT/values/1/description + /parameters/PWM_AUX_FUNC6/values/302/description - Warning + Peripheral via Actuator Set 2 - /parameters/COM_FLTT_LOW_ACT/values/3/description + /parameters/PWM_AUX_FUNC6/values/303/description - Return + Peripheral via Actuator Set 3 - /parameters/COM_FLT_PROFILE/shortDesc + /parameters/PWM_AUX_FUNC6/values/304/description - User Flight Profile + Peripheral via Actuator Set 4 - /parameters/COM_FLT_PROFILE/longDesc + /parameters/PWM_AUX_FUNC6/values/305/description - 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). + Peripheral via Actuator Set 5 - /parameters/COM_FLT_PROFILE/values/0/description + /parameters/PWM_AUX_FUNC6/values/306/description - Default + Peripheral via Actuator Set 6 - /parameters/COM_FLT_PROFILE/values/100/description + /parameters/PWM_AUX_FUNC6/values/400/description - Pro User + Landing Gear - /parameters/COM_FLT_PROFILE/values/200/description + /parameters/PWM_AUX_FUNC6/values/401/description - Flight Tester + Parachute - /parameters/COM_FLT_PROFILE/values/300/description + /parameters/PWM_AUX_FUNC6/values/402/description - Developer + RC Roll - /parameters/COM_FLT_TIME_MAX/shortDesc + /parameters/PWM_AUX_FUNC6/values/403/description - Maximum allowed flight time + RC Pitch - /parameters/COM_FLT_TIME_MAX/longDesc + /parameters/PWM_AUX_FUNC6/values/404/description - 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. + RC Throttle - /parameters/COM_FORCE_SAFETY/shortDesc + /parameters/PWM_AUX_FUNC6/values/405/description - Enable force safety + RC Yaw - /parameters/COM_FORCE_SAFETY/longDesc + /parameters/PWM_AUX_FUNC6/values/406/description - Force safety when the vehicle disarms + RC Flaps - /parameters/COM_FORCE_SAFETY/values/0/description + /parameters/PWM_AUX_FUNC6/values/407/description - Disabled + RC AUX 1 - /parameters/COM_FORCE_SAFETY/values/1/description + /parameters/PWM_AUX_FUNC6/values/408/description - Enabled + RC AUX 2 - /parameters/COM_HLDL_LOSS_T/shortDesc + /parameters/PWM_AUX_FUNC6/values/409/description - High Latency Datalink loss time threshold + RC AUX 3 - /parameters/COM_HLDL_LOSS_T/longDesc + /parameters/PWM_AUX_FUNC6/values/410/description - After this amount of seconds without datalink the data link lost mode triggers + RC AUX 4 - /parameters/COM_HLDL_REG_T/shortDesc + /parameters/PWM_AUX_FUNC6/values/411/description - High Latency Datalink regain time threshold + RC AUX 5 - /parameters/COM_HLDL_REG_T/longDesc + /parameters/PWM_AUX_FUNC6/values/412/description - After a data link loss: after this number of seconds with a healthy datalink the 'datalink loss' flag is set back to false + RC AUX 6 - /parameters/COM_HOME_EN/shortDesc + /parameters/PWM_AUX_FUNC6/values/420/description - Home position enabled + Gimbal Roll - /parameters/COM_HOME_EN/longDesc + /parameters/PWM_AUX_FUNC6/values/421/description - Set home position automatically if possible. + Gimbal Pitch - /parameters/COM_HOME_EN/values/0/description + /parameters/PWM_AUX_FUNC6/values/422/description - Disabled + Gimbal Yaw - /parameters/COM_HOME_EN/values/1/description + /parameters/PWM_AUX_FUNC6/values/430/description - Enabled + Gripper - /parameters/COM_HOME_IN_AIR/shortDesc + /parameters/PWM_AUX_FUNC6/values/440/description - Allows setting the home position after takeoff + Landing Gear Wheel - /parameters/COM_HOME_IN_AIR/longDesc + /parameters/PWM_AUX_FUNC6/values/2000/description - 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. + Camera Trigger - /parameters/COM_HOME_IN_AIR/values/0/description + /parameters/PWM_AUX_FUNC6/values/2032/description - Disabled + Camera Capture - /parameters/COM_HOME_IN_AIR/values/1/description + /parameters/PWM_AUX_FUNC6/values/2064/description - Enabled + PPS Input - /parameters/COM_IMB_PROP_ACT/shortDesc + /parameters/PWM_AUX_FUNC7/shortDesc - Imbalanced propeller failsafe mode + PWM Aux 7 Output Function - /parameters/COM_IMB_PROP_ACT/longDesc + /parameters/PWM_AUX_FUNC7/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. + 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 - /parameters/COM_IMB_PROP_ACT/values/-1/description + /parameters/PWM_AUX_FUNC7/values/0/description Disabled - /parameters/COM_IMB_PROP_ACT/values/0/description + /parameters/PWM_AUX_FUNC7/values/1/description - Warning + Constant Min - /parameters/COM_IMB_PROP_ACT/values/1/description + /parameters/PWM_AUX_FUNC7/values/2/description - Return + Constant Max - /parameters/COM_IMB_PROP_ACT/values/2/description + /parameters/PWM_AUX_FUNC7/values/101/description - Land + Motor 1 - /parameters/COM_KILL_DISARM/shortDesc + /parameters/PWM_AUX_FUNC7/values/102/description - Timeout value for disarming when kill switch is engaged + Motor 2 - /parameters/COM_LKDOWN_TKO/shortDesc + /parameters/PWM_AUX_FUNC7/values/103/description - Timeout for detecting a failure after takeoff + Motor 3 - /parameters/COM_LKDOWN_TKO/longDesc + /parameters/PWM_AUX_FUNC7/values/104/description - 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. + Motor 4 - /parameters/COM_LOW_BAT_ACT/shortDesc + /parameters/PWM_AUX_FUNC7/values/105/description - Battery failsafe mode + Motor 5 - /parameters/COM_LOW_BAT_ACT/longDesc + /parameters/PWM_AUX_FUNC7/values/106/description - Action the system takes at critical battery. See also BAT_CRIT_THR and BAT_EMERGEN_THR for definition of battery states. + Motor 6 - /parameters/COM_LOW_BAT_ACT/values/0/description + /parameters/PWM_AUX_FUNC7/values/107/description - Warning + Motor 7 - /parameters/COM_LOW_BAT_ACT/values/2/description + /parameters/PWM_AUX_FUNC7/values/108/description - Land mode + Motor 8 - /parameters/COM_LOW_BAT_ACT/values/3/description + /parameters/PWM_AUX_FUNC7/values/109/description - Return at critical level, land at emergency level + Motor 9 - /parameters/COM_MODE0_HASH/shortDesc + /parameters/PWM_AUX_FUNC7/values/110/description - External mode identifier 0 + Motor 10 - /parameters/COM_MODE0_HASH/longDesc + /parameters/PWM_AUX_FUNC7/values/111/description - 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. + Motor 11 - /parameters/COM_MODE1_HASH/shortDesc + /parameters/PWM_AUX_FUNC7/values/112/description - External mode identifier 1 + Motor 12 - /parameters/COM_MODE1_HASH/longDesc + /parameters/PWM_AUX_FUNC7/values/201/description - 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. + Servo 1 - /parameters/COM_MODE2_HASH/shortDesc + /parameters/PWM_AUX_FUNC7/values/202/description - External mode identifier 2 + Servo 2 - /parameters/COM_MODE2_HASH/longDesc + /parameters/PWM_AUX_FUNC7/values/203/description - 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. + Servo 3 - /parameters/COM_MODE3_HASH/shortDesc + /parameters/PWM_AUX_FUNC7/values/204/description - External mode identifier 3 + Servo 4 - /parameters/COM_MODE3_HASH/longDesc + /parameters/PWM_AUX_FUNC7/values/205/description - 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. + Servo 5 - /parameters/COM_MODE4_HASH/shortDesc + /parameters/PWM_AUX_FUNC7/values/206/description - External mode identifier 4 + Servo 6 - /parameters/COM_MODE4_HASH/longDesc + /parameters/PWM_AUX_FUNC7/values/207/description - 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. + Servo 7 - /parameters/COM_MODE5_HASH/shortDesc + /parameters/PWM_AUX_FUNC7/values/208/description - External mode identifier 5 + Servo 8 - /parameters/COM_MODE5_HASH/longDesc + /parameters/PWM_AUX_FUNC7/values/301/description - 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. + Peripheral via Actuator Set 1 - /parameters/COM_MODE6_HASH/shortDesc + /parameters/PWM_AUX_FUNC7/values/302/description - External mode identifier 6 + Peripheral via Actuator Set 2 - /parameters/COM_MODE6_HASH/longDesc + /parameters/PWM_AUX_FUNC7/values/303/description - 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. + Peripheral via Actuator Set 3 - /parameters/COM_MODE7_HASH/shortDesc + /parameters/PWM_AUX_FUNC7/values/304/description - External mode identifier 7 + Peripheral via Actuator Set 4 - /parameters/COM_MODE7_HASH/longDesc + /parameters/PWM_AUX_FUNC7/values/305/description - 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. + Peripheral via Actuator Set 5 - /parameters/COM_MOT_TEST_EN/shortDesc + /parameters/PWM_AUX_FUNC7/values/306/description - Enable Actuator Testing + Peripheral via Actuator Set 6 - /parameters/COM_MOT_TEST_EN/longDesc + /parameters/PWM_AUX_FUNC7/values/400/description - If set, enables the actuator test interface via MAVLink (ACTUATOR_TEST), that allows spinning the motors and moving the servos for testing purposes. + Landing Gear - /parameters/COM_MOT_TEST_EN/values/0/description + /parameters/PWM_AUX_FUNC7/values/401/description - Disabled + Parachute - /parameters/COM_MOT_TEST_EN/values/1/description + /parameters/PWM_AUX_FUNC7/values/402/description - Enabled + RC Roll - /parameters/COM_OBC_LOSS_T/shortDesc + /parameters/PWM_AUX_FUNC7/values/403/description - Time-out to wait when onboard computer connection is lost before warning about loss connection + RC Pitch - /parameters/COM_OBL_RC_ACT/shortDesc + /parameters/PWM_AUX_FUNC7/values/404/description - Set offboard loss failsafe mode + RC Throttle - /parameters/COM_OBL_RC_ACT/longDesc + /parameters/PWM_AUX_FUNC7/values/405/description - The offboard loss failsafe will only be entered after a timeout, set by COM_OF_LOSS_T in seconds. + RC Yaw - /parameters/COM_OBL_RC_ACT/values/0/description + /parameters/PWM_AUX_FUNC7/values/406/description - Position mode + RC Flaps - /parameters/COM_OBL_RC_ACT/values/1/description + /parameters/PWM_AUX_FUNC7/values/407/description - Altitude mode + RC AUX 1 - /parameters/COM_OBL_RC_ACT/values/2/description + /parameters/PWM_AUX_FUNC7/values/408/description - Stabilized + RC AUX 2 - /parameters/COM_OBL_RC_ACT/values/3/description + /parameters/PWM_AUX_FUNC7/values/409/description - Return mode + RC AUX 3 - /parameters/COM_OBL_RC_ACT/values/4/description + /parameters/PWM_AUX_FUNC7/values/410/description - Land mode + RC AUX 4 - /parameters/COM_OBL_RC_ACT/values/5/description + /parameters/PWM_AUX_FUNC7/values/411/description - Hold mode + RC AUX 5 - /parameters/COM_OBL_RC_ACT/values/6/description + /parameters/PWM_AUX_FUNC7/values/412/description - Terminate + RC AUX 6 - /parameters/COM_OBL_RC_ACT/values/7/description + /parameters/PWM_AUX_FUNC7/values/420/description - Disarm + Gimbal Roll - /parameters/COM_OBS_AVOID/shortDesc + /parameters/PWM_AUX_FUNC7/values/421/description - Flag to enable obstacle avoidance + Gimbal Pitch - /parameters/COM_OBS_AVOID/values/0/description + /parameters/PWM_AUX_FUNC7/values/422/description - Disabled + Gimbal Yaw - /parameters/COM_OBS_AVOID/values/1/description + /parameters/PWM_AUX_FUNC7/values/430/description - Enabled + Gripper - /parameters/COM_OF_LOSS_T/shortDesc + /parameters/PWM_AUX_FUNC7/values/440/description - Time-out to wait when offboard connection is lost before triggering offboard lost action + Landing Gear Wheel - /parameters/COM_OF_LOSS_T/longDesc + /parameters/PWM_AUX_FUNC7/values/2000/description - See COM_OBL_RC_ACT to configure action. + Camera Trigger - /parameters/COM_PARACHUTE/shortDesc + /parameters/PWM_AUX_FUNC7/values/2032/description - Expect and require a healthy MAVLink parachute system + Camera Capture - /parameters/COM_PARACHUTE/values/0/description + /parameters/PWM_AUX_FUNC7/values/2064/description - Disabled + PPS Input - /parameters/COM_PARACHUTE/values/1/description + /parameters/PWM_AUX_FUNC8/shortDesc - Enabled + PWM Aux 8 Output Function - /parameters/COM_POSCTL_NAVL/shortDesc + /parameters/PWM_AUX_FUNC8/longDesc - Position mode navigation loss response + 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 - /parameters/COM_POSCTL_NAVL/longDesc + /parameters/PWM_AUX_FUNC8/values/0/description - This sets the flight mode that will be used if navigation accuracy is no longer adequate for position control in manual Position mode. + Disabled - /parameters/COM_POSCTL_NAVL/values/0/description + /parameters/PWM_AUX_FUNC8/values/1/description - Altitude mode + Constant Min - /parameters/COM_POSCTL_NAVL/values/1/description + /parameters/PWM_AUX_FUNC8/values/2/description - Land mode (descend) + Constant Max - /parameters/COM_POS_FS_DELAY/shortDesc + /parameters/PWM_AUX_FUNC8/values/101/description - Loss of position failsafe activation delay + Motor 1 - /parameters/COM_POS_FS_DELAY/longDesc + /parameters/PWM_AUX_FUNC8/values/102/description - 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. + Motor 2 - /parameters/COM_POS_FS_EPH/shortDesc + /parameters/PWM_AUX_FUNC8/values/103/description - Horizontal position error threshold + Motor 3 - /parameters/COM_POS_FS_EPH/longDesc + /parameters/PWM_AUX_FUNC8/values/104/description - 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. + Motor 4 - /parameters/COM_POS_LOW_EPH/shortDesc + /parameters/PWM_AUX_FUNC8/values/105/description - EPH threshold for RTL + Motor 5 - /parameters/COM_POS_LOW_EPH/longDesc + /parameters/PWM_AUX_FUNC8/values/106/description - 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. + Motor 6 - /parameters/COM_POWER_COUNT/shortDesc + /parameters/PWM_AUX_FUNC8/values/107/description - Required number of redundant power modules + Motor 7 - /parameters/COM_POWER_COUNT/longDesc + /parameters/PWM_AUX_FUNC8/values/108/description - 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. + Motor 8 - /parameters/COM_PREARM_MODE/shortDesc + /parameters/PWM_AUX_FUNC8/values/109/description - Condition to enter prearmed mode + Motor 9 - /parameters/COM_PREARM_MODE/longDesc + /parameters/PWM_AUX_FUNC8/values/110/description - Condition to enter the prearmed state, an intermediate state between disarmed and armed in which non-throttling actuators are active. + Motor 10 - /parameters/COM_PREARM_MODE/values/0/description + /parameters/PWM_AUX_FUNC8/values/111/description - Disabled + Motor 11 - /parameters/COM_PREARM_MODE/values/1/description + /parameters/PWM_AUX_FUNC8/values/112/description - Safety button + Motor 12 - /parameters/COM_PREARM_MODE/values/2/description + /parameters/PWM_AUX_FUNC8/values/201/description - Always + Servo 1 - /parameters/COM_QC_ACT/shortDesc + /parameters/PWM_AUX_FUNC8/values/202/description - Set command after a quadchute + Servo 2 - /parameters/COM_QC_ACT/values/-1/description + /parameters/PWM_AUX_FUNC8/values/203/description - Warning only + Servo 3 - /parameters/COM_QC_ACT/values/0/description + /parameters/PWM_AUX_FUNC8/values/204/description - Return mode + Servo 4 - /parameters/COM_QC_ACT/values/1/description + /parameters/PWM_AUX_FUNC8/values/205/description - Land mode + Servo 5 - /parameters/COM_QC_ACT/values/2/description + /parameters/PWM_AUX_FUNC8/values/206/description - Hold mode + Servo 6 - /parameters/COM_RAM_MAX/shortDesc + /parameters/PWM_AUX_FUNC8/values/207/description - Maximum allowed RAM usage to pass checks + Servo 7 - /parameters/COM_RAM_MAX/longDesc + /parameters/PWM_AUX_FUNC8/values/208/description - The check fails if the RAM usage is above this threshold. A negative value disables the check. + Servo 8 - /parameters/COM_RCL_EXCEPT/shortDesc + /parameters/PWM_AUX_FUNC8/values/301/description - RC loss exceptions + Peripheral via Actuator Set 1 - /parameters/COM_RCL_EXCEPT/longDesc + /parameters/PWM_AUX_FUNC8/values/302/description - Specify modes in which RC loss is ignored and the failsafe action not triggered. + Peripheral via Actuator Set 2 - /parameters/COM_RCL_EXCEPT/bitmask/0/description + /parameters/PWM_AUX_FUNC8/values/303/description - Mission + Peripheral via Actuator Set 3 - /parameters/COM_RCL_EXCEPT/bitmask/1/description + /parameters/PWM_AUX_FUNC8/values/304/description - Hold + Peripheral via Actuator Set 4 - /parameters/COM_RCL_EXCEPT/bitmask/2/description + /parameters/PWM_AUX_FUNC8/values/305/description - Offboard + Peripheral via Actuator Set 5 - /parameters/COM_RC_ARM_HYST/shortDesc + /parameters/PWM_AUX_FUNC8/values/306/description - RC input arm/disarm command duration + Peripheral via Actuator Set 6 - /parameters/COM_RC_ARM_HYST/longDesc + /parameters/PWM_AUX_FUNC8/values/400/description - The default value of 1000 requires the stick to be held in the arm or disarm position for 1 second. + Landing Gear - /parameters/COM_RC_IN_MODE/shortDesc + /parameters/PWM_AUX_FUNC8/values/401/description - RC control input mode + Parachute - /parameters/COM_RC_IN_MODE/longDesc + /parameters/PWM_AUX_FUNC8/values/402/description - 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. + RC Roll - /parameters/COM_RC_IN_MODE/values/0/description + /parameters/PWM_AUX_FUNC8/values/403/description - RC Transmitter only + RC Pitch - /parameters/COM_RC_IN_MODE/values/1/description + /parameters/PWM_AUX_FUNC8/values/404/description - Joystick only + RC Throttle - /parameters/COM_RC_IN_MODE/values/2/description + /parameters/PWM_AUX_FUNC8/values/405/description - RC and Joystick with fallback + RC Yaw - /parameters/COM_RC_IN_MODE/values/3/description + /parameters/PWM_AUX_FUNC8/values/406/description - RC or Joystick keep first + RC Flaps - /parameters/COM_RC_IN_MODE/values/4/description + /parameters/PWM_AUX_FUNC8/values/407/description - Stick input disabled + RC AUX 1 - /parameters/COM_RC_LOSS_T/shortDesc + /parameters/PWM_AUX_FUNC8/values/408/description - Manual control loss timeout + RC AUX 2 - /parameters/COM_RC_LOSS_T/longDesc + /parameters/PWM_AUX_FUNC8/values/409/description - 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. + RC AUX 3 - /parameters/COM_RC_OVERRIDE/shortDesc + /parameters/PWM_AUX_FUNC8/values/410/description - Enable RC stick override of auto and/or offboard modes + RC AUX 4 - /parameters/COM_RC_OVERRIDE/longDesc + /parameters/PWM_AUX_FUNC8/values/411/description - 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. + RC AUX 5 - /parameters/COM_RC_OVERRIDE/bitmask/0/description + /parameters/PWM_AUX_FUNC8/values/412/description - Enable override during auto modes (except for in critical battery reaction) + RC AUX 6 - /parameters/COM_RC_OVERRIDE/bitmask/1/description + /parameters/PWM_AUX_FUNC8/values/420/description - Enable override during offboard mode + Gimbal Roll - /parameters/COM_RC_STICK_OV/shortDesc + /parameters/PWM_AUX_FUNC8/values/421/description - RC stick override threshold + Gimbal Pitch - /parameters/COM_RC_STICK_OV/longDesc + /parameters/PWM_AUX_FUNC8/values/422/description - If COM_RC_OVERRIDE is enabled and the joystick input is moved more than this threshold the autopilot the pilot takes over control. + Gimbal Yaw - /parameters/COM_SPOOLUP_TIME/shortDesc + /parameters/PWM_AUX_FUNC8/values/430/description - Enforced delay between arming and further navigation + Gripper - /parameters/COM_SPOOLUP_TIME/longDesc + /parameters/PWM_AUX_FUNC8/values/440/description - 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 + Landing Gear Wheel - /parameters/COM_TAKEOFF_ACT/shortDesc + /parameters/PWM_AUX_FUNC8/values/2000/description - Action after TAKEOFF has been accepted + Camera Trigger - /parameters/COM_TAKEOFF_ACT/longDesc + /parameters/PWM_AUX_FUNC8/values/2032/description - The mode transition after TAKEOFF has completed successfully. + Camera Capture - /parameters/COM_TAKEOFF_ACT/values/0/description + /parameters/PWM_AUX_FUNC8/values/2064/description - Hold + PPS Input - /parameters/COM_TAKEOFF_ACT/values/1/description + /parameters/PWM_AUX_FUNC9/shortDesc - Mission (if valid) + PWM Capture 1 Output Function - /parameters/COM_THROW_EN/shortDesc + /parameters/PWM_AUX_FUNC9/longDesc - Enable throw-start + 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 - /parameters/COM_THROW_EN/longDesc + /parameters/PWM_AUX_FUNC9/values/0/description - Allows to start the vehicle by throwing it into the air. + Disabled - /parameters/COM_THROW_EN/values/0/description + /parameters/PWM_AUX_FUNC9/values/1/description - Disabled + Constant Min - /parameters/COM_THROW_EN/values/1/description + /parameters/PWM_AUX_FUNC9/values/2/description - Enabled + Constant Max - /parameters/COM_THROW_SPEED/shortDesc + /parameters/PWM_AUX_FUNC9/values/101/description - Minimum speed for the throw start + Motor 1 - /parameters/COM_THROW_SPEED/longDesc + /parameters/PWM_AUX_FUNC9/values/102/description - 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. + Motor 2 - /parameters/COM_VEL_FS_EVH/shortDesc + /parameters/PWM_AUX_FUNC9/values/103/description - Horizontal velocity error threshold + Motor 3 - /parameters/COM_VEL_FS_EVH/longDesc + /parameters/PWM_AUX_FUNC9/values/104/description - 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). + Motor 4 - /parameters/COM_WIND_MAX/shortDesc + /parameters/PWM_AUX_FUNC9/values/105/description - High wind speed failsafe threshold + Motor 5 - /parameters/COM_WIND_MAX/longDesc + /parameters/PWM_AUX_FUNC9/values/106/description - Wind speed threshold above which an automatic failsafe action is triggered. Failsafe action can be specified with COM_WIND_MAX_ACT. + Motor 6 - /parameters/COM_WIND_MAX_ACT/shortDesc + /parameters/PWM_AUX_FUNC9/values/107/description - High wind failsafe mode + Motor 7 - /parameters/COM_WIND_MAX_ACT/longDesc + /parameters/PWM_AUX_FUNC9/values/108/description - 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. + Motor 8 - /parameters/COM_WIND_MAX_ACT/values/0/description + /parameters/PWM_AUX_FUNC9/values/109/description - None + Motor 9 - /parameters/COM_WIND_MAX_ACT/values/1/description + /parameters/PWM_AUX_FUNC9/values/110/description - Warning + Motor 10 - /parameters/COM_WIND_MAX_ACT/values/2/description + /parameters/PWM_AUX_FUNC9/values/111/description - Hold + Motor 11 - /parameters/COM_WIND_MAX_ACT/values/3/description + /parameters/PWM_AUX_FUNC9/values/112/description - Return + Motor 12 - /parameters/COM_WIND_MAX_ACT/values/4/description + /parameters/PWM_AUX_FUNC9/values/201/description - Terminate + Servo 1 - /parameters/COM_WIND_MAX_ACT/values/5/description + /parameters/PWM_AUX_FUNC9/values/202/description - Land + Servo 2 - /parameters/COM_WIND_WARN/shortDesc + /parameters/PWM_AUX_FUNC9/values/203/description - Wind speed warning threshold + Servo 3 - /parameters/COM_WIND_WARN/longDesc + /parameters/PWM_AUX_FUNC9/values/204/description - 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. + Servo 4 - /parameters/NAV_DLL_ACT/shortDesc + /parameters/PWM_AUX_FUNC9/values/205/description - Set GCS connection loss failsafe mode + Servo 5 - /parameters/NAV_DLL_ACT/longDesc + /parameters/PWM_AUX_FUNC9/values/206/description - 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. + Servo 6 - /parameters/NAV_DLL_ACT/values/0/description + /parameters/PWM_AUX_FUNC9/values/207/description - Disabled + Servo 7 - /parameters/NAV_DLL_ACT/values/1/description + /parameters/PWM_AUX_FUNC9/values/208/description - Hold mode + Servo 8 - /parameters/NAV_DLL_ACT/values/2/description + /parameters/PWM_AUX_FUNC9/values/301/description - Return mode + Peripheral via Actuator Set 1 - /parameters/NAV_DLL_ACT/values/3/description + /parameters/PWM_AUX_FUNC9/values/302/description - Land mode + Peripheral via Actuator Set 2 - /parameters/NAV_DLL_ACT/values/5/description + /parameters/PWM_AUX_FUNC9/values/303/description - Terminate + Peripheral via Actuator Set 3 - /parameters/NAV_DLL_ACT/values/6/description + /parameters/PWM_AUX_FUNC9/values/304/description - Disarm + Peripheral via Actuator Set 4 - /parameters/NAV_RCL_ACT/shortDesc + /parameters/PWM_AUX_FUNC9/values/305/description - Set RC loss failsafe mode + Peripheral via Actuator Set 5 - /parameters/NAV_RCL_ACT/longDesc + /parameters/PWM_AUX_FUNC9/values/306/description - 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. + Peripheral via Actuator Set 6 - /parameters/NAV_RCL_ACT/values/1/description + /parameters/PWM_AUX_FUNC9/values/400/description - Hold mode + Landing Gear - /parameters/NAV_RCL_ACT/values/2/description + /parameters/PWM_AUX_FUNC9/values/401/description - Return mode + Parachute - /parameters/NAV_RCL_ACT/values/3/description + /parameters/PWM_AUX_FUNC9/values/402/description - Land mode + RC Roll - /parameters/NAV_RCL_ACT/values/5/description + /parameters/PWM_AUX_FUNC9/values/403/description - Terminate + RC Pitch - /parameters/NAV_RCL_ACT/values/6/description + /parameters/PWM_AUX_FUNC9/values/404/description - Disarm + RC Throttle - /parameters/EKF2_ABIAS_INIT/shortDesc + /parameters/PWM_AUX_FUNC9/values/405/description - 1-sigma IMU accelerometer switch-on bias + RC Yaw - /parameters/EKF2_ABL_ACCLIM/shortDesc + /parameters/PWM_AUX_FUNC9/values/406/description - Maximum IMU accel magnitude that allows IMU bias learning + RC Flaps - /parameters/EKF2_ABL_ACCLIM/longDesc + /parameters/PWM_AUX_FUNC9/values/407/description - 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. + RC AUX 1 - /parameters/EKF2_ABL_GYRLIM/shortDesc + /parameters/PWM_AUX_FUNC9/values/408/description - Maximum IMU gyro angular rate magnitude that allows IMU bias learning + RC AUX 2 - /parameters/EKF2_ABL_GYRLIM/longDesc + /parameters/PWM_AUX_FUNC9/values/409/description - 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. + RC AUX 3 - /parameters/EKF2_ABL_LIM/shortDesc + /parameters/PWM_AUX_FUNC9/values/410/description - Accelerometer bias learning limit + RC AUX 4 - /parameters/EKF2_ABL_LIM/longDesc + /parameters/PWM_AUX_FUNC9/values/411/description - The ekf accel bias states will be limited to within a range equivalent to +- of this value. + RC AUX 5 - /parameters/EKF2_ABL_TAU/shortDesc + /parameters/PWM_AUX_FUNC9/values/412/description - Accel bias learning inhibit time constant + RC AUX 6 - /parameters/EKF2_ABL_TAU/longDesc + /parameters/PWM_AUX_FUNC9/values/420/description - 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. + Gimbal Roll - /parameters/EKF2_ACC_B_NOISE/shortDesc + /parameters/PWM_AUX_FUNC9/values/421/description - Process noise for IMU accelerometer bias prediction + Gimbal Pitch - /parameters/EKF2_ACC_NOISE/shortDesc + /parameters/PWM_AUX_FUNC9/values/422/description - Accelerometer noise for covariance prediction + Gimbal Yaw - /parameters/EKF2_AGP_CTRL/shortDesc + /parameters/PWM_AUX_FUNC9/values/430/description - Aux global position (AGP) sensor aiding + Gripper - /parameters/EKF2_AGP_CTRL/longDesc + /parameters/PWM_AUX_FUNC9/values/440/description - Set bits in the following positions to enable: 0 : Horizontal position fusion 1 : Vertical position fusion + Landing Gear Wheel - /parameters/EKF2_AGP_CTRL/bitmask/0/description + /parameters/PWM_AUX_FUNC9/values/2000/description - Horizontal position + Camera Trigger - /parameters/EKF2_AGP_CTRL/bitmask/1/description + /parameters/PWM_AUX_FUNC9/values/2032/description - Vertical position + Camera Capture - /parameters/EKF2_AGP_DELAY/shortDesc + /parameters/PWM_AUX_FUNC9/values/2064/description - Aux global position estimator delay relative to IMU measurements + PPS Input - /parameters/EKF2_AGP_GATE/shortDesc + /parameters/PWM_AUX_MAX1/shortDesc - Gate size for aux global position fusion + PWM Aux 1 Maximum Value - /parameters/EKF2_AGP_GATE/longDesc + /parameters/PWM_AUX_MAX1/longDesc - Sets the number of standard deviations used by the innovation consistency test. + Maxmimum output value (when not disarmed). - /parameters/EKF2_AGP_NOISE/shortDesc + /parameters/PWM_AUX_MAX10/shortDesc - Measurement noise for aux global position measurements + PWM Capture 2 Maximum Value - /parameters/EKF2_AGP_NOISE/longDesc + /parameters/PWM_AUX_MAX10/longDesc - Used to lower bound or replace the uncertainty included in the message + Maxmimum output value (when not disarmed). - /parameters/EKF2_ANGERR_INIT/shortDesc + /parameters/PWM_AUX_MAX11/shortDesc - 1-sigma tilt angle uncertainty after gravity vector alignment + PWM Capture 3 Maximum Value - /parameters/EKF2_ARSP_THR/shortDesc + /parameters/PWM_AUX_MAX11/longDesc - Airspeed fusion threshold + Maxmimum output value (when not disarmed). - /parameters/EKF2_ARSP_THR/longDesc + /parameters/PWM_AUX_MAX2/shortDesc - 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). + PWM Aux 2 Maximum Value - /parameters/EKF2_ASPD_MAX/shortDesc + /parameters/PWM_AUX_MAX2/longDesc - Maximum airspeed used for baro static pressure compensation + Maxmimum output value (when not disarmed). - /parameters/EKF2_ASP_DELAY/shortDesc + /parameters/PWM_AUX_MAX3/shortDesc - Airspeed measurement delay relative to IMU measurements + PWM Aux 3 Maximum Value - /parameters/EKF2_AVEL_DELAY/shortDesc + /parameters/PWM_AUX_MAX3/longDesc - Auxiliary Velocity Estimate delay relative to IMU measurements + Maxmimum output value (when not disarmed). - /parameters/EKF2_BARO_CTRL/shortDesc + /parameters/PWM_AUX_MAX4/shortDesc - Barometric sensor height aiding + PWM Aux 4 Maximum Value - /parameters/EKF2_BARO_CTRL/longDesc + /parameters/PWM_AUX_MAX4/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). + Maxmimum output value (when not disarmed). - /parameters/EKF2_BARO_CTRL/values/0/description + /parameters/PWM_AUX_MAX5/shortDesc - Disabled + PWM Aux 5 Maximum Value - /parameters/EKF2_BARO_CTRL/values/1/description + /parameters/PWM_AUX_MAX5/longDesc - Enabled + Maxmimum output value (when not disarmed). - /parameters/EKF2_BARO_DELAY/shortDesc + /parameters/PWM_AUX_MAX6/shortDesc - Barometer measurement delay relative to IMU measurements + PWM Aux 6 Maximum Value - /parameters/EKF2_BARO_GATE/shortDesc + /parameters/PWM_AUX_MAX6/longDesc - Gate size for barometric and GPS height fusion + Maxmimum output value (when not disarmed). - /parameters/EKF2_BARO_GATE/longDesc + /parameters/PWM_AUX_MAX7/shortDesc - Sets the number of standard deviations used by the innovation consistency test. + PWM Aux 7 Maximum Value - /parameters/EKF2_BARO_NOISE/shortDesc + /parameters/PWM_AUX_MAX7/longDesc - Measurement noise for barometric altitude + Maxmimum output value (when not disarmed). - /parameters/EKF2_BCOEF_X/shortDesc + /parameters/PWM_AUX_MAX8/shortDesc - X-axis ballistic coefficient used for multi-rotor wind estimation + PWM Aux 8 Maximum Value - /parameters/EKF2_BCOEF_X/longDesc + /parameters/PWM_AUX_MAX8/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. + Maxmimum output value (when not disarmed). - /parameters/EKF2_BCOEF_Y/shortDesc + /parameters/PWM_AUX_MAX9/shortDesc - Y-axis ballistic coefficient used for multi-rotor wind estimation + PWM Capture 1 Maximum Value - /parameters/EKF2_BCOEF_Y/longDesc + /parameters/PWM_AUX_MAX9/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. + Maxmimum output value (when not disarmed). - /parameters/EKF2_BETA_GATE/shortDesc + /parameters/PWM_AUX_MIN1/shortDesc - Gate size for synthetic sideslip fusion + PWM Aux 1 Minimum Value - /parameters/EKF2_BETA_GATE/longDesc + /parameters/PWM_AUX_MIN1/longDesc - Sets the number of standard deviations used by the innovation consistency test. + Minimum output value (when not disarmed). - /parameters/EKF2_BETA_NOISE/shortDesc + /parameters/PWM_AUX_MIN10/shortDesc - Noise for synthetic sideslip fusion + PWM Capture 2 Minimum Value - /parameters/EKF2_DECL_TYPE/shortDesc + /parameters/PWM_AUX_MIN10/longDesc - Integer bitmask controlling handling of magnetic declination + Minimum output value (when not disarmed). - /parameters/EKF2_DECL_TYPE/longDesc + /parameters/PWM_AUX_MIN11/shortDesc - 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. + PWM Capture 3 Minimum Value - /parameters/EKF2_DECL_TYPE/bitmask/0/description + /parameters/PWM_AUX_MIN11/longDesc - use geo_lookup declination + Minimum output value (when not disarmed). - /parameters/EKF2_DECL_TYPE/bitmask/1/description + /parameters/PWM_AUX_MIN2/shortDesc - save EKF2_MAG_DECL on disarm + PWM Aux 2 Minimum Value - /parameters/EKF2_DELAY_MAX/shortDesc + /parameters/PWM_AUX_MIN2/longDesc - Maximum delay of all the aiding sensors + Minimum output value (when not disarmed). - /parameters/EKF2_DELAY_MAX/longDesc + /parameters/PWM_AUX_MIN3/shortDesc - 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. + PWM Aux 3 Minimum Value - /parameters/EKF2_DRAG_CTRL/shortDesc + /parameters/PWM_AUX_MIN3/longDesc - Multirotor wind estimation selection + Minimum output value (when not disarmed). - /parameters/EKF2_DRAG_CTRL/longDesc + /parameters/PWM_AUX_MIN4/shortDesc - 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. + PWM Aux 4 Minimum Value - /parameters/EKF2_DRAG_CTRL/values/0/description + /parameters/PWM_AUX_MIN4/longDesc - Disabled + Minimum output value (when not disarmed). - /parameters/EKF2_DRAG_CTRL/values/1/description + /parameters/PWM_AUX_MIN5/shortDesc - Enabled + PWM Aux 5 Minimum Value - /parameters/EKF2_DRAG_NOISE/shortDesc + /parameters/PWM_AUX_MIN5/longDesc - Specific drag force observation noise variance + Minimum output value (when not disarmed). - /parameters/EKF2_DRAG_NOISE/longDesc + /parameters/PWM_AUX_MIN6/shortDesc - Used by the multi-rotor specific drag force model. Increasing this makes the multi-rotor wind estimates adjust more slowly. + PWM Aux 6 Minimum Value - /parameters/EKF2_EAS_NOISE/shortDesc + /parameters/PWM_AUX_MIN6/longDesc - Measurement noise for airspeed fusion + Minimum output value (when not disarmed). - /parameters/EKF2_EN/shortDesc + /parameters/PWM_AUX_MIN7/shortDesc - EKF2 enable + PWM Aux 7 Minimum Value - /parameters/EKF2_EN/values/0/description + /parameters/PWM_AUX_MIN7/longDesc - Disabled + Minimum output value (when not disarmed). - /parameters/EKF2_EN/values/1/description + /parameters/PWM_AUX_MIN8/shortDesc - Enabled + PWM Aux 8 Minimum Value - /parameters/EKF2_EVA_NOISE/shortDesc + /parameters/PWM_AUX_MIN8/longDesc - Measurement noise for vision angle measurements + Minimum output value (when not disarmed). - /parameters/EKF2_EVA_NOISE/longDesc + /parameters/PWM_AUX_MIN9/shortDesc - Used to lower bound or replace the uncertainty included in the message + PWM Capture 1 Minimum Value - /parameters/EKF2_EVP_GATE/shortDesc + /parameters/PWM_AUX_MIN9/longDesc - Gate size for vision position fusion + Minimum output value (when not disarmed). - /parameters/EKF2_EVP_GATE/longDesc + /parameters/PWM_AUX_REV/shortDesc - Sets the number of standard deviations used by the innovation consistency test. + Reverse Output Range for PWM AUX - /parameters/EKF2_EVP_NOISE/shortDesc + /parameters/PWM_AUX_REV/longDesc - Measurement noise for vision position measurements + Allows to reverse the output range for each channel. Note: this is only useful for servos. - /parameters/EKF2_EVP_NOISE/longDesc + /parameters/PWM_AUX_REV/bitmask/0/description - Used to lower bound or replace the uncertainty included in the message + PWM Aux 1 - /parameters/EKF2_EVV_GATE/shortDesc + /parameters/PWM_AUX_REV/bitmask/1/description - Gate size for vision velocity estimate fusion + PWM Aux 2 - /parameters/EKF2_EVV_GATE/longDesc + /parameters/PWM_AUX_REV/bitmask/2/description - Sets the number of standard deviations used by the innovation consistency test. + PWM Aux 3 - /parameters/EKF2_EVV_NOISE/shortDesc + /parameters/PWM_AUX_REV/bitmask/3/description - Measurement noise for vision velocity measurements + PWM Aux 4 - /parameters/EKF2_EVV_NOISE/longDesc + /parameters/PWM_AUX_REV/bitmask/4/description - Used to lower bound or replace the uncertainty included in the message + PWM Aux 5 - /parameters/EKF2_EV_CTRL/shortDesc + /parameters/PWM_AUX_REV/bitmask/5/description - External vision (EV) sensor aiding + PWM Aux 6 - /parameters/EKF2_EV_CTRL/longDesc + /parameters/PWM_AUX_REV/bitmask/6/description - Set bits in the following positions to enable: 0 : Horizontal position fusion 1 : Vertical position fusion 2 : 3D velocity fusion 3 : Yaw + PWM Aux 7 - /parameters/EKF2_EV_CTRL/bitmask/0/description + /parameters/PWM_AUX_REV/bitmask/7/description - Horizontal position + PWM Aux 8 - /parameters/EKF2_EV_CTRL/bitmask/1/description + /parameters/PWM_AUX_REV/bitmask/8/description - Vertical position + PWM Capture 1 - /parameters/EKF2_EV_CTRL/bitmask/2/description + /parameters/PWM_AUX_REV/bitmask/9/description - 3D velocity + PWM Capture 2 - /parameters/EKF2_EV_CTRL/bitmask/3/description + /parameters/PWM_AUX_REV/bitmask/10/description - Yaw + PWM Capture 3 - /parameters/EKF2_EV_DELAY/shortDesc + /parameters/PWM_AUX_TIM0/shortDesc - Vision Position Estimator delay relative to IMU measurements + Output Protocol Configuration for PWM Aux 1-4 - /parameters/EKF2_EV_NOISE_MD/shortDesc + /parameters/PWM_AUX_TIM0/longDesc - External vision (EV) noise mode + Select which Output Protocol to use for outputs PWM Aux 1-4. Custom PWM rates can be used by directly setting any value >0. - /parameters/EKF2_EV_NOISE_MD/longDesc + /parameters/PWM_AUX_TIM0/values/-5/description - 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, + DShot150 - /parameters/EKF2_EV_NOISE_MD/values/0/description + /parameters/PWM_AUX_TIM0/values/-4/description - EV reported variance (parameter lower bound) + DShot300 - /parameters/EKF2_EV_NOISE_MD/values/1/description + /parameters/PWM_AUX_TIM0/values/-3/description - EV noise parameters + DShot600 - /parameters/EKF2_EV_POS_X/shortDesc + /parameters/PWM_AUX_TIM0/values/-2/description - X position of VI sensor focal point in body frame + DShot1200 - /parameters/EKF2_EV_POS_X/longDesc + /parameters/PWM_AUX_TIM0/values/-1/description - Forward axis with origin relative to vehicle centre of gravity + OneShot - /parameters/EKF2_EV_POS_Y/shortDesc + /parameters/PWM_AUX_TIM0/values/50/description - Y position of VI sensor focal point in body frame + PWM 50 Hz - /parameters/EKF2_EV_POS_Y/longDesc + /parameters/PWM_AUX_TIM0/values/100/description - Forward axis with origin relative to vehicle centre of gravity + PWM 100 Hz - /parameters/EKF2_EV_POS_Z/shortDesc + /parameters/PWM_AUX_TIM0/values/200/description - Z position of VI sensor focal point in body frame + PWM 200 Hz - /parameters/EKF2_EV_POS_Z/longDesc + /parameters/PWM_AUX_TIM0/values/400/description - Forward axis with origin relative to vehicle centre of gravity + PWM 400 Hz - /parameters/EKF2_EV_QMIN/shortDesc + /parameters/PWM_AUX_TIM1/shortDesc - External vision (EV) minimum quality (optional) + Output Protocol Configuration for PWM Aux 5-6 - /parameters/EKF2_EV_QMIN/longDesc + /parameters/PWM_AUX_TIM1/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. + Select which Output Protocol to use for outputs PWM Aux 5-6. Custom PWM rates can be used by directly setting any value >0. - /parameters/EKF2_FUSE_BETA/shortDesc + /parameters/PWM_AUX_TIM1/values/-1/description - Enable synthetic sideslip fusion + OneShot - /parameters/EKF2_FUSE_BETA/longDesc + /parameters/PWM_AUX_TIM1/values/50/description - 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. + PWM 50 Hz - /parameters/EKF2_FUSE_BETA/values/0/description + /parameters/PWM_AUX_TIM1/values/100/description - Disabled + PWM 100 Hz - /parameters/EKF2_FUSE_BETA/values/1/description + /parameters/PWM_AUX_TIM1/values/200/description - Enabled + PWM 200 Hz - /parameters/EKF2_GBIAS_INIT/shortDesc + /parameters/PWM_AUX_TIM1/values/400/description - 1-sigma IMU gyro switch-on bias + PWM 400 Hz - /parameters/EKF2_GND_EFF_DZ/shortDesc + /parameters/PWM_AUX_TIM2/shortDesc - Baro deadzone range for height fusion + Output Protocol Configuration for PWM Aux 7-8 - /parameters/EKF2_GND_EFF_DZ/longDesc + /parameters/PWM_AUX_TIM2/longDesc - Sets the value of deadzone applied to negative baro innovations. Deadzone is enabled when EKF2_GND_EFF_DZ > 0. + Select which Output Protocol to use for outputs PWM Aux 7-8. Custom PWM rates can be used by directly setting any value >0. - /parameters/EKF2_GND_MAX_HGT/shortDesc + /parameters/PWM_AUX_TIM2/values/-1/description - Height above ground level for ground effect zone + OneShot - /parameters/EKF2_GND_MAX_HGT/longDesc + /parameters/PWM_AUX_TIM2/values/50/description - Sets the maximum distance to the ground level where negative baro innovations are expected. + PWM 50 Hz - /parameters/EKF2_GPS_CHECK/shortDesc + /parameters/PWM_AUX_TIM2/values/100/description - Integer bitmask controlling GPS checks + PWM 100 Hz - /parameters/EKF2_GPS_CHECK/longDesc + /parameters/PWM_AUX_TIM2/values/200/description - 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. + PWM 200 Hz - /parameters/EKF2_GPS_CHECK/bitmask/0/description + /parameters/PWM_AUX_TIM2/values/400/description - Sat count (EKF2_REQ_NSATS) + PWM 400 Hz - /parameters/EKF2_GPS_CHECK/bitmask/1/description + /parameters/PWM_AUX_TIM3/shortDesc - PDOP (EKF2_REQ_PDOP) + Output Protocol Configuration for PWM Capture 1-3 - /parameters/EKF2_GPS_CHECK/bitmask/2/description + /parameters/PWM_AUX_TIM3/longDesc - EPH (EKF2_REQ_EPH) + Select which Output Protocol to use for outputs PWM Capture 1-3. Custom PWM rates can be used by directly setting any value >0. - /parameters/EKF2_GPS_CHECK/bitmask/3/description + /parameters/PWM_AUX_TIM3/values/-1/description - EPV (EKF2_REQ_EPV) + OneShot - /parameters/EKF2_GPS_CHECK/bitmask/4/description + /parameters/PWM_AUX_TIM3/values/50/description - Speed accuracy (EKF2_REQ_SACC) + PWM 50 Hz - /parameters/EKF2_GPS_CHECK/bitmask/5/description + /parameters/PWM_AUX_TIM3/values/100/description - Horizontal position drift (EKF2_REQ_HDRIFT) + PWM 100 Hz - /parameters/EKF2_GPS_CHECK/bitmask/6/description + /parameters/PWM_AUX_TIM3/values/200/description - Vertical position drift (EKF2_REQ_VDRIFT) + PWM 200 Hz - /parameters/EKF2_GPS_CHECK/bitmask/7/description + /parameters/PWM_AUX_TIM3/values/400/description - Horizontal speed offset (EKF2_REQ_HDRIFT) + PWM 400 Hz - /parameters/EKF2_GPS_CHECK/bitmask/8/description + /parameters/PWM_MAIN_DIS1/shortDesc - Vertical speed offset (EKF2_REQ_VDRIFT) + MAIN 1 Disarmed Value - /parameters/EKF2_GPS_CHECK/bitmask/9/description + /parameters/PWM_MAIN_DIS1/longDesc - Spoofing + 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/EKF2_GPS_CTRL/shortDesc + /parameters/PWM_MAIN_DIS2/shortDesc - GNSS sensor aiding + MAIN 2 Disarmed Value - /parameters/EKF2_GPS_CTRL/longDesc + /parameters/PWM_MAIN_DIS2/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 + 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/EKF2_GPS_CTRL/bitmask/0/description + /parameters/PWM_MAIN_DIS3/shortDesc - Lon/lat + MAIN 3 Disarmed Value - /parameters/EKF2_GPS_CTRL/bitmask/1/description + /parameters/PWM_MAIN_DIS3/longDesc - Altitude + 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/EKF2_GPS_CTRL/bitmask/2/description + /parameters/PWM_MAIN_DIS4/shortDesc - 3D velocity + MAIN 4 Disarmed Value - /parameters/EKF2_GPS_CTRL/bitmask/3/description + /parameters/PWM_MAIN_DIS4/longDesc - Dual antenna heading + 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/EKF2_GPS_DELAY/shortDesc + /parameters/PWM_MAIN_DIS5/shortDesc - GPS measurement delay relative to IMU measurements + MAIN 5 Disarmed Value - /parameters/EKF2_GPS_POS_X/shortDesc + /parameters/PWM_MAIN_DIS5/longDesc - X position of GPS antenna in body frame + 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/EKF2_GPS_POS_X/longDesc + /parameters/PWM_MAIN_DIS6/shortDesc - Forward axis with origin relative to vehicle centre of gravity + MAIN 6 Disarmed Value - /parameters/EKF2_GPS_POS_Y/shortDesc + /parameters/PWM_MAIN_DIS6/longDesc - Y position of GPS antenna in body frame + 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/EKF2_GPS_POS_Y/longDesc + /parameters/PWM_MAIN_DIS7/shortDesc - Forward axis with origin relative to vehicle centre of gravity + MAIN 7 Disarmed Value - /parameters/EKF2_GPS_POS_Z/shortDesc + /parameters/PWM_MAIN_DIS7/longDesc - Z position of GPS antenna in body frame + 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/EKF2_GPS_POS_Z/longDesc + /parameters/PWM_MAIN_DIS8/shortDesc - Forward axis with origin relative to vehicle centre of gravity + MAIN 8 Disarmed Value - /parameters/EKF2_GPS_P_GATE/shortDesc + /parameters/PWM_MAIN_DIS8/longDesc - Gate size for GNSS position fusion + 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/EKF2_GPS_P_GATE/longDesc + /parameters/PWM_MAIN_FAIL1/shortDesc - Sets the number of standard deviations used by the innovation consistency test. + MAIN 1 Failsafe Value - /parameters/EKF2_GPS_P_NOISE/shortDesc + /parameters/PWM_MAIN_FAIL1/longDesc - Measurement noise for GNSS position + 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). - /parameters/EKF2_GPS_V_GATE/shortDesc + /parameters/PWM_MAIN_FAIL2/shortDesc - Gate size for GNSS velocity fusion + MAIN 2 Failsafe Value - /parameters/EKF2_GPS_V_GATE/longDesc + /parameters/PWM_MAIN_FAIL2/longDesc - Sets the number of standard deviations used by the innovation consistency test. + 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). - /parameters/EKF2_GPS_V_NOISE/shortDesc + /parameters/PWM_MAIN_FAIL3/shortDesc - Measurement noise for GNSS velocity + MAIN 3 Failsafe Value - /parameters/EKF2_GRAV_NOISE/shortDesc + /parameters/PWM_MAIN_FAIL3/longDesc - Accelerometer measurement noise for gravity based observations + 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). - /parameters/EKF2_GSF_TAS/shortDesc + /parameters/PWM_MAIN_FAIL4/shortDesc - Default value of true airspeed used in EKF-GSF AHRS calculation + MAIN 4 Failsafe Value - /parameters/EKF2_GSF_TAS/longDesc + /parameters/PWM_MAIN_FAIL4/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. + 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). - /parameters/EKF2_GYR_B_LIM/shortDesc + /parameters/PWM_MAIN_FAIL5/shortDesc - Gyro bias learning limit + MAIN 5 Failsafe Value - /parameters/EKF2_GYR_B_LIM/longDesc + /parameters/PWM_MAIN_FAIL5/longDesc - The ekf gyro bias states will be limited to within a range equivalent to +- of this value. + 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). - /parameters/EKF2_GYR_B_NOISE/shortDesc + /parameters/PWM_MAIN_FAIL6/shortDesc - Process noise for IMU rate gyro bias prediction + MAIN 6 Failsafe Value - /parameters/EKF2_GYR_NOISE/shortDesc + /parameters/PWM_MAIN_FAIL6/longDesc - Rate gyro noise for covariance prediction + 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). - /parameters/EKF2_HDG_GATE/shortDesc + /parameters/PWM_MAIN_FAIL7/shortDesc - Gate size for heading fusion + MAIN 7 Failsafe Value - /parameters/EKF2_HDG_GATE/longDesc + /parameters/PWM_MAIN_FAIL7/longDesc - Sets the number of standard deviations used by the innovation consistency test. + 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). - /parameters/EKF2_HEAD_NOISE/shortDesc + /parameters/PWM_MAIN_FAIL8/shortDesc - Measurement noise for magnetic heading fusion + MAIN 8 Failsafe Value - /parameters/EKF2_HGT_REF/shortDesc + /parameters/PWM_MAIN_FAIL8/longDesc - Determines the reference source of height data used by the EKF + 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). - /parameters/EKF2_HGT_REF/longDesc + /parameters/PWM_MAIN_FUNC1/shortDesc - 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. + MAIN 1 Output Function - /parameters/EKF2_HGT_REF/values/0/description + /parameters/PWM_MAIN_FUNC1/longDesc - Barometric pressure + 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 - /parameters/EKF2_HGT_REF/values/1/description + /parameters/PWM_MAIN_FUNC1/values/0/description - GPS + Disabled - /parameters/EKF2_HGT_REF/values/2/description + /parameters/PWM_MAIN_FUNC1/values/1/description - Range sensor + Constant Min - /parameters/EKF2_HGT_REF/values/3/description + /parameters/PWM_MAIN_FUNC1/values/2/description - Vision + Constant Max - /parameters/EKF2_IMU_CTRL/shortDesc + /parameters/PWM_MAIN_FUNC1/values/101/description - IMU control + Motor 1 - /parameters/EKF2_IMU_CTRL/bitmask/0/description + /parameters/PWM_MAIN_FUNC1/values/102/description - Gyro Bias + Motor 2 - /parameters/EKF2_IMU_CTRL/bitmask/1/description + /parameters/PWM_MAIN_FUNC1/values/103/description - Accel Bias + Motor 3 - /parameters/EKF2_IMU_CTRL/bitmask/2/description + /parameters/PWM_MAIN_FUNC1/values/104/description - Gravity vector fusion + Motor 4 - /parameters/EKF2_IMU_POS_X/shortDesc + /parameters/PWM_MAIN_FUNC1/values/105/description - X position of IMU in body frame + Motor 5 - /parameters/EKF2_IMU_POS_X/longDesc + /parameters/PWM_MAIN_FUNC1/values/106/description - Forward axis with origin relative to vehicle centre of gravity + Motor 6 - /parameters/EKF2_IMU_POS_Y/shortDesc + /parameters/PWM_MAIN_FUNC1/values/107/description - Y position of IMU in body frame + Motor 7 - /parameters/EKF2_IMU_POS_Y/longDesc + /parameters/PWM_MAIN_FUNC1/values/108/description - Forward axis with origin relative to vehicle centre of gravity + Motor 8 - /parameters/EKF2_IMU_POS_Z/shortDesc + /parameters/PWM_MAIN_FUNC1/values/109/description - Z position of IMU in body frame + Motor 9 - /parameters/EKF2_IMU_POS_Z/longDesc + /parameters/PWM_MAIN_FUNC1/values/110/description - Forward axis with origin relative to vehicle centre of gravity + Motor 10 - /parameters/EKF2_LOG_VERBOSE/shortDesc + /parameters/PWM_MAIN_FUNC1/values/111/description - Verbose logging + Motor 11 - /parameters/EKF2_LOG_VERBOSE/values/0/description + /parameters/PWM_MAIN_FUNC1/values/112/description - Disabled + Motor 12 - /parameters/EKF2_LOG_VERBOSE/values/1/description + /parameters/PWM_MAIN_FUNC1/values/201/description - Enabled + Servo 1 - /parameters/EKF2_MAG_ACCLIM/shortDesc + /parameters/PWM_MAIN_FUNC1/values/202/description - Horizontal acceleration threshold used for heading observability check + Servo 2 - /parameters/EKF2_MAG_ACCLIM/longDesc + /parameters/PWM_MAIN_FUNC1/values/203/description - 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. + Servo 3 - /parameters/EKF2_MAG_B_NOISE/shortDesc + /parameters/PWM_MAIN_FUNC1/values/204/description - Process noise for body magnetic field prediction + Servo 4 - /parameters/EKF2_MAG_CHECK/shortDesc + /parameters/PWM_MAIN_FUNC1/values/205/description - Magnetic field strength test selection + Servo 5 - /parameters/EKF2_MAG_CHECK/longDesc + /parameters/PWM_MAIN_FUNC1/values/206/description - 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 + Servo 6 - /parameters/EKF2_MAG_CHECK/bitmask/0/description + /parameters/PWM_MAIN_FUNC1/values/207/description - Strength (EKF2_MAG_CHK_STR) + Servo 7 - /parameters/EKF2_MAG_CHECK/bitmask/1/description + /parameters/PWM_MAIN_FUNC1/values/208/description - Inclination (EKF2_MAG_CHK_INC) + Servo 8 - /parameters/EKF2_MAG_CHECK/bitmask/2/description + /parameters/PWM_MAIN_FUNC1/values/301/description - Wait for WMM + Peripheral via Actuator Set 1 - /parameters/EKF2_MAG_CHK_INC/shortDesc + /parameters/PWM_MAIN_FUNC1/values/302/description - Magnetic field inclination check tolerance + Peripheral via Actuator Set 2 - /parameters/EKF2_MAG_CHK_INC/longDesc + /parameters/PWM_MAIN_FUNC1/values/303/description - Maximum allowed deviation from the expected magnetic field inclination to pass the check. + Peripheral via Actuator Set 3 - /parameters/EKF2_MAG_CHK_STR/shortDesc + /parameters/PWM_MAIN_FUNC1/values/304/description - Magnetic field strength check tolerance + Peripheral via Actuator Set 4 - /parameters/EKF2_MAG_CHK_STR/longDesc + /parameters/PWM_MAIN_FUNC1/values/305/description - Maximum allowed deviation from the expected magnetic field strength to pass the check. + Peripheral via Actuator Set 5 - /parameters/EKF2_MAG_DECL/shortDesc + /parameters/PWM_MAIN_FUNC1/values/306/description - Magnetic declination + Peripheral via Actuator Set 6 - /parameters/EKF2_MAG_DELAY/shortDesc + /parameters/PWM_MAIN_FUNC1/values/400/description - Magnetometer measurement delay relative to IMU measurements + Landing Gear - /parameters/EKF2_MAG_E_NOISE/shortDesc + /parameters/PWM_MAIN_FUNC1/values/401/description - Process noise for earth magnetic field prediction + Parachute - /parameters/EKF2_MAG_GATE/shortDesc + /parameters/PWM_MAIN_FUNC1/values/402/description - Gate size for magnetometer XYZ component fusion + RC Roll - /parameters/EKF2_MAG_GATE/longDesc + /parameters/PWM_MAIN_FUNC1/values/403/description - Sets the number of standard deviations used by the innovation consistency test. + RC Pitch - /parameters/EKF2_MAG_NOISE/shortDesc + /parameters/PWM_MAIN_FUNC1/values/404/description - Measurement noise for magnetometer 3-axis fusion + RC Throttle - /parameters/EKF2_MAG_TYPE/shortDesc + /parameters/PWM_MAIN_FUNC1/values/405/description - Type of magnetometer fusion + RC Yaw - /parameters/EKF2_MAG_TYPE/longDesc + /parameters/PWM_MAIN_FUNC1/values/406/description - 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. + RC Flaps - /parameters/EKF2_MAG_TYPE/values/0/description + /parameters/PWM_MAIN_FUNC1/values/407/description - Automatic + RC AUX 1 - /parameters/EKF2_MAG_TYPE/values/1/description + /parameters/PWM_MAIN_FUNC1/values/408/description - Magnetic heading + RC AUX 2 - /parameters/EKF2_MAG_TYPE/values/5/description + /parameters/PWM_MAIN_FUNC1/values/409/description - None + RC AUX 3 - /parameters/EKF2_MAG_TYPE/values/6/description + /parameters/PWM_MAIN_FUNC1/values/410/description - Init + RC AUX 4 - /parameters/EKF2_MCOEF/shortDesc + /parameters/PWM_MAIN_FUNC1/values/411/description - Propeller momentum drag coefficient for multi-rotor wind estimation + RC AUX 5 - /parameters/EKF2_MCOEF/longDesc + /parameters/PWM_MAIN_FUNC1/values/412/description - 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. + RC AUX 6 - /parameters/EKF2_MIN_RNG/shortDesc + /parameters/PWM_MAIN_FUNC1/values/420/description - Expected range finder reading when on ground + Gimbal Roll - /parameters/EKF2_MIN_RNG/longDesc + /parameters/PWM_MAIN_FUNC1/values/421/description - 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. + Gimbal Pitch - /parameters/EKF2_MULTI_IMU/shortDesc + /parameters/PWM_MAIN_FUNC1/values/422/description - Multi-EKF IMUs + Gimbal Yaw - /parameters/EKF2_MULTI_IMU/longDesc + /parameters/PWM_MAIN_FUNC1/values/430/description - Maximum number of IMUs to use for Multi-EKF. Set 0 to disable. Requires SENS_IMU_MODE 0. + Gripper - /parameters/EKF2_MULTI_MAG/shortDesc + /parameters/PWM_MAIN_FUNC1/values/440/description - Multi-EKF Magnetometers + Landing Gear Wheel - /parameters/EKF2_MULTI_MAG/longDesc + /parameters/PWM_MAIN_FUNC2/shortDesc - Maximum number of magnetometers to use for Multi-EKF. Set 0 to disable. Requires SENS_MAG_MODE 0. + MAIN 2 Output Function - /parameters/EKF2_NOAID_NOISE/shortDesc + /parameters/PWM_MAIN_FUNC2/longDesc - Measurement noise for non-aiding position hold + 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 - /parameters/EKF2_NOAID_TOUT/shortDesc + /parameters/PWM_MAIN_FUNC2/values/0/description - Maximum inertial dead-reckoning time + Disabled - /parameters/EKF2_NOAID_TOUT/longDesc + /parameters/PWM_MAIN_FUNC2/values/1/description - Maximum lapsed time from last fusion of measurements that constrain velocity drift before the EKF will report the horizontal nav solution as invalid + Constant Min - /parameters/EKF2_OF_CTRL/shortDesc + /parameters/PWM_MAIN_FUNC2/values/2/description - Optical flow aiding + Constant Max - /parameters/EKF2_OF_CTRL/longDesc + /parameters/PWM_MAIN_FUNC2/values/101/description - Enable optical flow fusion. + Motor 1 - /parameters/EKF2_OF_CTRL/values/0/description + /parameters/PWM_MAIN_FUNC2/values/102/description - Disabled + Motor 2 - /parameters/EKF2_OF_CTRL/values/1/description + /parameters/PWM_MAIN_FUNC2/values/103/description - Enabled + Motor 3 - /parameters/EKF2_OF_DELAY/shortDesc + /parameters/PWM_MAIN_FUNC2/values/104/description - Optical flow measurement delay relative to IMU measurements + Motor 4 - /parameters/EKF2_OF_DELAY/longDesc + /parameters/PWM_MAIN_FUNC2/values/105/description - Assumes measurement is timestamped at trailing edge of integration period + Motor 5 - /parameters/EKF2_OF_GATE/shortDesc + /parameters/PWM_MAIN_FUNC2/values/106/description - Gate size for optical flow fusion + Motor 6 - /parameters/EKF2_OF_GATE/longDesc + /parameters/PWM_MAIN_FUNC2/values/107/description - Sets the number of standard deviations used by the innovation consistency test. + Motor 7 - /parameters/EKF2_OF_GYR_SRC/shortDesc + /parameters/PWM_MAIN_FUNC2/values/108/description - Optical flow angular rate compensation source + Motor 8 - /parameters/EKF2_OF_GYR_SRC/longDesc + /parameters/PWM_MAIN_FUNC2/values/109/description - Auto: use gyro from optical flow message if available, internal gyro otherwise. Internal: always use internal gyro + Motor 9 - /parameters/EKF2_OF_GYR_SRC/values/0/description + /parameters/PWM_MAIN_FUNC2/values/110/description - Auto + Motor 10 - /parameters/EKF2_OF_GYR_SRC/values/1/description + /parameters/PWM_MAIN_FUNC2/values/111/description - Internal + Motor 11 - /parameters/EKF2_OF_N_MAX/shortDesc + /parameters/PWM_MAIN_FUNC2/values/112/description - Optical flow maximum noise + Motor 12 - /parameters/EKF2_OF_N_MAX/longDesc + /parameters/PWM_MAIN_FUNC2/values/201/description - Measurement noise for the optical flow sensor when it's reported quality metric is at the minimum + Servo 1 - /parameters/EKF2_OF_N_MIN/shortDesc + /parameters/PWM_MAIN_FUNC2/values/202/description - Optical flow minimum noise + Servo 2 - /parameters/EKF2_OF_N_MIN/longDesc + /parameters/PWM_MAIN_FUNC2/values/203/description - Measurement noise for the optical flow sensor when it's reported quality metric is at the maximum + Servo 3 - /parameters/EKF2_OF_POS_X/shortDesc + /parameters/PWM_MAIN_FUNC2/values/204/description - X position of optical flow focal point in body frame + Servo 4 - /parameters/EKF2_OF_POS_X/longDesc + /parameters/PWM_MAIN_FUNC2/values/205/description - Forward axis with origin relative to vehicle centre of gravity + Servo 5 - /parameters/EKF2_OF_POS_Y/shortDesc + /parameters/PWM_MAIN_FUNC2/values/206/description - Y position of optical flow focal point in body frame + Servo 6 - /parameters/EKF2_OF_POS_Y/longDesc + /parameters/PWM_MAIN_FUNC2/values/207/description - Forward axis with origin relative to vehicle centre of gravity + Servo 7 - /parameters/EKF2_OF_POS_Z/shortDesc + /parameters/PWM_MAIN_FUNC2/values/208/description - Z position of optical flow focal point in body frame + Servo 8 - /parameters/EKF2_OF_POS_Z/longDesc + /parameters/PWM_MAIN_FUNC2/values/301/description - Forward axis with origin relative to vehicle centre of gravity + Peripheral via Actuator Set 1 - /parameters/EKF2_OF_QMIN/shortDesc + /parameters/PWM_MAIN_FUNC2/values/302/description - In air optical flow minimum quality + Peripheral via Actuator Set 2 - /parameters/EKF2_OF_QMIN/longDesc + /parameters/PWM_MAIN_FUNC2/values/303/description - Optical Flow data will only be used in air if the sensor reports a quality metric >= EKF2_OF_QMIN + Peripheral via Actuator Set 3 - /parameters/EKF2_OF_QMIN_GND/shortDesc + /parameters/PWM_MAIN_FUNC2/values/304/description - On ground optical flow minimum quality + Peripheral via Actuator Set 4 - /parameters/EKF2_OF_QMIN_GND/longDesc + /parameters/PWM_MAIN_FUNC2/values/305/description - Optical Flow data will only be used on the ground if the sensor reports a quality metric >= EKF2_OF_QMIN_GND + Peripheral via Actuator Set 5 - /parameters/EKF2_PCOEF_XN/shortDesc + /parameters/PWM_MAIN_FUNC2/values/306/description - Static pressure position error coefficient for the negative X axis + Peripheral via Actuator Set 6 - /parameters/EKF2_PCOEF_XN/longDesc + /parameters/PWM_MAIN_FUNC2/values/400/description - 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. + Landing Gear - /parameters/EKF2_PCOEF_XP/shortDesc + /parameters/PWM_MAIN_FUNC2/values/401/description - Static pressure position error coefficient for the positive X axis + Parachute - /parameters/EKF2_PCOEF_XP/longDesc + /parameters/PWM_MAIN_FUNC2/values/402/description - 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. + RC Roll - /parameters/EKF2_PCOEF_YN/shortDesc + /parameters/PWM_MAIN_FUNC2/values/403/description - Pressure position error coefficient for the negative Y axis + RC Pitch - /parameters/EKF2_PCOEF_YN/longDesc + /parameters/PWM_MAIN_FUNC2/values/404/description - 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. + RC Throttle - /parameters/EKF2_PCOEF_YP/shortDesc + /parameters/PWM_MAIN_FUNC2/values/405/description - Pressure position error coefficient for the positive Y axis + RC Yaw - /parameters/EKF2_PCOEF_YP/longDesc + /parameters/PWM_MAIN_FUNC2/values/406/description - 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. + RC Flaps - /parameters/EKF2_PCOEF_Z/shortDesc + /parameters/PWM_MAIN_FUNC2/values/407/description - Static pressure position error coefficient for the Z axis + RC AUX 1 - /parameters/EKF2_PCOEF_Z/longDesc + /parameters/PWM_MAIN_FUNC2/values/408/description - This is the ratio of static pressure error to dynamic pressure generated by a wind relative velocity along the Z body axis. + RC AUX 2 - /parameters/EKF2_PREDICT_US/shortDesc + /parameters/PWM_MAIN_FUNC2/values/409/description - EKF prediction period + RC AUX 3 - /parameters/EKF2_PREDICT_US/longDesc + /parameters/PWM_MAIN_FUNC2/values/410/description - 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. + RC AUX 4 - /parameters/EKF2_REQ_EPH/shortDesc + /parameters/PWM_MAIN_FUNC2/values/411/description - Required EPH to use GPS + RC AUX 5 - /parameters/EKF2_REQ_EPV/shortDesc + /parameters/PWM_MAIN_FUNC2/values/412/description - Required EPV to use GPS + RC AUX 6 - /parameters/EKF2_REQ_GPS_H/shortDesc + /parameters/PWM_MAIN_FUNC2/values/420/description - Required GPS health time on startup + Gimbal Roll - /parameters/EKF2_REQ_GPS_H/longDesc + /parameters/PWM_MAIN_FUNC2/values/421/description - 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. + Gimbal Pitch - /parameters/EKF2_REQ_HDRIFT/shortDesc + /parameters/PWM_MAIN_FUNC2/values/422/description - Maximum horizontal drift speed to use GPS + Gimbal Yaw - /parameters/EKF2_REQ_NSATS/shortDesc + /parameters/PWM_MAIN_FUNC2/values/430/description - Required satellite count to use GPS + Gripper - /parameters/EKF2_REQ_PDOP/shortDesc + /parameters/PWM_MAIN_FUNC2/values/440/description - Maximum PDOP to use GPS + Landing Gear Wheel - /parameters/EKF2_REQ_SACC/shortDesc + /parameters/PWM_MAIN_FUNC3/shortDesc - Required speed accuracy to use GPS + MAIN 3 Output Function - /parameters/EKF2_REQ_VDRIFT/shortDesc + /parameters/PWM_MAIN_FUNC3/longDesc - Maximum vertical drift speed to use GPS + 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 - /parameters/EKF2_RNG_A_HMAX/shortDesc + /parameters/PWM_MAIN_FUNC3/values/0/description - Maximum height above ground allowed for conditional range aid mode + Disabled - /parameters/EKF2_RNG_A_HMAX/longDesc + /parameters/PWM_MAIN_FUNC3/values/1/description - 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). + Constant Min - /parameters/EKF2_RNG_A_IGATE/shortDesc + /parameters/PWM_MAIN_FUNC3/values/2/description - Gate size used for innovation consistency checks for range aid fusion + Constant Max - /parameters/EKF2_RNG_A_IGATE/longDesc + /parameters/PWM_MAIN_FUNC3/values/101/description - A lower value means HAGL needs to be more stable in order to use range finder for height estimation in range aid mode + Motor 1 - /parameters/EKF2_RNG_A_VMAX/shortDesc + /parameters/PWM_MAIN_FUNC3/values/102/description - Maximum horizontal velocity allowed for conditional range aid mode + Motor 2 - /parameters/EKF2_RNG_A_VMAX/longDesc + /parameters/PWM_MAIN_FUNC3/values/103/description - 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). + Motor 3 - /parameters/EKF2_RNG_CTRL/shortDesc + /parameters/PWM_MAIN_FUNC3/values/104/description - Range sensor height aiding + Motor 4 - /parameters/EKF2_RNG_CTRL/longDesc + /parameters/PWM_MAIN_FUNC3/values/105/description - 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. + Motor 5 - /parameters/EKF2_RNG_CTRL/values/0/description + /parameters/PWM_MAIN_FUNC3/values/106/description - Disable range fusion + Motor 6 - /parameters/EKF2_RNG_CTRL/values/1/description + /parameters/PWM_MAIN_FUNC3/values/107/description - Enabled (conditional mode) + Motor 7 - /parameters/EKF2_RNG_CTRL/values/2/description + /parameters/PWM_MAIN_FUNC3/values/108/description - Enabled + Motor 8 - /parameters/EKF2_RNG_DELAY/shortDesc + /parameters/PWM_MAIN_FUNC3/values/109/description - Range finder measurement delay relative to IMU measurements + Motor 9 - /parameters/EKF2_RNG_FOG/shortDesc + /parameters/PWM_MAIN_FUNC3/values/110/description - Maximum distance at which the range finder could detect fog (m) + Motor 10 - /parameters/EKF2_RNG_FOG/longDesc + /parameters/PWM_MAIN_FUNC3/values/111/description - 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 + Motor 11 - /parameters/EKF2_RNG_GATE/shortDesc + /parameters/PWM_MAIN_FUNC3/values/112/description - Gate size for range finder fusion + Motor 12 - /parameters/EKF2_RNG_GATE/longDesc + /parameters/PWM_MAIN_FUNC3/values/201/description - Sets the number of standard deviations used by the innovation consistency test. + Servo 1 - /parameters/EKF2_RNG_K_GATE/shortDesc + /parameters/PWM_MAIN_FUNC3/values/202/description - Gate size used for range finder kinematic consistency check + Servo 2 - /parameters/EKF2_RNG_K_GATE/longDesc + /parameters/PWM_MAIN_FUNC3/values/203/description - 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. + Servo 3 - /parameters/EKF2_RNG_NOISE/shortDesc + /parameters/PWM_MAIN_FUNC3/values/204/description - Measurement noise for range finder fusion + Servo 4 - /parameters/EKF2_RNG_PITCH/shortDesc + /parameters/PWM_MAIN_FUNC3/values/205/description - Range sensor pitch offset + Servo 5 - /parameters/EKF2_RNG_POS_X/shortDesc + /parameters/PWM_MAIN_FUNC3/values/206/description - X position of range finder origin in body frame + Servo 6 - /parameters/EKF2_RNG_POS_X/longDesc + /parameters/PWM_MAIN_FUNC3/values/207/description - Forward axis with origin relative to vehicle centre of gravity + Servo 7 - /parameters/EKF2_RNG_POS_Y/shortDesc + /parameters/PWM_MAIN_FUNC3/values/208/description - Y position of range finder origin in body frame + Servo 8 - /parameters/EKF2_RNG_POS_Y/longDesc + /parameters/PWM_MAIN_FUNC3/values/301/description - Forward axis with origin relative to vehicle centre of gravity + Peripheral via Actuator Set 1 - /parameters/EKF2_RNG_POS_Z/shortDesc + /parameters/PWM_MAIN_FUNC3/values/302/description - Z position of range finder origin in body frame + Peripheral via Actuator Set 2 - /parameters/EKF2_RNG_POS_Z/longDesc + /parameters/PWM_MAIN_FUNC3/values/303/description - Forward axis with origin relative to vehicle centre of gravity + Peripheral via Actuator Set 3 - /parameters/EKF2_RNG_QLTY_T/shortDesc + /parameters/PWM_MAIN_FUNC3/values/304/description - Minumum range validity period + Peripheral via Actuator Set 4 - /parameters/EKF2_RNG_QLTY_T/longDesc + /parameters/PWM_MAIN_FUNC3/values/305/description - Minimum duration during which the reported range finder signal quality needs to be non-zero in order to be declared valid (s) + Peripheral via Actuator Set 5 - /parameters/EKF2_RNG_SFE/shortDesc + /parameters/PWM_MAIN_FUNC3/values/306/description - Range finder range dependent noise scaler + Peripheral via Actuator Set 6 - /parameters/EKF2_RNG_SFE/longDesc + /parameters/PWM_MAIN_FUNC3/values/400/description - Specifies the increase in range finder noise with range. + Landing Gear - /parameters/EKF2_SEL_ERR_RED/shortDesc + /parameters/PWM_MAIN_FUNC3/values/401/description - Selector error reduce threshold + Parachute - /parameters/EKF2_SEL_ERR_RED/longDesc + /parameters/PWM_MAIN_FUNC3/values/402/description - EKF2 instances have to be better than the selected by at least this amount before their relative score can be reduced. + RC Roll - /parameters/EKF2_SEL_IMU_ACC/shortDesc + /parameters/PWM_MAIN_FUNC3/values/403/description - Selector acceleration threshold + RC Pitch - /parameters/EKF2_SEL_IMU_ACC/longDesc + /parameters/PWM_MAIN_FUNC3/values/404/description - EKF2 selector acceleration error threshold for comparing accelerometers. Acceleration vector differences larger than this will result in accumulated velocity error. + RC Throttle - /parameters/EKF2_SEL_IMU_ANG/shortDesc + /parameters/PWM_MAIN_FUNC3/values/405/description - Selector angular threshold + RC Yaw - /parameters/EKF2_SEL_IMU_ANG/longDesc + /parameters/PWM_MAIN_FUNC3/values/406/description - EKF2 selector maximum accumulated angular error threshold for comparing gyros. Accumulated angular error larger than this will result in the sensor being declared faulty. + RC Flaps - /parameters/EKF2_SEL_IMU_RAT/shortDesc + /parameters/PWM_MAIN_FUNC3/values/407/description - Selector angular rate threshold + RC AUX 1 - /parameters/EKF2_SEL_IMU_RAT/longDesc + /parameters/PWM_MAIN_FUNC3/values/408/description - EKF2 selector angular rate error threshold for comparing gyros. Angular rate vector differences larger than this will result in accumulated angular error. + RC AUX 2 - /parameters/EKF2_SEL_IMU_VEL/shortDesc + /parameters/PWM_MAIN_FUNC3/values/409/description - Selector angular threshold + RC AUX 3 - /parameters/EKF2_SEL_IMU_VEL/longDesc + /parameters/PWM_MAIN_FUNC3/values/410/description - EKF2 selector maximum accumulated velocity threshold for comparing accelerometers. Accumulated velocity error larger than this will result in the sensor being declared faulty. + RC AUX 4 - /parameters/EKF2_SYNT_MAG_Z/shortDesc + /parameters/PWM_MAIN_FUNC3/values/411/description - Enable synthetic magnetometer Z component measurement + RC AUX 5 - /parameters/EKF2_SYNT_MAG_Z/longDesc + /parameters/PWM_MAIN_FUNC3/values/412/description - 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. + RC AUX 6 - /parameters/EKF2_SYNT_MAG_Z/values/0/description + /parameters/PWM_MAIN_FUNC3/values/420/description - Disabled + Gimbal Roll - /parameters/EKF2_SYNT_MAG_Z/values/1/description + /parameters/PWM_MAIN_FUNC3/values/421/description - Enabled + Gimbal Pitch - /parameters/EKF2_TAS_GATE/shortDesc + /parameters/PWM_MAIN_FUNC3/values/422/description - Gate size for TAS fusion + Gimbal Yaw - /parameters/EKF2_TAS_GATE/longDesc + /parameters/PWM_MAIN_FUNC3/values/430/description - Sets the number of standard deviations used by the innovation consistency test. + Gripper - /parameters/EKF2_TAU_POS/shortDesc + /parameters/PWM_MAIN_FUNC3/values/440/description - Output predictor position time constant + Landing Gear Wheel - /parameters/EKF2_TAU_POS/longDesc + /parameters/PWM_MAIN_FUNC4/shortDesc - Controls how tightly the output track the EKF states + MAIN 4 Output Function - /parameters/EKF2_TAU_VEL/shortDesc + /parameters/PWM_MAIN_FUNC4/longDesc - Time constant of the velocity output prediction and smoothing filter + 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 - /parameters/EKF2_TERR_GRAD/shortDesc + /parameters/PWM_MAIN_FUNC4/values/0/description - Magnitude of terrain gradient + Disabled - /parameters/EKF2_TERR_NOISE/shortDesc + /parameters/PWM_MAIN_FUNC4/values/1/description - Terrain altitude process noise + Constant Min - /parameters/EKF2_VEL_LIM/shortDesc + /parameters/PWM_MAIN_FUNC4/values/2/description - Velocity limit + Constant Max - /parameters/EKF2_WIND_NSD/shortDesc + /parameters/PWM_MAIN_FUNC4/values/101/description - Process noise spectral density for wind velocity prediction + Motor 1 - /parameters/EKF2_WIND_NSD/longDesc + /parameters/PWM_MAIN_FUNC4/values/102/description - When unaided, the wind estimate uncertainty (1-sigma, in m/s) increases by this amount every second. + Motor 2 - /parameters/EV_TSK_RC_LOSS/shortDesc + /parameters/PWM_MAIN_FUNC4/values/103/description - RC Loss Alarm + Motor 3 - /parameters/EV_TSK_RC_LOSS/longDesc + /parameters/PWM_MAIN_FUNC4/values/104/description - 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. + Motor 4 - /parameters/EV_TSK_RC_LOSS/values/0/description + /parameters/PWM_MAIN_FUNC4/values/105/description - Disabled + Motor 5 - /parameters/EV_TSK_RC_LOSS/values/1/description + /parameters/PWM_MAIN_FUNC4/values/106/description - Enabled + Motor 6 - /parameters/EV_TSK_STAT_DIS/shortDesc + /parameters/PWM_MAIN_FUNC4/values/107/description - Status Display + Motor 7 - /parameters/EV_TSK_STAT_DIS/longDesc + /parameters/PWM_MAIN_FUNC4/values/108/description - 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. - + Motor 8 - /parameters/EV_TSK_STAT_DIS/values/0/description + /parameters/PWM_MAIN_FUNC4/values/109/description - Disabled + Motor 9 - /parameters/EV_TSK_STAT_DIS/values/1/description + /parameters/PWM_MAIN_FUNC4/values/110/description - Enabled + Motor 10 - /parameters/FW_MAN_P_MAX/shortDesc + /parameters/PWM_MAIN_FUNC4/values/111/description - Maximum manual pitch angle + Motor 11 - /parameters/FW_MAN_P_MAX/longDesc + /parameters/PWM_MAIN_FUNC4/values/112/description - Applies to both directions in all manual modes with attitude stabilization but without altitude control + Motor 12 - /parameters/FW_MAN_R_MAX/shortDesc + /parameters/PWM_MAIN_FUNC4/values/201/description - Maximum manual roll angle + Servo 1 - /parameters/FW_MAN_R_MAX/longDesc + /parameters/PWM_MAIN_FUNC4/values/202/description - Applies to both directions in all manual modes with attitude stabilization + Servo 2 - /parameters/FW_MAN_YR_MAX/shortDesc + /parameters/PWM_MAIN_FUNC4/values/203/description - Maximum manually added yaw rate + Servo 3 - /parameters/FW_MAN_YR_MAX/longDesc + /parameters/PWM_MAIN_FUNC4/values/204/description - 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. + Servo 4 - /parameters/FW_PSP_OFF/shortDesc + /parameters/PWM_MAIN_FUNC4/values/205/description - Pitch setpoint offset (pitch at level flight) + Servo 5 - /parameters/FW_PSP_OFF/longDesc + /parameters/PWM_MAIN_FUNC4/values/206/description - 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. + Servo 6 - /parameters/FW_P_RMAX_NEG/shortDesc + /parameters/PWM_MAIN_FUNC4/values/207/description - Maximum negative / down pitch rate setpoint + Servo 7 - /parameters/FW_P_RMAX_POS/shortDesc + /parameters/PWM_MAIN_FUNC4/values/208/description - Maximum positive / up pitch rate setpoint + Servo 8 - /parameters/FW_P_TC/shortDesc + /parameters/PWM_MAIN_FUNC4/values/301/description - Attitude pitch time constant + Peripheral via Actuator Set 1 - /parameters/FW_P_TC/longDesc + /parameters/PWM_MAIN_FUNC4/values/302/description - This defines the latency between a pitch step input and the achieved setpoint (inverse to a P gain). Smaller systems may require smaller values. + Peripheral via Actuator Set 2 - /parameters/FW_R_RMAX/shortDesc + /parameters/PWM_MAIN_FUNC4/values/303/description - Maximum roll rate setpoint + Peripheral via Actuator Set 3 - /parameters/FW_R_TC/shortDesc + /parameters/PWM_MAIN_FUNC4/values/304/description - Attitude Roll Time Constant + Peripheral via Actuator Set 4 - /parameters/FW_R_TC/longDesc + /parameters/PWM_MAIN_FUNC4/values/305/description - This defines the latency between a roll step input and the achieved setpoint (inverse to a P gain). Smaller systems may require smaller values. + Peripheral via Actuator Set 5 - /parameters/FW_SPOILERS_LND/shortDesc + /parameters/PWM_MAIN_FUNC4/values/306/description - Spoiler landing setting + Peripheral via Actuator Set 6 - /parameters/FW_WR_FF/shortDesc + /parameters/PWM_MAIN_FUNC4/values/400/description - Wheel steering rate feed forward + Landing Gear - /parameters/FW_WR_I/shortDesc + /parameters/PWM_MAIN_FUNC4/values/401/description - Wheel steering rate integrator gain + Parachute - /parameters/FW_WR_I/longDesc + /parameters/PWM_MAIN_FUNC4/values/402/description - This gain defines how much control response will result out of a steady state error. It trims any constant error. + RC Roll - /parameters/FW_WR_IMAX/shortDesc + /parameters/PWM_MAIN_FUNC4/values/403/description - Wheel steering rate integrator limit + RC Pitch - /parameters/FW_WR_P/shortDesc + /parameters/PWM_MAIN_FUNC4/values/404/description - Wheel steering rate proportional gain + RC Throttle - /parameters/FW_WR_P/longDesc + /parameters/PWM_MAIN_FUNC4/values/405/description - This defines how much the wheel steering input will be commanded depending on the current body angular rate error. + RC Yaw - /parameters/FW_W_EN/shortDesc + /parameters/PWM_MAIN_FUNC4/values/406/description - Enable wheel steering controller + RC Flaps - /parameters/FW_W_EN/longDesc + /parameters/PWM_MAIN_FUNC4/values/407/description - Only enabled during automatic runway takeoff and landing. In all manual modes the wheel is directly controlled with yaw stick. + RC AUX 1 - /parameters/FW_W_EN/values/0/description + /parameters/PWM_MAIN_FUNC4/values/408/description - Disabled + RC AUX 2 - /parameters/FW_W_EN/values/1/description + /parameters/PWM_MAIN_FUNC4/values/409/description - Enabled + RC AUX 3 - /parameters/FW_W_RMAX/shortDesc + /parameters/PWM_MAIN_FUNC4/values/410/description - Maximum wheel steering rate + RC AUX 4 - /parameters/FW_W_RMAX/longDesc + /parameters/PWM_MAIN_FUNC4/values/411/description - This limits the maximum wheel steering rate the controller will output (in degrees per second). + RC AUX 5 - /parameters/FW_Y_RMAX/shortDesc + /parameters/PWM_MAIN_FUNC4/values/412/description - Maximum yaw rate setpoint + RC AUX 6 - /parameters/FW_LND_ABORT/shortDesc + /parameters/PWM_MAIN_FUNC4/values/420/description - Bit mask to set the automatic landing abort conditions + Gimbal Roll - /parameters/FW_LND_ABORT/longDesc + /parameters/PWM_MAIN_FUNC4/values/421/description - 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) + Gimbal Pitch - /parameters/FW_LND_ABORT/bitmask/0/description + /parameters/PWM_MAIN_FUNC4/values/422/description - Abort if terrain is not found (only applies to mission landings) + Gimbal Yaw - /parameters/FW_LND_ABORT/bitmask/1/description + /parameters/PWM_MAIN_FUNC4/values/430/description - Abort if terrain times out (after a first successful measurement) + Gripper - /parameters/FW_LND_AIRSPD/shortDesc + /parameters/PWM_MAIN_FUNC4/values/440/description - Landing airspeed + Landing Gear Wheel - /parameters/FW_LND_AIRSPD/longDesc + /parameters/PWM_MAIN_FUNC5/shortDesc - The calibrated airspeed setpoint during landing. If set <= 0, landing airspeed = FW_AIRSPD_MIN by default. + MAIN 5 Output Function - /parameters/FW_LND_ANG/shortDesc + /parameters/PWM_MAIN_FUNC5/longDesc - Maximum landing slope angle + 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 - /parameters/FW_LND_ANG/longDesc + /parameters/PWM_MAIN_FUNC5/values/0/description - Typically the desired landing slope angle when landing configuration (flaps, airspeed) is enabled. Set this value within the vehicle's performance limits. + Disabled - /parameters/FW_LND_EARLYCFG/shortDesc + /parameters/PWM_MAIN_FUNC5/values/1/description - Early landing configuration deployment + Constant Min - /parameters/FW_LND_EARLYCFG/longDesc + /parameters/PWM_MAIN_FUNC5/values/2/description - 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. + Constant Max - /parameters/FW_LND_EARLYCFG/values/0/description + /parameters/PWM_MAIN_FUNC5/values/101/description - Disabled + Motor 1 - /parameters/FW_LND_EARLYCFG/values/1/description + /parameters/PWM_MAIN_FUNC5/values/102/description - Enabled + Motor 2 - /parameters/FW_LND_FLALT/shortDesc + /parameters/PWM_MAIN_FUNC5/values/103/description - Landing flare altitude (relative to landing altitude) + Motor 3 - /parameters/FW_LND_FLALT/longDesc + /parameters/PWM_MAIN_FUNC5/values/104/description - NOTE: max(FW_LND_FLALT, FW_LND_FL_TIME * |z-velocity|) is taken as the flare altitude + Motor 4 - /parameters/FW_LND_FL_PMAX/shortDesc + /parameters/PWM_MAIN_FUNC5/values/105/description - Flare, maximum pitch + Motor 5 - /parameters/FW_LND_FL_PMAX/longDesc + /parameters/PWM_MAIN_FUNC5/values/106/description - Maximum pitch during landing flare. + Motor 6 - /parameters/FW_LND_FL_PMIN/shortDesc + /parameters/PWM_MAIN_FUNC5/values/107/description - Flare, minimum pitch + Motor 7 - /parameters/FW_LND_FL_PMIN/longDesc + /parameters/PWM_MAIN_FUNC5/values/108/description - Minimum pitch during landing flare. + Motor 8 - /parameters/FW_LND_FL_SINK/shortDesc + /parameters/PWM_MAIN_FUNC5/values/109/description - Landing flare sink rate + Motor 9 - /parameters/FW_LND_FL_SINK/longDesc + /parameters/PWM_MAIN_FUNC5/values/110/description - TECS will attempt to control the aircraft to this sink rate via pitch angle (throttle killed during flare) + Motor 10 - /parameters/FW_LND_FL_TIME/shortDesc + /parameters/PWM_MAIN_FUNC5/values/111/description - Landing flare time + Motor 11 - /parameters/FW_LND_FL_TIME/longDesc + /parameters/PWM_MAIN_FUNC5/values/112/description - 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 + Motor 12 - /parameters/FW_LND_NUDGE/shortDesc + /parameters/PWM_MAIN_FUNC5/values/201/description - Landing touchdown nudging option + Servo 1 - /parameters/FW_LND_NUDGE/longDesc + /parameters/PWM_MAIN_FUNC5/values/202/description - 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). + Servo 2 - /parameters/FW_LND_NUDGE/values/0/description + /parameters/PWM_MAIN_FUNC5/values/203/description - Disable nudging + Servo 3 - /parameters/FW_LND_NUDGE/values/1/description + /parameters/PWM_MAIN_FUNC5/values/204/description - Nudge approach angle + Servo 4 - /parameters/FW_LND_NUDGE/values/2/description + /parameters/PWM_MAIN_FUNC5/values/205/description - Nudge approach path + Servo 5 - /parameters/FW_LND_TD_OFF/shortDesc + /parameters/PWM_MAIN_FUNC5/values/206/description - Maximum lateral position offset for the touchdown point + Servo 6 - /parameters/FW_LND_TD_TIME/shortDesc + /parameters/PWM_MAIN_FUNC5/values/207/description - Landing touchdown time (since flare start) + Servo 7 - /parameters/FW_LND_TD_TIME/longDesc + /parameters/PWM_MAIN_FUNC5/values/208/description - 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). + Servo 8 - /parameters/FW_LND_THRTC_SC/shortDesc + /parameters/PWM_MAIN_FUNC5/values/301/description - Altitude time constant factor for landing and low-height flight + Peripheral via Actuator Set 1 - /parameters/FW_LND_THRTC_SC/longDesc + /parameters/PWM_MAIN_FUNC5/values/302/description - The TECS altitude time constant (FW_T_ALT_TC) is multiplied by this value. + Peripheral via Actuator Set 2 - /parameters/FW_LND_USETER/shortDesc + /parameters/PWM_MAIN_FUNC5/values/303/description - Use terrain estimation during landing + Peripheral via Actuator Set 3 - /parameters/FW_LND_USETER/longDesc + /parameters/PWM_MAIN_FUNC5/values/304/description - 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. + Peripheral via Actuator Set 4 - /parameters/FW_LND_USETER/values/0/description + /parameters/PWM_MAIN_FUNC5/values/305/description - Disable the terrain estimate + Peripheral via Actuator Set 5 - /parameters/FW_LND_USETER/values/1/description + /parameters/PWM_MAIN_FUNC5/values/306/description - Use the terrain estimate to trigger the flare (only) + Peripheral via Actuator Set 6 - /parameters/FW_LND_USETER/values/2/description + /parameters/PWM_MAIN_FUNC5/values/400/description - Calculate landing glide slope relative to the terrain estimate + Landing Gear - /parameters/FW_WING_HEIGHT/shortDesc + /parameters/PWM_MAIN_FUNC5/values/401/description - Height (AGL) of the wings when the aircraft is on the ground + Parachute - /parameters/FW_WING_HEIGHT/longDesc + /parameters/PWM_MAIN_FUNC5/values/402/description - 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) + RC Roll - /parameters/FW_WING_SPAN/shortDesc + /parameters/PWM_MAIN_FUNC5/values/403/description - The aircraft's wing span (length from tip to tip) + RC Pitch - /parameters/FW_WING_SPAN/longDesc + /parameters/PWM_MAIN_FUNC5/values/404/description - This is used for limiting the roll setpoint near the ground. (if multiple wings, take the longest span) + RC Throttle - /parameters/FW_LAUN_AC_T/shortDesc + /parameters/PWM_MAIN_FUNC5/values/405/description - Trigger time + RC Yaw - /parameters/FW_LAUN_AC_T/longDesc + /parameters/PWM_MAIN_FUNC5/values/406/description - Launch is detected when acceleration in body forward direction is above FW_LAUN_AC_THLD for FW_LAUN_AC_T seconds. + RC Flaps - /parameters/FW_LAUN_AC_THLD/shortDesc + /parameters/PWM_MAIN_FUNC5/values/407/description - Trigger acceleration threshold + RC AUX 1 - /parameters/FW_LAUN_AC_THLD/longDesc + /parameters/PWM_MAIN_FUNC5/values/408/description - Launch is detected when acceleration in body forward direction is above FW_LAUN_AC_THLD for FW_LAUN_AC_T seconds. + RC AUX 2 - /parameters/FW_LAUN_DETCN_ON/shortDesc + /parameters/PWM_MAIN_FUNC5/values/409/description - Fixed-wing launch detection + RC AUX 3 - /parameters/FW_LAUN_DETCN_ON/longDesc + /parameters/PWM_MAIN_FUNC5/values/410/description - Enables automatic launch detection based on measured acceleration. Use for hand- or catapult-launched vehicles. Not compatible with runway takeoff. + RC AUX 4 - /parameters/FW_LAUN_DETCN_ON/values/0/description + /parameters/PWM_MAIN_FUNC5/values/411/description - Disabled + RC AUX 5 - /parameters/FW_LAUN_DETCN_ON/values/1/description + /parameters/PWM_MAIN_FUNC5/values/412/description - Enabled + RC AUX 6 - /parameters/FW_LAUN_MOT_DEL/shortDesc + /parameters/PWM_MAIN_FUNC5/values/420/description - Motor delay + Gimbal Roll - /parameters/FW_LAUN_MOT_DEL/longDesc + /parameters/PWM_MAIN_FUNC5/values/421/description - Start the motor(s) this amount of seconds after launch is detected. + Gimbal Pitch - /parameters/NPFG_DAMPING/shortDesc + /parameters/PWM_MAIN_FUNC5/values/422/description - NPFG damping ratio + Gimbal Yaw - /parameters/NPFG_DAMPING/longDesc + /parameters/PWM_MAIN_FUNC5/values/430/description - Damping ratio of the NPFG control law. + Gripper - /parameters/NPFG_EN_MIN_GSP/shortDesc + /parameters/PWM_MAIN_FUNC5/values/440/description - Enable minimum forward ground speed maintaining excess wind handling logic + Landing Gear Wheel - /parameters/NPFG_EN_MIN_GSP/values/0/description + /parameters/PWM_MAIN_FUNC6/shortDesc - Disabled + MAIN 6 Output Function - /parameters/NPFG_EN_MIN_GSP/values/1/description + /parameters/PWM_MAIN_FUNC6/longDesc - Enabled + 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 - /parameters/NPFG_GSP_MAX_TK/shortDesc + /parameters/PWM_MAIN_FUNC6/values/0/description - Maximum, minimum forward ground speed for track keeping in excess wind + Disabled - /parameters/NPFG_GSP_MAX_TK/longDesc + /parameters/PWM_MAIN_FUNC6/values/1/description - 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. + Constant Min - /parameters/NPFG_LB_PERIOD/shortDesc + /parameters/PWM_MAIN_FUNC6/values/2/description - Enable automatic lower bound on the NPFG period + Constant Max - /parameters/NPFG_LB_PERIOD/longDesc + /parameters/PWM_MAIN_FUNC6/values/101/description - Avoids limit cycling from a too aggressively tuned period/damping combination. If set to false, also disables the upper bound NPFG_PERIOD_UB. + Motor 1 - /parameters/NPFG_LB_PERIOD/values/0/description + /parameters/PWM_MAIN_FUNC6/values/102/description - Disabled + Motor 2 - /parameters/NPFG_LB_PERIOD/values/1/description + /parameters/PWM_MAIN_FUNC6/values/103/description - Enabled + Motor 3 - /parameters/NPFG_PERIOD/shortDesc + /parameters/PWM_MAIN_FUNC6/values/104/description - NPFG period + Motor 4 - /parameters/NPFG_PERIOD/longDesc + /parameters/PWM_MAIN_FUNC6/values/105/description - Period of the NPFG control law. + Motor 5 - /parameters/NPFG_PERIOD_SF/shortDesc + /parameters/PWM_MAIN_FUNC6/values/106/description - Period safety factor + Motor 6 - /parameters/NPFG_PERIOD_SF/longDesc + /parameters/PWM_MAIN_FUNC6/values/107/description - Multiplied by period for conservative minimum period bounding (when period lower bounding is enabled). 1.0 bounds at marginal stability. + Motor 7 - /parameters/NPFG_ROLL_TC/shortDesc + /parameters/PWM_MAIN_FUNC6/values/108/description - Roll time constant + Motor 8 - /parameters/NPFG_ROLL_TC/longDesc + /parameters/PWM_MAIN_FUNC6/values/109/description - Time constant of roll controller command / response, modeled as first order delay. Used to determine lower period bound. Setting zero disables automatic period bounding. + Motor 9 - /parameters/NPFG_SW_DST_MLT/shortDesc + /parameters/PWM_MAIN_FUNC6/values/110/description - NPFG switch distance multiplier + Motor 10 - /parameters/NPFG_SW_DST_MLT/longDesc + /parameters/PWM_MAIN_FUNC6/values/111/description - 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. + Motor 11 - /parameters/NPFG_TRACK_KEEP/shortDesc + /parameters/PWM_MAIN_FUNC6/values/112/description - Enable track keeping excess wind handling logic + Motor 12 - /parameters/NPFG_TRACK_KEEP/values/0/description + /parameters/PWM_MAIN_FUNC6/values/201/description - Disabled + Servo 1 - /parameters/NPFG_TRACK_KEEP/values/1/description + /parameters/PWM_MAIN_FUNC6/values/202/description - Enabled + Servo 2 - /parameters/NPFG_UB_PERIOD/shortDesc + /parameters/PWM_MAIN_FUNC6/values/203/description - Enable automatic upper bound on the NPFG period + Servo 3 - /parameters/NPFG_UB_PERIOD/longDesc + /parameters/PWM_MAIN_FUNC6/values/204/description - Adapts period to maintain track keeping in variable winds and path curvature. + Servo 4 - /parameters/NPFG_UB_PERIOD/values/0/description + /parameters/PWM_MAIN_FUNC6/values/205/description - Disabled + Servo 5 - /parameters/NPFG_UB_PERIOD/values/1/description + /parameters/PWM_MAIN_FUNC6/values/206/description - Enabled + Servo 6 - /parameters/NPFG_WIND_REG/shortDesc + /parameters/PWM_MAIN_FUNC6/values/207/description - Enable wind excess regulation + Servo 7 - /parameters/NPFG_WIND_REG/longDesc + /parameters/PWM_MAIN_FUNC6/values/208/description - Disabling this parameter further disables all other airspeed incrementation options. + Servo 8 - /parameters/NPFG_WIND_REG/values/0/description + /parameters/PWM_MAIN_FUNC6/values/301/description - Disabled + Peripheral via Actuator Set 1 - /parameters/NPFG_WIND_REG/values/1/description + /parameters/PWM_MAIN_FUNC6/values/302/description - Enabled + Peripheral via Actuator Set 2 - /parameters/FW_PN_R_SLEW_MAX/shortDesc + /parameters/PWM_MAIN_FUNC6/values/303/description - Path navigation roll slew rate limit + Peripheral via Actuator Set 3 - /parameters/FW_PN_R_SLEW_MAX/longDesc + /parameters/PWM_MAIN_FUNC6/values/304/description - The maximum change in roll angle setpoint per second. This limit is applied in all Auto modes, plus manual Position and Altitude modes. + Peripheral via Actuator Set 4 - /parameters/FW_POS_STK_CONF/shortDesc + /parameters/PWM_MAIN_FUNC6/values/305/description - Custom stick configuration + Peripheral via Actuator Set 5 - /parameters/FW_POS_STK_CONF/longDesc + /parameters/PWM_MAIN_FUNC6/values/306/description - Applies in manual Position and Altitude flight modes. + Peripheral via Actuator Set 6 - /parameters/FW_POS_STK_CONF/bitmask/0/description + /parameters/PWM_MAIN_FUNC6/values/400/description - Alternative stick configuration (height rate on throttle stick, airspeed on pitch stick) + Landing Gear - /parameters/FW_POS_STK_CONF/bitmask/1/description + /parameters/PWM_MAIN_FUNC6/values/401/description - Enable airspeed setpoint via sticks in altitude and position flight mode + Parachute - /parameters/FW_R_LIM/shortDesc + /parameters/PWM_MAIN_FUNC6/values/402/description - Maximum roll angle setpoint + RC Roll - /parameters/FW_R_LIM/longDesc + /parameters/PWM_MAIN_FUNC6/values/403/description - Applies in any altitude controlled flight mode. + RC Pitch - /parameters/FW_TKO_PITCH_MIN/shortDesc + /parameters/PWM_MAIN_FUNC6/values/404/description - Minimum pitch during takeoff + RC Throttle - /parameters/FW_AIRSPD_MAX/shortDesc + /parameters/PWM_MAIN_FUNC6/values/405/description - Maximum Airspeed (CAS) + RC Yaw - /parameters/FW_AIRSPD_MAX/longDesc + /parameters/PWM_MAIN_FUNC6/values/406/description - The maximal airspeed (calibrated airspeed) the user is able to command. + RC Flaps - /parameters/FW_AIRSPD_MIN/shortDesc + /parameters/PWM_MAIN_FUNC6/values/407/description - Minimum Airspeed (CAS) + RC AUX 1 - /parameters/FW_AIRSPD_MIN/longDesc + /parameters/PWM_MAIN_FUNC6/values/408/description - 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). + RC AUX 2 - /parameters/FW_AIRSPD_STALL/shortDesc + /parameters/PWM_MAIN_FUNC6/values/409/description - Stall Airspeed (CAS) + RC AUX 3 - /parameters/FW_AIRSPD_STALL/longDesc + /parameters/PWM_MAIN_FUNC6/values/410/description - The stall airspeed (calibrated airspeed) of the vehicle. It is used for airspeed sensor failure detection and for the control surface scaling airspeed limits. + RC AUX 4 - /parameters/FW_AIRSPD_TRIM/shortDesc + /parameters/PWM_MAIN_FUNC6/values/411/description - Trim (Cruise) Airspeed + RC AUX 5 - /parameters/FW_AIRSPD_TRIM/longDesc + /parameters/PWM_MAIN_FUNC6/values/412/description - 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). + RC AUX 6 - /parameters/FW_SERVICE_CEIL/shortDesc + /parameters/PWM_MAIN_FUNC6/values/420/description - Service ceiling + Gimbal Roll - /parameters/FW_SERVICE_CEIL/longDesc + /parameters/PWM_MAIN_FUNC6/values/421/description - 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. + Gimbal Pitch - /parameters/FW_THR_ASPD_MAX/shortDesc + /parameters/PWM_MAIN_FUNC6/values/422/description - Throttle at max airspeed + Gimbal Yaw - /parameters/FW_THR_ASPD_MAX/longDesc + /parameters/PWM_MAIN_FUNC6/values/430/description - 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. + Gripper - /parameters/FW_THR_ASPD_MIN/shortDesc + /parameters/PWM_MAIN_FUNC6/values/440/description - Throttle at min airspeed + Landing Gear Wheel - /parameters/FW_THR_ASPD_MIN/longDesc + /parameters/PWM_MAIN_FUNC7/shortDesc - 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. + MAIN 7 Output Function - /parameters/FW_THR_TRIM/shortDesc + /parameters/PWM_MAIN_FUNC7/longDesc - Trim throttle + 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 - /parameters/FW_THR_TRIM/longDesc + /parameters/PWM_MAIN_FUNC7/values/0/description - Required throttle (at sea level, standard atmosphere) for level flight at FW_AIRSPD_TRIM + Disabled - /parameters/FW_T_CLMB_MAX/shortDesc + /parameters/PWM_MAIN_FUNC7/values/1/description - Maximum climb rate + Constant Min - /parameters/FW_T_CLMB_MAX/longDesc + /parameters/PWM_MAIN_FUNC7/values/2/description - 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. + Constant Max - /parameters/FW_T_SINK_MIN/shortDesc + /parameters/PWM_MAIN_FUNC7/values/101/description - Minimum descent rate + Motor 1 - /parameters/FW_T_SINK_MIN/longDesc + /parameters/PWM_MAIN_FUNC7/values/102/description - 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. + Motor 2 - /parameters/WEIGHT_BASE/shortDesc + /parameters/PWM_MAIN_FUNC7/values/103/description - Vehicle base weight + Motor 3 - /parameters/WEIGHT_BASE/longDesc + /parameters/PWM_MAIN_FUNC7/values/104/description - 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. + Motor 4 - /parameters/WEIGHT_GROSS/shortDesc + /parameters/PWM_MAIN_FUNC7/values/105/description - Vehicle gross weight + Motor 5 - /parameters/WEIGHT_GROSS/longDesc + /parameters/PWM_MAIN_FUNC7/values/106/description - 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. + Motor 6 - /parameters/FW_ACRO_X_MAX/shortDesc + /parameters/PWM_MAIN_FUNC7/values/107/description - Acro body roll max rate setpoint + Motor 7 - /parameters/FW_ACRO_YAW_EN/shortDesc + /parameters/PWM_MAIN_FUNC7/values/108/description - Enable yaw rate controller in Acro + Motor 8 - /parameters/FW_ACRO_YAW_EN/longDesc + /parameters/PWM_MAIN_FUNC7/values/109/description - 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. + Motor 9 - /parameters/FW_ACRO_YAW_EN/values/0/description + /parameters/PWM_MAIN_FUNC7/values/110/description - Disabled + Motor 10 - /parameters/FW_ACRO_YAW_EN/values/1/description + /parameters/PWM_MAIN_FUNC7/values/111/description - Enabled + Motor 11 - /parameters/FW_ACRO_Y_MAX/shortDesc + /parameters/PWM_MAIN_FUNC7/values/112/description - Acro body pitch max rate setpoint + Motor 12 - /parameters/FW_ACRO_Z_MAX/shortDesc + /parameters/PWM_MAIN_FUNC7/values/201/description - Acro body yaw max rate setpoint + Servo 1 - /parameters/FW_ARSP_SCALE_EN/shortDesc + /parameters/PWM_MAIN_FUNC7/values/202/description - Enable airspeed scaling + Servo 2 - /parameters/FW_ARSP_SCALE_EN/longDesc + /parameters/PWM_MAIN_FUNC7/values/203/description - 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) + Servo 3 - /parameters/FW_ARSP_SCALE_EN/values/0/description + /parameters/PWM_MAIN_FUNC7/values/204/description - Disabled + Servo 4 - /parameters/FW_ARSP_SCALE_EN/values/1/description + /parameters/PWM_MAIN_FUNC7/values/205/description - Enabled + Servo 5 - /parameters/FW_BAT_SCALE_EN/shortDesc + /parameters/PWM_MAIN_FUNC7/values/206/description - Enable throttle scale by battery level + Servo 6 - /parameters/FW_BAT_SCALE_EN/longDesc + /parameters/PWM_MAIN_FUNC7/values/207/description - This compensates for voltage drop of the battery over time by attempting to normalize performance across the operating range of the battery. + Servo 7 - /parameters/FW_BAT_SCALE_EN/values/0/description + /parameters/PWM_MAIN_FUNC7/values/208/description - Disabled + Servo 8 - /parameters/FW_BAT_SCALE_EN/values/1/description + /parameters/PWM_MAIN_FUNC7/values/301/description - Enabled + Peripheral via Actuator Set 1 - /parameters/FW_DTRIM_P_VMAX/shortDesc + /parameters/PWM_MAIN_FUNC7/values/302/description - Pitch trim increment at maximum airspeed + Peripheral via Actuator Set 2 - /parameters/FW_DTRIM_P_VMAX/longDesc + /parameters/PWM_MAIN_FUNC7/values/303/description - This increment is added to TRIM_PITCH when airspeed is FW_AIRSPD_MAX. + Peripheral via Actuator Set 3 - /parameters/FW_DTRIM_P_VMIN/shortDesc + /parameters/PWM_MAIN_FUNC7/values/304/description - Pitch trim increment at minimum airspeed + Peripheral via Actuator Set 4 - /parameters/FW_DTRIM_P_VMIN/longDesc + /parameters/PWM_MAIN_FUNC7/values/305/description - This increment is added to TRIM_PITCH when airspeed is FW_AIRSPD_MIN. + Peripheral via Actuator Set 5 - /parameters/FW_DTRIM_R_VMAX/shortDesc + /parameters/PWM_MAIN_FUNC7/values/306/description - Roll trim increment at maximum airspeed + Peripheral via Actuator Set 6 - /parameters/FW_DTRIM_R_VMAX/longDesc + /parameters/PWM_MAIN_FUNC7/values/400/description - This increment is added to TRIM_ROLL when airspeed is FW_AIRSPD_MAX. + Landing Gear - /parameters/FW_DTRIM_R_VMIN/shortDesc + /parameters/PWM_MAIN_FUNC7/values/401/description - Roll trim increment at minimum airspeed + Parachute - /parameters/FW_DTRIM_R_VMIN/longDesc + /parameters/PWM_MAIN_FUNC7/values/402/description - This increment is added to TRIM_ROLL when airspeed is FW_AIRSPD_MIN. + RC Roll - /parameters/FW_DTRIM_Y_VMAX/shortDesc + /parameters/PWM_MAIN_FUNC7/values/403/description - Yaw trim increment at maximum airspeed + RC Pitch - /parameters/FW_DTRIM_Y_VMAX/longDesc + /parameters/PWM_MAIN_FUNC7/values/404/description - This increment is added to TRIM_YAW when airspeed is FW_AIRSPD_MAX. + RC Throttle - /parameters/FW_DTRIM_Y_VMIN/shortDesc + /parameters/PWM_MAIN_FUNC7/values/405/description - Yaw trim increment at minimum airspeed + RC Yaw - /parameters/FW_DTRIM_Y_VMIN/longDesc + /parameters/PWM_MAIN_FUNC7/values/406/description - This increment is added to TRIM_YAW when airspeed is FW_AIRSPD_MIN. + RC Flaps - /parameters/FW_FLAPS_LND_SCL/shortDesc + /parameters/PWM_MAIN_FUNC7/values/407/description - Flaps setting during landing + RC AUX 1 - /parameters/FW_FLAPS_LND_SCL/longDesc + /parameters/PWM_MAIN_FUNC7/values/408/description - Sets a fraction of full flaps during landing. Also applies to flaperons if enabled in the mixer/allocation. + RC AUX 2 - /parameters/FW_FLAPS_TO_SCL/shortDesc + /parameters/PWM_MAIN_FUNC7/values/409/description - Flaps setting during take-off + RC AUX 3 - /parameters/FW_FLAPS_TO_SCL/longDesc + /parameters/PWM_MAIN_FUNC7/values/410/description - Sets a fraction of full flaps during take-off. Also applies to flaperons if enabled in the mixer/allocation. + RC AUX 4 - /parameters/FW_MAN_P_SC/shortDesc + /parameters/PWM_MAIN_FUNC7/values/411/description - Manual pitch scale + RC AUX 5 - /parameters/FW_MAN_P_SC/longDesc + /parameters/PWM_MAIN_FUNC7/values/412/description - Scale factor applied to the desired pitch actuator command in full manual mode. This parameter allows to adjust the throws of the control surfaces. + RC AUX 6 - /parameters/FW_MAN_R_SC/shortDesc + /parameters/PWM_MAIN_FUNC7/values/420/description - Manual roll scale + Gimbal Roll - /parameters/FW_MAN_R_SC/longDesc + /parameters/PWM_MAIN_FUNC7/values/421/description - Scale factor applied to the desired roll actuator command in full manual mode. This parameter allows to adjust the throws of the control surfaces. + Gimbal Pitch - /parameters/FW_MAN_Y_SC/shortDesc + /parameters/PWM_MAIN_FUNC7/values/422/description - Manual yaw scale + Gimbal Yaw - /parameters/FW_MAN_Y_SC/longDesc + /parameters/PWM_MAIN_FUNC7/values/430/description - Scale factor applied to the desired yaw actuator command in full manual mode. This parameter allows to adjust the throws of the control surfaces. + Gripper - /parameters/FW_PR_D/shortDesc + /parameters/PWM_MAIN_FUNC7/values/440/description - Pitch rate derivative gain + Landing Gear Wheel - /parameters/FW_PR_D/longDesc + /parameters/PWM_MAIN_FUNC8/shortDesc - Pitch rate differential gain. + MAIN 8 Output Function - /parameters/FW_PR_FF/shortDesc + /parameters/PWM_MAIN_FUNC8/longDesc - Pitch rate feed forward + 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 - /parameters/FW_PR_FF/longDesc + /parameters/PWM_MAIN_FUNC8/values/0/description - Direct feed forward from rate setpoint to control surface output + Disabled - /parameters/FW_PR_I/shortDesc + /parameters/PWM_MAIN_FUNC8/values/1/description - Pitch rate integrator gain + Constant Min - /parameters/FW_PR_IMAX/shortDesc + /parameters/PWM_MAIN_FUNC8/values/2/description - Pitch rate integrator limit + Constant Max - /parameters/FW_PR_P/shortDesc + /parameters/PWM_MAIN_FUNC8/values/101/description - Pitch rate proportional gain + Motor 1 - /parameters/FW_RLL_TO_YAW_FF/shortDesc + /parameters/PWM_MAIN_FUNC8/values/102/description - Roll control to yaw control feedforward gain + Motor 2 - /parameters/FW_RLL_TO_YAW_FF/longDesc + /parameters/PWM_MAIN_FUNC8/values/103/description - 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. + Motor 3 - /parameters/FW_RR_D/shortDesc + /parameters/PWM_MAIN_FUNC8/values/104/description - Roll rate derivative gain + Motor 4 - /parameters/FW_RR_FF/shortDesc + /parameters/PWM_MAIN_FUNC8/values/105/description - Roll rate feed forward + Motor 5 - /parameters/FW_RR_FF/longDesc + /parameters/PWM_MAIN_FUNC8/values/106/description - Direct feed forward from rate setpoint to control surface output. + Motor 6 - /parameters/FW_RR_I/shortDesc + /parameters/PWM_MAIN_FUNC8/values/107/description - Roll rate integrator gain + Motor 7 - /parameters/FW_RR_IMAX/shortDesc + /parameters/PWM_MAIN_FUNC8/values/108/description - Roll integrator limit + Motor 8 - /parameters/FW_RR_P/shortDesc + /parameters/PWM_MAIN_FUNC8/values/109/description - Roll rate proportional gain + Motor 9 - /parameters/FW_SPOILERS_MAN/shortDesc + /parameters/PWM_MAIN_FUNC8/values/110/description - Spoiler input in manual flight + Motor 10 - /parameters/FW_SPOILERS_MAN/longDesc + /parameters/PWM_MAIN_FUNC8/values/111/description - Chose source for manual setting of spoilers in manual flight modes. + Motor 11 - /parameters/FW_SPOILERS_MAN/values/0/description + /parameters/PWM_MAIN_FUNC8/values/112/description - Disabled + Motor 12 - /parameters/FW_SPOILERS_MAN/values/1/description + /parameters/PWM_MAIN_FUNC8/values/201/description - Flaps channel + Servo 1 - /parameters/FW_SPOILERS_MAN/values/2/description + /parameters/PWM_MAIN_FUNC8/values/202/description - Aux1 + Servo 2 - /parameters/FW_USE_AIRSPD/shortDesc + /parameters/PWM_MAIN_FUNC8/values/203/description - Use airspeed for control + Servo 3 - /parameters/FW_USE_AIRSPD/longDesc + /parameters/PWM_MAIN_FUNC8/values/204/description - 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 + Servo 4 - /parameters/FW_USE_AIRSPD/values/0/description + /parameters/PWM_MAIN_FUNC8/values/205/description - Disabled + Servo 5 - /parameters/FW_USE_AIRSPD/values/1/description + /parameters/PWM_MAIN_FUNC8/values/206/description - Enabled + Servo 6 - /parameters/FW_YR_D/shortDesc + /parameters/PWM_MAIN_FUNC8/values/207/description - Yaw rate derivative gain + Servo 7 - /parameters/FW_YR_FF/shortDesc + /parameters/PWM_MAIN_FUNC8/values/208/description - Yaw rate feed forward + Servo 8 - /parameters/FW_YR_FF/longDesc + /parameters/PWM_MAIN_FUNC8/values/301/description - Direct feed forward from rate setpoint to control surface output + Peripheral via Actuator Set 1 - /parameters/FW_YR_I/shortDesc + /parameters/PWM_MAIN_FUNC8/values/302/description - Yaw rate integrator gain + Peripheral via Actuator Set 2 - /parameters/FW_YR_IMAX/shortDesc + /parameters/PWM_MAIN_FUNC8/values/303/description - Yaw rate integrator limit + Peripheral via Actuator Set 3 - /parameters/FW_YR_P/shortDesc + /parameters/PWM_MAIN_FUNC8/values/304/description - Yaw rate proportional gain + Peripheral via Actuator Set 4 - /parameters/FW_GND_SPD_MIN/shortDesc + /parameters/PWM_MAIN_FUNC8/values/305/description - Minimum groundspeed + Peripheral via Actuator Set 5 - /parameters/FW_GND_SPD_MIN/longDesc + /parameters/PWM_MAIN_FUNC8/values/306/description - The controller will increase the commanded airspeed to maintain this minimum groundspeed to the next waypoint. + Peripheral via Actuator Set 6 - /parameters/FW_P_LIM_MAX/shortDesc + /parameters/PWM_MAIN_FUNC8/values/400/description - Maximum pitch angle setpoint + Landing Gear - /parameters/FW_P_LIM_MAX/longDesc + /parameters/PWM_MAIN_FUNC8/values/401/description - Applies in any altitude controlled flight mode. + Parachute - /parameters/FW_P_LIM_MIN/shortDesc + /parameters/PWM_MAIN_FUNC8/values/402/description - Minimum pitch angle setpoint + RC Roll - /parameters/FW_P_LIM_MIN/longDesc + /parameters/PWM_MAIN_FUNC8/values/403/description - Applies in any altitude controlled flight mode. + RC Pitch - /parameters/FW_THR_IDLE/shortDesc + /parameters/PWM_MAIN_FUNC8/values/404/description - Idle throttle + RC Throttle - /parameters/FW_THR_IDLE/longDesc + /parameters/PWM_MAIN_FUNC8/values/405/description - This is the minimum throttle while on the ground ("landed") in auto modes. + RC Yaw - /parameters/FW_THR_MAX/shortDesc + /parameters/PWM_MAIN_FUNC8/values/406/description - Throttle limit max + RC Flaps - /parameters/FW_THR_MAX/longDesc + /parameters/PWM_MAIN_FUNC8/values/407/description - Applies in any altitude controlled flight mode. Should be set accordingly to achieve FW_T_CLMB_MAX. + RC AUX 1 - /parameters/FW_THR_MIN/shortDesc + /parameters/PWM_MAIN_FUNC8/values/408/description - Throttle limit min + RC AUX 2 - /parameters/FW_THR_MIN/longDesc + /parameters/PWM_MAIN_FUNC8/values/409/description - 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. + RC AUX 3 - /parameters/FW_THR_SLEW_MAX/shortDesc + /parameters/PWM_MAIN_FUNC8/values/410/description - Throttle max slew rate + RC AUX 4 - /parameters/FW_THR_SLEW_MAX/longDesc + /parameters/PWM_MAIN_FUNC8/values/411/description - Maximum slew rate for the commanded throttle + RC AUX 5 - /parameters/FW_TKO_AIRSPD/shortDesc + /parameters/PWM_MAIN_FUNC8/values/412/description - Takeoff Airspeed + RC AUX 6 - /parameters/FW_TKO_AIRSPD/longDesc + /parameters/PWM_MAIN_FUNC8/values/420/description - The calibrated airspeed setpoint during the takeoff climbout. If set <= 0, FW_AIRSPD_MIN will be set by default. + Gimbal Roll - /parameters/FW_T_ALT_TC/shortDesc + /parameters/PWM_MAIN_FUNC8/values/421/description - Altitude error time constant + Gimbal Pitch - /parameters/FW_T_CLMB_R_SP/shortDesc + /parameters/PWM_MAIN_FUNC8/values/422/description - Default target climbrate + Gimbal Yaw - /parameters/FW_T_CLMB_R_SP/longDesc + /parameters/PWM_MAIN_FUNC8/values/430/description - In auto modes: default climb rate output by controller to achieve altitude setpoints. In manual modes: maximum climb rate setpoint. + Gripper - /parameters/FW_T_F_ALT_ERR/shortDesc + /parameters/PWM_MAIN_FUNC8/values/440/description - Fast descend: minimum altitude error + Landing Gear Wheel - /parameters/FW_T_F_ALT_ERR/longDesc + /parameters/PWM_MAIN_MAX1/shortDesc - Minimum altitude error needed to descend with max airspeed and minimal throttle. A negative value disables fast descend. + MAIN 1 Maximum Value - /parameters/FW_T_HRATE_FF/shortDesc + /parameters/PWM_MAIN_MAX1/longDesc - Height rate feed forward + Maxmimum output value (when not disarmed). - /parameters/FW_T_I_GAIN_PIT/shortDesc + /parameters/PWM_MAIN_MAX2/shortDesc - Integrator gain pitch + MAIN 2 Maximum Value - /parameters/FW_T_I_GAIN_PIT/longDesc + /parameters/PWM_MAIN_MAX2/longDesc - Increase it to trim out speed and height offsets faster, with the downside of possible overshoots and oscillations. + Maxmimum output value (when not disarmed). - /parameters/FW_T_PTCH_DAMP/shortDesc + /parameters/PWM_MAIN_MAX3/shortDesc - Pitch damping gain + MAIN 3 Maximum Value - /parameters/FW_T_RLL2THR/shortDesc + /parameters/PWM_MAIN_MAX3/longDesc - Roll -> Throttle feedforward + Maxmimum output value (when not disarmed). - /parameters/FW_T_RLL2THR/longDesc + /parameters/PWM_MAIN_MAX4/shortDesc - 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. + MAIN 4 Maximum Value - /parameters/FW_T_SEB_R_FF/shortDesc + /parameters/PWM_MAIN_MAX4/longDesc - Specific total energy balance rate feedforward gain + Maxmimum output value (when not disarmed). - /parameters/FW_T_SINK_MAX/shortDesc + /parameters/PWM_MAIN_MAX5/shortDesc - Maximum descent rate + MAIN 5 Maximum Value - /parameters/FW_T_SINK_MAX/longDesc + /parameters/PWM_MAIN_MAX5/longDesc - This sets the maximum descent rate that the controller will use. + Maxmimum output value (when not disarmed). - /parameters/FW_T_SINK_R_SP/shortDesc + /parameters/PWM_MAIN_MAX6/shortDesc - Default target sinkrate + MAIN 6 Maximum Value - /parameters/FW_T_SINK_R_SP/longDesc + /parameters/PWM_MAIN_MAX6/longDesc - In auto modes: default sink rate output by controller to achieve altitude setpoints. In manual modes: maximum sink rate setpoint. + Maxmimum output value (when not disarmed). - /parameters/FW_T_SPDWEIGHT/shortDesc + /parameters/PWM_MAIN_MAX7/shortDesc - Speed <--> Altitude priority + MAIN 7 Maximum Value - /parameters/FW_T_SPDWEIGHT/longDesc + /parameters/PWM_MAIN_MAX7/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. + Maxmimum output value (when not disarmed). - /parameters/FW_T_SPD_DEV_STD/shortDesc + /parameters/PWM_MAIN_MAX8/shortDesc - Airspeed rate measurement standard deviation + MAIN 8 Maximum Value - /parameters/FW_T_SPD_DEV_STD/longDesc + /parameters/PWM_MAIN_MAX8/longDesc - For the airspeed filter in TECS. + Maxmimum output value (when not disarmed). - /parameters/FW_T_SPD_PRC_STD/shortDesc + /parameters/PWM_MAIN_MIN1/shortDesc - Process noise standard deviation for the airspeed rate + MAIN 1 Minimum Value - /parameters/FW_T_SPD_PRC_STD/longDesc + /parameters/PWM_MAIN_MIN1/longDesc - This is defining the noise in the airspeed rate for the constant airspeed rate model of the TECS airspeed filter. + Minimum output value (when not disarmed). - /parameters/FW_T_SPD_STD/shortDesc + /parameters/PWM_MAIN_MIN2/shortDesc - Airspeed measurement standard deviation + MAIN 2 Minimum Value - /parameters/FW_T_SPD_STD/longDesc + /parameters/PWM_MAIN_MIN2/longDesc - For the airspeed filter in TECS. + Minimum output value (when not disarmed). - /parameters/FW_T_STE_R_TC/shortDesc + /parameters/PWM_MAIN_MIN3/shortDesc - Specific total energy rate first order filter time constant + MAIN 3 Minimum Value - /parameters/FW_T_STE_R_TC/longDesc + /parameters/PWM_MAIN_MIN3/longDesc - This filter is applied to the specific total energy rate used for throttle damping. + Minimum output value (when not disarmed). - /parameters/FW_T_TAS_TC/shortDesc + /parameters/PWM_MAIN_MIN4/shortDesc - True airspeed error time constant + MAIN 4 Minimum Value - /parameters/FW_T_THR_DAMPING/shortDesc + /parameters/PWM_MAIN_MIN4/longDesc - Throttle damping factor + Minimum output value (when not disarmed). - /parameters/FW_T_THR_DAMPING/longDesc + /parameters/PWM_MAIN_MIN5/shortDesc - This is the damping gain for the throttle demand loop. + MAIN 5 Minimum Value - /parameters/FW_T_THR_INTEG/shortDesc + /parameters/PWM_MAIN_MIN5/longDesc - Integrator gain throttle + Minimum output value (when not disarmed). - /parameters/FW_T_THR_INTEG/longDesc + /parameters/PWM_MAIN_MIN6/shortDesc - Increase it to trim out speed and height offsets faster, with the downside of possible overshoots and oscillations. + MAIN 6 Minimum Value - /parameters/FW_T_THR_LOW_HGT/shortDesc + /parameters/PWM_MAIN_MIN6/longDesc - Low-height threshold for tighter altitude tracking + Minimum output value (when not disarmed). - /parameters/FW_T_THR_LOW_HGT/longDesc + /parameters/PWM_MAIN_MIN7/shortDesc - 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. + MAIN 7 Minimum Value - /parameters/FW_T_VERT_ACC/shortDesc + /parameters/PWM_MAIN_MIN7/longDesc - Maximum vertical acceleration + Minimum output value (when not disarmed). - /parameters/FW_T_VERT_ACC/longDesc + /parameters/PWM_MAIN_MIN8/shortDesc - This is the maximum vertical acceleration either up or down that the controller will use to correct speed or height errors. + MAIN 8 Minimum Value - /parameters/FW_WIND_ARSP_SC/shortDesc + /parameters/PWM_MAIN_MIN8/longDesc - Wind-based airspeed scaling factor + Minimum output value (when not disarmed). - /parameters/FW_WIND_ARSP_SC/longDesc + /parameters/PWM_MAIN_REV/shortDesc - 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. + Reverse Output Range for PWM MAIN - /parameters/FD_ACT_EN/shortDesc + /parameters/PWM_MAIN_REV/longDesc - Enable Actuator Failure check + Allows to reverse the output range for each channel. Note: this is only useful for servos. - /parameters/FD_ACT_EN/longDesc + /parameters/PWM_MAIN_REV/bitmask/0/description - 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. + MAIN 1 - /parameters/FD_ACT_EN/values/0/description + /parameters/PWM_MAIN_REV/bitmask/1/description - Disabled + MAIN 2 - /parameters/FD_ACT_EN/values/1/description + /parameters/PWM_MAIN_REV/bitmask/2/description - Enabled + MAIN 3 - /parameters/FD_ACT_MOT_C2T/shortDesc + /parameters/PWM_MAIN_REV/bitmask/3/description - Motor Failure Current/Throttle Threshold + MAIN 4 - /parameters/FD_ACT_MOT_C2T/longDesc + /parameters/PWM_MAIN_REV/bitmask/4/description - Motor failure triggers only below this current value + MAIN 5 - /parameters/FD_ACT_MOT_THR/shortDesc + /parameters/PWM_MAIN_REV/bitmask/5/description - Motor Failure Throttle Threshold + MAIN 6 - /parameters/FD_ACT_MOT_THR/longDesc + /parameters/PWM_MAIN_REV/bitmask/6/description - Motor failure triggers only above this throttle value. + MAIN 7 - /parameters/FD_ACT_MOT_TOUT/shortDesc + /parameters/PWM_MAIN_REV/bitmask/7/description - Motor Failure Time Threshold + MAIN 8 - /parameters/FD_ACT_MOT_TOUT/longDesc + /parameters/PWM_MAIN_TIM0/shortDesc - Motor failure triggers only if the throttle threshold and the current to throttle threshold are violated for this time. + Output Protocol Configuration for MAIN 1-2 - /parameters/FD_ESCS_EN/shortDesc + /parameters/PWM_MAIN_TIM0/longDesc - Enable checks on ESCs that report their arming state + Select which Output Protocol to use for outputs MAIN 1-2. Custom PWM rates can be used by directly setting any value >0. - /parameters/FD_ESCS_EN/longDesc + /parameters/PWM_MAIN_TIM0/values/-1/description - 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. + OneShot - /parameters/FD_ESCS_EN/values/0/description + /parameters/PWM_MAIN_TIM0/values/50/description - Disabled + PWM 50 Hz - /parameters/FD_ESCS_EN/values/1/description + /parameters/PWM_MAIN_TIM0/values/100/description - Enabled + PWM 100 Hz - /parameters/FD_EXT_ATS_EN/shortDesc + /parameters/PWM_MAIN_TIM0/values/200/description - Enable PWM input on for engaging failsafe from an external automatic trigger system (ATS) + PWM 200 Hz - /parameters/FD_EXT_ATS_EN/longDesc + /parameters/PWM_MAIN_TIM0/values/400/description - Enabled on either AUX5 or MAIN5 depending on board. External ATS is required by ASTM F3322-18. + PWM 400 Hz - /parameters/FD_EXT_ATS_EN/values/0/description + /parameters/PWM_MAIN_TIM1/shortDesc - Disabled + Output Protocol Configuration for MAIN 3-4 - /parameters/FD_EXT_ATS_EN/values/1/description + /parameters/PWM_MAIN_TIM1/longDesc - Enabled + Select which Output Protocol to use for outputs MAIN 3-4. Custom PWM rates can be used by directly setting any value >0. - /parameters/FD_EXT_ATS_TRIG/shortDesc + /parameters/PWM_MAIN_TIM1/values/-1/description - The PWM threshold from external automatic trigger system for engaging failsafe + OneShot - /parameters/FD_EXT_ATS_TRIG/longDesc + /parameters/PWM_MAIN_TIM1/values/50/description - External ATS is required by ASTM F3322-18. + PWM 50 Hz - /parameters/FD_FAIL_P/shortDesc + /parameters/PWM_MAIN_TIM1/values/100/description - FailureDetector Max Pitch + PWM 100 Hz - /parameters/FD_FAIL_P/longDesc + /parameters/PWM_MAIN_TIM1/values/200/description - 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 + PWM 200 Hz - /parameters/FD_FAIL_P_TTRI/shortDesc + /parameters/PWM_MAIN_TIM1/values/400/description - Pitch failure trigger time + PWM 400 Hz - /parameters/FD_FAIL_P_TTRI/longDesc + /parameters/PWM_MAIN_TIM2/shortDesc - Seconds (decimal) that pitch has to exceed FD_FAIL_P before being considered as a failure. + Output Protocol Configuration for MAIN 5-8 - /parameters/FD_FAIL_R/shortDesc + /parameters/PWM_MAIN_TIM2/longDesc - FailureDetector Max Roll + Select which Output Protocol to use for outputs MAIN 5-8. Custom PWM rates can be used by directly setting any value >0. - /parameters/FD_FAIL_R/longDesc + /parameters/PWM_MAIN_TIM2/values/-1/description - 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 + OneShot - /parameters/FD_FAIL_R_TTRI/shortDesc + /parameters/PWM_MAIN_TIM2/values/50/description - Roll failure trigger time + PWM 50 Hz - /parameters/FD_FAIL_R_TTRI/longDesc + /parameters/PWM_MAIN_TIM2/values/100/description - Seconds (decimal) that roll has to exceed FD_FAIL_R before being considered as a failure. + PWM 100 Hz - /parameters/FD_IMB_PROP_THR/shortDesc + /parameters/PWM_MAIN_TIM2/values/200/description - Imbalanced propeller check threshold + PWM 200 Hz - /parameters/FD_IMB_PROP_THR/longDesc + /parameters/PWM_MAIN_TIM2/values/400/description - 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. + PWM 400 Hz - /parameters/MC_ORBIT_RAD_MAX/shortDesc + /parameters/RBCLW_DIS1/shortDesc - Maximum radius of orbit + Roboclaw Driver Channel 1 Disarmed Value - /parameters/MC_ORBIT_YAW_MOD/shortDesc + /parameters/RBCLW_DIS1/longDesc - Yaw behaviour during orbit flight + 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/MC_ORBIT_YAW_MOD/values/0/description + /parameters/RBCLW_DIS2/shortDesc - Front to Circle Center + Roboclaw Driver Channel 2 Disarmed Value - /parameters/MC_ORBIT_YAW_MOD/values/1/description + /parameters/RBCLW_DIS2/longDesc - Hold Initial Heading + 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/MC_ORBIT_YAW_MOD/values/2/description + /parameters/RBCLW_FAIL1/shortDesc - Uncontrolled + Roboclaw Driver Channel 1 Failsafe Value - /parameters/MC_ORBIT_YAW_MOD/values/3/description + /parameters/RBCLW_FAIL1/longDesc - Hold Front Tangent to Circle + 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). - /parameters/MC_ORBIT_YAW_MOD/values/4/description + /parameters/RBCLW_FAIL2/shortDesc - RC Controlled + Roboclaw Driver Channel 2 Failsafe Value - /parameters/FLW_TGT_ALT_M/shortDesc + /parameters/RBCLW_FAIL2/longDesc - Altitude control mode + 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). - /parameters/FLW_TGT_ALT_M/longDesc + /parameters/RBCLW_FUNC1/shortDesc - 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. + Roboclaw Driver Channel 1 Output Function - /parameters/FLW_TGT_ALT_M/values/0/description + /parameters/RBCLW_FUNC1/longDesc - 2D Tracking: Maintain constant altitude relative to home and track XY position only + 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 - /parameters/FLW_TGT_ALT_M/values/1/description + /parameters/RBCLW_FUNC1/values/0/description - 2D + Terrain: Maintain constant altitude relative to terrain below and track XY position + Disabled - /parameters/FLW_TGT_ALT_M/values/2/description + /parameters/RBCLW_FUNC1/values/1/description - 3D Tracking: Track target's altitude (be aware that GPS altitude bias usually makes this useless) + Constant Min - /parameters/FLW_TGT_DST/shortDesc + /parameters/RBCLW_FUNC1/values/2/description - Distance to follow target from + Constant Max - /parameters/FLW_TGT_DST/longDesc + /parameters/RBCLW_FUNC1/values/101/description - The distance in meters to follow the target at + Motor 1 - /parameters/FLW_TGT_FA/shortDesc + /parameters/RBCLW_FUNC1/values/102/description - Follow Angle setting in degrees + Motor 2 - /parameters/FLW_TGT_FA/longDesc + /parameters/RBCLW_FUNC1/values/103/description - 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. + Motor 3 - /parameters/FLW_TGT_HT/shortDesc + /parameters/RBCLW_FUNC1/values/104/description - Follow target height + Motor 4 - /parameters/FLW_TGT_HT/longDesc + /parameters/RBCLW_FUNC1/values/105/description - Following height above the target + Motor 5 - /parameters/FLW_TGT_MAX_VEL/shortDesc + /parameters/RBCLW_FUNC1/values/106/description - Maximum tangential velocity setting for generating the follow orbit trajectory + Motor 6 - /parameters/FLW_TGT_MAX_VEL/longDesc + /parameters/RBCLW_FUNC1/values/107/description - 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. + Motor 7 - /parameters/FLW_TGT_RS/shortDesc + /parameters/RBCLW_FUNC1/values/108/description - Responsiveness to target movement in Target Estimator + Motor 8 - /parameters/FLW_TGT_RS/longDesc + /parameters/RBCLW_FUNC1/values/109/description - lower values increase the responsiveness to changing position, but also ignore less noise + Motor 9 - /parameters/GPS_1_GNSS/shortDesc + /parameters/RBCLW_FUNC1/values/110/description - GNSS Systems for Primary GPS (integer bitmask) + Motor 10 - /parameters/GPS_1_GNSS/longDesc + /parameters/RBCLW_FUNC1/values/111/description - 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 + Motor 11 - /parameters/GPS_1_GNSS/bitmask/0/description + /parameters/RBCLW_FUNC1/values/112/description - GPS (with QZSS) + Motor 12 - /parameters/GPS_1_GNSS/bitmask/1/description + /parameters/RBCLW_FUNC1/values/201/description - SBAS + Servo 1 - /parameters/GPS_1_GNSS/bitmask/2/description + /parameters/RBCLW_FUNC1/values/202/description - Galileo + Servo 2 - /parameters/GPS_1_GNSS/bitmask/3/description + /parameters/RBCLW_FUNC1/values/203/description - BeiDou + Servo 3 - /parameters/GPS_1_GNSS/bitmask/4/description + /parameters/RBCLW_FUNC1/values/204/description - GLONASS + Servo 4 - /parameters/GPS_1_GNSS/bitmask/5/description + /parameters/RBCLW_FUNC1/values/205/description - NAVIC + Servo 5 - /parameters/GPS_1_PROTOCOL/shortDesc + /parameters/RBCLW_FUNC1/values/206/description - Protocol for Main GPS + Servo 6 - /parameters/GPS_1_PROTOCOL/longDesc + /parameters/RBCLW_FUNC1/values/207/description - Select the GPS protocol over serial. Auto-detection will probe all protocols, and thus is a bit slower. + Servo 7 - /parameters/GPS_1_PROTOCOL/values/0/description + /parameters/RBCLW_FUNC1/values/208/description - Auto detect + Servo 8 - /parameters/GPS_1_PROTOCOL/values/1/description + /parameters/RBCLW_FUNC1/values/301/description - u-blox + Peripheral via Actuator Set 1 - /parameters/GPS_1_PROTOCOL/values/2/description + /parameters/RBCLW_FUNC1/values/302/description - MTK + Peripheral via Actuator Set 2 - /parameters/GPS_1_PROTOCOL/values/3/description + /parameters/RBCLW_FUNC1/values/303/description - Ashtech / Trimble + Peripheral via Actuator Set 3 - /parameters/GPS_1_PROTOCOL/values/4/description + /parameters/RBCLW_FUNC1/values/304/description - Emlid Reach + Peripheral via Actuator Set 4 - /parameters/GPS_1_PROTOCOL/values/5/description + /parameters/RBCLW_FUNC1/values/305/description - Femtomes + Peripheral via Actuator Set 5 - /parameters/GPS_1_PROTOCOL/values/6/description + /parameters/RBCLW_FUNC1/values/306/description - NMEA (generic) + Peripheral via Actuator Set 6 - /parameters/GPS_2_GNSS/shortDesc + /parameters/RBCLW_FUNC1/values/400/description - GNSS Systems for Secondary GPS (integer bitmask) + Landing Gear - /parameters/GPS_2_GNSS/longDesc + /parameters/RBCLW_FUNC1/values/401/description - 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 + Parachute - /parameters/GPS_2_GNSS/bitmask/0/description + /parameters/RBCLW_FUNC1/values/402/description - GPS (with QZSS) + RC Roll - /parameters/GPS_2_GNSS/bitmask/1/description + /parameters/RBCLW_FUNC1/values/403/description - SBAS + RC Pitch - /parameters/GPS_2_GNSS/bitmask/2/description + /parameters/RBCLW_FUNC1/values/404/description - Galileo + RC Throttle - /parameters/GPS_2_GNSS/bitmask/3/description + /parameters/RBCLW_FUNC1/values/405/description - BeiDou + RC Yaw - /parameters/GPS_2_GNSS/bitmask/4/description + /parameters/RBCLW_FUNC1/values/406/description - GLONASS + RC Flaps - /parameters/GPS_2_GNSS/bitmask/5/description + /parameters/RBCLW_FUNC1/values/407/description - NAVIC + RC AUX 1 - /parameters/GPS_2_PROTOCOL/shortDesc + /parameters/RBCLW_FUNC1/values/408/description - Protocol for Secondary GPS + RC AUX 2 - /parameters/GPS_2_PROTOCOL/longDesc + /parameters/RBCLW_FUNC1/values/409/description - Select the GPS protocol over serial. Auto-detection will probe all protocols, and thus is a bit slower. + RC AUX 3 - /parameters/GPS_2_PROTOCOL/values/0/description + /parameters/RBCLW_FUNC1/values/410/description - Auto detect + RC AUX 4 - /parameters/GPS_2_PROTOCOL/values/1/description + /parameters/RBCLW_FUNC1/values/411/description - u-blox + RC AUX 5 - /parameters/GPS_2_PROTOCOL/values/2/description + /parameters/RBCLW_FUNC1/values/412/description - MTK + RC AUX 6 - /parameters/GPS_2_PROTOCOL/values/3/description + /parameters/RBCLW_FUNC1/values/420/description - Ashtech / Trimble + Gimbal Roll - /parameters/GPS_2_PROTOCOL/values/4/description + /parameters/RBCLW_FUNC1/values/421/description - Emlid Reach + Gimbal Pitch - /parameters/GPS_2_PROTOCOL/values/5/description + /parameters/RBCLW_FUNC1/values/422/description - Femtomes + Gimbal Yaw - /parameters/GPS_2_PROTOCOL/values/6/description + /parameters/RBCLW_FUNC1/values/430/description - NMEA (generic) + Gripper - /parameters/GPS_DUMP_COMM/shortDesc + /parameters/RBCLW_FUNC1/values/440/description - Log GPS communication data + Landing Gear Wheel - /parameters/GPS_DUMP_COMM/longDesc + /parameters/RBCLW_FUNC2/shortDesc - 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. + Roboclaw Driver Channel 2 Output Function - /parameters/GPS_DUMP_COMM/values/0/description + /parameters/RBCLW_FUNC2/longDesc - Disable + 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 - /parameters/GPS_DUMP_COMM/values/1/description + /parameters/RBCLW_FUNC2/values/0/description - Full communication + Disabled - /parameters/GPS_DUMP_COMM/values/2/description + /parameters/RBCLW_FUNC2/values/1/description - RTCM output (PPK) + Constant Min - /parameters/GPS_SAT_INFO/shortDesc + /parameters/RBCLW_FUNC2/values/2/description - Enable sat info (if available) + Constant Max - /parameters/GPS_SAT_INFO/longDesc + /parameters/RBCLW_FUNC2/values/101/description - Enable publication of satellite info (ORB_ID(satellite_info)) if possible. Not available on MTK. + Motor 1 - /parameters/GPS_SAT_INFO/values/0/description + /parameters/RBCLW_FUNC2/values/102/description - Disabled + Motor 2 - /parameters/GPS_SAT_INFO/values/1/description + /parameters/RBCLW_FUNC2/values/103/description - Enabled + Motor 3 - /parameters/GPS_UBX_BAUD2/shortDesc + /parameters/RBCLW_FUNC2/values/104/description - u-blox F9P UART2 Baudrate + Motor 4 - /parameters/GPS_UBX_BAUD2/longDesc + /parameters/RBCLW_FUNC2/values/105/description - 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. + Motor 5 - /parameters/GPS_UBX_CFG_INTF/shortDesc + /parameters/RBCLW_FUNC2/values/106/description - u-blox protocol configuration for interfaces + Motor 6 - /parameters/GPS_UBX_CFG_INTF/bitmask/0/description + /parameters/RBCLW_FUNC2/values/107/description - Enable I2C input protocol UBX + Motor 7 - /parameters/GPS_UBX_CFG_INTF/bitmask/1/description + /parameters/RBCLW_FUNC2/values/108/description - Enable I2C input protocol NMEA + Motor 8 - /parameters/GPS_UBX_CFG_INTF/bitmask/2/description + /parameters/RBCLW_FUNC2/values/109/description - Enable I2C input protocol RTCM3X + Motor 9 - /parameters/GPS_UBX_CFG_INTF/bitmask/3/description + /parameters/RBCLW_FUNC2/values/110/description - Enable I2C output protocol UBX + Motor 10 - /parameters/GPS_UBX_CFG_INTF/bitmask/4/description + /parameters/RBCLW_FUNC2/values/111/description - Enable I2C output protocol NMEA + Motor 11 - /parameters/GPS_UBX_CFG_INTF/bitmask/5/description + /parameters/RBCLW_FUNC2/values/112/description - Enable I2C output protocol RTCM3X + Motor 12 - /parameters/GPS_UBX_DYNMODEL/shortDesc + /parameters/RBCLW_FUNC2/values/201/description - u-blox GPS dynamic platform model + Servo 1 - /parameters/GPS_UBX_DYNMODEL/longDesc + /parameters/RBCLW_FUNC2/values/202/description - u-blox receivers support different dynamic platform models to adjust the navigation engine to the expected application environment. + Servo 2 - /parameters/GPS_UBX_DYNMODEL/values/2/description + /parameters/RBCLW_FUNC2/values/203/description - stationary + Servo 3 - /parameters/GPS_UBX_DYNMODEL/values/4/description + /parameters/RBCLW_FUNC2/values/204/description - automotive + Servo 4 - /parameters/GPS_UBX_DYNMODEL/values/6/description + /parameters/RBCLW_FUNC2/values/205/description - airborne with <1g acceleration + Servo 5 - /parameters/GPS_UBX_DYNMODEL/values/7/description + /parameters/RBCLW_FUNC2/values/206/description - airborne with <2g acceleration + Servo 6 - /parameters/GPS_UBX_DYNMODEL/values/8/description + /parameters/RBCLW_FUNC2/values/207/description - airborne with <4g acceleration + Servo 7 - /parameters/GPS_UBX_MODE/shortDesc + /parameters/RBCLW_FUNC2/values/208/description - u-blox GPS Mode + Servo 8 - /parameters/GPS_UBX_MODE/longDesc + /parameters/RBCLW_FUNC2/values/301/description - 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. + Peripheral via Actuator Set 1 - /parameters/GPS_UBX_MODE/values/0/description + /parameters/RBCLW_FUNC2/values/302/description - Default + Peripheral via Actuator Set 2 - /parameters/GPS_UBX_MODE/values/1/description + /parameters/RBCLW_FUNC2/values/303/description - Heading (Rover With Moving Base UART1 Connected To Autopilot, UART2 Connected To Moving Base) + Peripheral via Actuator Set 3 - /parameters/GPS_UBX_MODE/values/2/description + /parameters/RBCLW_FUNC2/values/304/description - Moving Base (UART1 Connected To Autopilot, UART2 Connected To Rover) + Peripheral via Actuator Set 4 - /parameters/GPS_UBX_MODE/values/3/description + /parameters/RBCLW_FUNC2/values/305/description - Heading (Rover With Moving Base UART1 Connected to Autopilot Or Can Node At 921600) + Peripheral via Actuator Set 5 - /parameters/GPS_UBX_MODE/values/4/description + /parameters/RBCLW_FUNC2/values/306/description - Moving Base (Moving Base UART1 Connected to Autopilot Or Can Node At 921600) + Peripheral via Actuator Set 6 - /parameters/GPS_UBX_MODE/values/5/description + /parameters/RBCLW_FUNC2/values/400/description - Rover with Static Base on UART2 (similar to Default, except coming in on UART2) + Landing Gear - /parameters/GPS_YAW_OFFSET/shortDesc + /parameters/RBCLW_FUNC2/values/401/description - Heading/Yaw offset for dual antenna GPS + Parachute - /parameters/GPS_YAW_OFFSET/longDesc + /parameters/RBCLW_FUNC2/values/402/description - 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). + RC Roll - /parameters/GF_ACTION/shortDesc + /parameters/RBCLW_FUNC2/values/403/description - Geofence violation action + RC Pitch - /parameters/GF_ACTION/longDesc + /parameters/RBCLW_FUNC2/values/404/description - Note: Setting this value to 4 enables flight termination, which will kill the vehicle on violation of the fence. + RC Throttle - /parameters/GF_ACTION/values/0/description + /parameters/RBCLW_FUNC2/values/405/description - None + RC Yaw - /parameters/GF_ACTION/values/1/description + /parameters/RBCLW_FUNC2/values/406/description - Warning + RC Flaps - /parameters/GF_ACTION/values/2/description + /parameters/RBCLW_FUNC2/values/407/description - Hold mode + RC AUX 1 - /parameters/GF_ACTION/values/3/description + /parameters/RBCLW_FUNC2/values/408/description - Return mode + RC AUX 2 - /parameters/GF_ACTION/values/4/description + /parameters/RBCLW_FUNC2/values/409/description - Terminate + RC AUX 3 - /parameters/GF_ACTION/values/5/description + /parameters/RBCLW_FUNC2/values/410/description - Land mode + RC AUX 4 - /parameters/GF_MAX_HOR_DIST/shortDesc + /parameters/RBCLW_FUNC2/values/411/description - Max horizontal distance from Home + RC AUX 5 - /parameters/GF_MAX_HOR_DIST/longDesc + /parameters/RBCLW_FUNC2/values/412/description - Maximum horizontal distance in meters the vehicle can be from Home before triggering a geofence action. Disabled if 0. + RC AUX 6 - /parameters/GF_MAX_VER_DIST/shortDesc + /parameters/RBCLW_FUNC2/values/420/description - Max vertical distance from Home + Gimbal Roll - /parameters/GF_MAX_VER_DIST/longDesc + /parameters/RBCLW_FUNC2/values/421/description - Maximum vertical distance in meters the vehicle can be from Home before triggering a geofence action. Disabled if 0. + Gimbal Pitch - /parameters/GF_PREDICT/shortDesc + /parameters/RBCLW_FUNC2/values/422/description - [EXPERIMENTAL] Use Pre-emptive geofence triggering + Gimbal Yaw - /parameters/GF_PREDICT/longDesc + /parameters/RBCLW_FUNC2/values/430/description - 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). + Gripper - /parameters/GF_PREDICT/values/0/description + /parameters/RBCLW_FUNC2/values/440/description - Disabled + Landing Gear Wheel - /parameters/GF_PREDICT/values/1/description + /parameters/RBCLW_MAX1/shortDesc - Enabled + Roboclaw Driver Channel 1 Maximum Value - /parameters/GF_SOURCE/shortDesc + /parameters/RBCLW_MAX1/longDesc - Geofence source + Maxmimum output value (when not disarmed). - /parameters/GF_SOURCE/longDesc + /parameters/RBCLW_MAX2/shortDesc - 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 + Roboclaw Driver Channel 2 Maximum Value - /parameters/GF_SOURCE/values/0/description + /parameters/RBCLW_MAX2/longDesc - GPOS + Maxmimum output value (when not disarmed). - /parameters/GF_SOURCE/values/1/description + /parameters/RBCLW_MIN1/shortDesc - GPS + Roboclaw Driver Channel 1 Minimum Value - /parameters/CA_AIRFRAME/shortDesc + /parameters/RBCLW_MIN1/longDesc - Airframe selection + Minimum output value (when not disarmed). - /parameters/CA_AIRFRAME/longDesc + /parameters/RBCLW_MIN2/shortDesc - 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. + Roboclaw Driver Channel 2 Minimum Value - /parameters/CA_AIRFRAME/values/0/description + /parameters/RBCLW_MIN2/longDesc - Multirotor + Minimum output value (when not disarmed). - /parameters/CA_AIRFRAME/values/1/description + /parameters/RBCLW_REV/shortDesc - Fixed-wing + Reverse Output Range for Roboclaw Driver - /parameters/CA_AIRFRAME/values/2/description + /parameters/RBCLW_REV/longDesc - Standard VTOL + Allows to reverse the output range for each channel. Note: this is only useful for servos. - /parameters/CA_AIRFRAME/values/3/description + /parameters/RBCLW_REV/bitmask/0/description - Tiltrotor VTOL + Roboclaw Driver Channel 1 - /parameters/CA_AIRFRAME/values/4/description + /parameters/RBCLW_REV/bitmask/1/description - Tailsitter VTOL + Roboclaw Driver Channel 2 - /parameters/CA_AIRFRAME/values/5/description + /parameters/SIM_GZ_EC_DIS1/shortDesc - Rover (Ackermann) + SIM_GZ ESC 1 Disarmed Value - /parameters/CA_AIRFRAME/values/6/description + /parameters/SIM_GZ_EC_DIS1/longDesc - Rover (Differential) + 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/CA_AIRFRAME/values/7/description + /parameters/SIM_GZ_EC_DIS2/shortDesc - Motors (6DOF) + SIM_GZ ESC 2 Disarmed Value - /parameters/CA_AIRFRAME/values/8/description + /parameters/SIM_GZ_EC_DIS2/longDesc - Multirotor with Tilt + 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/CA_AIRFRAME/values/9/description + /parameters/SIM_GZ_EC_DIS3/shortDesc - Custom + SIM_GZ ESC 3 Disarmed Value - /parameters/CA_AIRFRAME/values/10/description + /parameters/SIM_GZ_EC_DIS3/longDesc - Helicopter (tail ESC) + 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/CA_AIRFRAME/values/11/description + /parameters/SIM_GZ_EC_DIS4/shortDesc - Helicopter (tail Servo) + SIM_GZ ESC 4 Disarmed Value - /parameters/CA_AIRFRAME/values/12/description + /parameters/SIM_GZ_EC_DIS4/longDesc - Helicopter (Coaxial) + 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/CA_AIRFRAME/values/13/description + /parameters/SIM_GZ_EC_DIS5/shortDesc - Rover (Mecanum) + SIM_GZ ESC 5 Disarmed Value - /parameters/CA_FAILURE_MODE/shortDesc + /parameters/SIM_GZ_EC_DIS5/longDesc - Motor failure handling mode + 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/CA_FAILURE_MODE/longDesc + /parameters/SIM_GZ_EC_DIS6/shortDesc - This is used to specify how to handle motor failures reported by failure detector. + SIM_GZ ESC 6 Disarmed Value - /parameters/CA_FAILURE_MODE/values/0/description + /parameters/SIM_GZ_EC_DIS6/longDesc - Ignore + 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/CA_FAILURE_MODE/values/1/description + /parameters/SIM_GZ_EC_DIS7/shortDesc - Remove first failed motor from effectiveness + SIM_GZ ESC 7 Disarmed Value - /parameters/CA_HELI_PITCH_C0/shortDesc + /parameters/SIM_GZ_EC_DIS7/longDesc - Collective pitch curve at position 0 + 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/CA_HELI_PITCH_C0/longDesc + /parameters/SIM_GZ_EC_DIS8/shortDesc - 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. + SIM_GZ ESC 8 Disarmed Value - /parameters/CA_HELI_PITCH_C1/shortDesc + /parameters/SIM_GZ_EC_DIS8/longDesc - Collective pitch curve at position 1 + 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/CA_HELI_PITCH_C1/longDesc + /parameters/SIM_GZ_EC_FAIL1/shortDesc - 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. + SIM_GZ ESC 1 Failsafe Value - /parameters/CA_HELI_PITCH_C2/shortDesc + /parameters/SIM_GZ_EC_FAIL1/longDesc - Collective pitch curve at position 2 + 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). - /parameters/CA_HELI_PITCH_C2/longDesc + /parameters/SIM_GZ_EC_FAIL2/shortDesc - 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. + SIM_GZ ESC 2 Failsafe Value - /parameters/CA_HELI_PITCH_C3/shortDesc + /parameters/SIM_GZ_EC_FAIL2/longDesc - Collective pitch curve at position 3 + 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). - /parameters/CA_HELI_PITCH_C3/longDesc + /parameters/SIM_GZ_EC_FAIL3/shortDesc - 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. + SIM_GZ ESC 3 Failsafe Value - /parameters/CA_HELI_PITCH_C4/shortDesc + /parameters/SIM_GZ_EC_FAIL3/longDesc - Collective pitch curve at position 4 + 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). - /parameters/CA_HELI_PITCH_C4/longDesc + /parameters/SIM_GZ_EC_FAIL4/shortDesc - 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. + SIM_GZ ESC 4 Failsafe Value - /parameters/CA_HELI_THR_C0/shortDesc + /parameters/SIM_GZ_EC_FAIL4/longDesc - Throttle curve at position 0 + 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). - /parameters/CA_HELI_THR_C0/longDesc + /parameters/SIM_GZ_EC_FAIL5/shortDesc - Defines the output throttle at the interval position 0. + SIM_GZ ESC 5 Failsafe Value - /parameters/CA_HELI_THR_C1/shortDesc + /parameters/SIM_GZ_EC_FAIL5/longDesc - Throttle curve at position 1 + 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). - /parameters/CA_HELI_THR_C1/longDesc + /parameters/SIM_GZ_EC_FAIL6/shortDesc - Defines the output throttle at the interval position 1. + SIM_GZ ESC 6 Failsafe Value - /parameters/CA_HELI_THR_C2/shortDesc + /parameters/SIM_GZ_EC_FAIL6/longDesc - Throttle curve at position 2 + 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). - /parameters/CA_HELI_THR_C2/longDesc + /parameters/SIM_GZ_EC_FAIL7/shortDesc - Defines the output throttle at the interval position 2. + SIM_GZ ESC 7 Failsafe Value - /parameters/CA_HELI_THR_C3/shortDesc + /parameters/SIM_GZ_EC_FAIL7/longDesc - Throttle curve at position 3 + 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). - /parameters/CA_HELI_THR_C3/longDesc + /parameters/SIM_GZ_EC_FAIL8/shortDesc - Defines the output throttle at the interval position 3. + SIM_GZ ESC 8 Failsafe Value - /parameters/CA_HELI_THR_C4/shortDesc + /parameters/SIM_GZ_EC_FAIL8/longDesc - Throttle curve at position 4 + 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). - /parameters/CA_HELI_THR_C4/longDesc + /parameters/SIM_GZ_EC_FUNC1/shortDesc - Defines the output throttle at the interval position 4. + SIM_GZ ESC 1 Output Function - /parameters/CA_HELI_YAW_CCW/shortDesc + /parameters/SIM_GZ_EC_FUNC1/longDesc - Main rotor turns counter-clockwise + 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 - /parameters/CA_HELI_YAW_CCW/longDesc + /parameters/SIM_GZ_EC_FUNC1/values/0/description - 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. + Disabled - /parameters/CA_HELI_YAW_CCW/values/0/description + /parameters/SIM_GZ_EC_FUNC1/values/1/description - Disabled + Constant Min - /parameters/CA_HELI_YAW_CCW/values/1/description + /parameters/SIM_GZ_EC_FUNC1/values/2/description - Enabled + Constant Max - /parameters/CA_HELI_YAW_CP_O/shortDesc + /parameters/SIM_GZ_EC_FUNC1/values/101/description - Offset for yaw compensation based on collective pitch + Motor 1 - /parameters/CA_HELI_YAW_CP_O/longDesc + /parameters/SIM_GZ_EC_FUNC1/values/102/description - 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) + Motor 2 - /parameters/CA_HELI_YAW_CP_S/shortDesc + /parameters/SIM_GZ_EC_FUNC1/values/103/description - Scale for yaw compensation based on collective pitch + Motor 3 - /parameters/CA_HELI_YAW_CP_S/longDesc + /parameters/SIM_GZ_EC_FUNC1/values/104/description - 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) + Motor 4 - /parameters/CA_HELI_YAW_TH_S/shortDesc + /parameters/SIM_GZ_EC_FUNC1/values/105/description - Scale for yaw compensation based on throttle + Motor 5 - /parameters/CA_HELI_YAW_TH_S/longDesc + /parameters/SIM_GZ_EC_FUNC1/values/106/description - 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 + Motor 6 - /parameters/CA_METHOD/shortDesc + /parameters/SIM_GZ_EC_FUNC1/values/107/description - Control allocation method + Motor 7 - /parameters/CA_METHOD/longDesc + /parameters/SIM_GZ_EC_FUNC1/values/108/description - Selects the algorithm and desaturation method. If set to Automtic, the selection is based on the airframe (CA_AIRFRAME). + Motor 8 - /parameters/CA_METHOD/values/0/description + /parameters/SIM_GZ_EC_FUNC1/values/109/description - Pseudo-inverse with output clipping + Motor 9 - /parameters/CA_METHOD/values/1/description + /parameters/SIM_GZ_EC_FUNC1/values/110/description - Pseudo-inverse with sequential desaturation technique + Motor 10 - /parameters/CA_METHOD/values/2/description + /parameters/SIM_GZ_EC_FUNC1/values/111/description - Automatic + Motor 11 - /parameters/CA_R0_SLEW/shortDesc + /parameters/SIM_GZ_EC_FUNC1/values/112/description - Motor 0 slew rate limit + Motor 12 - /parameters/CA_R0_SLEW/longDesc + /parameters/SIM_GZ_EC_FUNC1/values/201/description - 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. + Servo 1 - /parameters/CA_R10_SLEW/shortDesc + /parameters/SIM_GZ_EC_FUNC1/values/202/description - Motor 10 slew rate limit + Servo 2 - /parameters/CA_R10_SLEW/longDesc + /parameters/SIM_GZ_EC_FUNC1/values/203/description - 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. + Servo 3 - /parameters/CA_R11_SLEW/shortDesc + /parameters/SIM_GZ_EC_FUNC1/values/204/description - Motor 11 slew rate limit + Servo 4 - /parameters/CA_R11_SLEW/longDesc + /parameters/SIM_GZ_EC_FUNC1/values/205/description - 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. + Servo 5 - /parameters/CA_R1_SLEW/shortDesc + /parameters/SIM_GZ_EC_FUNC1/values/206/description - Motor 1 slew rate limit + Servo 6 - /parameters/CA_R1_SLEW/longDesc + /parameters/SIM_GZ_EC_FUNC1/values/207/description - 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. + Servo 7 - /parameters/CA_R2_SLEW/shortDesc + /parameters/SIM_GZ_EC_FUNC1/values/208/description - Motor 2 slew rate limit + Servo 8 - /parameters/CA_R2_SLEW/longDesc + /parameters/SIM_GZ_EC_FUNC1/values/301/description - 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. + Peripheral via Actuator Set 1 - /parameters/CA_R3_SLEW/shortDesc + /parameters/SIM_GZ_EC_FUNC1/values/302/description - Motor 3 slew rate limit + Peripheral via Actuator Set 2 - /parameters/CA_R3_SLEW/longDesc + /parameters/SIM_GZ_EC_FUNC1/values/303/description - 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. + Peripheral via Actuator Set 3 - /parameters/CA_R4_SLEW/shortDesc + /parameters/SIM_GZ_EC_FUNC1/values/304/description - Motor 4 slew rate limit + Peripheral via Actuator Set 4 - /parameters/CA_R4_SLEW/longDesc + /parameters/SIM_GZ_EC_FUNC1/values/305/description - 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. + Peripheral via Actuator Set 5 - /parameters/CA_R5_SLEW/shortDesc + /parameters/SIM_GZ_EC_FUNC1/values/306/description - Motor 5 slew rate limit + Peripheral via Actuator Set 6 - /parameters/CA_R5_SLEW/longDesc + /parameters/SIM_GZ_EC_FUNC1/values/400/description - 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. + Landing Gear - /parameters/CA_R6_SLEW/shortDesc + /parameters/SIM_GZ_EC_FUNC1/values/401/description - Motor 6 slew rate limit + Parachute - /parameters/CA_R6_SLEW/longDesc + /parameters/SIM_GZ_EC_FUNC1/values/402/description - 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. + RC Roll - /parameters/CA_R7_SLEW/shortDesc + /parameters/SIM_GZ_EC_FUNC1/values/403/description - Motor 7 slew rate limit + RC Pitch - /parameters/CA_R7_SLEW/longDesc + /parameters/SIM_GZ_EC_FUNC1/values/404/description - 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. + RC Throttle - /parameters/CA_R8_SLEW/shortDesc + /parameters/SIM_GZ_EC_FUNC1/values/405/description - Motor 8 slew rate limit + RC Yaw - /parameters/CA_R8_SLEW/longDesc + /parameters/SIM_GZ_EC_FUNC1/values/406/description - 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. + RC Flaps - /parameters/CA_R9_SLEW/shortDesc + /parameters/SIM_GZ_EC_FUNC1/values/407/description - Motor 9 slew rate limit + RC AUX 1 - /parameters/CA_R9_SLEW/longDesc + /parameters/SIM_GZ_EC_FUNC1/values/408/description - 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. + RC AUX 2 - /parameters/CA_ROTOR0_AX/shortDesc + /parameters/SIM_GZ_EC_FUNC1/values/409/description - Axis of rotor 0 thrust vector, X body axis component + RC AUX 3 - /parameters/CA_ROTOR0_AX/longDesc + /parameters/SIM_GZ_EC_FUNC1/values/410/description - Only the direction is considered (the vector is normalized). + RC AUX 4 - /parameters/CA_ROTOR0_AY/shortDesc + /parameters/SIM_GZ_EC_FUNC1/values/411/description - Axis of rotor 0 thrust vector, Y body axis component + RC AUX 5 - /parameters/CA_ROTOR0_AY/longDesc + /parameters/SIM_GZ_EC_FUNC1/values/412/description - Only the direction is considered (the vector is normalized). + RC AUX 6 - /parameters/CA_ROTOR0_AZ/shortDesc + /parameters/SIM_GZ_EC_FUNC1/values/420/description - Axis of rotor 0 thrust vector, Z body axis component + Gimbal Roll - /parameters/CA_ROTOR0_AZ/longDesc + /parameters/SIM_GZ_EC_FUNC1/values/421/description - Only the direction is considered (the vector is normalized). + Gimbal Pitch - /parameters/CA_ROTOR0_CT/shortDesc + /parameters/SIM_GZ_EC_FUNC1/values/422/description - Thrust coefficient of rotor 0 + Gimbal Yaw - /parameters/CA_ROTOR0_CT/longDesc + /parameters/SIM_GZ_EC_FUNC1/values/430/description - 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. + Gripper - /parameters/CA_ROTOR0_KM/shortDesc + /parameters/SIM_GZ_EC_FUNC1/values/440/description - Moment coefficient of rotor 0 + Landing Gear Wheel - /parameters/CA_ROTOR0_KM/longDesc + /parameters/SIM_GZ_EC_FUNC2/shortDesc - 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. + SIM_GZ ESC 2 Output Function - /parameters/CA_ROTOR0_PX/shortDesc + /parameters/SIM_GZ_EC_FUNC2/longDesc - Position of rotor 0 along X body axis relative to center of gravity + 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 - /parameters/CA_ROTOR0_PY/shortDesc + /parameters/SIM_GZ_EC_FUNC2/values/0/description - Position of rotor 0 along Y body axis relative to center of gravity + Disabled - /parameters/CA_ROTOR0_PZ/shortDesc + /parameters/SIM_GZ_EC_FUNC2/values/1/description - Position of rotor 0 along Z body axis relative to center of gravity + Constant Min - /parameters/CA_ROTOR0_TILT/shortDesc + /parameters/SIM_GZ_EC_FUNC2/values/2/description - Rotor 0 tilt assignment + Constant Max - /parameters/CA_ROTOR0_TILT/longDesc + /parameters/SIM_GZ_EC_FUNC2/values/101/description - If not set to None, this motor is tilted by the configured tilt servo. + Motor 1 - /parameters/CA_ROTOR0_TILT/values/0/description + /parameters/SIM_GZ_EC_FUNC2/values/102/description - None + Motor 2 - /parameters/CA_ROTOR0_TILT/values/1/description + /parameters/SIM_GZ_EC_FUNC2/values/103/description - Tilt 1 + Motor 3 - /parameters/CA_ROTOR0_TILT/values/2/description + /parameters/SIM_GZ_EC_FUNC2/values/104/description - Tilt 2 + Motor 4 - /parameters/CA_ROTOR0_TILT/values/3/description + /parameters/SIM_GZ_EC_FUNC2/values/105/description - Tilt 3 + Motor 5 - /parameters/CA_ROTOR0_TILT/values/4/description + /parameters/SIM_GZ_EC_FUNC2/values/106/description - Tilt 4 + Motor 6 - /parameters/CA_ROTOR10_AX/shortDesc + /parameters/SIM_GZ_EC_FUNC2/values/107/description - Axis of rotor 10 thrust vector, X body axis component + Motor 7 - /parameters/CA_ROTOR10_AX/longDesc + /parameters/SIM_GZ_EC_FUNC2/values/108/description - Only the direction is considered (the vector is normalized). + Motor 8 - /parameters/CA_ROTOR10_AY/shortDesc + /parameters/SIM_GZ_EC_FUNC2/values/109/description - Axis of rotor 10 thrust vector, Y body axis component + Motor 9 - /parameters/CA_ROTOR10_AY/longDesc + /parameters/SIM_GZ_EC_FUNC2/values/110/description - Only the direction is considered (the vector is normalized). + Motor 10 - /parameters/CA_ROTOR10_AZ/shortDesc + /parameters/SIM_GZ_EC_FUNC2/values/111/description - Axis of rotor 10 thrust vector, Z body axis component + Motor 11 - /parameters/CA_ROTOR10_AZ/longDesc + /parameters/SIM_GZ_EC_FUNC2/values/112/description - Only the direction is considered (the vector is normalized). + Motor 12 - /parameters/CA_ROTOR10_CT/shortDesc + /parameters/SIM_GZ_EC_FUNC2/values/201/description - Thrust coefficient of rotor 10 + Servo 1 - /parameters/CA_ROTOR10_CT/longDesc + /parameters/SIM_GZ_EC_FUNC2/values/202/description - 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. + Servo 2 - /parameters/CA_ROTOR10_KM/shortDesc + /parameters/SIM_GZ_EC_FUNC2/values/203/description - Moment coefficient of rotor 10 + Servo 3 - /parameters/CA_ROTOR10_KM/longDesc + /parameters/SIM_GZ_EC_FUNC2/values/204/description - 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. + Servo 4 - /parameters/CA_ROTOR10_PX/shortDesc + /parameters/SIM_GZ_EC_FUNC2/values/205/description - Position of rotor 10 along X body axis relative to center of gravity + Servo 5 - /parameters/CA_ROTOR10_PY/shortDesc + /parameters/SIM_GZ_EC_FUNC2/values/206/description - Position of rotor 10 along Y body axis relative to center of gravity + Servo 6 - /parameters/CA_ROTOR10_PZ/shortDesc + /parameters/SIM_GZ_EC_FUNC2/values/207/description - Position of rotor 10 along Z body axis relative to center of gravity + Servo 7 - /parameters/CA_ROTOR10_TILT/shortDesc + /parameters/SIM_GZ_EC_FUNC2/values/208/description - Rotor 10 tilt assignment + Servo 8 - /parameters/CA_ROTOR10_TILT/longDesc + /parameters/SIM_GZ_EC_FUNC2/values/301/description - If not set to None, this motor is tilted by the configured tilt servo. + Peripheral via Actuator Set 1 - /parameters/CA_ROTOR10_TILT/values/0/description + /parameters/SIM_GZ_EC_FUNC2/values/302/description - None + Peripheral via Actuator Set 2 - /parameters/CA_ROTOR10_TILT/values/1/description + /parameters/SIM_GZ_EC_FUNC2/values/303/description - Tilt 1 + Peripheral via Actuator Set 3 - /parameters/CA_ROTOR10_TILT/values/2/description + /parameters/SIM_GZ_EC_FUNC2/values/304/description - Tilt 2 + Peripheral via Actuator Set 4 - /parameters/CA_ROTOR10_TILT/values/3/description + /parameters/SIM_GZ_EC_FUNC2/values/305/description - Tilt 3 + Peripheral via Actuator Set 5 - /parameters/CA_ROTOR10_TILT/values/4/description + /parameters/SIM_GZ_EC_FUNC2/values/306/description - Tilt 4 + Peripheral via Actuator Set 6 - /parameters/CA_ROTOR11_AX/shortDesc + /parameters/SIM_GZ_EC_FUNC2/values/400/description - Axis of rotor 11 thrust vector, X body axis component + Landing Gear - /parameters/CA_ROTOR11_AX/longDesc + /parameters/SIM_GZ_EC_FUNC2/values/401/description - Only the direction is considered (the vector is normalized). + Parachute - /parameters/CA_ROTOR11_AY/shortDesc + /parameters/SIM_GZ_EC_FUNC2/values/402/description - Axis of rotor 11 thrust vector, Y body axis component + RC Roll - /parameters/CA_ROTOR11_AY/longDesc + /parameters/SIM_GZ_EC_FUNC2/values/403/description - Only the direction is considered (the vector is normalized). + RC Pitch - /parameters/CA_ROTOR11_AZ/shortDesc + /parameters/SIM_GZ_EC_FUNC2/values/404/description - Axis of rotor 11 thrust vector, Z body axis component + RC Throttle - /parameters/CA_ROTOR11_AZ/longDesc + /parameters/SIM_GZ_EC_FUNC2/values/405/description - Only the direction is considered (the vector is normalized). + RC Yaw - /parameters/CA_ROTOR11_CT/shortDesc + /parameters/SIM_GZ_EC_FUNC2/values/406/description - Thrust coefficient of rotor 11 + RC Flaps - /parameters/CA_ROTOR11_CT/longDesc + /parameters/SIM_GZ_EC_FUNC2/values/407/description - 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. + RC AUX 1 - /parameters/CA_ROTOR11_KM/shortDesc + /parameters/SIM_GZ_EC_FUNC2/values/408/description - Moment coefficient of rotor 11 + RC AUX 2 - /parameters/CA_ROTOR11_KM/longDesc + /parameters/SIM_GZ_EC_FUNC2/values/409/description - 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. + RC AUX 3 - /parameters/CA_ROTOR11_PX/shortDesc + /parameters/SIM_GZ_EC_FUNC2/values/410/description - Position of rotor 11 along X body axis relative to center of gravity + RC AUX 4 - /parameters/CA_ROTOR11_PY/shortDesc + /parameters/SIM_GZ_EC_FUNC2/values/411/description - Position of rotor 11 along Y body axis relative to center of gravity + RC AUX 5 - /parameters/CA_ROTOR11_PZ/shortDesc + /parameters/SIM_GZ_EC_FUNC2/values/412/description - Position of rotor 11 along Z body axis relative to center of gravity + RC AUX 6 - /parameters/CA_ROTOR11_TILT/shortDesc + /parameters/SIM_GZ_EC_FUNC2/values/420/description - Rotor 11 tilt assignment + Gimbal Roll - /parameters/CA_ROTOR11_TILT/longDesc + /parameters/SIM_GZ_EC_FUNC2/values/421/description - If not set to None, this motor is tilted by the configured tilt servo. + Gimbal Pitch - /parameters/CA_ROTOR11_TILT/values/0/description + /parameters/SIM_GZ_EC_FUNC2/values/422/description - None + Gimbal Yaw - /parameters/CA_ROTOR11_TILT/values/1/description + /parameters/SIM_GZ_EC_FUNC2/values/430/description - Tilt 1 + Gripper - /parameters/CA_ROTOR11_TILT/values/2/description + /parameters/SIM_GZ_EC_FUNC2/values/440/description - Tilt 2 + Landing Gear Wheel - /parameters/CA_ROTOR11_TILT/values/3/description + /parameters/SIM_GZ_EC_FUNC3/shortDesc - Tilt 3 + SIM_GZ ESC 3 Output Function - /parameters/CA_ROTOR11_TILT/values/4/description + /parameters/SIM_GZ_EC_FUNC3/longDesc - Tilt 4 + 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 - /parameters/CA_ROTOR1_AX/shortDesc + /parameters/SIM_GZ_EC_FUNC3/values/0/description - Axis of rotor 1 thrust vector, X body axis component + Disabled - /parameters/CA_ROTOR1_AX/longDesc + /parameters/SIM_GZ_EC_FUNC3/values/1/description - Only the direction is considered (the vector is normalized). + Constant Min - /parameters/CA_ROTOR1_AY/shortDesc + /parameters/SIM_GZ_EC_FUNC3/values/2/description - Axis of rotor 1 thrust vector, Y body axis component + Constant Max - /parameters/CA_ROTOR1_AY/longDesc + /parameters/SIM_GZ_EC_FUNC3/values/101/description - Only the direction is considered (the vector is normalized). + Motor 1 - /parameters/CA_ROTOR1_AZ/shortDesc + /parameters/SIM_GZ_EC_FUNC3/values/102/description - Axis of rotor 1 thrust vector, Z body axis component + Motor 2 - /parameters/CA_ROTOR1_AZ/longDesc + /parameters/SIM_GZ_EC_FUNC3/values/103/description - Only the direction is considered (the vector is normalized). + Motor 3 - /parameters/CA_ROTOR1_CT/shortDesc + /parameters/SIM_GZ_EC_FUNC3/values/104/description - Thrust coefficient of rotor 1 + Motor 4 - /parameters/CA_ROTOR1_CT/longDesc + /parameters/SIM_GZ_EC_FUNC3/values/105/description - 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. + Motor 5 - /parameters/CA_ROTOR1_KM/shortDesc + /parameters/SIM_GZ_EC_FUNC3/values/106/description - Moment coefficient of rotor 1 + Motor 6 - /parameters/CA_ROTOR1_KM/longDesc + /parameters/SIM_GZ_EC_FUNC3/values/107/description - 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. + Motor 7 - /parameters/CA_ROTOR1_PX/shortDesc + /parameters/SIM_GZ_EC_FUNC3/values/108/description - Position of rotor 1 along X body axis relative to center of gravity + Motor 8 - /parameters/CA_ROTOR1_PY/shortDesc + /parameters/SIM_GZ_EC_FUNC3/values/109/description - Position of rotor 1 along Y body axis relative to center of gravity + Motor 9 - /parameters/CA_ROTOR1_PZ/shortDesc + /parameters/SIM_GZ_EC_FUNC3/values/110/description - Position of rotor 1 along Z body axis relative to center of gravity + Motor 10 - /parameters/CA_ROTOR1_TILT/shortDesc + /parameters/SIM_GZ_EC_FUNC3/values/111/description - Rotor 1 tilt assignment + Motor 11 - /parameters/CA_ROTOR1_TILT/longDesc + /parameters/SIM_GZ_EC_FUNC3/values/112/description - If not set to None, this motor is tilted by the configured tilt servo. + Motor 12 - /parameters/CA_ROTOR1_TILT/values/0/description + /parameters/SIM_GZ_EC_FUNC3/values/201/description - None + Servo 1 - /parameters/CA_ROTOR1_TILT/values/1/description + /parameters/SIM_GZ_EC_FUNC3/values/202/description - Tilt 1 + Servo 2 - /parameters/CA_ROTOR1_TILT/values/2/description + /parameters/SIM_GZ_EC_FUNC3/values/203/description - Tilt 2 + Servo 3 - /parameters/CA_ROTOR1_TILT/values/3/description + /parameters/SIM_GZ_EC_FUNC3/values/204/description - Tilt 3 + Servo 4 - /parameters/CA_ROTOR1_TILT/values/4/description + /parameters/SIM_GZ_EC_FUNC3/values/205/description - Tilt 4 + Servo 5 - /parameters/CA_ROTOR2_AX/shortDesc + /parameters/SIM_GZ_EC_FUNC3/values/206/description - Axis of rotor 2 thrust vector, X body axis component + Servo 6 - /parameters/CA_ROTOR2_AX/longDesc + /parameters/SIM_GZ_EC_FUNC3/values/207/description - Only the direction is considered (the vector is normalized). + Servo 7 - /parameters/CA_ROTOR2_AY/shortDesc + /parameters/SIM_GZ_EC_FUNC3/values/208/description - Axis of rotor 2 thrust vector, Y body axis component + Servo 8 - /parameters/CA_ROTOR2_AY/longDesc + /parameters/SIM_GZ_EC_FUNC3/values/301/description - Only the direction is considered (the vector is normalized). + Peripheral via Actuator Set 1 - /parameters/CA_ROTOR2_AZ/shortDesc + /parameters/SIM_GZ_EC_FUNC3/values/302/description - Axis of rotor 2 thrust vector, Z body axis component + Peripheral via Actuator Set 2 - /parameters/CA_ROTOR2_AZ/longDesc + /parameters/SIM_GZ_EC_FUNC3/values/303/description - Only the direction is considered (the vector is normalized). + Peripheral via Actuator Set 3 - /parameters/CA_ROTOR2_CT/shortDesc + /parameters/SIM_GZ_EC_FUNC3/values/304/description - Thrust coefficient of rotor 2 + Peripheral via Actuator Set 4 - /parameters/CA_ROTOR2_CT/longDesc + /parameters/SIM_GZ_EC_FUNC3/values/305/description - 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. + Peripheral via Actuator Set 5 - /parameters/CA_ROTOR2_KM/shortDesc + /parameters/SIM_GZ_EC_FUNC3/values/306/description - Moment coefficient of rotor 2 + Peripheral via Actuator Set 6 - /parameters/CA_ROTOR2_KM/longDesc + /parameters/SIM_GZ_EC_FUNC3/values/400/description - 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. + Landing Gear - /parameters/CA_ROTOR2_PX/shortDesc + /parameters/SIM_GZ_EC_FUNC3/values/401/description - Position of rotor 2 along X body axis relative to center of gravity + Parachute - /parameters/CA_ROTOR2_PY/shortDesc + /parameters/SIM_GZ_EC_FUNC3/values/402/description - Position of rotor 2 along Y body axis relative to center of gravity + RC Roll - /parameters/CA_ROTOR2_PZ/shortDesc + /parameters/SIM_GZ_EC_FUNC3/values/403/description - Position of rotor 2 along Z body axis relative to center of gravity + RC Pitch - /parameters/CA_ROTOR2_TILT/shortDesc + /parameters/SIM_GZ_EC_FUNC3/values/404/description - Rotor 2 tilt assignment + RC Throttle - /parameters/CA_ROTOR2_TILT/longDesc + /parameters/SIM_GZ_EC_FUNC3/values/405/description - If not set to None, this motor is tilted by the configured tilt servo. + RC Yaw - /parameters/CA_ROTOR2_TILT/values/0/description + /parameters/SIM_GZ_EC_FUNC3/values/406/description - None + RC Flaps - /parameters/CA_ROTOR2_TILT/values/1/description + /parameters/SIM_GZ_EC_FUNC3/values/407/description - Tilt 1 + RC AUX 1 - /parameters/CA_ROTOR2_TILT/values/2/description + /parameters/SIM_GZ_EC_FUNC3/values/408/description - Tilt 2 + RC AUX 2 - /parameters/CA_ROTOR2_TILT/values/3/description + /parameters/SIM_GZ_EC_FUNC3/values/409/description - Tilt 3 + RC AUX 3 - /parameters/CA_ROTOR2_TILT/values/4/description + /parameters/SIM_GZ_EC_FUNC3/values/410/description - Tilt 4 + RC AUX 4 - /parameters/CA_ROTOR3_AX/shortDesc + /parameters/SIM_GZ_EC_FUNC3/values/411/description - Axis of rotor 3 thrust vector, X body axis component + RC AUX 5 - /parameters/CA_ROTOR3_AX/longDesc + /parameters/SIM_GZ_EC_FUNC3/values/412/description - Only the direction is considered (the vector is normalized). + RC AUX 6 - /parameters/CA_ROTOR3_AY/shortDesc + /parameters/SIM_GZ_EC_FUNC3/values/420/description - Axis of rotor 3 thrust vector, Y body axis component + Gimbal Roll - /parameters/CA_ROTOR3_AY/longDesc + /parameters/SIM_GZ_EC_FUNC3/values/421/description - Only the direction is considered (the vector is normalized). + Gimbal Pitch - /parameters/CA_ROTOR3_AZ/shortDesc + /parameters/SIM_GZ_EC_FUNC3/values/422/description - Axis of rotor 3 thrust vector, Z body axis component + Gimbal Yaw - /parameters/CA_ROTOR3_AZ/longDesc + /parameters/SIM_GZ_EC_FUNC3/values/430/description - Only the direction is considered (the vector is normalized). + Gripper - /parameters/CA_ROTOR3_CT/shortDesc + /parameters/SIM_GZ_EC_FUNC3/values/440/description - Thrust coefficient of rotor 3 + Landing Gear Wheel - /parameters/CA_ROTOR3_CT/longDesc + /parameters/SIM_GZ_EC_FUNC4/shortDesc - 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. + SIM_GZ ESC 4 Output Function - /parameters/CA_ROTOR3_KM/shortDesc + /parameters/SIM_GZ_EC_FUNC4/longDesc - Moment coefficient of rotor 3 + 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 - /parameters/CA_ROTOR3_KM/longDesc + /parameters/SIM_GZ_EC_FUNC4/values/0/description - 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. + Disabled - /parameters/CA_ROTOR3_PX/shortDesc + /parameters/SIM_GZ_EC_FUNC4/values/1/description - Position of rotor 3 along X body axis relative to center of gravity + Constant Min - /parameters/CA_ROTOR3_PY/shortDesc + /parameters/SIM_GZ_EC_FUNC4/values/2/description - Position of rotor 3 along Y body axis relative to center of gravity + Constant Max - /parameters/CA_ROTOR3_PZ/shortDesc + /parameters/SIM_GZ_EC_FUNC4/values/101/description - Position of rotor 3 along Z body axis relative to center of gravity + Motor 1 - /parameters/CA_ROTOR3_TILT/shortDesc + /parameters/SIM_GZ_EC_FUNC4/values/102/description - Rotor 3 tilt assignment + Motor 2 - /parameters/CA_ROTOR3_TILT/longDesc + /parameters/SIM_GZ_EC_FUNC4/values/103/description - If not set to None, this motor is tilted by the configured tilt servo. + Motor 3 - /parameters/CA_ROTOR3_TILT/values/0/description + /parameters/SIM_GZ_EC_FUNC4/values/104/description - None + Motor 4 - /parameters/CA_ROTOR3_TILT/values/1/description + /parameters/SIM_GZ_EC_FUNC4/values/105/description - Tilt 1 + Motor 5 - /parameters/CA_ROTOR3_TILT/values/2/description + /parameters/SIM_GZ_EC_FUNC4/values/106/description - Tilt 2 + Motor 6 - /parameters/CA_ROTOR3_TILT/values/3/description + /parameters/SIM_GZ_EC_FUNC4/values/107/description - Tilt 3 + Motor 7 - /parameters/CA_ROTOR3_TILT/values/4/description + /parameters/SIM_GZ_EC_FUNC4/values/108/description - Tilt 4 + Motor 8 - /parameters/CA_ROTOR4_AX/shortDesc + /parameters/SIM_GZ_EC_FUNC4/values/109/description - Axis of rotor 4 thrust vector, X body axis component + Motor 9 - /parameters/CA_ROTOR4_AX/longDesc + /parameters/SIM_GZ_EC_FUNC4/values/110/description - Only the direction is considered (the vector is normalized). + Motor 10 - /parameters/CA_ROTOR4_AY/shortDesc + /parameters/SIM_GZ_EC_FUNC4/values/111/description - Axis of rotor 4 thrust vector, Y body axis component + Motor 11 - /parameters/CA_ROTOR4_AY/longDesc + /parameters/SIM_GZ_EC_FUNC4/values/112/description - Only the direction is considered (the vector is normalized). + Motor 12 - /parameters/CA_ROTOR4_AZ/shortDesc + /parameters/SIM_GZ_EC_FUNC4/values/201/description - Axis of rotor 4 thrust vector, Z body axis component + Servo 1 - /parameters/CA_ROTOR4_AZ/longDesc + /parameters/SIM_GZ_EC_FUNC4/values/202/description - Only the direction is considered (the vector is normalized). + Servo 2 - /parameters/CA_ROTOR4_CT/shortDesc + /parameters/SIM_GZ_EC_FUNC4/values/203/description - Thrust coefficient of rotor 4 + Servo 3 - /parameters/CA_ROTOR4_CT/longDesc + /parameters/SIM_GZ_EC_FUNC4/values/204/description - 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. + Servo 4 - /parameters/CA_ROTOR4_KM/shortDesc + /parameters/SIM_GZ_EC_FUNC4/values/205/description - Moment coefficient of rotor 4 + Servo 5 - /parameters/CA_ROTOR4_KM/longDesc + /parameters/SIM_GZ_EC_FUNC4/values/206/description - 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. + Servo 6 - /parameters/CA_ROTOR4_PX/shortDesc + /parameters/SIM_GZ_EC_FUNC4/values/207/description - Position of rotor 4 along X body axis relative to center of gravity + Servo 7 - /parameters/CA_ROTOR4_PY/shortDesc + /parameters/SIM_GZ_EC_FUNC4/values/208/description - Position of rotor 4 along Y body axis relative to center of gravity + Servo 8 - /parameters/CA_ROTOR4_PZ/shortDesc + /parameters/SIM_GZ_EC_FUNC4/values/301/description - Position of rotor 4 along Z body axis relative to center of gravity + Peripheral via Actuator Set 1 - /parameters/CA_ROTOR4_TILT/shortDesc + /parameters/SIM_GZ_EC_FUNC4/values/302/description - Rotor 4 tilt assignment + Peripheral via Actuator Set 2 - /parameters/CA_ROTOR4_TILT/longDesc + /parameters/SIM_GZ_EC_FUNC4/values/303/description - If not set to None, this motor is tilted by the configured tilt servo. + Peripheral via Actuator Set 3 - /parameters/CA_ROTOR4_TILT/values/0/description + /parameters/SIM_GZ_EC_FUNC4/values/304/description - None + Peripheral via Actuator Set 4 - /parameters/CA_ROTOR4_TILT/values/1/description + /parameters/SIM_GZ_EC_FUNC4/values/305/description - Tilt 1 + Peripheral via Actuator Set 5 - /parameters/CA_ROTOR4_TILT/values/2/description + /parameters/SIM_GZ_EC_FUNC4/values/306/description - Tilt 2 + Peripheral via Actuator Set 6 - /parameters/CA_ROTOR4_TILT/values/3/description + /parameters/SIM_GZ_EC_FUNC4/values/400/description - Tilt 3 + Landing Gear - /parameters/CA_ROTOR4_TILT/values/4/description + /parameters/SIM_GZ_EC_FUNC4/values/401/description - Tilt 4 + Parachute - /parameters/CA_ROTOR5_AX/shortDesc + /parameters/SIM_GZ_EC_FUNC4/values/402/description - Axis of rotor 5 thrust vector, X body axis component + RC Roll - /parameters/CA_ROTOR5_AX/longDesc + /parameters/SIM_GZ_EC_FUNC4/values/403/description - Only the direction is considered (the vector is normalized). + RC Pitch - /parameters/CA_ROTOR5_AY/shortDesc + /parameters/SIM_GZ_EC_FUNC4/values/404/description - Axis of rotor 5 thrust vector, Y body axis component + RC Throttle - /parameters/CA_ROTOR5_AY/longDesc + /parameters/SIM_GZ_EC_FUNC4/values/405/description - Only the direction is considered (the vector is normalized). + RC Yaw - /parameters/CA_ROTOR5_AZ/shortDesc + /parameters/SIM_GZ_EC_FUNC4/values/406/description - Axis of rotor 5 thrust vector, Z body axis component + RC Flaps - /parameters/CA_ROTOR5_AZ/longDesc + /parameters/SIM_GZ_EC_FUNC4/values/407/description - Only the direction is considered (the vector is normalized). + RC AUX 1 - /parameters/CA_ROTOR5_CT/shortDesc + /parameters/SIM_GZ_EC_FUNC4/values/408/description - Thrust coefficient of rotor 5 + RC AUX 2 - /parameters/CA_ROTOR5_CT/longDesc + /parameters/SIM_GZ_EC_FUNC4/values/409/description - 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. + RC AUX 3 - /parameters/CA_ROTOR5_KM/shortDesc + /parameters/SIM_GZ_EC_FUNC4/values/410/description - Moment coefficient of rotor 5 + RC AUX 4 - /parameters/CA_ROTOR5_KM/longDesc + /parameters/SIM_GZ_EC_FUNC4/values/411/description - 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. + RC AUX 5 - /parameters/CA_ROTOR5_PX/shortDesc + /parameters/SIM_GZ_EC_FUNC4/values/412/description - Position of rotor 5 along X body axis relative to center of gravity + RC AUX 6 - /parameters/CA_ROTOR5_PY/shortDesc + /parameters/SIM_GZ_EC_FUNC4/values/420/description - Position of rotor 5 along Y body axis relative to center of gravity + Gimbal Roll - /parameters/CA_ROTOR5_PZ/shortDesc + /parameters/SIM_GZ_EC_FUNC4/values/421/description - Position of rotor 5 along Z body axis relative to center of gravity + Gimbal Pitch - /parameters/CA_ROTOR5_TILT/shortDesc + /parameters/SIM_GZ_EC_FUNC4/values/422/description - Rotor 5 tilt assignment + Gimbal Yaw - /parameters/CA_ROTOR5_TILT/longDesc + /parameters/SIM_GZ_EC_FUNC4/values/430/description - If not set to None, this motor is tilted by the configured tilt servo. + Gripper - /parameters/CA_ROTOR5_TILT/values/0/description + /parameters/SIM_GZ_EC_FUNC4/values/440/description - None + Landing Gear Wheel - /parameters/CA_ROTOR5_TILT/values/1/description + /parameters/SIM_GZ_EC_FUNC5/shortDesc - Tilt 1 + SIM_GZ ESC 5 Output Function - /parameters/CA_ROTOR5_TILT/values/2/description + /parameters/SIM_GZ_EC_FUNC5/longDesc - Tilt 2 + 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/CA_ROTOR5_TILT/values/3/description + /parameters/SIM_GZ_EC_FUNC5/values/0/description - Tilt 3 + Disabled - /parameters/CA_ROTOR5_TILT/values/4/description + /parameters/SIM_GZ_EC_FUNC5/values/1/description - Tilt 4 + Constant Min - /parameters/CA_ROTOR6_AX/shortDesc + /parameters/SIM_GZ_EC_FUNC5/values/2/description - Axis of rotor 6 thrust vector, X body axis component + Constant Max - /parameters/CA_ROTOR6_AX/longDesc + /parameters/SIM_GZ_EC_FUNC5/values/101/description - Only the direction is considered (the vector is normalized). + Motor 1 - /parameters/CA_ROTOR6_AY/shortDesc + /parameters/SIM_GZ_EC_FUNC5/values/102/description - Axis of rotor 6 thrust vector, Y body axis component + Motor 2 - /parameters/CA_ROTOR6_AY/longDesc + /parameters/SIM_GZ_EC_FUNC5/values/103/description - Only the direction is considered (the vector is normalized). + Motor 3 - /parameters/CA_ROTOR6_AZ/shortDesc + /parameters/SIM_GZ_EC_FUNC5/values/104/description - Axis of rotor 6 thrust vector, Z body axis component + Motor 4 - /parameters/CA_ROTOR6_AZ/longDesc + /parameters/SIM_GZ_EC_FUNC5/values/105/description - Only the direction is considered (the vector is normalized). + Motor 5 - /parameters/CA_ROTOR6_CT/shortDesc + /parameters/SIM_GZ_EC_FUNC5/values/106/description - Thrust coefficient of rotor 6 + Motor 6 - /parameters/CA_ROTOR6_CT/longDesc + /parameters/SIM_GZ_EC_FUNC5/values/107/description - 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. + Motor 7 - /parameters/CA_ROTOR6_KM/shortDesc + /parameters/SIM_GZ_EC_FUNC5/values/108/description - Moment coefficient of rotor 6 + Motor 8 - /parameters/CA_ROTOR6_KM/longDesc + /parameters/SIM_GZ_EC_FUNC5/values/109/description - 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. + Motor 9 - /parameters/CA_ROTOR6_PX/shortDesc + /parameters/SIM_GZ_EC_FUNC5/values/110/description - Position of rotor 6 along X body axis relative to center of gravity + Motor 10 - /parameters/CA_ROTOR6_PY/shortDesc + /parameters/SIM_GZ_EC_FUNC5/values/111/description - Position of rotor 6 along Y body axis relative to center of gravity + Motor 11 - /parameters/CA_ROTOR6_PZ/shortDesc + /parameters/SIM_GZ_EC_FUNC5/values/112/description - Position of rotor 6 along Z body axis relative to center of gravity + Motor 12 - /parameters/CA_ROTOR6_TILT/shortDesc + /parameters/SIM_GZ_EC_FUNC5/values/201/description - Rotor 6 tilt assignment + Servo 1 - /parameters/CA_ROTOR6_TILT/longDesc + /parameters/SIM_GZ_EC_FUNC5/values/202/description - If not set to None, this motor is tilted by the configured tilt servo. + Servo 2 - /parameters/CA_ROTOR6_TILT/values/0/description + /parameters/SIM_GZ_EC_FUNC5/values/203/description - None + Servo 3 - /parameters/CA_ROTOR6_TILT/values/1/description + /parameters/SIM_GZ_EC_FUNC5/values/204/description - Tilt 1 + Servo 4 - /parameters/CA_ROTOR6_TILT/values/2/description + /parameters/SIM_GZ_EC_FUNC5/values/205/description - Tilt 2 + Servo 5 - /parameters/CA_ROTOR6_TILT/values/3/description + /parameters/SIM_GZ_EC_FUNC5/values/206/description - Tilt 3 + Servo 6 - /parameters/CA_ROTOR6_TILT/values/4/description + /parameters/SIM_GZ_EC_FUNC5/values/207/description - Tilt 4 + Servo 7 - /parameters/CA_ROTOR7_AX/shortDesc + /parameters/SIM_GZ_EC_FUNC5/values/208/description - Axis of rotor 7 thrust vector, X body axis component + Servo 8 - /parameters/CA_ROTOR7_AX/longDesc + /parameters/SIM_GZ_EC_FUNC5/values/301/description - Only the direction is considered (the vector is normalized). + Peripheral via Actuator Set 1 - /parameters/CA_ROTOR7_AY/shortDesc + /parameters/SIM_GZ_EC_FUNC5/values/302/description - Axis of rotor 7 thrust vector, Y body axis component + Peripheral via Actuator Set 2 - /parameters/CA_ROTOR7_AY/longDesc + /parameters/SIM_GZ_EC_FUNC5/values/303/description - Only the direction is considered (the vector is normalized). + Peripheral via Actuator Set 3 - /parameters/CA_ROTOR7_AZ/shortDesc + /parameters/SIM_GZ_EC_FUNC5/values/304/description - Axis of rotor 7 thrust vector, Z body axis component + Peripheral via Actuator Set 4 - /parameters/CA_ROTOR7_AZ/longDesc + /parameters/SIM_GZ_EC_FUNC5/values/305/description - Only the direction is considered (the vector is normalized). + Peripheral via Actuator Set 5 - /parameters/CA_ROTOR7_CT/shortDesc + /parameters/SIM_GZ_EC_FUNC5/values/306/description - Thrust coefficient of rotor 7 + Peripheral via Actuator Set 6 - /parameters/CA_ROTOR7_CT/longDesc + /parameters/SIM_GZ_EC_FUNC5/values/400/description - 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. + Landing Gear - /parameters/CA_ROTOR7_KM/shortDesc + /parameters/SIM_GZ_EC_FUNC5/values/401/description - Moment coefficient of rotor 7 + Parachute - /parameters/CA_ROTOR7_KM/longDesc + /parameters/SIM_GZ_EC_FUNC5/values/402/description - 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. + RC Roll - /parameters/CA_ROTOR7_PX/shortDesc + /parameters/SIM_GZ_EC_FUNC5/values/403/description - Position of rotor 7 along X body axis relative to center of gravity + RC Pitch - /parameters/CA_ROTOR7_PY/shortDesc + /parameters/SIM_GZ_EC_FUNC5/values/404/description - Position of rotor 7 along Y body axis relative to center of gravity + RC Throttle - /parameters/CA_ROTOR7_PZ/shortDesc + /parameters/SIM_GZ_EC_FUNC5/values/405/description - Position of rotor 7 along Z body axis relative to center of gravity + RC Yaw - /parameters/CA_ROTOR7_TILT/shortDesc + /parameters/SIM_GZ_EC_FUNC5/values/406/description - Rotor 7 tilt assignment + RC Flaps - /parameters/CA_ROTOR7_TILT/longDesc + /parameters/SIM_GZ_EC_FUNC5/values/407/description - If not set to None, this motor is tilted by the configured tilt servo. + RC AUX 1 - /parameters/CA_ROTOR7_TILT/values/0/description + /parameters/SIM_GZ_EC_FUNC5/values/408/description - None + RC AUX 2 - /parameters/CA_ROTOR7_TILT/values/1/description + /parameters/SIM_GZ_EC_FUNC5/values/409/description - Tilt 1 + RC AUX 3 - /parameters/CA_ROTOR7_TILT/values/2/description + /parameters/SIM_GZ_EC_FUNC5/values/410/description - Tilt 2 + RC AUX 4 - /parameters/CA_ROTOR7_TILT/values/3/description + /parameters/SIM_GZ_EC_FUNC5/values/411/description - Tilt 3 + RC AUX 5 - /parameters/CA_ROTOR7_TILT/values/4/description + /parameters/SIM_GZ_EC_FUNC5/values/412/description - Tilt 4 + RC AUX 6 - /parameters/CA_ROTOR8_AX/shortDesc + /parameters/SIM_GZ_EC_FUNC5/values/420/description - Axis of rotor 8 thrust vector, X body axis component + Gimbal Roll - /parameters/CA_ROTOR8_AX/longDesc + /parameters/SIM_GZ_EC_FUNC5/values/421/description - Only the direction is considered (the vector is normalized). + Gimbal Pitch - /parameters/CA_ROTOR8_AY/shortDesc + /parameters/SIM_GZ_EC_FUNC5/values/422/description - Axis of rotor 8 thrust vector, Y body axis component + Gimbal Yaw - /parameters/CA_ROTOR8_AY/longDesc + /parameters/SIM_GZ_EC_FUNC5/values/430/description - Only the direction is considered (the vector is normalized). + Gripper - /parameters/CA_ROTOR8_AZ/shortDesc + /parameters/SIM_GZ_EC_FUNC5/values/440/description - Axis of rotor 8 thrust vector, Z body axis component + Landing Gear Wheel - /parameters/CA_ROTOR8_AZ/longDesc + /parameters/SIM_GZ_EC_FUNC6/shortDesc - Only the direction is considered (the vector is normalized). + SIM_GZ ESC 6 Output Function - /parameters/CA_ROTOR8_CT/shortDesc + /parameters/SIM_GZ_EC_FUNC6/longDesc - Thrust coefficient of rotor 8 + 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 - /parameters/CA_ROTOR8_CT/longDesc + /parameters/SIM_GZ_EC_FUNC6/values/0/description - 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. + Disabled - /parameters/CA_ROTOR8_KM/shortDesc + /parameters/SIM_GZ_EC_FUNC6/values/1/description - Moment coefficient of rotor 8 + Constant Min - /parameters/CA_ROTOR8_KM/longDesc + /parameters/SIM_GZ_EC_FUNC6/values/2/description - 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. + Constant Max - /parameters/CA_ROTOR8_PX/shortDesc + /parameters/SIM_GZ_EC_FUNC6/values/101/description - Position of rotor 8 along X body axis relative to center of gravity + Motor 1 - /parameters/CA_ROTOR8_PY/shortDesc + /parameters/SIM_GZ_EC_FUNC6/values/102/description - Position of rotor 8 along Y body axis relative to center of gravity + Motor 2 - /parameters/CA_ROTOR8_PZ/shortDesc + /parameters/SIM_GZ_EC_FUNC6/values/103/description - Position of rotor 8 along Z body axis relative to center of gravity + Motor 3 - /parameters/CA_ROTOR8_TILT/shortDesc + /parameters/SIM_GZ_EC_FUNC6/values/104/description - Rotor 8 tilt assignment + Motor 4 - /parameters/CA_ROTOR8_TILT/longDesc + /parameters/SIM_GZ_EC_FUNC6/values/105/description - If not set to None, this motor is tilted by the configured tilt servo. + Motor 5 - /parameters/CA_ROTOR8_TILT/values/0/description + /parameters/SIM_GZ_EC_FUNC6/values/106/description - None + Motor 6 - /parameters/CA_ROTOR8_TILT/values/1/description + /parameters/SIM_GZ_EC_FUNC6/values/107/description - Tilt 1 + Motor 7 - /parameters/CA_ROTOR8_TILT/values/2/description + /parameters/SIM_GZ_EC_FUNC6/values/108/description - Tilt 2 + Motor 8 - /parameters/CA_ROTOR8_TILT/values/3/description + /parameters/SIM_GZ_EC_FUNC6/values/109/description - Tilt 3 + Motor 9 - /parameters/CA_ROTOR8_TILT/values/4/description + /parameters/SIM_GZ_EC_FUNC6/values/110/description - Tilt 4 + Motor 10 - /parameters/CA_ROTOR9_AX/shortDesc + /parameters/SIM_GZ_EC_FUNC6/values/111/description - Axis of rotor 9 thrust vector, X body axis component + Motor 11 - /parameters/CA_ROTOR9_AX/longDesc + /parameters/SIM_GZ_EC_FUNC6/values/112/description - Only the direction is considered (the vector is normalized). + Motor 12 - /parameters/CA_ROTOR9_AY/shortDesc + /parameters/SIM_GZ_EC_FUNC6/values/201/description - Axis of rotor 9 thrust vector, Y body axis component + Servo 1 - /parameters/CA_ROTOR9_AY/longDesc + /parameters/SIM_GZ_EC_FUNC6/values/202/description - Only the direction is considered (the vector is normalized). + Servo 2 - /parameters/CA_ROTOR9_AZ/shortDesc + /parameters/SIM_GZ_EC_FUNC6/values/203/description - Axis of rotor 9 thrust vector, Z body axis component + Servo 3 - /parameters/CA_ROTOR9_AZ/longDesc + /parameters/SIM_GZ_EC_FUNC6/values/204/description - Only the direction is considered (the vector is normalized). + Servo 4 - /parameters/CA_ROTOR9_CT/shortDesc + /parameters/SIM_GZ_EC_FUNC6/values/205/description - Thrust coefficient of rotor 9 + Servo 5 - /parameters/CA_ROTOR9_CT/longDesc + /parameters/SIM_GZ_EC_FUNC6/values/206/description - 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. + Servo 6 - /parameters/CA_ROTOR9_KM/shortDesc + /parameters/SIM_GZ_EC_FUNC6/values/207/description - Moment coefficient of rotor 9 + Servo 7 - /parameters/CA_ROTOR9_KM/longDesc + /parameters/SIM_GZ_EC_FUNC6/values/208/description - 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. + Servo 8 - /parameters/CA_ROTOR9_PX/shortDesc + /parameters/SIM_GZ_EC_FUNC6/values/301/description - Position of rotor 9 along X body axis relative to center of gravity + Peripheral via Actuator Set 1 - /parameters/CA_ROTOR9_PY/shortDesc + /parameters/SIM_GZ_EC_FUNC6/values/302/description - Position of rotor 9 along Y body axis relative to center of gravity + Peripheral via Actuator Set 2 - /parameters/CA_ROTOR9_PZ/shortDesc + /parameters/SIM_GZ_EC_FUNC6/values/303/description - Position of rotor 9 along Z body axis relative to center of gravity + Peripheral via Actuator Set 3 - /parameters/CA_ROTOR9_TILT/shortDesc + /parameters/SIM_GZ_EC_FUNC6/values/304/description - Rotor 9 tilt assignment + Peripheral via Actuator Set 4 - /parameters/CA_ROTOR9_TILT/longDesc + /parameters/SIM_GZ_EC_FUNC6/values/305/description - If not set to None, this motor is tilted by the configured tilt servo. + Peripheral via Actuator Set 5 - /parameters/CA_ROTOR9_TILT/values/0/description + /parameters/SIM_GZ_EC_FUNC6/values/306/description - None + Peripheral via Actuator Set 6 - /parameters/CA_ROTOR9_TILT/values/1/description + /parameters/SIM_GZ_EC_FUNC6/values/400/description - Tilt 1 + Landing Gear - /parameters/CA_ROTOR9_TILT/values/2/description + /parameters/SIM_GZ_EC_FUNC6/values/401/description - Tilt 2 + Parachute - /parameters/CA_ROTOR9_TILT/values/3/description + /parameters/SIM_GZ_EC_FUNC6/values/402/description - Tilt 3 + RC Roll - /parameters/CA_ROTOR9_TILT/values/4/description + /parameters/SIM_GZ_EC_FUNC6/values/403/description - Tilt 4 + RC Pitch - /parameters/CA_ROTOR_COUNT/shortDesc + /parameters/SIM_GZ_EC_FUNC6/values/404/description - Total number of rotors + RC Throttle - /parameters/CA_ROTOR_COUNT/values/0/description + /parameters/SIM_GZ_EC_FUNC6/values/405/description - 0 + RC Yaw - /parameters/CA_ROTOR_COUNT/values/1/description + /parameters/SIM_GZ_EC_FUNC6/values/406/description - 1 + RC Flaps - /parameters/CA_ROTOR_COUNT/values/2/description + /parameters/SIM_GZ_EC_FUNC6/values/407/description - 2 + RC AUX 1 - /parameters/CA_ROTOR_COUNT/values/3/description + /parameters/SIM_GZ_EC_FUNC6/values/408/description - 3 + RC AUX 2 - /parameters/CA_ROTOR_COUNT/values/4/description + /parameters/SIM_GZ_EC_FUNC6/values/409/description - 4 + RC AUX 3 - /parameters/CA_ROTOR_COUNT/values/5/description + /parameters/SIM_GZ_EC_FUNC6/values/410/description - 5 + RC AUX 4 - /parameters/CA_ROTOR_COUNT/values/6/description + /parameters/SIM_GZ_EC_FUNC6/values/411/description - 6 + RC AUX 5 - /parameters/CA_ROTOR_COUNT/values/7/description + /parameters/SIM_GZ_EC_FUNC6/values/412/description - 7 + RC AUX 6 - /parameters/CA_ROTOR_COUNT/values/8/description + /parameters/SIM_GZ_EC_FUNC6/values/420/description - 8 + Gimbal Roll - /parameters/CA_ROTOR_COUNT/values/9/description + /parameters/SIM_GZ_EC_FUNC6/values/421/description - 9 + Gimbal Pitch - /parameters/CA_ROTOR_COUNT/values/10/description + /parameters/SIM_GZ_EC_FUNC6/values/422/description - 10 + Gimbal Yaw - /parameters/CA_ROTOR_COUNT/values/11/description + /parameters/SIM_GZ_EC_FUNC6/values/430/description - 11 + Gripper - /parameters/CA_ROTOR_COUNT/values/12/description + /parameters/SIM_GZ_EC_FUNC6/values/440/description - 12 + Landing Gear Wheel - /parameters/CA_R_REV/shortDesc + /parameters/SIM_GZ_EC_FUNC7/shortDesc - Bidirectional/Reversible motors + SIM_GZ ESC 7 Output Function - /parameters/CA_R_REV/longDesc + /parameters/SIM_GZ_EC_FUNC7/longDesc - Configure motors to be bidirectional/reversible. Note that the output driver needs to support this as well. + 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 - /parameters/CA_R_REV/bitmask/0/description + /parameters/SIM_GZ_EC_FUNC7/values/0/description + + Disabled + + + + /parameters/SIM_GZ_EC_FUNC7/values/1/description + + Constant Min + + + + /parameters/SIM_GZ_EC_FUNC7/values/2/description + + Constant Max + + + + /parameters/SIM_GZ_EC_FUNC7/values/101/description Motor 1 - /parameters/CA_R_REV/bitmask/1/description + /parameters/SIM_GZ_EC_FUNC7/values/102/description Motor 2 - /parameters/CA_R_REV/bitmask/2/description + /parameters/SIM_GZ_EC_FUNC7/values/103/description Motor 3 - /parameters/CA_R_REV/bitmask/3/description + /parameters/SIM_GZ_EC_FUNC7/values/104/description Motor 4 - /parameters/CA_R_REV/bitmask/4/description + /parameters/SIM_GZ_EC_FUNC7/values/105/description Motor 5 - /parameters/CA_R_REV/bitmask/5/description + /parameters/SIM_GZ_EC_FUNC7/values/106/description Motor 6 - /parameters/CA_R_REV/bitmask/6/description + /parameters/SIM_GZ_EC_FUNC7/values/107/description Motor 7 - /parameters/CA_R_REV/bitmask/7/description + /parameters/SIM_GZ_EC_FUNC7/values/108/description Motor 8 - /parameters/CA_R_REV/bitmask/8/description + /parameters/SIM_GZ_EC_FUNC7/values/109/description Motor 9 - /parameters/CA_R_REV/bitmask/9/description + /parameters/SIM_GZ_EC_FUNC7/values/110/description Motor 10 - /parameters/CA_R_REV/bitmask/10/description + /parameters/SIM_GZ_EC_FUNC7/values/111/description Motor 11 - /parameters/CA_R_REV/bitmask/11/description + /parameters/SIM_GZ_EC_FUNC7/values/112/description Motor 12 - /parameters/CA_SP0_ANG0/shortDesc + /parameters/SIM_GZ_EC_FUNC7/values/201/description - Angle for swash plate servo 0 + Servo 1 - /parameters/CA_SP0_ANG0/longDesc + /parameters/SIM_GZ_EC_FUNC7/values/202/description - The angle is measured clockwise (as seen from top), with 0 pointing forwards (X axis). + Servo 2 - /parameters/CA_SP0_ANG1/shortDesc + /parameters/SIM_GZ_EC_FUNC7/values/203/description - Angle for swash plate servo 1 + Servo 3 - /parameters/CA_SP0_ANG1/longDesc + /parameters/SIM_GZ_EC_FUNC7/values/204/description - The angle is measured clockwise (as seen from top), with 0 pointing forwards (X axis). + Servo 4 - /parameters/CA_SP0_ANG2/shortDesc + /parameters/SIM_GZ_EC_FUNC7/values/205/description - Angle for swash plate servo 2 + Servo 5 - /parameters/CA_SP0_ANG2/longDesc + /parameters/SIM_GZ_EC_FUNC7/values/206/description - The angle is measured clockwise (as seen from top), with 0 pointing forwards (X axis). + Servo 6 - /parameters/CA_SP0_ANG3/shortDesc + /parameters/SIM_GZ_EC_FUNC7/values/207/description - Angle for swash plate servo 3 + Servo 7 - /parameters/CA_SP0_ANG3/longDesc + /parameters/SIM_GZ_EC_FUNC7/values/208/description - The angle is measured clockwise (as seen from top), with 0 pointing forwards (X axis). + Servo 8 - /parameters/CA_SP0_ARM_L0/shortDesc + /parameters/SIM_GZ_EC_FUNC7/values/301/description - Arm length for swash plate servo 0 + Peripheral via Actuator Set 1 - /parameters/CA_SP0_ARM_L0/longDesc + /parameters/SIM_GZ_EC_FUNC7/values/302/description - This is relative to the other arm lengths. + Peripheral via Actuator Set 2 - /parameters/CA_SP0_ARM_L1/shortDesc + /parameters/SIM_GZ_EC_FUNC7/values/303/description - Arm length for swash plate servo 1 + Peripheral via Actuator Set 3 - /parameters/CA_SP0_ARM_L1/longDesc + /parameters/SIM_GZ_EC_FUNC7/values/304/description - This is relative to the other arm lengths. + Peripheral via Actuator Set 4 - /parameters/CA_SP0_ARM_L2/shortDesc + /parameters/SIM_GZ_EC_FUNC7/values/305/description - Arm length for swash plate servo 2 + Peripheral via Actuator Set 5 - /parameters/CA_SP0_ARM_L2/longDesc + /parameters/SIM_GZ_EC_FUNC7/values/306/description - This is relative to the other arm lengths. + Peripheral via Actuator Set 6 - /parameters/CA_SP0_ARM_L3/shortDesc + /parameters/SIM_GZ_EC_FUNC7/values/400/description - Arm length for swash plate servo 3 + Landing Gear - /parameters/CA_SP0_ARM_L3/longDesc + /parameters/SIM_GZ_EC_FUNC7/values/401/description - This is relative to the other arm lengths. + Parachute - /parameters/CA_SP0_COUNT/shortDesc + /parameters/SIM_GZ_EC_FUNC7/values/402/description - Number of swash plates servos + RC Roll - /parameters/CA_SP0_COUNT/values/2/description + /parameters/SIM_GZ_EC_FUNC7/values/403/description - 2 + RC Pitch - /parameters/CA_SP0_COUNT/values/3/description + /parameters/SIM_GZ_EC_FUNC7/values/404/description - 3 + RC Throttle - /parameters/CA_SP0_COUNT/values/4/description + /parameters/SIM_GZ_EC_FUNC7/values/405/description - 4 + RC Yaw - /parameters/CA_SV0_SLEW/shortDesc + /parameters/SIM_GZ_EC_FUNC7/values/406/description - Servo 0 slew rate limit + RC Flaps - /parameters/CA_SV0_SLEW/longDesc + /parameters/SIM_GZ_EC_FUNC7/values/407/description - 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. + RC AUX 1 - /parameters/CA_SV1_SLEW/shortDesc + /parameters/SIM_GZ_EC_FUNC7/values/408/description - Servo 1 slew rate limit + RC AUX 2 - /parameters/CA_SV1_SLEW/longDesc + /parameters/SIM_GZ_EC_FUNC7/values/409/description - 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. + RC AUX 3 - /parameters/CA_SV2_SLEW/shortDesc + /parameters/SIM_GZ_EC_FUNC7/values/410/description - Servo 2 slew rate limit + RC AUX 4 - /parameters/CA_SV2_SLEW/longDesc + /parameters/SIM_GZ_EC_FUNC7/values/411/description - 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. + RC AUX 5 - /parameters/CA_SV3_SLEW/shortDesc + /parameters/SIM_GZ_EC_FUNC7/values/412/description - Servo 3 slew rate limit + RC AUX 6 - /parameters/CA_SV3_SLEW/longDesc + /parameters/SIM_GZ_EC_FUNC7/values/420/description - 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. + Gimbal Roll - /parameters/CA_SV4_SLEW/shortDesc + /parameters/SIM_GZ_EC_FUNC7/values/421/description - Servo 4 slew rate limit + Gimbal Pitch - /parameters/CA_SV4_SLEW/longDesc + /parameters/SIM_GZ_EC_FUNC7/values/422/description - 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. + Gimbal Yaw - /parameters/CA_SV5_SLEW/shortDesc + /parameters/SIM_GZ_EC_FUNC7/values/430/description - Servo 5 slew rate limit + Gripper - /parameters/CA_SV5_SLEW/longDesc + /parameters/SIM_GZ_EC_FUNC7/values/440/description - 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. + Landing Gear Wheel - /parameters/CA_SV6_SLEW/shortDesc + /parameters/SIM_GZ_EC_FUNC8/shortDesc - Servo 6 slew rate limit + SIM_GZ ESC 8 Output Function - /parameters/CA_SV6_SLEW/longDesc + /parameters/SIM_GZ_EC_FUNC8/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. + 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 - /parameters/CA_SV7_SLEW/shortDesc + /parameters/SIM_GZ_EC_FUNC8/values/0/description - Servo 7 slew rate limit + Disabled - /parameters/CA_SV7_SLEW/longDesc + /parameters/SIM_GZ_EC_FUNC8/values/1/description - 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. + Constant Min - /parameters/CA_SV_CS0_FLAP/shortDesc + /parameters/SIM_GZ_EC_FUNC8/values/2/description - Control Surface 0 configuration as flap + Constant Max - /parameters/CA_SV_CS0_SPOIL/shortDesc + /parameters/SIM_GZ_EC_FUNC8/values/101/description - Control Surface 0 configuration as spoiler + Motor 1 - /parameters/CA_SV_CS0_TRIM/shortDesc + /parameters/SIM_GZ_EC_FUNC8/values/102/description - Control Surface 0 trim + Motor 2 - /parameters/CA_SV_CS0_TRIM/longDesc + /parameters/SIM_GZ_EC_FUNC8/values/103/description - Can be used to add an offset to the servo control. + Motor 3 - /parameters/CA_SV_CS0_TRQ_P/shortDesc + /parameters/SIM_GZ_EC_FUNC8/values/104/description - Control Surface 0 pitch torque scaling + Motor 4 - /parameters/CA_SV_CS0_TRQ_R/shortDesc + /parameters/SIM_GZ_EC_FUNC8/values/105/description - Control Surface 0 roll torque scaling + Motor 5 - /parameters/CA_SV_CS0_TRQ_Y/shortDesc + /parameters/SIM_GZ_EC_FUNC8/values/106/description - Control Surface 0 yaw torque scaling + Motor 6 - /parameters/CA_SV_CS0_TYPE/shortDesc + /parameters/SIM_GZ_EC_FUNC8/values/107/description - Control Surface 0 type + Motor 7 - /parameters/CA_SV_CS0_TYPE/values/0/description + /parameters/SIM_GZ_EC_FUNC8/values/108/description - (Not set) + Motor 8 - /parameters/CA_SV_CS0_TYPE/values/1/description + /parameters/SIM_GZ_EC_FUNC8/values/109/description - Left Aileron + Motor 9 - /parameters/CA_SV_CS0_TYPE/values/2/description + /parameters/SIM_GZ_EC_FUNC8/values/110/description - Right Aileron + Motor 10 - /parameters/CA_SV_CS0_TYPE/values/3/description + /parameters/SIM_GZ_EC_FUNC8/values/111/description - Elevator + Motor 11 - /parameters/CA_SV_CS0_TYPE/values/4/description + /parameters/SIM_GZ_EC_FUNC8/values/112/description - Rudder + Motor 12 - /parameters/CA_SV_CS0_TYPE/values/5/description + /parameters/SIM_GZ_EC_FUNC8/values/201/description - Left Elevon + Servo 1 - /parameters/CA_SV_CS0_TYPE/values/6/description + /parameters/SIM_GZ_EC_FUNC8/values/202/description - Right Elevon + Servo 2 - /parameters/CA_SV_CS0_TYPE/values/7/description + /parameters/SIM_GZ_EC_FUNC8/values/203/description - Left V-Tail + Servo 3 - /parameters/CA_SV_CS0_TYPE/values/8/description + /parameters/SIM_GZ_EC_FUNC8/values/204/description - Right V-Tail + Servo 4 - /parameters/CA_SV_CS0_TYPE/values/9/description + /parameters/SIM_GZ_EC_FUNC8/values/205/description - Left Flap + Servo 5 - /parameters/CA_SV_CS0_TYPE/values/10/description + /parameters/SIM_GZ_EC_FUNC8/values/206/description - Right Flap + Servo 6 - /parameters/CA_SV_CS0_TYPE/values/11/description + /parameters/SIM_GZ_EC_FUNC8/values/207/description - Airbrake + Servo 7 - /parameters/CA_SV_CS0_TYPE/values/12/description + /parameters/SIM_GZ_EC_FUNC8/values/208/description - Custom + Servo 8 - /parameters/CA_SV_CS0_TYPE/values/13/description + /parameters/SIM_GZ_EC_FUNC8/values/301/description - Left A-tail + Peripheral via Actuator Set 1 - /parameters/CA_SV_CS0_TYPE/values/14/description + /parameters/SIM_GZ_EC_FUNC8/values/302/description - Right A-tail + Peripheral via Actuator Set 2 - /parameters/CA_SV_CS0_TYPE/values/15/description + /parameters/SIM_GZ_EC_FUNC8/values/303/description - Single Channel Aileron + Peripheral via Actuator Set 3 - /parameters/CA_SV_CS0_TYPE/values/16/description + /parameters/SIM_GZ_EC_FUNC8/values/304/description - Steering Wheel + Peripheral via Actuator Set 4 - /parameters/CA_SV_CS0_TYPE/values/17/description + /parameters/SIM_GZ_EC_FUNC8/values/305/description - Left Spoiler + Peripheral via Actuator Set 5 - /parameters/CA_SV_CS0_TYPE/values/18/description + /parameters/SIM_GZ_EC_FUNC8/values/306/description - Right Spoiler + Peripheral via Actuator Set 6 - /parameters/CA_SV_CS1_FLAP/shortDesc + /parameters/SIM_GZ_EC_FUNC8/values/400/description - Control Surface 1 configuration as flap + Landing Gear - /parameters/CA_SV_CS1_SPOIL/shortDesc + /parameters/SIM_GZ_EC_FUNC8/values/401/description - Control Surface 1 configuration as spoiler + Parachute - /parameters/CA_SV_CS1_TRIM/shortDesc + /parameters/SIM_GZ_EC_FUNC8/values/402/description - Control Surface 1 trim + RC Roll - /parameters/CA_SV_CS1_TRIM/longDesc + /parameters/SIM_GZ_EC_FUNC8/values/403/description - Can be used to add an offset to the servo control. + RC Pitch - /parameters/CA_SV_CS1_TRQ_P/shortDesc + /parameters/SIM_GZ_EC_FUNC8/values/404/description - Control Surface 1 pitch torque scaling + RC Throttle - /parameters/CA_SV_CS1_TRQ_R/shortDesc + /parameters/SIM_GZ_EC_FUNC8/values/405/description - Control Surface 1 roll torque scaling + RC Yaw - /parameters/CA_SV_CS1_TRQ_Y/shortDesc + /parameters/SIM_GZ_EC_FUNC8/values/406/description - Control Surface 1 yaw torque scaling + RC Flaps - /parameters/CA_SV_CS1_TYPE/shortDesc + /parameters/SIM_GZ_EC_FUNC8/values/407/description - Control Surface 1 type + RC AUX 1 - /parameters/CA_SV_CS1_TYPE/values/0/description + /parameters/SIM_GZ_EC_FUNC8/values/408/description - (Not set) + RC AUX 2 - /parameters/CA_SV_CS1_TYPE/values/1/description + /parameters/SIM_GZ_EC_FUNC8/values/409/description - Left Aileron + RC AUX 3 - /parameters/CA_SV_CS1_TYPE/values/2/description + /parameters/SIM_GZ_EC_FUNC8/values/410/description - Right Aileron + RC AUX 4 - /parameters/CA_SV_CS1_TYPE/values/3/description + /parameters/SIM_GZ_EC_FUNC8/values/411/description - Elevator + RC AUX 5 - /parameters/CA_SV_CS1_TYPE/values/4/description + /parameters/SIM_GZ_EC_FUNC8/values/412/description - Rudder + RC AUX 6 - /parameters/CA_SV_CS1_TYPE/values/5/description + /parameters/SIM_GZ_EC_FUNC8/values/420/description - Left Elevon + Gimbal Roll - /parameters/CA_SV_CS1_TYPE/values/6/description + /parameters/SIM_GZ_EC_FUNC8/values/421/description - Right Elevon + Gimbal Pitch - /parameters/CA_SV_CS1_TYPE/values/7/description + /parameters/SIM_GZ_EC_FUNC8/values/422/description - Left V-Tail + Gimbal Yaw - /parameters/CA_SV_CS1_TYPE/values/8/description + /parameters/SIM_GZ_EC_FUNC8/values/430/description - Right V-Tail + Gripper - /parameters/CA_SV_CS1_TYPE/values/9/description + /parameters/SIM_GZ_EC_FUNC8/values/440/description - Left Flap + Landing Gear Wheel - /parameters/CA_SV_CS1_TYPE/values/10/description + /parameters/SIM_GZ_EC_MAX1/shortDesc - Right Flap + SIM_GZ ESC 1 Maximum Value - /parameters/CA_SV_CS1_TYPE/values/11/description + /parameters/SIM_GZ_EC_MAX1/longDesc - Airbrake + Maxmimum output value (when not disarmed). - /parameters/CA_SV_CS1_TYPE/values/12/description + /parameters/SIM_GZ_EC_MAX2/shortDesc - Custom + SIM_GZ ESC 2 Maximum Value - /parameters/CA_SV_CS1_TYPE/values/13/description + /parameters/SIM_GZ_EC_MAX2/longDesc - Left A-tail + Maxmimum output value (when not disarmed). - /parameters/CA_SV_CS1_TYPE/values/14/description + /parameters/SIM_GZ_EC_MAX3/shortDesc - Right A-tail + SIM_GZ ESC 3 Maximum Value - /parameters/CA_SV_CS1_TYPE/values/15/description + /parameters/SIM_GZ_EC_MAX3/longDesc - Single Channel Aileron + Maxmimum output value (when not disarmed). - /parameters/CA_SV_CS1_TYPE/values/16/description + /parameters/SIM_GZ_EC_MAX4/shortDesc - Steering Wheel + SIM_GZ ESC 4 Maximum Value - /parameters/CA_SV_CS1_TYPE/values/17/description + /parameters/SIM_GZ_EC_MAX4/longDesc - Left Spoiler + Maxmimum output value (when not disarmed). - /parameters/CA_SV_CS1_TYPE/values/18/description + /parameters/SIM_GZ_EC_MAX5/shortDesc - Right Spoiler + SIM_GZ ESC 5 Maximum Value - /parameters/CA_SV_CS2_FLAP/shortDesc + /parameters/SIM_GZ_EC_MAX5/longDesc - Control Surface 2 configuration as flap + Maxmimum output value (when not disarmed). - /parameters/CA_SV_CS2_SPOIL/shortDesc + /parameters/SIM_GZ_EC_MAX6/shortDesc - Control Surface 2 configuration as spoiler + SIM_GZ ESC 6 Maximum Value - /parameters/CA_SV_CS2_TRIM/shortDesc + /parameters/SIM_GZ_EC_MAX6/longDesc - Control Surface 2 trim + Maxmimum output value (when not disarmed). - /parameters/CA_SV_CS2_TRIM/longDesc + /parameters/SIM_GZ_EC_MAX7/shortDesc - Can be used to add an offset to the servo control. + SIM_GZ ESC 7 Maximum Value - /parameters/CA_SV_CS2_TRQ_P/shortDesc + /parameters/SIM_GZ_EC_MAX7/longDesc - Control Surface 2 pitch torque scaling + Maxmimum output value (when not disarmed). - /parameters/CA_SV_CS2_TRQ_R/shortDesc + /parameters/SIM_GZ_EC_MAX8/shortDesc - Control Surface 2 roll torque scaling + SIM_GZ ESC 8 Maximum Value - /parameters/CA_SV_CS2_TRQ_Y/shortDesc + /parameters/SIM_GZ_EC_MAX8/longDesc - Control Surface 2 yaw torque scaling + Maxmimum output value (when not disarmed). - /parameters/CA_SV_CS2_TYPE/shortDesc + /parameters/SIM_GZ_EC_MIN1/shortDesc - Control Surface 2 type + SIM_GZ ESC 1 Minimum Value - /parameters/CA_SV_CS2_TYPE/values/0/description + /parameters/SIM_GZ_EC_MIN1/longDesc - (Not set) + Minimum output value (when not disarmed). - /parameters/CA_SV_CS2_TYPE/values/1/description + /parameters/SIM_GZ_EC_MIN2/shortDesc - Left Aileron + SIM_GZ ESC 2 Minimum Value - /parameters/CA_SV_CS2_TYPE/values/2/description + /parameters/SIM_GZ_EC_MIN2/longDesc - Right Aileron + Minimum output value (when not disarmed). - /parameters/CA_SV_CS2_TYPE/values/3/description + /parameters/SIM_GZ_EC_MIN3/shortDesc - Elevator + SIM_GZ ESC 3 Minimum Value - /parameters/CA_SV_CS2_TYPE/values/4/description + /parameters/SIM_GZ_EC_MIN3/longDesc - Rudder + Minimum output value (when not disarmed). - /parameters/CA_SV_CS2_TYPE/values/5/description + /parameters/SIM_GZ_EC_MIN4/shortDesc - Left Elevon + SIM_GZ ESC 4 Minimum Value - /parameters/CA_SV_CS2_TYPE/values/6/description + /parameters/SIM_GZ_EC_MIN4/longDesc - Right Elevon + Minimum output value (when not disarmed). - /parameters/CA_SV_CS2_TYPE/values/7/description + /parameters/SIM_GZ_EC_MIN5/shortDesc - Left V-Tail + SIM_GZ ESC 5 Minimum Value - /parameters/CA_SV_CS2_TYPE/values/8/description + /parameters/SIM_GZ_EC_MIN5/longDesc - Right V-Tail + Minimum output value (when not disarmed). - /parameters/CA_SV_CS2_TYPE/values/9/description + /parameters/SIM_GZ_EC_MIN6/shortDesc - Left Flap + SIM_GZ ESC 6 Minimum Value - /parameters/CA_SV_CS2_TYPE/values/10/description + /parameters/SIM_GZ_EC_MIN6/longDesc - Right Flap + Minimum output value (when not disarmed). - /parameters/CA_SV_CS2_TYPE/values/11/description + /parameters/SIM_GZ_EC_MIN7/shortDesc - Airbrake + SIM_GZ ESC 7 Minimum Value - /parameters/CA_SV_CS2_TYPE/values/12/description + /parameters/SIM_GZ_EC_MIN7/longDesc - Custom + Minimum output value (when not disarmed). - /parameters/CA_SV_CS2_TYPE/values/13/description + /parameters/SIM_GZ_EC_MIN8/shortDesc - Left A-tail + SIM_GZ ESC 8 Minimum Value - /parameters/CA_SV_CS2_TYPE/values/14/description + /parameters/SIM_GZ_EC_MIN8/longDesc - Right A-tail + Minimum output value (when not disarmed). - /parameters/CA_SV_CS2_TYPE/values/15/description + /parameters/SIM_GZ_EC_REV/shortDesc - Single Channel Aileron + Reverse Output Range for SIM_GZ - /parameters/CA_SV_CS2_TYPE/values/16/description + /parameters/SIM_GZ_EC_REV/longDesc - Steering Wheel + Allows to reverse the output range for each channel. Note: this is only useful for servos. - /parameters/CA_SV_CS2_TYPE/values/17/description + /parameters/SIM_GZ_EC_REV/bitmask/0/description - Left Spoiler + SIM_GZ ESC 1 - /parameters/CA_SV_CS2_TYPE/values/18/description + /parameters/SIM_GZ_EC_REV/bitmask/1/description - Right Spoiler + SIM_GZ ESC 2 - /parameters/CA_SV_CS3_FLAP/shortDesc + /parameters/SIM_GZ_EC_REV/bitmask/2/description - Control Surface 3 configuration as flap + SIM_GZ ESC 3 - /parameters/CA_SV_CS3_SPOIL/shortDesc + /parameters/SIM_GZ_EC_REV/bitmask/3/description - Control Surface 3 configuration as spoiler + SIM_GZ ESC 4 - /parameters/CA_SV_CS3_TRIM/shortDesc + /parameters/SIM_GZ_EC_REV/bitmask/4/description - Control Surface 3 trim + SIM_GZ ESC 5 - /parameters/CA_SV_CS3_TRIM/longDesc + /parameters/SIM_GZ_EC_REV/bitmask/5/description - Can be used to add an offset to the servo control. + SIM_GZ ESC 6 - /parameters/CA_SV_CS3_TRQ_P/shortDesc + /parameters/SIM_GZ_EC_REV/bitmask/6/description - Control Surface 3 pitch torque scaling + SIM_GZ ESC 7 - /parameters/CA_SV_CS3_TRQ_R/shortDesc + /parameters/SIM_GZ_EC_REV/bitmask/7/description - Control Surface 3 roll torque scaling + SIM_GZ ESC 8 - /parameters/CA_SV_CS3_TRQ_Y/shortDesc + /parameters/SIM_GZ_SV_DIS1/shortDesc - Control Surface 3 yaw torque scaling + SIM_GZ Servo 1 Disarmed Value - /parameters/CA_SV_CS3_TYPE/shortDesc + /parameters/SIM_GZ_SV_DIS1/longDesc - Control Surface 3 type + 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/CA_SV_CS3_TYPE/values/0/description + /parameters/SIM_GZ_SV_DIS2/shortDesc - (Not set) + SIM_GZ Servo 2 Disarmed Value - /parameters/CA_SV_CS3_TYPE/values/1/description + /parameters/SIM_GZ_SV_DIS2/longDesc - Left Aileron + 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/CA_SV_CS3_TYPE/values/2/description + /parameters/SIM_GZ_SV_DIS3/shortDesc - Right Aileron + SIM_GZ Servo 3 Disarmed Value - /parameters/CA_SV_CS3_TYPE/values/3/description + /parameters/SIM_GZ_SV_DIS3/longDesc - Elevator + 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/CA_SV_CS3_TYPE/values/4/description + /parameters/SIM_GZ_SV_DIS4/shortDesc - Rudder + SIM_GZ Servo 4 Disarmed Value - /parameters/CA_SV_CS3_TYPE/values/5/description + /parameters/SIM_GZ_SV_DIS4/longDesc - Left Elevon + 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/CA_SV_CS3_TYPE/values/6/description + /parameters/SIM_GZ_SV_DIS5/shortDesc - Right Elevon + SIM_GZ Servo 5 Disarmed Value - /parameters/CA_SV_CS3_TYPE/values/7/description + /parameters/SIM_GZ_SV_DIS5/longDesc - Left V-Tail + 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/CA_SV_CS3_TYPE/values/8/description + /parameters/SIM_GZ_SV_DIS6/shortDesc - Right V-Tail + SIM_GZ Servo 6 Disarmed Value - /parameters/CA_SV_CS3_TYPE/values/9/description + /parameters/SIM_GZ_SV_DIS6/longDesc - Left Flap + 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/CA_SV_CS3_TYPE/values/10/description + /parameters/SIM_GZ_SV_DIS7/shortDesc - Right Flap + SIM_GZ Servo 7 Disarmed Value - /parameters/CA_SV_CS3_TYPE/values/11/description + /parameters/SIM_GZ_SV_DIS7/longDesc - Airbrake + 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/CA_SV_CS3_TYPE/values/12/description + /parameters/SIM_GZ_SV_DIS8/shortDesc - Custom + SIM_GZ Servo 8 Disarmed Value - /parameters/CA_SV_CS3_TYPE/values/13/description + /parameters/SIM_GZ_SV_DIS8/longDesc - Left A-tail + 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/CA_SV_CS3_TYPE/values/14/description + /parameters/SIM_GZ_SV_FAIL1/shortDesc - Right A-tail + SIM_GZ Servo 1 Failsafe Value - /parameters/CA_SV_CS3_TYPE/values/15/description + /parameters/SIM_GZ_SV_FAIL1/longDesc - Single Channel Aileron + 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). - /parameters/CA_SV_CS3_TYPE/values/16/description + /parameters/SIM_GZ_SV_FAIL2/shortDesc - Steering Wheel + SIM_GZ Servo 2 Failsafe Value - /parameters/CA_SV_CS3_TYPE/values/17/description + /parameters/SIM_GZ_SV_FAIL2/longDesc - Left Spoiler + 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). - /parameters/CA_SV_CS3_TYPE/values/18/description + /parameters/SIM_GZ_SV_FAIL3/shortDesc - Right Spoiler + SIM_GZ Servo 3 Failsafe Value - /parameters/CA_SV_CS4_FLAP/shortDesc + /parameters/SIM_GZ_SV_FAIL3/longDesc - Control Surface 4 configuration as flap + 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). - /parameters/CA_SV_CS4_SPOIL/shortDesc + /parameters/SIM_GZ_SV_FAIL4/shortDesc - Control Surface 4 configuration as spoiler + SIM_GZ Servo 4 Failsafe Value - /parameters/CA_SV_CS4_TRIM/shortDesc + /parameters/SIM_GZ_SV_FAIL4/longDesc - Control Surface 4 trim + 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). - /parameters/CA_SV_CS4_TRIM/longDesc + /parameters/SIM_GZ_SV_FAIL5/shortDesc - Can be used to add an offset to the servo control. + SIM_GZ Servo 5 Failsafe Value - /parameters/CA_SV_CS4_TRQ_P/shortDesc + /parameters/SIM_GZ_SV_FAIL5/longDesc - Control Surface 4 pitch torque scaling + 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). - /parameters/CA_SV_CS4_TRQ_R/shortDesc + /parameters/SIM_GZ_SV_FAIL6/shortDesc - Control Surface 4 roll torque scaling + SIM_GZ Servo 6 Failsafe Value - /parameters/CA_SV_CS4_TRQ_Y/shortDesc + /parameters/SIM_GZ_SV_FAIL6/longDesc - Control Surface 4 yaw torque scaling + 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). - /parameters/CA_SV_CS4_TYPE/shortDesc + /parameters/SIM_GZ_SV_FAIL7/shortDesc - Control Surface 4 type + SIM_GZ Servo 7 Failsafe Value - /parameters/CA_SV_CS4_TYPE/values/0/description + /parameters/SIM_GZ_SV_FAIL7/longDesc - (Not set) + 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). - /parameters/CA_SV_CS4_TYPE/values/1/description + /parameters/SIM_GZ_SV_FAIL8/shortDesc - Left Aileron + SIM_GZ Servo 8 Failsafe Value - /parameters/CA_SV_CS4_TYPE/values/2/description + /parameters/SIM_GZ_SV_FAIL8/longDesc - Right Aileron + 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). - /parameters/CA_SV_CS4_TYPE/values/3/description + /parameters/SIM_GZ_SV_FUNC1/shortDesc - Elevator + SIM_GZ Servo 1 Output Function - /parameters/CA_SV_CS4_TYPE/values/4/description + /parameters/SIM_GZ_SV_FUNC1/longDesc - Rudder + 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 - /parameters/CA_SV_CS4_TYPE/values/5/description + /parameters/SIM_GZ_SV_FUNC1/values/0/description - Left Elevon + Disabled - /parameters/CA_SV_CS4_TYPE/values/6/description + /parameters/SIM_GZ_SV_FUNC1/values/1/description - Right Elevon + Constant Min - /parameters/CA_SV_CS4_TYPE/values/7/description + /parameters/SIM_GZ_SV_FUNC1/values/2/description - Left V-Tail + Constant Max - /parameters/CA_SV_CS4_TYPE/values/8/description + /parameters/SIM_GZ_SV_FUNC1/values/101/description - Right V-Tail + Motor 1 - /parameters/CA_SV_CS4_TYPE/values/9/description + /parameters/SIM_GZ_SV_FUNC1/values/102/description - Left Flap + Motor 2 - /parameters/CA_SV_CS4_TYPE/values/10/description + /parameters/SIM_GZ_SV_FUNC1/values/103/description - Right Flap + Motor 3 - /parameters/CA_SV_CS4_TYPE/values/11/description + /parameters/SIM_GZ_SV_FUNC1/values/104/description - Airbrake + Motor 4 - /parameters/CA_SV_CS4_TYPE/values/12/description + /parameters/SIM_GZ_SV_FUNC1/values/105/description - Custom + Motor 5 - /parameters/CA_SV_CS4_TYPE/values/13/description + /parameters/SIM_GZ_SV_FUNC1/values/106/description - Left A-tail + Motor 6 - /parameters/CA_SV_CS4_TYPE/values/14/description + /parameters/SIM_GZ_SV_FUNC1/values/107/description - Right A-tail + Motor 7 - /parameters/CA_SV_CS4_TYPE/values/15/description + /parameters/SIM_GZ_SV_FUNC1/values/108/description - Single Channel Aileron + Motor 8 - /parameters/CA_SV_CS4_TYPE/values/16/description + /parameters/SIM_GZ_SV_FUNC1/values/109/description - Steering Wheel + Motor 9 - /parameters/CA_SV_CS4_TYPE/values/17/description + /parameters/SIM_GZ_SV_FUNC1/values/110/description - Left Spoiler + Motor 10 - /parameters/CA_SV_CS4_TYPE/values/18/description + /parameters/SIM_GZ_SV_FUNC1/values/111/description - Right Spoiler + Motor 11 - /parameters/CA_SV_CS5_FLAP/shortDesc + /parameters/SIM_GZ_SV_FUNC1/values/112/description - Control Surface 5 configuration as flap + Motor 12 - /parameters/CA_SV_CS5_SPOIL/shortDesc + /parameters/SIM_GZ_SV_FUNC1/values/201/description - Control Surface 5 configuration as spoiler + Servo 1 - /parameters/CA_SV_CS5_TRIM/shortDesc + /parameters/SIM_GZ_SV_FUNC1/values/202/description - Control Surface 5 trim + Servo 2 - /parameters/CA_SV_CS5_TRIM/longDesc + /parameters/SIM_GZ_SV_FUNC1/values/203/description - Can be used to add an offset to the servo control. + Servo 3 - /parameters/CA_SV_CS5_TRQ_P/shortDesc + /parameters/SIM_GZ_SV_FUNC1/values/204/description - Control Surface 5 pitch torque scaling + Servo 4 - /parameters/CA_SV_CS5_TRQ_R/shortDesc + /parameters/SIM_GZ_SV_FUNC1/values/205/description - Control Surface 5 roll torque scaling + Servo 5 - /parameters/CA_SV_CS5_TRQ_Y/shortDesc + /parameters/SIM_GZ_SV_FUNC1/values/206/description - Control Surface 5 yaw torque scaling + Servo 6 - /parameters/CA_SV_CS5_TYPE/shortDesc + /parameters/SIM_GZ_SV_FUNC1/values/207/description - Control Surface 5 type + Servo 7 - /parameters/CA_SV_CS5_TYPE/values/0/description + /parameters/SIM_GZ_SV_FUNC1/values/208/description - (Not set) + Servo 8 - /parameters/CA_SV_CS5_TYPE/values/1/description + /parameters/SIM_GZ_SV_FUNC1/values/301/description - Left Aileron + Peripheral via Actuator Set 1 - /parameters/CA_SV_CS5_TYPE/values/2/description + /parameters/SIM_GZ_SV_FUNC1/values/302/description - Right Aileron + Peripheral via Actuator Set 2 - /parameters/CA_SV_CS5_TYPE/values/3/description + /parameters/SIM_GZ_SV_FUNC1/values/303/description - Elevator + Peripheral via Actuator Set 3 - /parameters/CA_SV_CS5_TYPE/values/4/description + /parameters/SIM_GZ_SV_FUNC1/values/304/description - Rudder + Peripheral via Actuator Set 4 - /parameters/CA_SV_CS5_TYPE/values/5/description + /parameters/SIM_GZ_SV_FUNC1/values/305/description - Left Elevon + Peripheral via Actuator Set 5 - /parameters/CA_SV_CS5_TYPE/values/6/description + /parameters/SIM_GZ_SV_FUNC1/values/306/description - Right Elevon + Peripheral via Actuator Set 6 - /parameters/CA_SV_CS5_TYPE/values/7/description + /parameters/SIM_GZ_SV_FUNC1/values/400/description - Left V-Tail + Landing Gear - /parameters/CA_SV_CS5_TYPE/values/8/description + /parameters/SIM_GZ_SV_FUNC1/values/401/description - Right V-Tail + Parachute - /parameters/CA_SV_CS5_TYPE/values/9/description + /parameters/SIM_GZ_SV_FUNC1/values/402/description - Left Flap + RC Roll - /parameters/CA_SV_CS5_TYPE/values/10/description + /parameters/SIM_GZ_SV_FUNC1/values/403/description - Right Flap + RC Pitch - /parameters/CA_SV_CS5_TYPE/values/11/description + /parameters/SIM_GZ_SV_FUNC1/values/404/description - Airbrake + RC Throttle - /parameters/CA_SV_CS5_TYPE/values/12/description + /parameters/SIM_GZ_SV_FUNC1/values/405/description - Custom + RC Yaw - /parameters/CA_SV_CS5_TYPE/values/13/description + /parameters/SIM_GZ_SV_FUNC1/values/406/description - Left A-tail + RC Flaps - /parameters/CA_SV_CS5_TYPE/values/14/description + /parameters/SIM_GZ_SV_FUNC1/values/407/description - Right A-tail + RC AUX 1 - /parameters/CA_SV_CS5_TYPE/values/15/description + /parameters/SIM_GZ_SV_FUNC1/values/408/description - Single Channel Aileron + RC AUX 2 - /parameters/CA_SV_CS5_TYPE/values/16/description + /parameters/SIM_GZ_SV_FUNC1/values/409/description - Steering Wheel + RC AUX 3 - /parameters/CA_SV_CS5_TYPE/values/17/description + /parameters/SIM_GZ_SV_FUNC1/values/410/description - Left Spoiler + RC AUX 4 - /parameters/CA_SV_CS5_TYPE/values/18/description + /parameters/SIM_GZ_SV_FUNC1/values/411/description - Right Spoiler + RC AUX 5 - /parameters/CA_SV_CS6_FLAP/shortDesc + /parameters/SIM_GZ_SV_FUNC1/values/412/description - Control Surface 6 configuration as flap + RC AUX 6 - /parameters/CA_SV_CS6_SPOIL/shortDesc + /parameters/SIM_GZ_SV_FUNC1/values/420/description - Control Surface 6 configuration as spoiler + Gimbal Roll - /parameters/CA_SV_CS6_TRIM/shortDesc + /parameters/SIM_GZ_SV_FUNC1/values/421/description - Control Surface 6 trim + Gimbal Pitch - /parameters/CA_SV_CS6_TRIM/longDesc + /parameters/SIM_GZ_SV_FUNC1/values/422/description - Can be used to add an offset to the servo control. + Gimbal Yaw - /parameters/CA_SV_CS6_TRQ_P/shortDesc + /parameters/SIM_GZ_SV_FUNC1/values/430/description - Control Surface 6 pitch torque scaling + Gripper - /parameters/CA_SV_CS6_TRQ_R/shortDesc + /parameters/SIM_GZ_SV_FUNC1/values/440/description - Control Surface 6 roll torque scaling + Landing Gear Wheel - /parameters/CA_SV_CS6_TRQ_Y/shortDesc + /parameters/SIM_GZ_SV_FUNC2/shortDesc - Control Surface 6 yaw torque scaling + SIM_GZ Servo 2 Output Function - /parameters/CA_SV_CS6_TYPE/shortDesc + /parameters/SIM_GZ_SV_FUNC2/longDesc - Control Surface 6 type + 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 - /parameters/CA_SV_CS6_TYPE/values/0/description + /parameters/SIM_GZ_SV_FUNC2/values/0/description - (Not set) + Disabled - /parameters/CA_SV_CS6_TYPE/values/1/description + /parameters/SIM_GZ_SV_FUNC2/values/1/description - Left Aileron + Constant Min - /parameters/CA_SV_CS6_TYPE/values/2/description + /parameters/SIM_GZ_SV_FUNC2/values/2/description - Right Aileron + Constant Max - /parameters/CA_SV_CS6_TYPE/values/3/description + /parameters/SIM_GZ_SV_FUNC2/values/101/description - Elevator + Motor 1 - /parameters/CA_SV_CS6_TYPE/values/4/description + /parameters/SIM_GZ_SV_FUNC2/values/102/description - Rudder + Motor 2 - /parameters/CA_SV_CS6_TYPE/values/5/description + /parameters/SIM_GZ_SV_FUNC2/values/103/description - Left Elevon + Motor 3 - /parameters/CA_SV_CS6_TYPE/values/6/description + /parameters/SIM_GZ_SV_FUNC2/values/104/description - Right Elevon + Motor 4 - /parameters/CA_SV_CS6_TYPE/values/7/description + /parameters/SIM_GZ_SV_FUNC2/values/105/description - Left V-Tail + Motor 5 - /parameters/CA_SV_CS6_TYPE/values/8/description + /parameters/SIM_GZ_SV_FUNC2/values/106/description - Right V-Tail + Motor 6 - /parameters/CA_SV_CS6_TYPE/values/9/description + /parameters/SIM_GZ_SV_FUNC2/values/107/description - Left Flap + Motor 7 - /parameters/CA_SV_CS6_TYPE/values/10/description + /parameters/SIM_GZ_SV_FUNC2/values/108/description - Right Flap + Motor 8 - /parameters/CA_SV_CS6_TYPE/values/11/description + /parameters/SIM_GZ_SV_FUNC2/values/109/description - Airbrake + Motor 9 - /parameters/CA_SV_CS6_TYPE/values/12/description + /parameters/SIM_GZ_SV_FUNC2/values/110/description - Custom + Motor 10 - /parameters/CA_SV_CS6_TYPE/values/13/description + /parameters/SIM_GZ_SV_FUNC2/values/111/description - Left A-tail + Motor 11 - /parameters/CA_SV_CS6_TYPE/values/14/description + /parameters/SIM_GZ_SV_FUNC2/values/112/description - Right A-tail + Motor 12 - /parameters/CA_SV_CS6_TYPE/values/15/description + /parameters/SIM_GZ_SV_FUNC2/values/201/description - Single Channel Aileron + Servo 1 - /parameters/CA_SV_CS6_TYPE/values/16/description + /parameters/SIM_GZ_SV_FUNC2/values/202/description - Steering Wheel + Servo 2 - /parameters/CA_SV_CS6_TYPE/values/17/description + /parameters/SIM_GZ_SV_FUNC2/values/203/description - Left Spoiler + Servo 3 - /parameters/CA_SV_CS6_TYPE/values/18/description + /parameters/SIM_GZ_SV_FUNC2/values/204/description - Right Spoiler + Servo 4 - /parameters/CA_SV_CS7_FLAP/shortDesc + /parameters/SIM_GZ_SV_FUNC2/values/205/description - Control Surface 7 configuration as flap + Servo 5 - /parameters/CA_SV_CS7_SPOIL/shortDesc + /parameters/SIM_GZ_SV_FUNC2/values/206/description - Control Surface 7 configuration as spoiler + Servo 6 - /parameters/CA_SV_CS7_TRIM/shortDesc + /parameters/SIM_GZ_SV_FUNC2/values/207/description - Control Surface 7 trim + Servo 7 - /parameters/CA_SV_CS7_TRIM/longDesc + /parameters/SIM_GZ_SV_FUNC2/values/208/description - Can be used to add an offset to the servo control. + Servo 8 - /parameters/CA_SV_CS7_TRQ_P/shortDesc + /parameters/SIM_GZ_SV_FUNC2/values/301/description - Control Surface 7 pitch torque scaling + Peripheral via Actuator Set 1 - /parameters/CA_SV_CS7_TRQ_R/shortDesc + /parameters/SIM_GZ_SV_FUNC2/values/302/description - Control Surface 7 roll torque scaling + Peripheral via Actuator Set 2 - /parameters/CA_SV_CS7_TRQ_Y/shortDesc + /parameters/SIM_GZ_SV_FUNC2/values/303/description - Control Surface 7 yaw torque scaling + Peripheral via Actuator Set 3 - /parameters/CA_SV_CS7_TYPE/shortDesc + /parameters/SIM_GZ_SV_FUNC2/values/304/description - Control Surface 7 type + Peripheral via Actuator Set 4 - /parameters/CA_SV_CS7_TYPE/values/0/description + /parameters/SIM_GZ_SV_FUNC2/values/305/description - (Not set) + Peripheral via Actuator Set 5 - /parameters/CA_SV_CS7_TYPE/values/1/description + /parameters/SIM_GZ_SV_FUNC2/values/306/description - Left Aileron + Peripheral via Actuator Set 6 - /parameters/CA_SV_CS7_TYPE/values/2/description + /parameters/SIM_GZ_SV_FUNC2/values/400/description - Right Aileron + Landing Gear - /parameters/CA_SV_CS7_TYPE/values/3/description + /parameters/SIM_GZ_SV_FUNC2/values/401/description - Elevator + Parachute - /parameters/CA_SV_CS7_TYPE/values/4/description + /parameters/SIM_GZ_SV_FUNC2/values/402/description - Rudder + RC Roll - /parameters/CA_SV_CS7_TYPE/values/5/description + /parameters/SIM_GZ_SV_FUNC2/values/403/description - Left Elevon + RC Pitch - /parameters/CA_SV_CS7_TYPE/values/6/description + /parameters/SIM_GZ_SV_FUNC2/values/404/description - Right Elevon + RC Throttle - /parameters/CA_SV_CS7_TYPE/values/7/description + /parameters/SIM_GZ_SV_FUNC2/values/405/description - Left V-Tail + RC Yaw - /parameters/CA_SV_CS7_TYPE/values/8/description + /parameters/SIM_GZ_SV_FUNC2/values/406/description - Right V-Tail + RC Flaps - /parameters/CA_SV_CS7_TYPE/values/9/description + /parameters/SIM_GZ_SV_FUNC2/values/407/description - Left Flap + RC AUX 1 - /parameters/CA_SV_CS7_TYPE/values/10/description + /parameters/SIM_GZ_SV_FUNC2/values/408/description - Right Flap + RC AUX 2 - /parameters/CA_SV_CS7_TYPE/values/11/description + /parameters/SIM_GZ_SV_FUNC2/values/409/description - Airbrake + RC AUX 3 - /parameters/CA_SV_CS7_TYPE/values/12/description + /parameters/SIM_GZ_SV_FUNC2/values/410/description - Custom + RC AUX 4 - /parameters/CA_SV_CS7_TYPE/values/13/description + /parameters/SIM_GZ_SV_FUNC2/values/411/description - Left A-tail + RC AUX 5 - /parameters/CA_SV_CS7_TYPE/values/14/description + /parameters/SIM_GZ_SV_FUNC2/values/412/description - Right A-tail + RC AUX 6 - /parameters/CA_SV_CS7_TYPE/values/15/description + /parameters/SIM_GZ_SV_FUNC2/values/420/description - Single Channel Aileron + Gimbal Roll - /parameters/CA_SV_CS7_TYPE/values/16/description + /parameters/SIM_GZ_SV_FUNC2/values/421/description - Steering Wheel + Gimbal Pitch - /parameters/CA_SV_CS7_TYPE/values/17/description + /parameters/SIM_GZ_SV_FUNC2/values/422/description - Left Spoiler + Gimbal Yaw - /parameters/CA_SV_CS7_TYPE/values/18/description + /parameters/SIM_GZ_SV_FUNC2/values/430/description - Right Spoiler + Gripper - /parameters/CA_SV_CS_COUNT/shortDesc + /parameters/SIM_GZ_SV_FUNC2/values/440/description - Total number of Control Surfaces + Landing Gear Wheel - /parameters/CA_SV_CS_COUNT/values/0/description + /parameters/SIM_GZ_SV_FUNC3/shortDesc - 0 + SIM_GZ Servo 3 Output Function - /parameters/CA_SV_CS_COUNT/values/1/description + /parameters/SIM_GZ_SV_FUNC3/longDesc - 1 + 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 - /parameters/CA_SV_CS_COUNT/values/2/description + /parameters/SIM_GZ_SV_FUNC3/values/0/description - 2 + Disabled - /parameters/CA_SV_CS_COUNT/values/3/description + /parameters/SIM_GZ_SV_FUNC3/values/1/description - 3 + Constant Min - /parameters/CA_SV_CS_COUNT/values/4/description + /parameters/SIM_GZ_SV_FUNC3/values/2/description - 4 + Constant Max - /parameters/CA_SV_CS_COUNT/values/5/description + /parameters/SIM_GZ_SV_FUNC3/values/101/description - 5 + Motor 1 - /parameters/CA_SV_CS_COUNT/values/6/description + /parameters/SIM_GZ_SV_FUNC3/values/102/description - 6 + Motor 2 - /parameters/CA_SV_CS_COUNT/values/7/description + /parameters/SIM_GZ_SV_FUNC3/values/103/description - 7 + Motor 3 - /parameters/CA_SV_CS_COUNT/values/8/description + /parameters/SIM_GZ_SV_FUNC3/values/104/description - 8 + Motor 4 - /parameters/CA_SV_TL0_CT/shortDesc + /parameters/SIM_GZ_SV_FUNC3/values/105/description - Tilt 0 is used for control + Motor 5 - /parameters/CA_SV_TL0_CT/longDesc + /parameters/SIM_GZ_SV_FUNC3/values/106/description - Define if this servo is used for additional control. + Motor 6 - /parameters/CA_SV_TL0_CT/values/0/description + /parameters/SIM_GZ_SV_FUNC3/values/107/description - None + Motor 7 - /parameters/CA_SV_TL0_CT/values/1/description + /parameters/SIM_GZ_SV_FUNC3/values/108/description - Yaw + Motor 8 - /parameters/CA_SV_TL0_CT/values/2/description + /parameters/SIM_GZ_SV_FUNC3/values/109/description - Pitch + Motor 9 - /parameters/CA_SV_TL0_CT/values/3/description + /parameters/SIM_GZ_SV_FUNC3/values/110/description - Yaw and Pitch + Motor 10 - /parameters/CA_SV_TL0_MAXA/shortDesc + /parameters/SIM_GZ_SV_FUNC3/values/111/description - Tilt Servo 0 Tilt Angle at Maximum + Motor 11 - /parameters/CA_SV_TL0_MAXA/longDesc + /parameters/SIM_GZ_SV_FUNC3/values/112/description - Defines the tilt angle when the servo is at the maximum. An angle of zero means upwards. + Motor 12 - /parameters/CA_SV_TL0_MINA/shortDesc + /parameters/SIM_GZ_SV_FUNC3/values/201/description - Tilt Servo 0 Tilt Angle at Minimum + Servo 1 - /parameters/CA_SV_TL0_MINA/longDesc + /parameters/SIM_GZ_SV_FUNC3/values/202/description - Defines the tilt angle when the servo is at the minimum. An angle of zero means upwards. + Servo 2 - /parameters/CA_SV_TL0_TD/shortDesc + /parameters/SIM_GZ_SV_FUNC3/values/203/description - Tilt Servo 0 Tilt Direction + Servo 3 - /parameters/CA_SV_TL0_TD/longDesc + /parameters/SIM_GZ_SV_FUNC3/values/204/description - 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. + Servo 4 - /parameters/CA_SV_TL0_TD/values/0/description + /parameters/SIM_GZ_SV_FUNC3/values/205/description - Towards Front + Servo 5 - /parameters/CA_SV_TL0_TD/values/90/description + /parameters/SIM_GZ_SV_FUNC3/values/206/description - Towards Right + Servo 6 - /parameters/CA_SV_TL1_CT/shortDesc + /parameters/SIM_GZ_SV_FUNC3/values/207/description - Tilt 1 is used for control + Servo 7 - /parameters/CA_SV_TL1_CT/longDesc + /parameters/SIM_GZ_SV_FUNC3/values/208/description - Define if this servo is used for additional control. + Servo 8 - /parameters/CA_SV_TL1_CT/values/0/description + /parameters/SIM_GZ_SV_FUNC3/values/301/description - None + Peripheral via Actuator Set 1 - /parameters/CA_SV_TL1_CT/values/1/description + /parameters/SIM_GZ_SV_FUNC3/values/302/description - Yaw + Peripheral via Actuator Set 2 - /parameters/CA_SV_TL1_CT/values/2/description + /parameters/SIM_GZ_SV_FUNC3/values/303/description - Pitch + Peripheral via Actuator Set 3 - /parameters/CA_SV_TL1_CT/values/3/description + /parameters/SIM_GZ_SV_FUNC3/values/304/description - Yaw and Pitch + Peripheral via Actuator Set 4 - /parameters/CA_SV_TL1_MAXA/shortDesc + /parameters/SIM_GZ_SV_FUNC3/values/305/description - Tilt Servo 1 Tilt Angle at Maximum + Peripheral via Actuator Set 5 - /parameters/CA_SV_TL1_MAXA/longDesc + /parameters/SIM_GZ_SV_FUNC3/values/306/description - Defines the tilt angle when the servo is at the maximum. An angle of zero means upwards. + Peripheral via Actuator Set 6 - /parameters/CA_SV_TL1_MINA/shortDesc + /parameters/SIM_GZ_SV_FUNC3/values/400/description - Tilt Servo 1 Tilt Angle at Minimum + Landing Gear - /parameters/CA_SV_TL1_MINA/longDesc + /parameters/SIM_GZ_SV_FUNC3/values/401/description - Defines the tilt angle when the servo is at the minimum. An angle of zero means upwards. + Parachute - /parameters/CA_SV_TL1_TD/shortDesc + /parameters/SIM_GZ_SV_FUNC3/values/402/description - Tilt Servo 1 Tilt Direction + RC Roll - /parameters/CA_SV_TL1_TD/longDesc + /parameters/SIM_GZ_SV_FUNC3/values/403/description - 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. + RC Pitch - /parameters/CA_SV_TL1_TD/values/0/description + /parameters/SIM_GZ_SV_FUNC3/values/404/description - Towards Front + RC Throttle - /parameters/CA_SV_TL1_TD/values/90/description + /parameters/SIM_GZ_SV_FUNC3/values/405/description - Towards Right + RC Yaw - /parameters/CA_SV_TL2_CT/shortDesc + /parameters/SIM_GZ_SV_FUNC3/values/406/description - Tilt 2 is used for control + RC Flaps - /parameters/CA_SV_TL2_CT/longDesc + /parameters/SIM_GZ_SV_FUNC3/values/407/description - Define if this servo is used for additional control. + RC AUX 1 - /parameters/CA_SV_TL2_CT/values/0/description + /parameters/SIM_GZ_SV_FUNC3/values/408/description - None + RC AUX 2 - /parameters/CA_SV_TL2_CT/values/1/description + /parameters/SIM_GZ_SV_FUNC3/values/409/description - Yaw + RC AUX 3 - /parameters/CA_SV_TL2_CT/values/2/description + /parameters/SIM_GZ_SV_FUNC3/values/410/description - Pitch + RC AUX 4 - /parameters/CA_SV_TL2_CT/values/3/description + /parameters/SIM_GZ_SV_FUNC3/values/411/description - Yaw and Pitch + RC AUX 5 - /parameters/CA_SV_TL2_MAXA/shortDesc + /parameters/SIM_GZ_SV_FUNC3/values/412/description - Tilt Servo 2 Tilt Angle at Maximum + RC AUX 6 - /parameters/CA_SV_TL2_MAXA/longDesc + /parameters/SIM_GZ_SV_FUNC3/values/420/description - Defines the tilt angle when the servo is at the maximum. An angle of zero means upwards. + Gimbal Roll - /parameters/CA_SV_TL2_MINA/shortDesc + /parameters/SIM_GZ_SV_FUNC3/values/421/description - Tilt Servo 2 Tilt Angle at Minimum + Gimbal Pitch - /parameters/CA_SV_TL2_MINA/longDesc + /parameters/SIM_GZ_SV_FUNC3/values/422/description - Defines the tilt angle when the servo is at the minimum. An angle of zero means upwards. + Gimbal Yaw - /parameters/CA_SV_TL2_TD/shortDesc + /parameters/SIM_GZ_SV_FUNC3/values/430/description - Tilt Servo 2 Tilt Direction + Gripper - /parameters/CA_SV_TL2_TD/longDesc + /parameters/SIM_GZ_SV_FUNC3/values/440/description - 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. + Landing Gear Wheel - /parameters/CA_SV_TL2_TD/values/0/description + /parameters/SIM_GZ_SV_FUNC4/shortDesc - Towards Front + SIM_GZ Servo 4 Output Function - /parameters/CA_SV_TL2_TD/values/90/description + /parameters/SIM_GZ_SV_FUNC4/longDesc - Towards Right + 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 - /parameters/CA_SV_TL3_CT/shortDesc + /parameters/SIM_GZ_SV_FUNC4/values/0/description - Tilt 3 is used for control + Disabled - /parameters/CA_SV_TL3_CT/longDesc + /parameters/SIM_GZ_SV_FUNC4/values/1/description - Define if this servo is used for additional control. + Constant Min - /parameters/CA_SV_TL3_CT/values/0/description + /parameters/SIM_GZ_SV_FUNC4/values/2/description - None + Constant Max - /parameters/CA_SV_TL3_CT/values/1/description + /parameters/SIM_GZ_SV_FUNC4/values/101/description - Yaw + Motor 1 - /parameters/CA_SV_TL3_CT/values/2/description + /parameters/SIM_GZ_SV_FUNC4/values/102/description - Pitch + Motor 2 - /parameters/CA_SV_TL3_CT/values/3/description + /parameters/SIM_GZ_SV_FUNC4/values/103/description - Yaw and Pitch + Motor 3 - /parameters/CA_SV_TL3_MAXA/shortDesc + /parameters/SIM_GZ_SV_FUNC4/values/104/description - Tilt Servo 3 Tilt Angle at Maximum + Motor 4 - /parameters/CA_SV_TL3_MAXA/longDesc + /parameters/SIM_GZ_SV_FUNC4/values/105/description - Defines the tilt angle when the servo is at the maximum. An angle of zero means upwards. + Motor 5 - /parameters/CA_SV_TL3_MINA/shortDesc + /parameters/SIM_GZ_SV_FUNC4/values/106/description - Tilt Servo 3 Tilt Angle at Minimum + Motor 6 - /parameters/CA_SV_TL3_MINA/longDesc + /parameters/SIM_GZ_SV_FUNC4/values/107/description - Defines the tilt angle when the servo is at the minimum. An angle of zero means upwards. + Motor 7 - /parameters/CA_SV_TL3_TD/shortDesc + /parameters/SIM_GZ_SV_FUNC4/values/108/description - Tilt Servo 3 Tilt Direction + Motor 8 - /parameters/CA_SV_TL3_TD/longDesc + /parameters/SIM_GZ_SV_FUNC4/values/109/description - 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. + Motor 9 - /parameters/CA_SV_TL3_TD/values/0/description + /parameters/SIM_GZ_SV_FUNC4/values/110/description - Towards Front + Motor 10 - /parameters/CA_SV_TL3_TD/values/90/description + /parameters/SIM_GZ_SV_FUNC4/values/111/description - Towards Right + Motor 11 - /parameters/CA_SV_TL_COUNT/shortDesc + /parameters/SIM_GZ_SV_FUNC4/values/112/description - Total number of Tilt Servos + Motor 12 - /parameters/CA_SV_TL_COUNT/values/0/description + /parameters/SIM_GZ_SV_FUNC4/values/201/description - 0 + Servo 1 - /parameters/CA_SV_TL_COUNT/values/1/description + /parameters/SIM_GZ_SV_FUNC4/values/202/description - 1 + Servo 2 - /parameters/CA_SV_TL_COUNT/values/2/description + /parameters/SIM_GZ_SV_FUNC4/values/203/description - 2 + Servo 3 - /parameters/CA_SV_TL_COUNT/values/3/description + /parameters/SIM_GZ_SV_FUNC4/values/204/description - 3 + Servo 4 - /parameters/CA_SV_TL_COUNT/values/4/description + /parameters/SIM_GZ_SV_FUNC4/values/205/description - 4 + Servo 5 - /parameters/HTE_ACC_GATE/shortDesc + /parameters/SIM_GZ_SV_FUNC4/values/206/description - Gate size for acceleration fusion + Servo 6 - /parameters/HTE_ACC_GATE/longDesc + /parameters/SIM_GZ_SV_FUNC4/values/207/description - Sets the number of standard deviations used by the innovation consistency test. + Servo 7 - /parameters/HTE_HT_ERR_INIT/shortDesc + /parameters/SIM_GZ_SV_FUNC4/values/208/description - 1-sigma initial hover thrust uncertainty + Servo 8 - /parameters/HTE_HT_ERR_INIT/longDesc + /parameters/SIM_GZ_SV_FUNC4/values/301/description - Sets the number of standard deviations used by the innovation consistency test. + Peripheral via Actuator Set 1 - /parameters/HTE_HT_NOISE/shortDesc + /parameters/SIM_GZ_SV_FUNC4/values/302/description - Hover thrust process noise + Peripheral via Actuator Set 2 - /parameters/HTE_HT_NOISE/longDesc + /parameters/SIM_GZ_SV_FUNC4/values/303/description - Reduce to make the hover thrust estimate more stable, increase if the real hover thrust is expected to change quickly over time. + Peripheral via Actuator Set 3 - /parameters/HTE_THR_RANGE/shortDesc + /parameters/SIM_GZ_SV_FUNC4/values/304/description - Max deviation from MPC_THR_HOVER + Peripheral via Actuator Set 4 - /parameters/HTE_THR_RANGE/longDesc + /parameters/SIM_GZ_SV_FUNC4/values/305/description - 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). + Peripheral via Actuator Set 5 - /parameters/HTE_VXY_THR/shortDesc + /parameters/SIM_GZ_SV_FUNC4/values/306/description - Horizontal velocity threshold for sensitivity reduction + Peripheral via Actuator Set 6 - /parameters/HTE_VXY_THR/longDesc + /parameters/SIM_GZ_SV_FUNC4/values/400/description - 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. + Landing Gear - /parameters/HTE_VZ_THR/shortDesc + /parameters/SIM_GZ_SV_FUNC4/values/401/description - Vertical velocity threshold for sensitivity reduction + Parachute - /parameters/HTE_VZ_THR/longDesc + /parameters/SIM_GZ_SV_FUNC4/values/402/description - 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. + RC Roll - /parameters/LNDFW_AIRSPD_MAX/shortDesc + /parameters/SIM_GZ_SV_FUNC4/values/403/description - Fixed-wing land detector: Max airspeed + RC Pitch - /parameters/LNDFW_AIRSPD_MAX/longDesc + /parameters/SIM_GZ_SV_FUNC4/values/404/description - Maximum airspeed allowed in the landed state + RC Throttle - /parameters/LNDFW_TRIG_TIME/shortDesc + /parameters/SIM_GZ_SV_FUNC4/values/405/description - Fixed-wing land detection trigger time + RC Yaw - /parameters/LNDFW_TRIG_TIME/longDesc + /parameters/SIM_GZ_SV_FUNC4/values/406/description - Time the land conditions (speeds and acceleration) have to be satisfied to detect a landing. + RC Flaps - /parameters/LNDFW_VEL_XY_MAX/shortDesc + /parameters/SIM_GZ_SV_FUNC4/values/407/description - Fixed-wing land detector: Max horizontal velocity threshold + RC AUX 1 - /parameters/LNDFW_VEL_XY_MAX/longDesc + /parameters/SIM_GZ_SV_FUNC4/values/408/description - 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). + RC AUX 2 - /parameters/LNDFW_VEL_Z_MAX/shortDesc + /parameters/SIM_GZ_SV_FUNC4/values/409/description - Fixed-wing land detector: Max vertiacal velocity threshold + RC AUX 3 - /parameters/LNDFW_VEL_Z_MAX/longDesc + /parameters/SIM_GZ_SV_FUNC4/values/410/description - Maximum vertical velocity allowed in the landed state. + RC AUX 4 - /parameters/LNDFW_XYACC_MAX/shortDesc + /parameters/SIM_GZ_SV_FUNC4/values/411/description - Fixed-wing land detector: Max horizontal acceleration + RC AUX 5 - /parameters/LNDFW_XYACC_MAX/longDesc + /parameters/SIM_GZ_SV_FUNC4/values/412/description - Maximum horizontal (x,y body axes) acceleration allowed in the landed state + RC AUX 6 - /parameters/LNDMC_ALT_GND/shortDesc + /parameters/SIM_GZ_SV_FUNC4/values/420/description - Ground effect altitude for multicopters + Gimbal Roll - /parameters/LNDMC_ALT_GND/longDesc + /parameters/SIM_GZ_SV_FUNC4/values/421/description - The height above ground below which ground effect creates barometric altitude errors. A negative value indicates no ground effect. + Gimbal Pitch - /parameters/LNDMC_ROT_MAX/shortDesc + /parameters/SIM_GZ_SV_FUNC4/values/422/description - Multicopter max rotation + Gimbal Yaw - /parameters/LNDMC_ROT_MAX/longDesc + /parameters/SIM_GZ_SV_FUNC4/values/430/description - Maximum allowed angular velocity around each axis allowed in the landed state. + Gripper - /parameters/LNDMC_TRIG_TIME/shortDesc + /parameters/SIM_GZ_SV_FUNC4/values/440/description - Multicopter land detection trigger time + Landing Gear Wheel - /parameters/LNDMC_TRIG_TIME/longDesc + /parameters/SIM_GZ_SV_FUNC5/shortDesc - Total time it takes to go through all three land detection stages: ground contact, maybe landed, landed when all necessary conditions are constantly met. + SIM_GZ Servo 5 Output Function - /parameters/LNDMC_XY_VEL_MAX/shortDesc + /parameters/SIM_GZ_SV_FUNC5/longDesc - Multicopter max horizontal velocity + 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 - /parameters/LNDMC_XY_VEL_MAX/longDesc + /parameters/SIM_GZ_SV_FUNC5/values/0/description - Maximum horizontal velocity allowed in the landed state + Disabled - /parameters/LNDMC_Z_VEL_MAX/shortDesc + /parameters/SIM_GZ_SV_FUNC5/values/1/description - Multicopter vertical velocity threshold + Constant Min - /parameters/LNDMC_Z_VEL_MAX/longDesc + /parameters/SIM_GZ_SV_FUNC5/values/2/description - 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. + Constant Max - /parameters/LND_FLIGHT_T_HI/shortDesc + /parameters/SIM_GZ_SV_FUNC5/values/101/description - Total flight time in microseconds + Motor 1 - /parameters/LND_FLIGHT_T_HI/longDesc + /parameters/SIM_GZ_SV_FUNC5/values/102/description - 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. + Motor 2 - /parameters/LND_FLIGHT_T_LO/shortDesc + /parameters/SIM_GZ_SV_FUNC5/values/103/description - Total flight time in microseconds + Motor 3 - /parameters/LND_FLIGHT_T_LO/longDesc + /parameters/SIM_GZ_SV_FUNC5/values/104/description - 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. + Motor 4 - /parameters/LTEST_ACC_UNC/shortDesc + /parameters/SIM_GZ_SV_FUNC5/values/105/description - Acceleration uncertainty + Motor 5 - /parameters/LTEST_ACC_UNC/longDesc + /parameters/SIM_GZ_SV_FUNC5/values/106/description - Variance of acceleration measurement used for landing target position prediction. Higher values results in tighter following of the measurements and more lenient outlier rejection + Motor 6 - /parameters/LTEST_MEAS_UNC/shortDesc + /parameters/SIM_GZ_SV_FUNC5/values/107/description - Landing target measurement uncertainty + Motor 7 - /parameters/LTEST_MEAS_UNC/longDesc + /parameters/SIM_GZ_SV_FUNC5/values/108/description - 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. + Motor 8 - /parameters/LTEST_MODE/shortDesc + /parameters/SIM_GZ_SV_FUNC5/values/109/description - Landing target mode + Motor 9 - /parameters/LTEST_MODE/longDesc + /parameters/SIM_GZ_SV_FUNC5/values/110/description - 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. + Motor 10 - /parameters/LTEST_MODE/values/0/description + /parameters/SIM_GZ_SV_FUNC5/values/111/description - Moving + Motor 11 - /parameters/LTEST_MODE/values/1/description + /parameters/SIM_GZ_SV_FUNC5/values/112/description - Stationary + Motor 12 - /parameters/LTEST_POS_UNC_IN/shortDesc + /parameters/SIM_GZ_SV_FUNC5/values/201/description - Initial landing target position uncertainty + Servo 1 - /parameters/LTEST_POS_UNC_IN/longDesc + /parameters/SIM_GZ_SV_FUNC5/values/202/description - Initial variance of the relative landing target position in x and y direction + Servo 2 - /parameters/LTEST_SCALE_X/shortDesc + /parameters/SIM_GZ_SV_FUNC5/values/203/description - Scale factor for sensor measurements in sensor x axis + Servo 3 - /parameters/LTEST_SCALE_X/longDesc + /parameters/SIM_GZ_SV_FUNC5/values/204/description - Landing target x measurements are scaled by this factor before being used + Servo 4 - /parameters/LTEST_SCALE_Y/shortDesc + /parameters/SIM_GZ_SV_FUNC5/values/205/description - Scale factor for sensor measurements in sensor y axis + Servo 5 - /parameters/LTEST_SCALE_Y/longDesc + /parameters/SIM_GZ_SV_FUNC5/values/206/description - Landing target y measurements are scaled by this factor before being used + Servo 6 - /parameters/LTEST_SENS_POS_X/shortDesc + /parameters/SIM_GZ_SV_FUNC5/values/207/description - X Position of IRLOCK in body frame (forward) + Servo 7 - /parameters/LTEST_SENS_POS_Y/shortDesc + /parameters/SIM_GZ_SV_FUNC5/values/208/description - Y Position of IRLOCK in body frame (right) + Servo 8 - /parameters/LTEST_SENS_POS_Z/shortDesc + /parameters/SIM_GZ_SV_FUNC5/values/301/description - Z Position of IRLOCK in body frame (downward) + Peripheral via Actuator Set 1 - /parameters/LTEST_SENS_ROT/shortDesc + /parameters/SIM_GZ_SV_FUNC5/values/302/description - Rotation of IRLOCK sensor relative to airframe + Peripheral via Actuator Set 2 - /parameters/LTEST_SENS_ROT/longDesc + /parameters/SIM_GZ_SV_FUNC5/values/303/description - Default orientation of Yaw 90° + Peripheral via Actuator Set 3 - /parameters/LTEST_SENS_ROT/values/0/description + /parameters/SIM_GZ_SV_FUNC5/values/304/description - No rotation + Peripheral via Actuator Set 4 - /parameters/LTEST_SENS_ROT/values/1/description + /parameters/SIM_GZ_SV_FUNC5/values/305/description - Yaw 45° + Peripheral via Actuator Set 5 - /parameters/LTEST_SENS_ROT/values/2/description + /parameters/SIM_GZ_SV_FUNC5/values/306/description - Yaw 90° + Peripheral via Actuator Set 6 - /parameters/LTEST_SENS_ROT/values/3/description + /parameters/SIM_GZ_SV_FUNC5/values/400/description - Yaw 135° + Landing Gear - /parameters/LTEST_SENS_ROT/values/4/description + /parameters/SIM_GZ_SV_FUNC5/values/401/description - Yaw 180° + Parachute - /parameters/LTEST_SENS_ROT/values/5/description + /parameters/SIM_GZ_SV_FUNC5/values/402/description - Yaw 225° + RC Roll - /parameters/LTEST_SENS_ROT/values/6/description + /parameters/SIM_GZ_SV_FUNC5/values/403/description - Yaw 270° + RC Pitch - /parameters/LTEST_SENS_ROT/values/7/description + /parameters/SIM_GZ_SV_FUNC5/values/404/description - Yaw 315° + RC Throttle - /parameters/LTEST_VEL_UNC_IN/shortDesc + /parameters/SIM_GZ_SV_FUNC5/values/405/description - Initial landing target velocity uncertainty + RC Yaw - /parameters/LTEST_VEL_UNC_IN/longDesc + /parameters/SIM_GZ_SV_FUNC5/values/406/description - Initial variance of the relative landing target velocity in x and y directions + RC Flaps - /parameters/LPE_ACC_XY/shortDesc + /parameters/SIM_GZ_SV_FUNC5/values/407/description - Accelerometer xy noise density + RC AUX 1 - /parameters/LPE_ACC_XY/longDesc + /parameters/SIM_GZ_SV_FUNC5/values/408/description - Data sheet noise density = 150ug/sqrt(Hz) = 0.0015 m/s^2/sqrt(Hz) Larger than data sheet to account for tilt error. + RC AUX 2 - /parameters/LPE_ACC_Z/shortDesc + /parameters/SIM_GZ_SV_FUNC5/values/409/description - Accelerometer z noise density + RC AUX 3 - /parameters/LPE_ACC_Z/longDesc + /parameters/SIM_GZ_SV_FUNC5/values/410/description - Data sheet noise density = 150ug/sqrt(Hz) = 0.0015 m/s^2/sqrt(Hz) + RC AUX 4 - /parameters/LPE_BAR_Z/shortDesc + /parameters/SIM_GZ_SV_FUNC5/values/411/description - Barometric presssure altitude z standard deviation + RC AUX 5 - /parameters/LPE_EN/shortDesc + /parameters/SIM_GZ_SV_FUNC5/values/412/description - Local position estimator enable (unsupported) + RC AUX 6 - /parameters/LPE_EN/values/0/description + /parameters/SIM_GZ_SV_FUNC5/values/420/description - Disabled + Gimbal Roll - /parameters/LPE_EN/values/1/description + /parameters/SIM_GZ_SV_FUNC5/values/421/description - Enabled + Gimbal Pitch - /parameters/LPE_EPH_MAX/shortDesc + /parameters/SIM_GZ_SV_FUNC5/values/422/description - Max EPH allowed for GPS initialization + Gimbal Yaw - /parameters/LPE_EPV_MAX/shortDesc + /parameters/SIM_GZ_SV_FUNC5/values/430/description - Max EPV allowed for GPS initialization + Gripper - /parameters/LPE_FAKE_ORIGIN/shortDesc + /parameters/SIM_GZ_SV_FUNC5/values/440/description - Enable publishing of a fake global position (e.g for AUTO missions using Optical Flow) + Landing Gear Wheel - /parameters/LPE_FAKE_ORIGIN/longDesc + /parameters/SIM_GZ_SV_FUNC6/shortDesc - By initializing the estimator to the LPE_LAT/LON parameters when global information is unavailable + SIM_GZ Servo 6 Output Function - /parameters/LPE_FGYRO_HP/shortDesc + /parameters/SIM_GZ_SV_FUNC6/longDesc - Flow gyro high pass filter cut off frequency + 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 - /parameters/LPE_FLW_OFF_Z/shortDesc + /parameters/SIM_GZ_SV_FUNC6/values/0/description - Optical flow z offset from center + Disabled - /parameters/LPE_FLW_QMIN/shortDesc + /parameters/SIM_GZ_SV_FUNC6/values/1/description - Optical flow minimum quality threshold + Constant Min - /parameters/LPE_FLW_R/shortDesc + /parameters/SIM_GZ_SV_FUNC6/values/2/description - Optical flow rotation (roll/pitch) noise gain + Constant Max - /parameters/LPE_FLW_RR/shortDesc + /parameters/SIM_GZ_SV_FUNC6/values/101/description - Optical flow angular velocity noise gain + Motor 1 - /parameters/LPE_FLW_SCALE/shortDesc + /parameters/SIM_GZ_SV_FUNC6/values/102/description - Optical flow scale + Motor 2 - /parameters/LPE_FUSION/shortDesc + /parameters/SIM_GZ_SV_FUNC6/values/103/description - Integer bitmask controlling data fusion + Motor 3 - /parameters/LPE_FUSION/longDesc + /parameters/SIM_GZ_SV_FUNC6/values/104/description - 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) + Motor 4 - /parameters/LPE_FUSION/bitmask/0/description + /parameters/SIM_GZ_SV_FUNC6/values/105/description - fuse GPS, requires GPS for alt. init + Motor 5 - /parameters/LPE_FUSION/bitmask/1/description + /parameters/SIM_GZ_SV_FUNC6/values/106/description - fuse optical flow + Motor 6 - /parameters/LPE_FUSION/bitmask/2/description + /parameters/SIM_GZ_SV_FUNC6/values/107/description - fuse vision position + Motor 7 - /parameters/LPE_FUSION/bitmask/3/description + /parameters/SIM_GZ_SV_FUNC6/values/108/description - fuse landing target + Motor 8 - /parameters/LPE_FUSION/bitmask/4/description + /parameters/SIM_GZ_SV_FUNC6/values/109/description - fuse land detector + Motor 9 - /parameters/LPE_FUSION/bitmask/5/description + /parameters/SIM_GZ_SV_FUNC6/values/110/description - pub agl as lpos down + Motor 10 - /parameters/LPE_FUSION/bitmask/6/description + /parameters/SIM_GZ_SV_FUNC6/values/111/description - flow gyro compensation + Motor 11 - /parameters/LPE_FUSION/bitmask/7/description + /parameters/SIM_GZ_SV_FUNC6/values/112/description - fuse baro + Motor 12 - /parameters/LPE_GPS_DELAY/shortDesc + /parameters/SIM_GZ_SV_FUNC6/values/201/description - GPS delay compensaton + Servo 1 - /parameters/LPE_GPS_VXY/shortDesc + /parameters/SIM_GZ_SV_FUNC6/values/202/description - GPS xy velocity standard deviation + Servo 2 - /parameters/LPE_GPS_VXY/longDesc + /parameters/SIM_GZ_SV_FUNC6/values/203/description - EPV used if greater than this value. + Servo 3 - /parameters/LPE_GPS_VZ/shortDesc + /parameters/SIM_GZ_SV_FUNC6/values/204/description - GPS z velocity standard deviation + Servo 4 - /parameters/LPE_GPS_XY/shortDesc + /parameters/SIM_GZ_SV_FUNC6/values/205/description - Minimum GPS xy standard deviation, uses reported EPH if greater + Servo 5 - /parameters/LPE_GPS_Z/shortDesc + /parameters/SIM_GZ_SV_FUNC6/values/206/description - Minimum GPS z standard deviation, uses reported EPV if greater + Servo 6 - /parameters/LPE_LAND_VXY/shortDesc + /parameters/SIM_GZ_SV_FUNC6/values/207/description - Land detector xy velocity standard deviation + Servo 7 - /parameters/LPE_LAND_Z/shortDesc + /parameters/SIM_GZ_SV_FUNC6/values/208/description - Land detector z standard deviation + Servo 8 - /parameters/LPE_LAT/shortDesc + /parameters/SIM_GZ_SV_FUNC6/values/301/description - Local origin latitude for nav w/o GPS + Peripheral via Actuator Set 1 - /parameters/LPE_LDR_OFF_Z/shortDesc + /parameters/SIM_GZ_SV_FUNC6/values/302/description - Lidar z offset from center of vehicle +down + Peripheral via Actuator Set 2 - /parameters/LPE_LDR_Z/shortDesc + /parameters/SIM_GZ_SV_FUNC6/values/303/description - Lidar z standard deviation + Peripheral via Actuator Set 3 - /parameters/LPE_LON/shortDesc + /parameters/SIM_GZ_SV_FUNC6/values/304/description - Local origin longitude for nav w/o GPS + Peripheral via Actuator Set 4 - /parameters/LPE_LT_COV/shortDesc + /parameters/SIM_GZ_SV_FUNC6/values/305/description - Minimum landing target standard covariance, uses reported covariance if greater + Peripheral via Actuator Set 5 - /parameters/LPE_PN_B/shortDesc + /parameters/SIM_GZ_SV_FUNC6/values/306/description - Accel bias propagation noise density + Peripheral via Actuator Set 6 - /parameters/LPE_PN_P/shortDesc + /parameters/SIM_GZ_SV_FUNC6/values/400/description - Position propagation noise density + Landing Gear - /parameters/LPE_PN_P/longDesc + /parameters/SIM_GZ_SV_FUNC6/values/401/description - Increase to trust measurements more. Decrease to trust model more. + Parachute - /parameters/LPE_PN_T/shortDesc + /parameters/SIM_GZ_SV_FUNC6/values/402/description - Terrain random walk noise density, hilly/outdoor (0.1), flat/Indoor (0.001) + RC Roll - /parameters/LPE_PN_V/shortDesc + /parameters/SIM_GZ_SV_FUNC6/values/403/description - Velocity propagation noise density + RC Pitch - /parameters/LPE_PN_V/longDesc + /parameters/SIM_GZ_SV_FUNC6/values/404/description - Increase to trust measurements more. Decrease to trust model more. + RC Throttle - /parameters/LPE_SNR_OFF_Z/shortDesc + /parameters/SIM_GZ_SV_FUNC6/values/405/description - Sonar z offset from center of vehicle +down + RC Yaw - /parameters/LPE_SNR_Z/shortDesc + /parameters/SIM_GZ_SV_FUNC6/values/406/description - Sonar z standard deviation + RC Flaps - /parameters/LPE_T_MAX_GRADE/shortDesc + /parameters/SIM_GZ_SV_FUNC6/values/407/description - Terrain maximum percent grade, hilly/outdoor (100 = 45 deg), flat/Indoor (0 = 0 deg) + RC AUX 1 - /parameters/LPE_T_MAX_GRADE/longDesc + /parameters/SIM_GZ_SV_FUNC6/values/408/description - Used to calculate increased terrain random walk nosie due to movement. + RC AUX 2 - /parameters/LPE_VIC_P/shortDesc + /parameters/SIM_GZ_SV_FUNC6/values/409/description - Vicon position standard deviation + RC AUX 3 - /parameters/LPE_VIS_DELAY/shortDesc + /parameters/SIM_GZ_SV_FUNC6/values/410/description - Vision delay compensation + RC AUX 4 - /parameters/LPE_VIS_DELAY/longDesc + /parameters/SIM_GZ_SV_FUNC6/values/411/description - Set to zero to enable automatic compensation from measurement timestamps + RC AUX 5 - /parameters/LPE_VIS_XY/shortDesc + /parameters/SIM_GZ_SV_FUNC6/values/412/description - Vision xy standard deviation + RC AUX 6 - /parameters/LPE_VIS_Z/shortDesc + /parameters/SIM_GZ_SV_FUNC6/values/420/description - Vision z standard deviation + Gimbal Roll - /parameters/LPE_VXY_PUB/shortDesc + /parameters/SIM_GZ_SV_FUNC6/values/421/description - Required velocity xy standard deviation to publish position + Gimbal Pitch - /parameters/LPE_X_LP/shortDesc + /parameters/SIM_GZ_SV_FUNC6/values/422/description - Cut frequency for state publication + Gimbal Yaw - /parameters/LPE_Z_PUB/shortDesc + /parameters/SIM_GZ_SV_FUNC6/values/430/description - Required z standard deviation to publish altitude/ terrain + Gripper - /parameters/MAV_0_BROADCAST/shortDesc + /parameters/SIM_GZ_SV_FUNC6/values/440/description - Broadcast heartbeats on local network for MAVLink instance 0 + Landing Gear Wheel - /parameters/MAV_0_BROADCAST/longDesc + /parameters/SIM_GZ_SV_FUNC7/shortDesc - This allows a ground control station to automatically find the drone on the local network. + SIM_GZ Servo 7 Output Function - /parameters/MAV_0_BROADCAST/values/0/description + /parameters/SIM_GZ_SV_FUNC7/longDesc - Never broadcast + 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 - /parameters/MAV_0_BROADCAST/values/1/description + /parameters/SIM_GZ_SV_FUNC7/values/0/description - Always broadcast + Disabled - /parameters/MAV_0_BROADCAST/values/2/description + /parameters/SIM_GZ_SV_FUNC7/values/1/description - Only multicast + Constant Min - /parameters/MAV_0_FLOW_CTRL/shortDesc + /parameters/SIM_GZ_SV_FUNC7/values/2/description - Enable serial flow control for instance 0 + Constant Max - /parameters/MAV_0_FLOW_CTRL/longDesc + /parameters/SIM_GZ_SV_FUNC7/values/101/description - 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. + Motor 1 - /parameters/MAV_0_FLOW_CTRL/values/0/description + /parameters/SIM_GZ_SV_FUNC7/values/102/description - Force off + Motor 2 - /parameters/MAV_0_FLOW_CTRL/values/1/description + /parameters/SIM_GZ_SV_FUNC7/values/103/description - Force on + Motor 3 - /parameters/MAV_0_FLOW_CTRL/values/2/description + /parameters/SIM_GZ_SV_FUNC7/values/104/description - Auto-detected + Motor 4 - /parameters/MAV_0_FORWARD/shortDesc + /parameters/SIM_GZ_SV_FUNC7/values/105/description - Enable MAVLink Message forwarding for instance 0 + Motor 5 - /parameters/MAV_0_FORWARD/longDesc + /parameters/SIM_GZ_SV_FUNC7/values/106/description - 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). + Motor 6 - /parameters/MAV_0_FORWARD/values/0/description + /parameters/SIM_GZ_SV_FUNC7/values/107/description - Disabled + Motor 7 - /parameters/MAV_0_FORWARD/values/1/description + /parameters/SIM_GZ_SV_FUNC7/values/108/description - Enabled + Motor 8 - /parameters/MAV_0_HL_FREQ/shortDesc + /parameters/SIM_GZ_SV_FUNC7/values/109/description - Configures the frequency of HIGH_LATENCY2 stream for instance 0 + Motor 9 - /parameters/MAV_0_HL_FREQ/longDesc + /parameters/SIM_GZ_SV_FUNC7/values/110/description - 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. + Motor 10 - /parameters/MAV_0_MODE/shortDesc + /parameters/SIM_GZ_SV_FUNC7/values/111/description - MAVLink Mode for instance 0 + Motor 11 - /parameters/MAV_0_MODE/longDesc + /parameters/SIM_GZ_SV_FUNC7/values/112/description - The MAVLink Mode defines the set of streamed messages (for example the vehicle's attitude) and their sending rates. + Motor 12 - /parameters/MAV_0_MODE/values/0/description + /parameters/SIM_GZ_SV_FUNC7/values/201/description - Normal + Servo 1 - /parameters/MAV_0_MODE/values/1/description + /parameters/SIM_GZ_SV_FUNC7/values/202/description - Custom + Servo 2 - /parameters/MAV_0_MODE/values/2/description + /parameters/SIM_GZ_SV_FUNC7/values/203/description - Onboard + Servo 3 - /parameters/MAV_0_MODE/values/3/description + /parameters/SIM_GZ_SV_FUNC7/values/204/description - OSD + Servo 4 - /parameters/MAV_0_MODE/values/4/description + /parameters/SIM_GZ_SV_FUNC7/values/205/description - Magic + Servo 5 - /parameters/MAV_0_MODE/values/5/description + /parameters/SIM_GZ_SV_FUNC7/values/206/description - Config + Servo 6 - /parameters/MAV_0_MODE/values/7/description + /parameters/SIM_GZ_SV_FUNC7/values/207/description - Minimal + Servo 7 - /parameters/MAV_0_MODE/values/8/description + /parameters/SIM_GZ_SV_FUNC7/values/208/description - External Vision + Servo 8 - /parameters/MAV_0_MODE/values/10/description + /parameters/SIM_GZ_SV_FUNC7/values/301/description - Gimbal + Peripheral via Actuator Set 1 - /parameters/MAV_0_MODE/values/11/description + /parameters/SIM_GZ_SV_FUNC7/values/302/description - Onboard Low Bandwidth + Peripheral via Actuator Set 2 - /parameters/MAV_0_MODE/values/12/description + /parameters/SIM_GZ_SV_FUNC7/values/303/description - uAvionix + Peripheral via Actuator Set 3 - /parameters/MAV_0_RADIO_CTL/shortDesc + /parameters/SIM_GZ_SV_FUNC7/values/304/description - Enable software throttling of mavlink on instance 0 + Peripheral via Actuator Set 4 - /parameters/MAV_0_RADIO_CTL/longDesc + /parameters/SIM_GZ_SV_FUNC7/values/305/description - 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. + Peripheral via Actuator Set 5 - /parameters/MAV_0_RADIO_CTL/values/0/description + /parameters/SIM_GZ_SV_FUNC7/values/306/description - Disabled + Peripheral via Actuator Set 6 - /parameters/MAV_0_RADIO_CTL/values/1/description + /parameters/SIM_GZ_SV_FUNC7/values/400/description - Enabled + Landing Gear - /parameters/MAV_0_RATE/shortDesc + /parameters/SIM_GZ_SV_FUNC7/values/401/description - Maximum MAVLink sending rate for instance 0 + Parachute - /parameters/MAV_0_RATE/longDesc + /parameters/SIM_GZ_SV_FUNC7/values/402/description - 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). + RC Roll - /parameters/MAV_0_REMOTE_PRT/shortDesc + /parameters/SIM_GZ_SV_FUNC7/values/403/description - MAVLink Remote Port for instance 0 + RC Pitch - /parameters/MAV_0_REMOTE_PRT/longDesc + /parameters/SIM_GZ_SV_FUNC7/values/404/description - If ethernet enabled and selected as configuration for MAVLink instance 0, selected remote port will be set and used in MAVLink instance 0. + RC Throttle - /parameters/MAV_0_UDP_PRT/shortDesc + /parameters/SIM_GZ_SV_FUNC7/values/405/description - MAVLink Network Port for instance 0 + RC Yaw - /parameters/MAV_0_UDP_PRT/longDesc + /parameters/SIM_GZ_SV_FUNC7/values/406/description - If ethernet enabled and selected as configuration for MAVLink instance 0, selected udp port will be set and used in MAVLink instance 0. + RC Flaps - /parameters/MAV_1_BROADCAST/shortDesc + /parameters/SIM_GZ_SV_FUNC7/values/407/description - Broadcast heartbeats on local network for MAVLink instance 1 + RC AUX 1 - /parameters/MAV_1_BROADCAST/longDesc + /parameters/SIM_GZ_SV_FUNC7/values/408/description - This allows a ground control station to automatically find the drone on the local network. + RC AUX 2 - /parameters/MAV_1_BROADCAST/values/0/description + /parameters/SIM_GZ_SV_FUNC7/values/409/description - Never broadcast + RC AUX 3 - /parameters/MAV_1_BROADCAST/values/1/description + /parameters/SIM_GZ_SV_FUNC7/values/410/description - Always broadcast + RC AUX 4 - /parameters/MAV_1_BROADCAST/values/2/description + /parameters/SIM_GZ_SV_FUNC7/values/411/description - Only multicast + RC AUX 5 - /parameters/MAV_1_FLOW_CTRL/shortDesc + /parameters/SIM_GZ_SV_FUNC7/values/412/description - Enable serial flow control for instance 1 + RC AUX 6 - /parameters/MAV_1_FLOW_CTRL/longDesc + /parameters/SIM_GZ_SV_FUNC7/values/420/description - 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. + Gimbal Roll - /parameters/MAV_1_FLOW_CTRL/values/0/description + /parameters/SIM_GZ_SV_FUNC7/values/421/description - Force off + Gimbal Pitch - /parameters/MAV_1_FLOW_CTRL/values/1/description + /parameters/SIM_GZ_SV_FUNC7/values/422/description - Force on + Gimbal Yaw - /parameters/MAV_1_FLOW_CTRL/values/2/description + /parameters/SIM_GZ_SV_FUNC7/values/430/description - Auto-detected + Gripper - /parameters/MAV_1_FORWARD/shortDesc + /parameters/SIM_GZ_SV_FUNC7/values/440/description - Enable MAVLink Message forwarding for instance 1 + Landing Gear Wheel - /parameters/MAV_1_FORWARD/longDesc + /parameters/SIM_GZ_SV_FUNC8/shortDesc - 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). + SIM_GZ Servo 8 Output Function - /parameters/MAV_1_FORWARD/values/0/description + /parameters/SIM_GZ_SV_FUNC8/longDesc - Disabled + 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 - /parameters/MAV_1_FORWARD/values/1/description + /parameters/SIM_GZ_SV_FUNC8/values/0/description - Enabled + Disabled - /parameters/MAV_1_HL_FREQ/shortDesc + /parameters/SIM_GZ_SV_FUNC8/values/1/description - Configures the frequency of HIGH_LATENCY2 stream for instance 1 + Constant Min - /parameters/MAV_1_HL_FREQ/longDesc + /parameters/SIM_GZ_SV_FUNC8/values/2/description - 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. + Constant Max - /parameters/MAV_1_MODE/shortDesc + /parameters/SIM_GZ_SV_FUNC8/values/101/description - MAVLink Mode for instance 1 + Motor 1 - /parameters/MAV_1_MODE/longDesc + /parameters/SIM_GZ_SV_FUNC8/values/102/description - The MAVLink Mode defines the set of streamed messages (for example the vehicle's attitude) and their sending rates. + Motor 2 - /parameters/MAV_1_MODE/values/0/description + /parameters/SIM_GZ_SV_FUNC8/values/103/description - Normal + Motor 3 - /parameters/MAV_1_MODE/values/1/description + /parameters/SIM_GZ_SV_FUNC8/values/104/description - Custom + Motor 4 - /parameters/MAV_1_MODE/values/2/description + /parameters/SIM_GZ_SV_FUNC8/values/105/description - Onboard + Motor 5 - /parameters/MAV_1_MODE/values/3/description + /parameters/SIM_GZ_SV_FUNC8/values/106/description - OSD + Motor 6 - /parameters/MAV_1_MODE/values/4/description + /parameters/SIM_GZ_SV_FUNC8/values/107/description - Magic + Motor 7 - /parameters/MAV_1_MODE/values/5/description + /parameters/SIM_GZ_SV_FUNC8/values/108/description - Config + Motor 8 - /parameters/MAV_1_MODE/values/7/description + /parameters/SIM_GZ_SV_FUNC8/values/109/description - Minimal + Motor 9 - /parameters/MAV_1_MODE/values/8/description + /parameters/SIM_GZ_SV_FUNC8/values/110/description - External Vision + Motor 10 - /parameters/MAV_1_MODE/values/10/description + /parameters/SIM_GZ_SV_FUNC8/values/111/description - Gimbal + Motor 11 - /parameters/MAV_1_MODE/values/11/description + /parameters/SIM_GZ_SV_FUNC8/values/112/description - Onboard Low Bandwidth + Motor 12 - /parameters/MAV_1_MODE/values/12/description + /parameters/SIM_GZ_SV_FUNC8/values/201/description - uAvionix + Servo 1 - /parameters/MAV_1_RADIO_CTL/shortDesc + /parameters/SIM_GZ_SV_FUNC8/values/202/description - Enable software throttling of mavlink on instance 1 + Servo 2 - /parameters/MAV_1_RADIO_CTL/longDesc + /parameters/SIM_GZ_SV_FUNC8/values/203/description - 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. + Servo 3 - /parameters/MAV_1_RADIO_CTL/values/0/description + /parameters/SIM_GZ_SV_FUNC8/values/204/description - Disabled + Servo 4 - /parameters/MAV_1_RADIO_CTL/values/1/description + /parameters/SIM_GZ_SV_FUNC8/values/205/description - Enabled + Servo 5 - /parameters/MAV_1_RATE/shortDesc + /parameters/SIM_GZ_SV_FUNC8/values/206/description - Maximum MAVLink sending rate for instance 1 + Servo 6 - /parameters/MAV_1_RATE/longDesc + /parameters/SIM_GZ_SV_FUNC8/values/207/description - 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). + Servo 7 - /parameters/MAV_1_REMOTE_PRT/shortDesc + /parameters/SIM_GZ_SV_FUNC8/values/208/description - MAVLink Remote Port for instance 1 + Servo 8 - /parameters/MAV_1_REMOTE_PRT/longDesc + /parameters/SIM_GZ_SV_FUNC8/values/301/description - If ethernet enabled and selected as configuration for MAVLink instance 1, selected remote port will be set and used in MAVLink instance 1. + Peripheral via Actuator Set 1 - /parameters/MAV_1_UDP_PRT/shortDesc + /parameters/SIM_GZ_SV_FUNC8/values/302/description - MAVLink Network Port for instance 1 + Peripheral via Actuator Set 2 - /parameters/MAV_1_UDP_PRT/longDesc + /parameters/SIM_GZ_SV_FUNC8/values/303/description - If ethernet enabled and selected as configuration for MAVLink instance 1, selected udp port will be set and used in MAVLink instance 1. + Peripheral via Actuator Set 3 - /parameters/MAV_2_BROADCAST/shortDesc + /parameters/SIM_GZ_SV_FUNC8/values/304/description - Broadcast heartbeats on local network for MAVLink instance 2 + Peripheral via Actuator Set 4 - /parameters/MAV_2_BROADCAST/longDesc + /parameters/SIM_GZ_SV_FUNC8/values/305/description - This allows a ground control station to automatically find the drone on the local network. + Peripheral via Actuator Set 5 - /parameters/MAV_2_BROADCAST/values/0/description + /parameters/SIM_GZ_SV_FUNC8/values/306/description - Never broadcast + Peripheral via Actuator Set 6 - /parameters/MAV_2_BROADCAST/values/1/description + /parameters/SIM_GZ_SV_FUNC8/values/400/description - Always broadcast + Landing Gear - /parameters/MAV_2_BROADCAST/values/2/description + /parameters/SIM_GZ_SV_FUNC8/values/401/description - Only multicast + Parachute - /parameters/MAV_2_FLOW_CTRL/shortDesc + /parameters/SIM_GZ_SV_FUNC8/values/402/description - Enable serial flow control for instance 2 + RC Roll - /parameters/MAV_2_FLOW_CTRL/longDesc + /parameters/SIM_GZ_SV_FUNC8/values/403/description - 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. + RC Pitch - /parameters/MAV_2_FLOW_CTRL/values/0/description + /parameters/SIM_GZ_SV_FUNC8/values/404/description - Force off + RC Throttle - /parameters/MAV_2_FLOW_CTRL/values/1/description + /parameters/SIM_GZ_SV_FUNC8/values/405/description - Force on + RC Yaw - /parameters/MAV_2_FLOW_CTRL/values/2/description + /parameters/SIM_GZ_SV_FUNC8/values/406/description - Auto-detected + RC Flaps - /parameters/MAV_2_FORWARD/shortDesc + /parameters/SIM_GZ_SV_FUNC8/values/407/description - Enable MAVLink Message forwarding for instance 2 + RC AUX 1 - /parameters/MAV_2_FORWARD/longDesc + /parameters/SIM_GZ_SV_FUNC8/values/408/description - 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). + RC AUX 2 - /parameters/MAV_2_FORWARD/values/0/description + /parameters/SIM_GZ_SV_FUNC8/values/409/description - Disabled + RC AUX 3 - /parameters/MAV_2_FORWARD/values/1/description + /parameters/SIM_GZ_SV_FUNC8/values/410/description - Enabled + RC AUX 4 - /parameters/MAV_2_HL_FREQ/shortDesc + /parameters/SIM_GZ_SV_FUNC8/values/411/description - Configures the frequency of HIGH_LATENCY2 stream for instance 2 + RC AUX 5 - /parameters/MAV_2_HL_FREQ/longDesc + /parameters/SIM_GZ_SV_FUNC8/values/412/description - 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. + RC AUX 6 - /parameters/MAV_2_MODE/shortDesc + /parameters/SIM_GZ_SV_FUNC8/values/420/description - MAVLink Mode for instance 2 + Gimbal Roll - /parameters/MAV_2_MODE/longDesc + /parameters/SIM_GZ_SV_FUNC8/values/421/description - The MAVLink Mode defines the set of streamed messages (for example the vehicle's attitude) and their sending rates. + Gimbal Pitch - /parameters/MAV_2_MODE/values/0/description + /parameters/SIM_GZ_SV_FUNC8/values/422/description - Normal + Gimbal Yaw - /parameters/MAV_2_MODE/values/1/description + /parameters/SIM_GZ_SV_FUNC8/values/430/description - Custom + Gripper - /parameters/MAV_2_MODE/values/2/description + /parameters/SIM_GZ_SV_FUNC8/values/440/description - Onboard + Landing Gear Wheel - /parameters/MAV_2_MODE/values/3/description + /parameters/SIM_GZ_SV_MAX1/shortDesc - OSD + SIM_GZ Servo 1 Maximum Value - /parameters/MAV_2_MODE/values/4/description + /parameters/SIM_GZ_SV_MAX1/longDesc - Magic + Maxmimum output value (when not disarmed). - /parameters/MAV_2_MODE/values/5/description + /parameters/SIM_GZ_SV_MAX2/shortDesc - Config + SIM_GZ Servo 2 Maximum Value - /parameters/MAV_2_MODE/values/7/description + /parameters/SIM_GZ_SV_MAX2/longDesc - Minimal + Maxmimum output value (when not disarmed). - /parameters/MAV_2_MODE/values/8/description + /parameters/SIM_GZ_SV_MAX3/shortDesc - External Vision + SIM_GZ Servo 3 Maximum Value - /parameters/MAV_2_MODE/values/10/description + /parameters/SIM_GZ_SV_MAX3/longDesc - Gimbal + Maxmimum output value (when not disarmed). - /parameters/MAV_2_MODE/values/11/description + /parameters/SIM_GZ_SV_MAX4/shortDesc - Onboard Low Bandwidth + SIM_GZ Servo 4 Maximum Value - /parameters/MAV_2_MODE/values/12/description + /parameters/SIM_GZ_SV_MAX4/longDesc - uAvionix + Maxmimum output value (when not disarmed). - /parameters/MAV_2_RADIO_CTL/shortDesc + /parameters/SIM_GZ_SV_MAX5/shortDesc - Enable software throttling of mavlink on instance 2 + SIM_GZ Servo 5 Maximum Value - /parameters/MAV_2_RADIO_CTL/longDesc + /parameters/SIM_GZ_SV_MAX5/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. + Maxmimum output value (when not disarmed). - /parameters/MAV_2_RADIO_CTL/values/0/description + /parameters/SIM_GZ_SV_MAX6/shortDesc - Disabled + SIM_GZ Servo 6 Maximum Value - /parameters/MAV_2_RADIO_CTL/values/1/description + /parameters/SIM_GZ_SV_MAX6/longDesc - Enabled + Maxmimum output value (when not disarmed). - /parameters/MAV_2_RATE/shortDesc + /parameters/SIM_GZ_SV_MAX7/shortDesc - Maximum MAVLink sending rate for instance 2 + SIM_GZ Servo 7 Maximum Value - /parameters/MAV_2_RATE/longDesc + /parameters/SIM_GZ_SV_MAX7/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). + Maxmimum output value (when not disarmed). - /parameters/MAV_2_REMOTE_PRT/shortDesc + /parameters/SIM_GZ_SV_MAX8/shortDesc - MAVLink Remote Port for instance 2 + SIM_GZ Servo 8 Maximum Value - /parameters/MAV_2_REMOTE_PRT/longDesc + /parameters/SIM_GZ_SV_MAX8/longDesc - If ethernet enabled and selected as configuration for MAVLink instance 2, selected remote port will be set and used in MAVLink instance 2. + Maxmimum output value (when not disarmed). - /parameters/MAV_2_UDP_PRT/shortDesc + /parameters/SIM_GZ_SV_MIN1/shortDesc - MAVLink Network Port for instance 2 + SIM_GZ Servo 1 Minimum Value - /parameters/MAV_2_UDP_PRT/longDesc + /parameters/SIM_GZ_SV_MIN1/longDesc - If ethernet enabled and selected as configuration for MAVLink instance 2, selected udp port will be set and used in MAVLink instance 2. + Minimum output value (when not disarmed). - /parameters/MAV_COMP_ID/shortDesc + /parameters/SIM_GZ_SV_MIN2/shortDesc - MAVLink component ID + SIM_GZ Servo 2 Minimum Value - /parameters/MAV_FWDEXTSP/shortDesc + /parameters/SIM_GZ_SV_MIN2/longDesc - Forward external setpoint messages + Minimum output value (when not disarmed). - /parameters/MAV_FWDEXTSP/longDesc + /parameters/SIM_GZ_SV_MIN3/shortDesc - If set to 1 incoming external setpoint messages will be directly forwarded to the controllers if in offboard control mode + SIM_GZ Servo 3 Minimum Value - /parameters/MAV_FWDEXTSP/values/0/description + /parameters/SIM_GZ_SV_MIN3/longDesc - Disabled + Minimum output value (when not disarmed). - /parameters/MAV_FWDEXTSP/values/1/description + /parameters/SIM_GZ_SV_MIN4/shortDesc - Enabled + SIM_GZ Servo 4 Minimum Value - /parameters/MAV_HASH_CHK_EN/shortDesc + /parameters/SIM_GZ_SV_MIN4/longDesc - Parameter hash check + Minimum output value (when not disarmed). - /parameters/MAV_HASH_CHK_EN/longDesc + /parameters/SIM_GZ_SV_MIN5/shortDesc - Disabling the parameter hash check functionality will make the mavlink instance stream parameters continuously. + SIM_GZ Servo 5 Minimum Value - /parameters/MAV_HASH_CHK_EN/values/0/description + /parameters/SIM_GZ_SV_MIN5/longDesc - Disabled + Minimum output value (when not disarmed). - /parameters/MAV_HASH_CHK_EN/values/1/description + /parameters/SIM_GZ_SV_MIN6/shortDesc - Enabled + SIM_GZ Servo 6 Minimum Value - /parameters/MAV_HB_FORW_EN/shortDesc + /parameters/SIM_GZ_SV_MIN6/longDesc - Heartbeat message forwarding + Minimum output value (when not disarmed). - /parameters/MAV_HB_FORW_EN/longDesc + /parameters/SIM_GZ_SV_MIN7/shortDesc - 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. + SIM_GZ Servo 7 Minimum Value - /parameters/MAV_HB_FORW_EN/values/0/description + /parameters/SIM_GZ_SV_MIN7/longDesc - Disabled + Minimum output value (when not disarmed). - /parameters/MAV_HB_FORW_EN/values/1/description + /parameters/SIM_GZ_SV_MIN8/shortDesc - Enabled + SIM_GZ Servo 8 Minimum Value - /parameters/MAV_PROTO_VER/shortDesc + /parameters/SIM_GZ_SV_MIN8/longDesc - MAVLink protocol version + Minimum output value (when not disarmed). - /parameters/MAV_PROTO_VER/values/0/description + /parameters/SIM_GZ_SV_REV/shortDesc - Default to 1, switch to 2 if GCS sends version 2 + Reverse Output Range for SIM_GZ - /parameters/MAV_PROTO_VER/values/1/description + /parameters/SIM_GZ_SV_REV/longDesc - Always use version 1 + Allows to reverse the output range for each channel. Note: this is only useful for servos. - /parameters/MAV_PROTO_VER/values/2/description + /parameters/SIM_GZ_SV_REV/bitmask/0/description - Always use version 2 + SIM_GZ Servo 1 - /parameters/MAV_RADIO_TOUT/shortDesc + /parameters/SIM_GZ_SV_REV/bitmask/1/description - Timeout in seconds for the RADIO_STATUS reports coming in + SIM_GZ Servo 2 - /parameters/MAV_RADIO_TOUT/longDesc + /parameters/SIM_GZ_SV_REV/bitmask/2/description - 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. + SIM_GZ Servo 3 - /parameters/MAV_SIK_RADIO_ID/shortDesc + /parameters/SIM_GZ_SV_REV/bitmask/3/description - MAVLink SiK Radio ID + SIM_GZ Servo 4 - /parameters/MAV_SIK_RADIO_ID/longDesc + /parameters/SIM_GZ_SV_REV/bitmask/4/description - 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 + SIM_GZ Servo 5 - /parameters/MAV_SYS_ID/shortDesc + /parameters/SIM_GZ_SV_REV/bitmask/5/description - MAVLink system ID + SIM_GZ Servo 6 - /parameters/MAV_TYPE/shortDesc + /parameters/SIM_GZ_SV_REV/bitmask/6/description - MAVLink airframe type + SIM_GZ Servo 7 - /parameters/MAV_TYPE/values/0/description + /parameters/SIM_GZ_SV_REV/bitmask/7/description - Generic micro air vehicle + SIM_GZ Servo 8 - /parameters/MAV_TYPE/values/1/description + /parameters/SIM_GZ_WH_DIS1/shortDesc - Fixed wing aircraft + SIM_GZ Wheels 1 Disarmed Value - /parameters/MAV_TYPE/values/2/description + /parameters/SIM_GZ_WH_DIS1/longDesc - Quadrotor + 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/MAV_TYPE/values/3/description + /parameters/SIM_GZ_WH_DIS2/shortDesc - Coaxial helicopter + SIM_GZ Wheels 2 Disarmed Value - /parameters/MAV_TYPE/values/4/description + /parameters/SIM_GZ_WH_DIS2/longDesc - Normal helicopter with tail rotor + 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/MAV_TYPE/values/7/description + /parameters/SIM_GZ_WH_FAIL1/shortDesc - Airship, controlled + SIM_GZ Wheels 1 Failsafe Value - /parameters/MAV_TYPE/values/8/description + /parameters/SIM_GZ_WH_FAIL1/longDesc - Free balloon, uncontrolled + 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). - /parameters/MAV_TYPE/values/10/description + /parameters/SIM_GZ_WH_FAIL2/shortDesc - Ground rover + SIM_GZ Wheels 2 Failsafe Value - /parameters/MAV_TYPE/values/11/description + /parameters/SIM_GZ_WH_FAIL2/longDesc - Surface vessel, boat, ship + 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). - /parameters/MAV_TYPE/values/12/description + /parameters/SIM_GZ_WH_FUNC1/shortDesc - Submarine + SIM_GZ Wheels 1 Output Function - /parameters/MAV_TYPE/values/13/description + /parameters/SIM_GZ_WH_FUNC1/longDesc - Hexarotor + 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 - /parameters/MAV_TYPE/values/14/description + /parameters/SIM_GZ_WH_FUNC1/values/0/description - Octorotor + Disabled - /parameters/MAV_TYPE/values/15/description + /parameters/SIM_GZ_WH_FUNC1/values/1/description - Tricopter + Constant Min - /parameters/MAV_TYPE/values/19/description + /parameters/SIM_GZ_WH_FUNC1/values/2/description - VTOL Two-rotor Tailsitter + Constant Max - /parameters/MAV_TYPE/values/20/description + /parameters/SIM_GZ_WH_FUNC1/values/101/description - VTOL Quad-rotor Tailsitter + Motor 1 - /parameters/MAV_TYPE/values/21/description + /parameters/SIM_GZ_WH_FUNC1/values/102/description - VTOL Tiltrotor + Motor 2 - /parameters/MAV_TYPE/values/22/description + /parameters/SIM_GZ_WH_FUNC1/values/103/description - VTOL Standard (separate fixed rotors for hover and cruise flight) + Motor 3 - /parameters/MAV_TYPE/values/23/description + /parameters/SIM_GZ_WH_FUNC1/values/104/description - VTOL Tailsitter + Motor 4 - /parameters/MAV_USEHILGPS/shortDesc + /parameters/SIM_GZ_WH_FUNC1/values/105/description - Use/Accept HIL GPS message even if not in HIL mode + Motor 5 - /parameters/MAV_USEHILGPS/longDesc + /parameters/SIM_GZ_WH_FUNC1/values/106/description - If set to 1 incoming HIL GPS messages are parsed. + Motor 6 - /parameters/MAV_USEHILGPS/values/0/description + /parameters/SIM_GZ_WH_FUNC1/values/107/description - Disabled + Motor 7 - /parameters/MAV_USEHILGPS/values/1/description + /parameters/SIM_GZ_WH_FUNC1/values/108/description - Enabled + Motor 8 - /parameters/MBE_ENABLE/shortDesc + /parameters/SIM_GZ_WH_FUNC1/values/109/description - Enable online mag bias calibration + Motor 9 - /parameters/MBE_ENABLE/longDesc + /parameters/SIM_GZ_WH_FUNC1/values/110/description - This enables continuous calibration of the magnetometers before takeoff using gyro data. + Motor 10 - /parameters/MBE_ENABLE/values/0/description + /parameters/SIM_GZ_WH_FUNC1/values/111/description - Disabled + Motor 11 - /parameters/MBE_ENABLE/values/1/description + /parameters/SIM_GZ_WH_FUNC1/values/112/description - Enabled + Motor 12 - /parameters/MBE_LEARN_GAIN/shortDesc + /parameters/SIM_GZ_WH_FUNC1/values/201/description - Mag bias estimator learning gain + Servo 1 - /parameters/MBE_LEARN_GAIN/longDesc + /parameters/SIM_GZ_WH_FUNC1/values/202/description - Increase to make the estimator more responsive Decrease to make the estimator more robust to noise + Servo 2 - /parameters/MAN_ARM_GESTURE/shortDesc + /parameters/SIM_GZ_WH_FUNC1/values/203/description - Enable arm/disarm stick gesture + Servo 3 - /parameters/MAN_ARM_GESTURE/longDesc + /parameters/SIM_GZ_WH_FUNC1/values/204/description - This determines if moving the left stick to the lower right arms and to the lower left disarms the vehicle. + Servo 4 - /parameters/MAN_ARM_GESTURE/values/0/description + /parameters/SIM_GZ_WH_FUNC1/values/205/description - Disabled + Servo 5 - /parameters/MAN_ARM_GESTURE/values/1/description + /parameters/SIM_GZ_WH_FUNC1/values/206/description - Enabled + Servo 6 - /parameters/MAN_KILL_GEST_T/shortDesc + /parameters/SIM_GZ_WH_FUNC1/values/207/description - Trigger time for kill stick gesture + Servo 7 - /parameters/MAN_KILL_GEST_T/longDesc + /parameters/SIM_GZ_WH_FUNC1/values/208/description - 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. + Servo 8 - /parameters/FW_GPSF_LT/shortDesc + /parameters/SIM_GZ_WH_FUNC1/values/301/description - GPS failure loiter time + Peripheral via Actuator Set 1 - /parameters/FW_GPSF_LT/longDesc + /parameters/SIM_GZ_WH_FUNC1/values/302/description - 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. + Peripheral via Actuator Set 2 - /parameters/FW_GPSF_R/shortDesc + /parameters/SIM_GZ_WH_FUNC1/values/303/description - GPS failure fixed roll angle + Peripheral via Actuator Set 3 - /parameters/FW_GPSF_R/longDesc + /parameters/SIM_GZ_WH_FUNC1/values/304/description - Roll angle in GPS failure loiter mode. + Peripheral via Actuator Set 4 - /parameters/MIS_DIST_1WP/shortDesc + /parameters/SIM_GZ_WH_FUNC1/values/305/description - Maximal horizontal distance from current position to first waypoint + Peripheral via Actuator Set 5 - /parameters/MIS_DIST_1WP/longDesc + /parameters/SIM_GZ_WH_FUNC1/values/306/description - 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. + Peripheral via Actuator Set 6 - /parameters/MIS_LND_ABRT_ALT/shortDesc + /parameters/SIM_GZ_WH_FUNC1/values/400/description - Landing abort min altitude + Landing Gear - /parameters/MIS_LND_ABRT_ALT/longDesc + /parameters/SIM_GZ_WH_FUNC1/values/401/description - 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. + Parachute - /parameters/MIS_MNT_YAW_CTL/shortDesc + /parameters/SIM_GZ_WH_FUNC1/values/402/description - Enable yaw control of the mount. (Only affects multicopters and ROI mission items) + RC Roll - /parameters/MIS_MNT_YAW_CTL/longDesc + /parameters/SIM_GZ_WH_FUNC1/values/403/description - 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. + RC Pitch - /parameters/MIS_MNT_YAW_CTL/values/0/description + /parameters/SIM_GZ_WH_FUNC1/values/404/description - Disable + RC Throttle - /parameters/MIS_MNT_YAW_CTL/values/1/description + /parameters/SIM_GZ_WH_FUNC1/values/405/description - Enable + RC Yaw - /parameters/MIS_PD_TO/shortDesc + /parameters/SIM_GZ_WH_FUNC1/values/406/description - Timeout for a successful payload deployment acknowledgement + RC Flaps - /parameters/MIS_TAKEOFF_ALT/shortDesc + /parameters/SIM_GZ_WH_FUNC1/values/407/description - Default take-off altitude + RC AUX 1 - /parameters/MIS_TAKEOFF_ALT/longDesc + /parameters/SIM_GZ_WH_FUNC1/values/408/description - This is the relative altitude the system will take off to if not otherwise specified. + RC AUX 2 - /parameters/MIS_TKO_LAND_REQ/shortDesc + /parameters/SIM_GZ_WH_FUNC1/values/409/description - Mission takeoff/landing required + RC AUX 3 - /parameters/MIS_TKO_LAND_REQ/longDesc + /parameters/SIM_GZ_WH_FUNC1/values/410/description - 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. + RC AUX 4 - /parameters/MIS_TKO_LAND_REQ/values/0/description + /parameters/SIM_GZ_WH_FUNC1/values/411/description - No requirements + RC AUX 5 - /parameters/MIS_TKO_LAND_REQ/values/1/description + /parameters/SIM_GZ_WH_FUNC1/values/412/description - Require a takeoff + RC AUX 6 - /parameters/MIS_TKO_LAND_REQ/values/2/description + /parameters/SIM_GZ_WH_FUNC1/values/420/description - Require a landing + Gimbal Roll - /parameters/MIS_TKO_LAND_REQ/values/3/description + /parameters/SIM_GZ_WH_FUNC1/values/421/description - Require a takeoff and a landing + Gimbal Pitch - /parameters/MIS_TKO_LAND_REQ/values/4/description + /parameters/SIM_GZ_WH_FUNC1/values/422/description - Require both a takeoff and a landing, or neither + Gimbal Yaw - /parameters/MIS_TKO_LAND_REQ/values/5/description + /parameters/SIM_GZ_WH_FUNC1/values/430/description - Same as previous when landed, in-air require landing only if no valid VTOL approach is present + Gripper - /parameters/MIS_YAW_ERR/shortDesc + /parameters/SIM_GZ_WH_FUNC1/values/440/description - Max yaw error in degrees needed for waypoint heading acceptance + Landing Gear Wheel - /parameters/MIS_YAW_TMT/shortDesc + /parameters/SIM_GZ_WH_FUNC2/shortDesc - Time in seconds we wait on reaching target heading at a waypoint if it is forced + SIM_GZ Wheels 2 Output Function - /parameters/MIS_YAW_TMT/longDesc + /parameters/SIM_GZ_WH_FUNC2/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. + 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 - /parameters/MPC_YAW_MODE/shortDesc + /parameters/SIM_GZ_WH_FUNC2/values/0/description - Heading behavior in autonomous modes + Disabled - /parameters/MPC_YAW_MODE/values/0/description + /parameters/SIM_GZ_WH_FUNC2/values/1/description - towards waypoint + Constant Min - /parameters/MPC_YAW_MODE/values/1/description + /parameters/SIM_GZ_WH_FUNC2/values/2/description - towards home + Constant Max - /parameters/MPC_YAW_MODE/values/2/description + /parameters/SIM_GZ_WH_FUNC2/values/101/description - away from home + Motor 1 - /parameters/MPC_YAW_MODE/values/3/description + /parameters/SIM_GZ_WH_FUNC2/values/102/description - along trajectory + Motor 2 - /parameters/MPC_YAW_MODE/values/4/description + /parameters/SIM_GZ_WH_FUNC2/values/103/description - towards waypoint (yaw first) + Motor 3 - /parameters/MPC_YAW_MODE/values/5/description + /parameters/SIM_GZ_WH_FUNC2/values/104/description - yaw fixed + Motor 4 - /parameters/NAV_ACC_RAD/shortDesc + /parameters/SIM_GZ_WH_FUNC2/values/105/description - Acceptance Radius + Motor 5 - /parameters/NAV_ACC_RAD/longDesc + /parameters/SIM_GZ_WH_FUNC2/values/106/description - Default acceptance radius, overridden by acceptance radius of waypoint if set. For fixed wing the npfg switch distance is used for horizontal acceptance. + Motor 6 - /parameters/NAV_FORCE_VT/shortDesc + /parameters/SIM_GZ_WH_FUNC2/values/107/description - Force VTOL mode takeoff and land + Motor 7 - /parameters/NAV_FORCE_VT/values/0/description + /parameters/SIM_GZ_WH_FUNC2/values/108/description - Disabled + Motor 8 - /parameters/NAV_FORCE_VT/values/1/description + /parameters/SIM_GZ_WH_FUNC2/values/109/description - Enabled + Motor 9 - /parameters/NAV_FW_ALTL_RAD/shortDesc + /parameters/SIM_GZ_WH_FUNC2/values/110/description - FW Altitude Acceptance Radius before a landing + Motor 10 - /parameters/NAV_FW_ALTL_RAD/longDesc + /parameters/SIM_GZ_WH_FUNC2/values/111/description - 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. + Motor 11 - /parameters/NAV_FW_ALT_RAD/shortDesc + /parameters/SIM_GZ_WH_FUNC2/values/112/description - FW Altitude Acceptance Radius + Motor 12 - /parameters/NAV_FW_ALT_RAD/longDesc + /parameters/SIM_GZ_WH_FUNC2/values/201/description - Acceptance radius for fixedwing altitude. + Servo 1 - /parameters/NAV_LOITER_RAD/shortDesc + /parameters/SIM_GZ_WH_FUNC2/values/202/description - Loiter radius (FW only) + Servo 2 - /parameters/NAV_LOITER_RAD/longDesc + /parameters/SIM_GZ_WH_FUNC2/values/203/description - Default value of loiter radius in FW mode (e.g. for Loiter mode). + Servo 3 - /parameters/NAV_MC_ALT_RAD/shortDesc + /parameters/SIM_GZ_WH_FUNC2/values/204/description - MC Altitude Acceptance Radius + Servo 4 - /parameters/NAV_MC_ALT_RAD/longDesc + /parameters/SIM_GZ_WH_FUNC2/values/205/description - Acceptance radius for multicopter altitude. + Servo 5 - /parameters/NAV_MIN_GND_DIST/shortDesc + /parameters/SIM_GZ_WH_FUNC2/values/206/description - Minimum height above ground during Mission and RTL + Servo 6 - /parameters/NAV_MIN_GND_DIST/longDesc + /parameters/SIM_GZ_WH_FUNC2/values/207/description - 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. + Servo 7 - /parameters/NAV_MIN_LTR_ALT/shortDesc + /parameters/SIM_GZ_WH_FUNC2/values/208/description - Minimum Loiter altitude + Servo 8 - /parameters/NAV_MIN_LTR_ALT/longDesc + /parameters/SIM_GZ_WH_FUNC2/values/301/description - 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. + Peripheral via Actuator Set 1 - /parameters/NAV_TRAFF_AVOID/shortDesc + /parameters/SIM_GZ_WH_FUNC2/values/302/description - Set traffic avoidance mode + Peripheral via Actuator Set 2 - /parameters/NAV_TRAFF_AVOID/longDesc + /parameters/SIM_GZ_WH_FUNC2/values/303/description - Enabling this will allow the system to respond to transponder data from e.g. ADSB transponders + Peripheral via Actuator Set 3 - /parameters/NAV_TRAFF_AVOID/values/0/description + /parameters/SIM_GZ_WH_FUNC2/values/304/description - Disabled + Peripheral via Actuator Set 4 - /parameters/NAV_TRAFF_AVOID/values/1/description + /parameters/SIM_GZ_WH_FUNC2/values/305/description - Warn only + Peripheral via Actuator Set 5 - /parameters/NAV_TRAFF_AVOID/values/2/description + /parameters/SIM_GZ_WH_FUNC2/values/306/description - Return mode + Peripheral via Actuator Set 6 - /parameters/NAV_TRAFF_AVOID/values/3/description + /parameters/SIM_GZ_WH_FUNC2/values/400/description - Land mode + Landing Gear - /parameters/NAV_TRAFF_AVOID/values/4/description + /parameters/SIM_GZ_WH_FUNC2/values/401/description - Position Hold mode + Parachute - /parameters/NAV_TRAFF_A_HOR/shortDesc + /parameters/SIM_GZ_WH_FUNC2/values/402/description - Set NAV TRAFFIC AVOID horizontal distance + RC Roll - /parameters/NAV_TRAFF_A_HOR/longDesc + /parameters/SIM_GZ_WH_FUNC2/values/403/description - Defines a crosstrack horizontal distance + RC Pitch - /parameters/NAV_TRAFF_A_VER/shortDesc + /parameters/SIM_GZ_WH_FUNC2/values/404/description - Set NAV TRAFFIC AVOID vertical distance + RC Throttle - /parameters/NAV_TRAFF_COLL_T/shortDesc + /parameters/SIM_GZ_WH_FUNC2/values/405/description - Estimated time until collision + RC Yaw - /parameters/NAV_TRAFF_COLL_T/longDesc + /parameters/SIM_GZ_WH_FUNC2/values/406/description - Minimum acceptable time until collsion. Assumes constant speed over 3d distance. + RC Flaps - /parameters/MC_AIRMODE/shortDesc + /parameters/SIM_GZ_WH_FUNC2/values/407/description - Multicopter air-mode + RC AUX 1 - /parameters/MC_AIRMODE/longDesc + /parameters/SIM_GZ_WH_FUNC2/values/408/description - 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. + RC AUX 2 - /parameters/MC_AIRMODE/values/0/description + /parameters/SIM_GZ_WH_FUNC2/values/409/description - Disabled + RC AUX 3 - /parameters/MC_AIRMODE/values/1/description + /parameters/SIM_GZ_WH_FUNC2/values/410/description - Roll/Pitch + RC AUX 4 - /parameters/MC_AIRMODE/values/2/description + /parameters/SIM_GZ_WH_FUNC2/values/411/description - Roll/Pitch/Yaw + RC AUX 5 - /parameters/MNT_DO_STAB/shortDesc + /parameters/SIM_GZ_WH_FUNC2/values/412/description - Stabilize the mount + RC AUX 6 - /parameters/MNT_DO_STAB/longDesc + /parameters/SIM_GZ_WH_FUNC2/values/420/description - 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. + Gimbal Roll - /parameters/MNT_DO_STAB/values/0/description + /parameters/SIM_GZ_WH_FUNC2/values/421/description - Disable + Gimbal Pitch - /parameters/MNT_DO_STAB/values/1/description + /parameters/SIM_GZ_WH_FUNC2/values/422/description - Stabilize all axis + Gimbal Yaw - /parameters/MNT_DO_STAB/values/2/description + /parameters/SIM_GZ_WH_FUNC2/values/430/description - Stabilize yaw for absolute/lock mode. + Gripper - /parameters/MNT_LND_P_MAX/shortDesc + /parameters/SIM_GZ_WH_FUNC2/values/440/description - Pitch maximum when landed + Landing Gear Wheel - /parameters/MNT_LND_P_MIN/shortDesc + /parameters/SIM_GZ_WH_MAX1/shortDesc - Pitch minimum when landed + SIM_GZ Wheels 1 Maximum Value - /parameters/MNT_MAN_PITCH/shortDesc + /parameters/SIM_GZ_WH_MAX1/longDesc - Auxiliary channel to control pitch (in AUX input or manual mode) + Maxmimum output value (when not disarmed). - /parameters/MNT_MAN_PITCH/values/0/description + /parameters/SIM_GZ_WH_MAX2/shortDesc - Disable + SIM_GZ Wheels 2 Maximum Value - /parameters/MNT_MAN_PITCH/values/1/description + /parameters/SIM_GZ_WH_MAX2/longDesc - AUX1 + Maxmimum output value (when not disarmed). - /parameters/MNT_MAN_PITCH/values/2/description + /parameters/SIM_GZ_WH_MIN1/shortDesc - AUX2 + SIM_GZ Wheels 1 Minimum Value - /parameters/MNT_MAN_PITCH/values/3/description + /parameters/SIM_GZ_WH_MIN1/longDesc - AUX3 + Minimum output value (when not disarmed). - /parameters/MNT_MAN_PITCH/values/4/description + /parameters/SIM_GZ_WH_MIN2/shortDesc - AUX4 + SIM_GZ Wheels 2 Minimum Value - /parameters/MNT_MAN_PITCH/values/5/description + /parameters/SIM_GZ_WH_MIN2/longDesc - AUX5 + Minimum output value (when not disarmed). - /parameters/MNT_MAN_PITCH/values/6/description + /parameters/SIM_GZ_WH_REV/shortDesc - AUX6 + Reverse Output Range for SIM_GZ - /parameters/MNT_MAN_ROLL/shortDesc + /parameters/SIM_GZ_WH_REV/longDesc - Auxiliary channel to control roll (in AUX input or manual mode) + Allows to reverse the output range for each channel. Note: this is only useful for servos. - /parameters/MNT_MAN_ROLL/values/0/description + /parameters/SIM_GZ_WH_REV/bitmask/0/description - Disable + SIM_GZ Wheels 1 - /parameters/MNT_MAN_ROLL/values/1/description + /parameters/SIM_GZ_WH_REV/bitmask/1/description - AUX1 + SIM_GZ Wheels 2 - /parameters/MNT_MAN_ROLL/values/2/description + /parameters/TAP_ESC_FUNC1/shortDesc - AUX2 + TAP ESC Output ESC 1 Output Function - /parameters/MNT_MAN_ROLL/values/3/description + /parameters/TAP_ESC_FUNC1/longDesc - AUX3 + 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 - /parameters/MNT_MAN_ROLL/values/4/description + /parameters/TAP_ESC_FUNC1/values/0/description - AUX4 + Disabled - /parameters/MNT_MAN_ROLL/values/5/description + /parameters/TAP_ESC_FUNC1/values/1/description - AUX5 + Constant Min - /parameters/MNT_MAN_ROLL/values/6/description + /parameters/TAP_ESC_FUNC1/values/2/description - AUX6 + Constant Max - /parameters/MNT_MAN_YAW/shortDesc + /parameters/TAP_ESC_FUNC1/values/101/description - Auxiliary channel to control yaw (in AUX input or manual mode) + Motor 1 - /parameters/MNT_MAN_YAW/values/0/description + /parameters/TAP_ESC_FUNC1/values/102/description - Disable + Motor 2 - /parameters/MNT_MAN_YAW/values/1/description + /parameters/TAP_ESC_FUNC1/values/103/description - AUX1 + Motor 3 - /parameters/MNT_MAN_YAW/values/2/description + /parameters/TAP_ESC_FUNC1/values/104/description - AUX2 + Motor 4 - /parameters/MNT_MAN_YAW/values/3/description + /parameters/TAP_ESC_FUNC1/values/105/description - AUX3 + Motor 5 - /parameters/MNT_MAN_YAW/values/4/description + /parameters/TAP_ESC_FUNC1/values/106/description - AUX4 + Motor 6 - /parameters/MNT_MAN_YAW/values/5/description + /parameters/TAP_ESC_FUNC1/values/107/description - AUX5 + Motor 7 - /parameters/MNT_MAN_YAW/values/6/description + /parameters/TAP_ESC_FUNC1/values/108/description - AUX6 + Motor 8 - /parameters/MNT_MAV_COMPID/shortDesc + /parameters/TAP_ESC_FUNC1/values/109/description - Mavlink Component ID of the mount + Motor 9 - /parameters/MNT_MAV_COMPID/longDesc + /parameters/TAP_ESC_FUNC1/values/110/description - If MNT_MODE_OUT is MAVLink protocol v2, mount configure/control commands will be sent with this component ID. + Motor 10 - /parameters/MNT_MAV_SYSID/shortDesc + /parameters/TAP_ESC_FUNC1/values/111/description - Mavlink System ID of the mount + Motor 11 - /parameters/MNT_MAV_SYSID/longDesc + /parameters/TAP_ESC_FUNC1/values/112/description - If MNT_MODE_OUT is MAVLink gimbal protocol v1, mount configure/control commands will be sent with this target ID. + Motor 12 - /parameters/MNT_MODE_IN/shortDesc + /parameters/TAP_ESC_FUNC1/values/201/description - Mount input mode + Servo 1 - /parameters/MNT_MODE_IN/longDesc + /parameters/TAP_ESC_FUNC1/values/202/description - 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. + Servo 2 - /parameters/MNT_MODE_IN/values/-1/description + /parameters/TAP_ESC_FUNC1/values/203/description - DISABLED + Servo 3 - /parameters/MNT_MODE_IN/values/0/description + /parameters/TAP_ESC_FUNC1/values/204/description - Auto (RC and MAVLink gimbal protocol v2) + Servo 4 - /parameters/MNT_MODE_IN/values/1/description + /parameters/TAP_ESC_FUNC1/values/205/description - RC + Servo 5 - /parameters/MNT_MODE_IN/values/2/description + /parameters/TAP_ESC_FUNC1/values/206/description - MAVLINK_ROI (protocol v1, to be deprecated) + Servo 6 - /parameters/MNT_MODE_IN/values/3/description + /parameters/TAP_ESC_FUNC1/values/207/description - MAVLINK_DO_MOUNT (protocol v1, to be deprecated) + Servo 7 - /parameters/MNT_MODE_IN/values/4/description + /parameters/TAP_ESC_FUNC1/values/208/description - MAVlink gimbal protocol v2 + Servo 8 - /parameters/MNT_MODE_OUT/shortDesc + /parameters/TAP_ESC_FUNC1/values/301/description - Mount output mode + Peripheral via Actuator Set 1 - /parameters/MNT_MODE_OUT/longDesc + /parameters/TAP_ESC_FUNC1/values/302/description - This is the protocol used between the autopilot and a connected gimbal. Recommended is the MAVLink gimbal protocol v2 if the gimbal supports it. + Peripheral via Actuator Set 2 - /parameters/MNT_MODE_OUT/values/0/description + /parameters/TAP_ESC_FUNC1/values/303/description - AUX + Peripheral via Actuator Set 3 - /parameters/MNT_MODE_OUT/values/1/description + /parameters/TAP_ESC_FUNC1/values/304/description - MAVLink gimbal protocol v1 + Peripheral via Actuator Set 4 - /parameters/MNT_MODE_OUT/values/2/description + /parameters/TAP_ESC_FUNC1/values/305/description - MAVLink gimbal protocol v2 + Peripheral via Actuator Set 5 - /parameters/MNT_OFF_PITCH/shortDesc + /parameters/TAP_ESC_FUNC1/values/306/description - Offset for pitch channel output in degrees + Peripheral via Actuator Set 6 - /parameters/MNT_OFF_ROLL/shortDesc + /parameters/TAP_ESC_FUNC1/values/400/description - Offset for roll channel output in degrees + Landing Gear - /parameters/MNT_OFF_YAW/shortDesc + /parameters/TAP_ESC_FUNC1/values/401/description - Offset for yaw channel output in degrees + Parachute - /parameters/MNT_RANGE_PITCH/shortDesc + /parameters/TAP_ESC_FUNC1/values/402/description - Range of pitch channel output in degrees (only in AUX output mode) + RC Roll - /parameters/MNT_RANGE_ROLL/shortDesc + /parameters/TAP_ESC_FUNC1/values/403/description - Range of roll channel output in degrees (only in AUX output mode) + RC Pitch - /parameters/MNT_RANGE_YAW/shortDesc + /parameters/TAP_ESC_FUNC1/values/404/description - Range of yaw channel output in degrees (only in AUX output mode) + RC Throttle - /parameters/MNT_RATE_PITCH/shortDesc + /parameters/TAP_ESC_FUNC1/values/405/description - Angular pitch rate for manual input in degrees/second + RC Yaw - /parameters/MNT_RATE_PITCH/longDesc + /parameters/TAP_ESC_FUNC1/values/406/description - Full stick input [-1..1] translats to [-pitch rate..pitch rate]. + RC Flaps - /parameters/MNT_RATE_YAW/shortDesc + /parameters/TAP_ESC_FUNC1/values/407/description - Angular yaw rate for manual input in degrees/second + RC AUX 1 - /parameters/MNT_RATE_YAW/longDesc + /parameters/TAP_ESC_FUNC1/values/408/description - Full stick input [-1..1] translats to [-yaw rate..yaw rate]. + RC AUX 2 - /parameters/MNT_RC_IN_MODE/shortDesc + /parameters/TAP_ESC_FUNC1/values/409/description - Input mode for RC gimbal input + RC AUX 3 - /parameters/MNT_RC_IN_MODE/values/0/description + /parameters/TAP_ESC_FUNC1/values/410/description - Angle + RC AUX 4 - /parameters/MNT_RC_IN_MODE/values/1/description + /parameters/TAP_ESC_FUNC1/values/411/description - Angular rate + RC AUX 5 - /parameters/MC_ACRO_EXPO/shortDesc + /parameters/TAP_ESC_FUNC1/values/412/description - Acro mode roll, pitch expo factor + RC AUX 6 - /parameters/MC_ACRO_EXPO/longDesc + /parameters/TAP_ESC_FUNC1/values/420/description - Exponential factor for tuning the input curve shape. 0 Purely linear input curve 1 Purely cubic input curve + Gimbal Roll - /parameters/MC_ACRO_EXPO_Y/shortDesc + /parameters/TAP_ESC_FUNC1/values/421/description - Acro mode yaw expo factor + Gimbal Pitch - /parameters/MC_ACRO_EXPO_Y/longDesc + /parameters/TAP_ESC_FUNC1/values/422/description - Exponential factor for tuning the input curve shape. 0 Purely linear input curve 1 Purely cubic input curve + Gimbal Yaw - /parameters/MC_ACRO_P_MAX/shortDesc + /parameters/TAP_ESC_FUNC1/values/430/description - Acro mode maximum pitch rate + Gripper - /parameters/MC_ACRO_P_MAX/longDesc + /parameters/TAP_ESC_FUNC1/values/440/description - Full stick deflection leads to this rate. + Landing Gear Wheel - /parameters/MC_ACRO_R_MAX/shortDesc + /parameters/TAP_ESC_FUNC2/shortDesc - Acro mode maximum roll rate + TAP ESC Output ESC 2 Output Function - /parameters/MC_ACRO_R_MAX/longDesc + /parameters/TAP_ESC_FUNC2/longDesc - Full stick deflection leads to this rate. + 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 - /parameters/MC_ACRO_SUPEXPO/shortDesc + /parameters/TAP_ESC_FUNC2/values/0/description - Acro mode roll, pitch super expo factor + Disabled - /parameters/MC_ACRO_SUPEXPO/longDesc + /parameters/TAP_ESC_FUNC2/values/1/description - "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 + Constant Min - /parameters/MC_ACRO_SUPEXPOY/shortDesc + /parameters/TAP_ESC_FUNC2/values/2/description - Acro mode yaw super expo factor + Constant Max - /parameters/MC_ACRO_SUPEXPOY/longDesc + /parameters/TAP_ESC_FUNC2/values/101/description - "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 + Motor 1 - /parameters/MC_ACRO_Y_MAX/shortDesc + /parameters/TAP_ESC_FUNC2/values/102/description - Acro mode maximum yaw rate + Motor 2 - /parameters/MC_ACRO_Y_MAX/longDesc + /parameters/TAP_ESC_FUNC2/values/103/description - Full stick deflection leads to this rate. + Motor 3 - /parameters/MC_PITCHRATE_MAX/shortDesc + /parameters/TAP_ESC_FUNC2/values/104/description - Max pitch rate + Motor 4 - /parameters/MC_PITCHRATE_MAX/longDesc + /parameters/TAP_ESC_FUNC2/values/105/description - 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. + Motor 5 - /parameters/MC_PITCH_P/shortDesc + /parameters/TAP_ESC_FUNC2/values/106/description - Pitch P gain + Motor 6 - /parameters/MC_PITCH_P/longDesc + /parameters/TAP_ESC_FUNC2/values/107/description - Pitch proportional gain, i.e. desired angular speed in rad/s for error 1 rad. + Motor 7 - /parameters/MC_ROLLRATE_MAX/shortDesc + /parameters/TAP_ESC_FUNC2/values/108/description - Max roll rate + Motor 8 - /parameters/MC_ROLLRATE_MAX/longDesc + /parameters/TAP_ESC_FUNC2/values/109/description - 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. + Motor 9 - /parameters/MC_ROLL_P/shortDesc + /parameters/TAP_ESC_FUNC2/values/110/description - Roll P gain + Motor 10 - /parameters/MC_ROLL_P/longDesc + /parameters/TAP_ESC_FUNC2/values/111/description - Roll proportional gain, i.e. desired angular speed in rad/s for error 1 rad. + Motor 11 - /parameters/MC_YAWRATE_MAX/shortDesc + /parameters/TAP_ESC_FUNC2/values/112/description - Max yaw rate + Motor 12 - /parameters/MC_YAW_P/shortDesc + /parameters/TAP_ESC_FUNC2/values/201/description - Yaw P gain + Servo 1 - /parameters/MC_YAW_P/longDesc + /parameters/TAP_ESC_FUNC2/values/202/description - Yaw proportional gain, i.e. desired angular speed in rad/s for error 1 rad. + Servo 2 - /parameters/MC_YAW_WEIGHT/shortDesc + /parameters/TAP_ESC_FUNC2/values/203/description - Yaw weight + Servo 3 - /parameters/MC_YAW_WEIGHT/longDesc + /parameters/TAP_ESC_FUNC2/values/204/description - 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. + Servo 4 - /parameters/MPC_YAWRAUTO_ACC/shortDesc + /parameters/TAP_ESC_FUNC2/values/205/description - Maximum yaw acceleration in autonomous modes + Servo 5 - /parameters/MPC_YAWRAUTO_ACC/longDesc + /parameters/TAP_ESC_FUNC2/values/206/description - Limits the acceleration of the yaw setpoint to avoid large control output and mixer saturation. + Servo 6 - /parameters/MPC_YAWRAUTO_MAX/shortDesc + /parameters/TAP_ESC_FUNC2/values/207/description - Maximum yaw rate in autonomous modes + Servo 7 - /parameters/MPC_YAWRAUTO_MAX/longDesc + /parameters/TAP_ESC_FUNC2/values/208/description - Limits the rate of change of the yaw setpoint to avoid large control output and mixer saturation. + Servo 8 - /parameters/CP_DELAY/shortDesc + /parameters/TAP_ESC_FUNC2/values/301/description - Average delay of the range sensor message plus the tracking delay of the position controller in seconds + Peripheral via Actuator Set 1 - /parameters/CP_DELAY/longDesc + /parameters/TAP_ESC_FUNC2/values/302/description - Only used in Position mode. + Peripheral via Actuator Set 2 - /parameters/CP_DIST/shortDesc + /parameters/TAP_ESC_FUNC2/values/303/description - Minimum distance the vehicle should keep to all obstacles + Peripheral via Actuator Set 3 - /parameters/CP_DIST/longDesc + /parameters/TAP_ESC_FUNC2/values/304/description - Only used in Position mode. Collision avoidance is disabled by setting this parameter to a negative value + Peripheral via Actuator Set 4 - /parameters/CP_GO_NO_DATA/shortDesc + /parameters/TAP_ESC_FUNC2/values/305/description - Boolean to allow moving into directions where there is no sensor data (outside FOV) + Peripheral via Actuator Set 5 - /parameters/CP_GO_NO_DATA/longDesc + /parameters/TAP_ESC_FUNC2/values/306/description - Only used in Position mode. + Peripheral via Actuator Set 6 - /parameters/CP_GO_NO_DATA/values/0/description + /parameters/TAP_ESC_FUNC2/values/400/description - Disabled + Landing Gear - /parameters/CP_GO_NO_DATA/values/1/description + /parameters/TAP_ESC_FUNC2/values/401/description - Enabled + Parachute - /parameters/CP_GUIDE_ANG/shortDesc + /parameters/TAP_ESC_FUNC2/values/402/description - Angle left/right from the commanded setpoint by which the collision prevention algorithm can choose to change the setpoint direction + RC Roll - /parameters/CP_GUIDE_ANG/longDesc + /parameters/TAP_ESC_FUNC2/values/403/description - Only used in Position mode. + RC Pitch - /parameters/MC_MAN_TILT_TAU/shortDesc + /parameters/TAP_ESC_FUNC2/values/404/description - Manual tilt input filter time constant + RC Throttle - /parameters/MC_MAN_TILT_TAU/longDesc + /parameters/TAP_ESC_FUNC2/values/405/description - Setting this parameter to 0 disables the filter + RC Yaw - /parameters/MPC_ACC_DECOUPLE/shortDesc + /parameters/TAP_ESC_FUNC2/values/406/description - Acceleration to tilt coupling + RC Flaps - /parameters/MPC_ACC_DECOUPLE/longDesc + /parameters/TAP_ESC_FUNC2/values/407/description - 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. + RC AUX 1 - /parameters/MPC_ACC_DECOUPLE/values/0/description + /parameters/TAP_ESC_FUNC2/values/408/description - Disabled + RC AUX 2 - /parameters/MPC_ACC_DECOUPLE/values/1/description + /parameters/TAP_ESC_FUNC2/values/409/description - Enabled + RC AUX 3 - /parameters/MPC_ACC_DOWN_MAX/shortDesc + /parameters/TAP_ESC_FUNC2/values/410/description - Maximum downwards acceleration in climb rate controlled modes + RC AUX 4 - /parameters/MPC_ACC_HOR/shortDesc + /parameters/TAP_ESC_FUNC2/values/411/description - Acceleration for autonomous and for manual modes + RC AUX 5 - /parameters/MPC_ACC_HOR/longDesc + /parameters/TAP_ESC_FUNC2/values/412/description - When piloting manually, this parameter is only used in MPC_POS_MODE Acceleration based. + RC AUX 6 - /parameters/MPC_ACC_HOR_MAX/shortDesc + /parameters/TAP_ESC_FUNC2/values/420/description - Maximum horizontal acceleration + Gimbal Roll - /parameters/MPC_ACC_HOR_MAX/longDesc + /parameters/TAP_ESC_FUNC2/values/421/description - MPC_POS_MODE 1 just deceleration 3 acceleration and deceleration 4 not used, use MPC_ACC_HOR instead + Gimbal Pitch - /parameters/MPC_ACC_UP_MAX/shortDesc + /parameters/TAP_ESC_FUNC2/values/422/description - Maximum upwards acceleration in climb rate controlled modes + Gimbal Yaw - /parameters/MPC_ALT_MODE/shortDesc + /parameters/TAP_ESC_FUNC2/values/430/description - Altitude reference mode + Gripper - /parameters/MPC_ALT_MODE/longDesc + /parameters/TAP_ESC_FUNC2/values/440/description - 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. + Landing Gear Wheel - /parameters/MPC_ALT_MODE/values/0/description + /parameters/TAP_ESC_FUNC3/shortDesc - Altitude following + TAP ESC Output ESC 3 Output Function - /parameters/MPC_ALT_MODE/values/1/description + /parameters/TAP_ESC_FUNC3/longDesc - Terrain following + 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 - /parameters/MPC_ALT_MODE/values/2/description + /parameters/TAP_ESC_FUNC3/values/0/description - Terrain hold + Disabled - /parameters/MPC_HOLD_DZ/shortDesc + /parameters/TAP_ESC_FUNC3/values/1/description - Deadzone for sticks in manual piloted modes + Constant Min - /parameters/MPC_HOLD_DZ/longDesc + /parameters/TAP_ESC_FUNC3/values/2/description - Does not apply to manual throttle and direct attitude piloting by stick. + Constant Max - /parameters/MPC_HOLD_MAX_XY/shortDesc + /parameters/TAP_ESC_FUNC3/values/101/description - Maximum horizontal velocity for which position hold is enabled (use 0 to disable check) + Motor 1 - /parameters/MPC_HOLD_MAX_XY/longDesc + /parameters/TAP_ESC_FUNC3/values/102/description - Only used with MPC_POS_MODE Direct velocity or MPC_ALT_MODE 2 + Motor 2 - /parameters/MPC_HOLD_MAX_Z/shortDesc + /parameters/TAP_ESC_FUNC3/values/103/description - Maximum vertical velocity for which position hold is enabled (use 0 to disable check) + Motor 3 - /parameters/MPC_HOLD_MAX_Z/longDesc + /parameters/TAP_ESC_FUNC3/values/104/description - Only used with MPC_ALT_MODE 1 + Motor 4 - /parameters/MPC_JERK_AUTO/shortDesc + /parameters/TAP_ESC_FUNC3/values/105/description - Jerk limit in autonomous modes + Motor 5 - /parameters/MPC_JERK_AUTO/longDesc + /parameters/TAP_ESC_FUNC3/values/106/description - 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. + Motor 6 - /parameters/MPC_JERK_MAX/shortDesc + /parameters/TAP_ESC_FUNC3/values/107/description - Maximum horizontal and vertical jerk in Position/Altitude mode + Motor 7 - /parameters/MPC_JERK_MAX/longDesc + /parameters/TAP_ESC_FUNC3/values/108/description - 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. + Motor 8 - /parameters/MPC_LAND_ALT1/shortDesc + /parameters/TAP_ESC_FUNC3/values/109/description - Altitude for 1. step of slow landing (descend) + Motor 9 - /parameters/MPC_LAND_ALT1/longDesc + /parameters/TAP_ESC_FUNC3/values/110/description - 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" + Motor 10 - /parameters/MPC_LAND_ALT2/shortDesc + /parameters/TAP_ESC_FUNC3/values/111/description - Altitude for 2. step of slow landing (landing) + Motor 11 - /parameters/MPC_LAND_ALT2/longDesc + /parameters/TAP_ESC_FUNC3/values/112/description - Below this altitude descending velocity gets limited to "MPC_LAND_SPEED" Value needs to be lower than "MPC_LAND_ALT1" + Motor 12 - /parameters/MPC_LAND_ALT3/shortDesc + /parameters/TAP_ESC_FUNC3/values/201/description - Altitude for 3. step of slow landing + Servo 1 - /parameters/MPC_LAND_ALT3/longDesc + /parameters/TAP_ESC_FUNC3/values/202/description - Below this altitude descending velocity gets limited to "MPC_LAND_CRWL", if LIDAR available. No effect if LIDAR not available + Servo 2 - /parameters/MPC_LAND_CRWL/shortDesc + /parameters/TAP_ESC_FUNC3/values/203/description - Land crawl descend rate + Servo 3 - /parameters/MPC_LAND_CRWL/longDesc + /parameters/TAP_ESC_FUNC3/values/204/description - Used below MPC_LAND_ALT3 if distance sensor data is availabe. + Servo 4 - /parameters/MPC_LAND_RADIUS/shortDesc + /parameters/TAP_ESC_FUNC3/values/205/description - User assisted landing radius + Servo 5 - /parameters/MPC_LAND_RADIUS/longDesc + /parameters/TAP_ESC_FUNC3/values/206/description - When nudging is enabled (see MPC_LAND_RC_HELP), this controls the maximum allowed horizontal displacement from the original landing point. + Servo 6 - /parameters/MPC_LAND_RC_HELP/shortDesc + /parameters/TAP_ESC_FUNC3/values/207/description - Enable nudging based on user input during autonomous land routine + Servo 7 - /parameters/MPC_LAND_RC_HELP/longDesc + /parameters/TAP_ESC_FUNC3/values/208/description - 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). + Servo 8 - /parameters/MPC_LAND_RC_HELP/values/0/description + /parameters/TAP_ESC_FUNC3/values/301/description - Nudging disabled + Peripheral via Actuator Set 1 - /parameters/MPC_LAND_RC_HELP/values/1/description + /parameters/TAP_ESC_FUNC3/values/302/description - Nudging enabled + Peripheral via Actuator Set 2 - /parameters/MPC_LAND_SPEED/shortDesc + /parameters/TAP_ESC_FUNC3/values/303/description - Landing descend rate + Peripheral via Actuator Set 3 - /parameters/MPC_MANTHR_MIN/shortDesc + /parameters/TAP_ESC_FUNC3/values/304/description - Minimum collective thrust in Stabilized mode + Peripheral via Actuator Set 4 - /parameters/MPC_MANTHR_MIN/longDesc + /parameters/TAP_ESC_FUNC3/values/305/description - 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). + Peripheral via Actuator Set 5 - /parameters/MPC_MAN_TILT_MAX/shortDesc + /parameters/TAP_ESC_FUNC3/values/306/description - Maximal tilt angle in Stabilized or Altitude mode + Peripheral via Actuator Set 6 - /parameters/MPC_MAN_Y_MAX/shortDesc + /parameters/TAP_ESC_FUNC3/values/400/description - Max manual yaw rate for Stabilized, Altitude, Position mode + Landing Gear - /parameters/MPC_MAN_Y_TAU/shortDesc + /parameters/TAP_ESC_FUNC3/values/401/description - Manual yaw rate input filter time constant + Parachute - /parameters/MPC_MAN_Y_TAU/longDesc + /parameters/TAP_ESC_FUNC3/values/402/description - Not used in Stabilized mode Setting this parameter to 0 disables the filter + RC Roll - /parameters/MPC_POS_MODE/shortDesc + /parameters/TAP_ESC_FUNC3/values/403/description - Position/Altitude mode variant + RC Pitch - /parameters/MPC_POS_MODE/longDesc + /parameters/TAP_ESC_FUNC3/values/404/description - 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 + RC Throttle - /parameters/MPC_POS_MODE/values/0/description + /parameters/TAP_ESC_FUNC3/values/405/description - Direct velocity + RC Yaw - /parameters/MPC_POS_MODE/values/3/description + /parameters/TAP_ESC_FUNC3/values/406/description - Smoothed velocity + RC Flaps - /parameters/MPC_POS_MODE/values/4/description + /parameters/TAP_ESC_FUNC3/values/407/description - Acceleration based + RC AUX 1 - /parameters/MPC_THR_CURVE/shortDesc + /parameters/TAP_ESC_FUNC3/values/408/description - Thrust curve mapping in Stabilized Mode + RC AUX 2 - /parameters/MPC_THR_CURVE/longDesc + /parameters/TAP_ESC_FUNC3/values/409/description - 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. + RC AUX 3 - /parameters/MPC_THR_CURVE/values/0/description + /parameters/TAP_ESC_FUNC3/values/410/description - Rescale to hover thrust + RC AUX 4 - /parameters/MPC_THR_CURVE/values/1/description + /parameters/TAP_ESC_FUNC3/values/411/description - No Rescale + RC AUX 5 - /parameters/MPC_THR_HOVER/shortDesc + /parameters/TAP_ESC_FUNC3/values/412/description - Vertical thrust required to hover + RC AUX 6 - /parameters/MPC_THR_HOVER/longDesc + /parameters/TAP_ESC_FUNC3/values/420/description - 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. + Gimbal Roll - /parameters/MPC_THR_MAX/shortDesc + /parameters/TAP_ESC_FUNC3/values/421/description - Maximum collective thrust in climb rate controlled modes + Gimbal Pitch - /parameters/MPC_THR_MAX/longDesc + /parameters/TAP_ESC_FUNC3/values/422/description - Limit allowed thrust e.g. for indoor test of overpowered vehicle. + Gimbal Yaw - /parameters/MPC_THR_MIN/shortDesc + /parameters/TAP_ESC_FUNC3/values/430/description - Minimum collective thrust in climb rate controlled modes + Gripper - /parameters/MPC_THR_MIN/longDesc + /parameters/TAP_ESC_FUNC3/values/440/description - 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). + Landing Gear Wheel - /parameters/MPC_THR_XY_MARG/shortDesc + /parameters/TAP_ESC_FUNC4/shortDesc - Horizontal thrust margin + TAP ESC Output ESC 4 Output Function - /parameters/MPC_THR_XY_MARG/longDesc + /parameters/TAP_ESC_FUNC4/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. + 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 - /parameters/MPC_TILTMAX_AIR/shortDesc + /parameters/TAP_ESC_FUNC4/values/0/description - Maximum tilt angle in air + Disabled - /parameters/MPC_TILTMAX_AIR/longDesc + /parameters/TAP_ESC_FUNC4/values/1/description - Absolute maximum for all velocity or acceleration controlled modes. Any higher value is truncated. + Constant Min - /parameters/MPC_TILTMAX_LND/shortDesc + /parameters/TAP_ESC_FUNC4/values/2/description - Maximum tilt during inital takeoff ramp + Constant Max - /parameters/MPC_TILTMAX_LND/longDesc + /parameters/TAP_ESC_FUNC4/values/101/description - Tighter tilt limit during takeoff to avoid tip over. + Motor 1 - /parameters/MPC_TKO_RAMP_T/shortDesc + /parameters/TAP_ESC_FUNC4/values/102/description - Smooth takeoff ramp time constant + Motor 2 - /parameters/MPC_TKO_RAMP_T/longDesc + /parameters/TAP_ESC_FUNC4/values/103/description - 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 + Motor 3 - /parameters/MPC_TKO_SPEED/shortDesc + /parameters/TAP_ESC_FUNC4/values/104/description - Takeoff climb rate + Motor 4 - /parameters/MPC_USE_HTE/shortDesc + /parameters/TAP_ESC_FUNC4/values/105/description - Hover thrust estimator + Motor 5 - /parameters/MPC_USE_HTE/longDesc + /parameters/TAP_ESC_FUNC4/values/106/description - Disable to use the fixed parameter MPC_THR_HOVER Enable to use the hover thrust estimator + Motor 6 - /parameters/MPC_USE_HTE/values/0/description + /parameters/TAP_ESC_FUNC4/values/107/description - Disabled + Motor 7 - /parameters/MPC_USE_HTE/values/1/description + /parameters/TAP_ESC_FUNC4/values/108/description - Enabled + Motor 8 - /parameters/MPC_VELD_LP/shortDesc + /parameters/TAP_ESC_FUNC4/values/109/description - Velocity derivative low pass cutoff frequency + Motor 9 - /parameters/MPC_VELD_LP/longDesc + /parameters/TAP_ESC_FUNC4/values/110/description - A value of 0 disables the filter. + Motor 10 - /parameters/MPC_VEL_LP/shortDesc + /parameters/TAP_ESC_FUNC4/values/111/description - Velocity low pass cutoff frequency + Motor 11 - /parameters/MPC_VEL_LP/longDesc + /parameters/TAP_ESC_FUNC4/values/112/description - A value of 0 disables the filter. + Motor 12 - /parameters/MPC_VEL_MANUAL/shortDesc + /parameters/TAP_ESC_FUNC4/values/201/description - Maximum horizontal velocity setpoint in Position mode + Servo 1 - /parameters/MPC_VEL_MANUAL/longDesc + /parameters/TAP_ESC_FUNC4/values/202/description - 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. + Servo 2 - /parameters/MPC_VEL_MAN_BACK/shortDesc + /parameters/TAP_ESC_FUNC4/values/203/description - Maximum backward velocity in Position mode + Servo 3 - /parameters/MPC_VEL_MAN_BACK/longDesc + /parameters/TAP_ESC_FUNC4/values/204/description - If set to a negative value or larger than MPC_VEL_MANUAL then MPC_VEL_MANUAL is used. + Servo 4 - /parameters/MPC_VEL_MAN_SIDE/shortDesc + /parameters/TAP_ESC_FUNC4/values/205/description - Maximum sideways velocity in Position mode + Servo 5 - /parameters/MPC_VEL_MAN_SIDE/longDesc + /parameters/TAP_ESC_FUNC4/values/206/description - If set to a negative value or larger than MPC_VEL_MANUAL then MPC_VEL_MANUAL is used. + Servo 6 - /parameters/MPC_VEL_NF_BW/shortDesc + /parameters/TAP_ESC_FUNC4/values/207/description - Velocity notch filter bandwidth + Servo 7 - /parameters/MPC_VEL_NF_BW/longDesc + /parameters/TAP_ESC_FUNC4/values/208/description - A value of 0 disables the filter. + Servo 8 - /parameters/MPC_VEL_NF_FRQ/shortDesc + /parameters/TAP_ESC_FUNC4/values/301/description - Velocity notch filter frequency + Peripheral via Actuator Set 1 - /parameters/MPC_VEL_NF_FRQ/longDesc + /parameters/TAP_ESC_FUNC4/values/302/description - The center frequency for the 2nd order notch filter on the velocity. A value of 0 disables the filter. + Peripheral via Actuator Set 2 - /parameters/MPC_XY_CRUISE/shortDesc + /parameters/TAP_ESC_FUNC4/values/303/description - Default horizontal velocity in autonomous modes + Peripheral via Actuator Set 3 - /parameters/MPC_XY_CRUISE/longDesc + /parameters/TAP_ESC_FUNC4/values/304/description - e.g. in Missions, RTL, Goto if the waypoint does not specify differently + Peripheral via Actuator Set 4 - /parameters/MPC_XY_ERR_MAX/shortDesc + /parameters/TAP_ESC_FUNC4/values/305/description - Maximum horizontal error allowed by the trajectory generator + Peripheral via Actuator Set 5 - /parameters/MPC_XY_ERR_MAX/longDesc + /parameters/TAP_ESC_FUNC4/values/306/description - 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. + Peripheral via Actuator Set 6 - /parameters/MPC_XY_MAN_EXPO/shortDesc + /parameters/TAP_ESC_FUNC4/values/400/description - Manual position control stick exponential curve sensitivity + Landing Gear - /parameters/MPC_XY_MAN_EXPO/longDesc + /parameters/TAP_ESC_FUNC4/values/401/description - 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 + Parachute - /parameters/MPC_XY_P/shortDesc + /parameters/TAP_ESC_FUNC4/values/402/description - Proportional gain for horizontal position error + RC Roll - /parameters/MPC_XY_P/longDesc + /parameters/TAP_ESC_FUNC4/values/403/description - Defined as corrective velocity in m/s per m position error + RC Pitch - /parameters/MPC_XY_TRAJ_P/shortDesc + /parameters/TAP_ESC_FUNC4/values/404/description - Proportional gain for horizontal trajectory position error + RC Throttle - /parameters/MPC_XY_VEL_ALL/shortDesc + /parameters/TAP_ESC_FUNC4/values/405/description - Overall Horizontal Velocity Limit + RC Yaw - /parameters/MPC_XY_VEL_ALL/longDesc + /parameters/TAP_ESC_FUNC4/values/406/description - 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. + RC Flaps - /parameters/MPC_XY_VEL_D_ACC/shortDesc + /parameters/TAP_ESC_FUNC4/values/407/description - Differential gain for horizontal velocity error + RC AUX 1 - /parameters/MPC_XY_VEL_D_ACC/longDesc + /parameters/TAP_ESC_FUNC4/values/408/description - Defined as corrective acceleration in m/s^2 per m/s^2 velocity derivative + RC AUX 2 - /parameters/MPC_XY_VEL_I_ACC/shortDesc + /parameters/TAP_ESC_FUNC4/values/409/description - Integral gain for horizontal velocity error + RC AUX 3 - /parameters/MPC_XY_VEL_I_ACC/longDesc + /parameters/TAP_ESC_FUNC4/values/410/description - Defined as correction acceleration in m/s^2 per m velocity integral Allows to eliminate steady state errors in disturbances like wind. + RC AUX 4 - /parameters/MPC_XY_VEL_MAX/shortDesc + /parameters/TAP_ESC_FUNC4/values/411/description - Maximum horizontal velocity + RC AUX 5 - /parameters/MPC_XY_VEL_MAX/longDesc + /parameters/TAP_ESC_FUNC4/values/412/description - Absolute maximum for all velocity controlled modes. Any higher value is truncated. + RC AUX 6 - /parameters/MPC_XY_VEL_P_ACC/shortDesc + /parameters/TAP_ESC_FUNC4/values/420/description - Proportional gain for horizontal velocity error + Gimbal Roll - /parameters/MPC_XY_VEL_P_ACC/longDesc + /parameters/TAP_ESC_FUNC4/values/421/description - Defined as corrective acceleration in m/s^2 per m/s velocity error + Gimbal Pitch - /parameters/MPC_YAW_EXPO/shortDesc + /parameters/TAP_ESC_FUNC4/values/422/description - Manual control stick yaw rotation exponential curve + Gimbal Yaw - /parameters/MPC_YAW_EXPO/longDesc + /parameters/TAP_ESC_FUNC4/values/430/description - 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 + Gripper - /parameters/MPC_Z_MAN_EXPO/shortDesc + /parameters/TAP_ESC_FUNC4/values/440/description - Manual control stick vertical exponential curve + Landing Gear Wheel - /parameters/MPC_Z_MAN_EXPO/longDesc + /parameters/TAP_ESC_FUNC5/shortDesc - 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 + TAP ESC Output ESC 5 Output Function - /parameters/MPC_Z_P/shortDesc + /parameters/TAP_ESC_FUNC5/longDesc - Proportional gain for vertical position error + 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 - /parameters/MPC_Z_P/longDesc + /parameters/TAP_ESC_FUNC5/values/0/description - Defined as corrective velocity in m/s per m position error + Disabled - /parameters/MPC_Z_VEL_ALL/shortDesc + /parameters/TAP_ESC_FUNC5/values/1/description - Overall Vertical Velocity Limit + Constant Min - /parameters/MPC_Z_VEL_ALL/longDesc + /parameters/TAP_ESC_FUNC5/values/2/description - 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. + Constant Max - /parameters/MPC_Z_VEL_D_ACC/shortDesc + /parameters/TAP_ESC_FUNC5/values/101/description - Differential gain for vertical velocity error + Motor 1 - /parameters/MPC_Z_VEL_D_ACC/longDesc + /parameters/TAP_ESC_FUNC5/values/102/description - Defined as corrective acceleration in m/s^2 per m/s^2 velocity derivative + Motor 2 - /parameters/MPC_Z_VEL_I_ACC/shortDesc + /parameters/TAP_ESC_FUNC5/values/103/description - Integral gain for vertical velocity error + Motor 3 - /parameters/MPC_Z_VEL_I_ACC/longDesc + /parameters/TAP_ESC_FUNC5/values/104/description - Defined as corrective acceleration in m/s^2 per m velocity integral + Motor 4 - /parameters/MPC_Z_VEL_MAX_DN/shortDesc + /parameters/TAP_ESC_FUNC5/values/105/description - Maximum descent velocity + Motor 5 - /parameters/MPC_Z_VEL_MAX_DN/longDesc + /parameters/TAP_ESC_FUNC5/values/106/description - 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 + Motor 6 - /parameters/MPC_Z_VEL_MAX_UP/shortDesc + /parameters/TAP_ESC_FUNC5/values/107/description - Maximum ascent velocity + Motor 7 - /parameters/MPC_Z_VEL_MAX_UP/longDesc + /parameters/TAP_ESC_FUNC5/values/108/description - 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 + Motor 8 - /parameters/MPC_Z_VEL_P_ACC/shortDesc + /parameters/TAP_ESC_FUNC5/values/109/description - Proportional gain for vertical velocity error + Motor 9 - /parameters/MPC_Z_VEL_P_ACC/longDesc + /parameters/TAP_ESC_FUNC5/values/110/description - Defined as corrective acceleration in m/s^2 per m/s velocity error + Motor 10 - /parameters/MPC_Z_V_AUTO_DN/shortDesc + /parameters/TAP_ESC_FUNC5/values/111/description - Descent velocity in autonomous modes + Motor 11 - /parameters/MPC_Z_V_AUTO_DN/longDesc + /parameters/TAP_ESC_FUNC5/values/112/description - For manual modes and offboard, see MPC_Z_VEL_MAX_DN + Motor 12 - /parameters/MPC_Z_V_AUTO_UP/shortDesc + /parameters/TAP_ESC_FUNC5/values/201/description - Ascent velocity in autonomous modes + Servo 1 - /parameters/MPC_Z_V_AUTO_UP/longDesc + /parameters/TAP_ESC_FUNC5/values/202/description - For manually controlled modes and offboard see MPC_Z_VEL_MAX_UP + Servo 2 - /parameters/SYS_VEHICLE_RESP/shortDesc + /parameters/TAP_ESC_FUNC5/values/203/description - Responsiveness + Servo 3 - /parameters/SYS_VEHICLE_RESP/longDesc + /parameters/TAP_ESC_FUNC5/values/204/description - 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. + Servo 4 - /parameters/WV_EN/shortDesc + /parameters/TAP_ESC_FUNC5/values/205/description - Enable weathervane + Servo 5 - /parameters/WV_EN/values/0/description + /parameters/TAP_ESC_FUNC5/values/206/description - Disabled + Servo 6 - /parameters/WV_EN/values/1/description + /parameters/TAP_ESC_FUNC5/values/207/description - Enabled + Servo 7 - /parameters/WV_ROLL_MIN/shortDesc + /parameters/TAP_ESC_FUNC5/values/208/description - Minimum roll angle setpoint for weathervane controller to demand a yaw-rate + Servo 8 - /parameters/WV_YRATE_MAX/shortDesc + /parameters/TAP_ESC_FUNC5/values/301/description - Maximum yawrate the weathervane controller is allowed to demand + Peripheral via Actuator Set 1 - /parameters/MC_SLOW_DEF_HVEL/shortDesc + /parameters/TAP_ESC_FUNC5/values/302/description - Default horizontal velocity limit + Peripheral via Actuator Set 2 - /parameters/MC_SLOW_DEF_HVEL/longDesc + /parameters/TAP_ESC_FUNC5/values/303/description - This value is used in slow mode if no aux channel is mapped and no limit is commanded through MAVLink. + Peripheral via Actuator Set 3 - /parameters/MC_SLOW_DEF_VVEL/shortDesc + /parameters/TAP_ESC_FUNC5/values/304/description - Default vertical velocity limit + Peripheral via Actuator Set 4 - /parameters/MC_SLOW_DEF_VVEL/longDesc + /parameters/TAP_ESC_FUNC5/values/305/description - This value is used in slow mode if no aux channel is mapped and no limit is commanded through MAVLink. + Peripheral via Actuator Set 5 - /parameters/MC_SLOW_DEF_YAWR/shortDesc + /parameters/TAP_ESC_FUNC5/values/306/description - Default yaw rate limit + Peripheral via Actuator Set 6 - /parameters/MC_SLOW_DEF_YAWR/longDesc + /parameters/TAP_ESC_FUNC5/values/400/description - This value is used in slow mode if no aux channel is mapped and no limit is commanded through MAVLink. + Landing Gear - /parameters/MC_SLOW_MAP_HVEL/shortDesc + /parameters/TAP_ESC_FUNC5/values/401/description - Manual input mapped to scale horizontal velocity in position slow mode + Parachute - /parameters/MC_SLOW_MAP_HVEL/values/0/description + /parameters/TAP_ESC_FUNC5/values/402/description - No rescaling + RC Roll - /parameters/MC_SLOW_MAP_HVEL/values/1/description + /parameters/TAP_ESC_FUNC5/values/403/description - AUX1 + RC Pitch - /parameters/MC_SLOW_MAP_HVEL/values/2/description + /parameters/TAP_ESC_FUNC5/values/404/description - AUX2 + RC Throttle - /parameters/MC_SLOW_MAP_HVEL/values/3/description + /parameters/TAP_ESC_FUNC5/values/405/description - AUX3 + RC Yaw - /parameters/MC_SLOW_MAP_HVEL/values/4/description + /parameters/TAP_ESC_FUNC5/values/406/description - AUX4 + RC Flaps - /parameters/MC_SLOW_MAP_HVEL/values/5/description + /parameters/TAP_ESC_FUNC5/values/407/description - AUX5 + RC AUX 1 - /parameters/MC_SLOW_MAP_HVEL/values/6/description + /parameters/TAP_ESC_FUNC5/values/408/description - AUX6 + RC AUX 2 - /parameters/MC_SLOW_MAP_VVEL/shortDesc + /parameters/TAP_ESC_FUNC5/values/409/description - Manual input mapped to scale vertical velocity in position slow mode + RC AUX 3 - /parameters/MC_SLOW_MAP_VVEL/values/0/description + /parameters/TAP_ESC_FUNC5/values/410/description - No rescaling + RC AUX 4 - /parameters/MC_SLOW_MAP_VVEL/values/1/description + /parameters/TAP_ESC_FUNC5/values/411/description - AUX1 + RC AUX 5 - /parameters/MC_SLOW_MAP_VVEL/values/2/description + /parameters/TAP_ESC_FUNC5/values/412/description - AUX2 + RC AUX 6 - /parameters/MC_SLOW_MAP_VVEL/values/3/description + /parameters/TAP_ESC_FUNC5/values/420/description - AUX3 + Gimbal Roll - /parameters/MC_SLOW_MAP_VVEL/values/4/description + /parameters/TAP_ESC_FUNC5/values/421/description - AUX4 + Gimbal Pitch - /parameters/MC_SLOW_MAP_VVEL/values/5/description + /parameters/TAP_ESC_FUNC5/values/422/description - AUX5 + Gimbal Yaw - /parameters/MC_SLOW_MAP_VVEL/values/6/description + /parameters/TAP_ESC_FUNC5/values/430/description - AUX6 + Gripper - /parameters/MC_SLOW_MAP_YAWR/shortDesc + /parameters/TAP_ESC_FUNC5/values/440/description - Manual input mapped to scale yaw rate in position slow mode + Landing Gear Wheel - /parameters/MC_SLOW_MAP_YAWR/values/0/description + /parameters/TAP_ESC_FUNC6/shortDesc - No rescaling + TAP ESC Output ESC 6 Output Function - /parameters/MC_SLOW_MAP_YAWR/values/1/description + /parameters/TAP_ESC_FUNC6/longDesc - AUX1 + 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 - /parameters/MC_SLOW_MAP_YAWR/values/2/description + /parameters/TAP_ESC_FUNC6/values/0/description - AUX2 + Disabled - /parameters/MC_SLOW_MAP_YAWR/values/3/description + /parameters/TAP_ESC_FUNC6/values/1/description - AUX3 + Constant Min - /parameters/MC_SLOW_MAP_YAWR/values/4/description + /parameters/TAP_ESC_FUNC6/values/2/description - AUX4 + Constant Max - /parameters/MC_SLOW_MAP_YAWR/values/5/description + /parameters/TAP_ESC_FUNC6/values/101/description - AUX5 + Motor 1 - /parameters/MC_SLOW_MAP_YAWR/values/6/description + /parameters/TAP_ESC_FUNC6/values/102/description - AUX6 + Motor 2 - /parameters/MC_SLOW_MIN_HVEL/shortDesc + /parameters/TAP_ESC_FUNC6/values/103/description - Horizontal velocity lower limit + Motor 3 - /parameters/MC_SLOW_MIN_HVEL/longDesc + /parameters/TAP_ESC_FUNC6/values/104/description - The lowest input maps and is clamped to this velocity. + Motor 4 - /parameters/MC_SLOW_MIN_VVEL/shortDesc + /parameters/TAP_ESC_FUNC6/values/105/description - Vertical velocity lower limit + Motor 5 - /parameters/MC_SLOW_MIN_VVEL/longDesc + /parameters/TAP_ESC_FUNC6/values/106/description - The lowest input maps and is clamped to this velocity. + Motor 6 - /parameters/MC_SLOW_MIN_YAWR/shortDesc + /parameters/TAP_ESC_FUNC6/values/107/description - Yaw rate lower limit + Motor 7 - /parameters/MC_SLOW_MIN_YAWR/longDesc + /parameters/TAP_ESC_FUNC6/values/108/description - The lowest input maps and is clamped to this rate. + Motor 8 - /parameters/MC_BAT_SCALE_EN/shortDesc + /parameters/TAP_ESC_FUNC6/values/109/description - Battery power level scaler + Motor 9 - /parameters/MC_BAT_SCALE_EN/longDesc + /parameters/TAP_ESC_FUNC6/values/110/description - 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. + Motor 10 - /parameters/MC_BAT_SCALE_EN/values/0/description + /parameters/TAP_ESC_FUNC6/values/111/description - Disabled + Motor 11 - /parameters/MC_BAT_SCALE_EN/values/1/description + /parameters/TAP_ESC_FUNC6/values/112/description - Enabled + Motor 12 - /parameters/MC_PITCHRATE_D/shortDesc + /parameters/TAP_ESC_FUNC6/values/201/description - Pitch rate D gain + Servo 1 - /parameters/MC_PITCHRATE_D/longDesc + /parameters/TAP_ESC_FUNC6/values/202/description - Pitch rate differential gain. Small values help reduce fast oscillations. If value is too big oscillations will appear again. + Servo 2 - /parameters/MC_PITCHRATE_FF/shortDesc + /parameters/TAP_ESC_FUNC6/values/203/description - Pitch rate feedforward + Servo 3 - /parameters/MC_PITCHRATE_FF/longDesc + /parameters/TAP_ESC_FUNC6/values/204/description - Improves tracking performance. + Servo 4 - /parameters/MC_PITCHRATE_I/shortDesc + /parameters/TAP_ESC_FUNC6/values/205/description - Pitch rate I gain + Servo 5 - /parameters/MC_PITCHRATE_I/longDesc + /parameters/TAP_ESC_FUNC6/values/206/description - Pitch rate integral gain. Can be set to compensate static thrust difference or gravity center offset. + Servo 6 - /parameters/MC_PITCHRATE_K/shortDesc + /parameters/TAP_ESC_FUNC6/values/207/description - Pitch rate controller gain + Servo 7 - /parameters/MC_PITCHRATE_K/longDesc + /parameters/TAP_ESC_FUNC6/values/208/description - 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. + Servo 8 - /parameters/MC_PITCHRATE_P/shortDesc + /parameters/TAP_ESC_FUNC6/values/301/description - Pitch rate P gain + Peripheral via Actuator Set 1 - /parameters/MC_PITCHRATE_P/longDesc + /parameters/TAP_ESC_FUNC6/values/302/description - Pitch rate proportional gain, i.e. control output for angular speed error 1 rad/s. + Peripheral via Actuator Set 2 - /parameters/MC_PR_INT_LIM/shortDesc + /parameters/TAP_ESC_FUNC6/values/303/description - Pitch rate integrator limit + Peripheral via Actuator Set 3 - /parameters/MC_PR_INT_LIM/longDesc + /parameters/TAP_ESC_FUNC6/values/304/description - 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. + Peripheral via Actuator Set 4 - /parameters/MC_ROLLRATE_D/shortDesc + /parameters/TAP_ESC_FUNC6/values/305/description - Roll rate D gain + Peripheral via Actuator Set 5 - /parameters/MC_ROLLRATE_D/longDesc + /parameters/TAP_ESC_FUNC6/values/306/description - Roll rate differential gain. Small values help reduce fast oscillations. If value is too big oscillations will appear again. + Peripheral via Actuator Set 6 - /parameters/MC_ROLLRATE_FF/shortDesc + /parameters/TAP_ESC_FUNC6/values/400/description - Roll rate feedforward + Landing Gear - /parameters/MC_ROLLRATE_FF/longDesc + /parameters/TAP_ESC_FUNC6/values/401/description - Improves tracking performance. + Parachute - /parameters/MC_ROLLRATE_I/shortDesc + /parameters/TAP_ESC_FUNC6/values/402/description - Roll rate I gain + RC Roll - /parameters/MC_ROLLRATE_I/longDesc + /parameters/TAP_ESC_FUNC6/values/403/description - Roll rate integral gain. Can be set to compensate static thrust difference or gravity center offset. + RC Pitch - /parameters/MC_ROLLRATE_K/shortDesc + /parameters/TAP_ESC_FUNC6/values/404/description - Roll rate controller gain + RC Throttle - /parameters/MC_ROLLRATE_K/longDesc + /parameters/TAP_ESC_FUNC6/values/405/description - 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. + RC Yaw - /parameters/MC_ROLLRATE_P/shortDesc + /parameters/TAP_ESC_FUNC6/values/406/description - Roll rate P gain + RC Flaps - /parameters/MC_ROLLRATE_P/longDesc + /parameters/TAP_ESC_FUNC6/values/407/description - Roll rate proportional gain, i.e. control output for angular speed error 1 rad/s. + RC AUX 1 - /parameters/MC_RR_INT_LIM/shortDesc + /parameters/TAP_ESC_FUNC6/values/408/description - Roll rate integrator limit + RC AUX 2 - /parameters/MC_RR_INT_LIM/longDesc + /parameters/TAP_ESC_FUNC6/values/409/description - 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. + RC AUX 3 - /parameters/MC_YAWRATE_D/shortDesc + /parameters/TAP_ESC_FUNC6/values/410/description - Yaw rate D gain + RC AUX 4 - /parameters/MC_YAWRATE_D/longDesc + /parameters/TAP_ESC_FUNC6/values/411/description - Yaw rate differential gain. Small values help reduce fast oscillations. If value is too big oscillations will appear again. + RC AUX 5 - /parameters/MC_YAWRATE_FF/shortDesc + /parameters/TAP_ESC_FUNC6/values/412/description - Yaw rate feedforward + RC AUX 6 - /parameters/MC_YAWRATE_FF/longDesc + /parameters/TAP_ESC_FUNC6/values/420/description - Improves tracking performance. + Gimbal Roll - /parameters/MC_YAWRATE_I/shortDesc + /parameters/TAP_ESC_FUNC6/values/421/description - Yaw rate I gain + Gimbal Pitch - /parameters/MC_YAWRATE_I/longDesc + /parameters/TAP_ESC_FUNC6/values/422/description - Yaw rate integral gain. Can be set to compensate static thrust difference or gravity center offset. + Gimbal Yaw - /parameters/MC_YAWRATE_K/shortDesc + /parameters/TAP_ESC_FUNC6/values/430/description - Yaw rate controller gain + Gripper - /parameters/MC_YAWRATE_K/longDesc + /parameters/TAP_ESC_FUNC6/values/440/description - 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. + Landing Gear Wheel - /parameters/MC_YAWRATE_P/shortDesc + /parameters/TAP_ESC_FUNC7/shortDesc - Yaw rate P gain + TAP ESC Output ESC 7 Output Function - /parameters/MC_YAWRATE_P/longDesc + /parameters/TAP_ESC_FUNC7/longDesc - Yaw rate proportional gain, i.e. control output for angular speed error 1 rad/s. + 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 - /parameters/MC_YR_INT_LIM/shortDesc + /parameters/TAP_ESC_FUNC7/values/0/description - Yaw rate integrator limit + Disabled - /parameters/MC_YR_INT_LIM/longDesc + /parameters/TAP_ESC_FUNC7/values/1/description - 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. + Constant Min - /parameters/OSD_CH_HEIGHT/shortDesc + /parameters/TAP_ESC_FUNC7/values/2/description - OSD Crosshairs Height + Constant Max - /parameters/OSD_CH_HEIGHT/longDesc + /parameters/TAP_ESC_FUNC7/values/101/description - 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 + Motor 1 - /parameters/OSD_DWELL_TIME/shortDesc + /parameters/TAP_ESC_FUNC7/values/102/description - OSD Dwell Time (ms) + Motor 2 - /parameters/OSD_DWELL_TIME/longDesc + /parameters/TAP_ESC_FUNC7/values/103/description - Amount of time in milliseconds to dwell at the beginning of the display, when scrolling. + Motor 3 - /parameters/OSD_LOG_LEVEL/shortDesc + /parameters/TAP_ESC_FUNC7/values/104/description - OSD Warning Level + Motor 4 - /parameters/OSD_LOG_LEVEL/longDesc + /parameters/TAP_ESC_FUNC7/values/105/description - Minimum security of log level to display on the OSD. + Motor 5 - /parameters/OSD_SCROLL_RATE/shortDesc + /parameters/TAP_ESC_FUNC7/values/106/description - OSD Scroll Rate (ms) + Motor 6 - /parameters/OSD_SCROLL_RATE/longDesc + /parameters/TAP_ESC_FUNC7/values/107/description - Scroll rate in milliseconds for OSD messages longer than available character width. This is lower-bounded by the nominal loop rate of this module. + Motor 7 - /parameters/OSD_SYMBOLS/shortDesc + /parameters/TAP_ESC_FUNC7/values/108/description - OSD Symbol Selection + Motor 8 - /parameters/OSD_SYMBOLS/longDesc + /parameters/TAP_ESC_FUNC7/values/109/description - Configure / toggle support display options. + Motor 9 - /parameters/OSD_SYMBOLS/bitmask/0/description + /parameters/TAP_ESC_FUNC7/values/110/description - CRAFT_NAME + Motor 10 - /parameters/OSD_SYMBOLS/bitmask/1/description + /parameters/TAP_ESC_FUNC7/values/111/description - DISARMED + Motor 11 - /parameters/OSD_SYMBOLS/bitmask/2/description + /parameters/TAP_ESC_FUNC7/values/112/description - GPS_LAT + Motor 12 - /parameters/OSD_SYMBOLS/bitmask/3/description + /parameters/TAP_ESC_FUNC7/values/201/description - GPS_LON + Servo 1 - /parameters/OSD_SYMBOLS/bitmask/4/description + /parameters/TAP_ESC_FUNC7/values/202/description - GPS_SATS + Servo 2 - /parameters/OSD_SYMBOLS/bitmask/5/description + /parameters/TAP_ESC_FUNC7/values/203/description - GPS_SPEED + Servo 3 - /parameters/OSD_SYMBOLS/bitmask/6/description + /parameters/TAP_ESC_FUNC7/values/204/description - HOME_DIST + Servo 4 - /parameters/OSD_SYMBOLS/bitmask/7/description + /parameters/TAP_ESC_FUNC7/values/205/description - HOME_DIR + Servo 5 - /parameters/OSD_SYMBOLS/bitmask/8/description + /parameters/TAP_ESC_FUNC7/values/206/description - MAIN_BATT_VOLTAGE + Servo 6 - /parameters/OSD_SYMBOLS/bitmask/9/description + /parameters/TAP_ESC_FUNC7/values/207/description - CURRENT_DRAW + Servo 7 - /parameters/OSD_SYMBOLS/bitmask/10/description + /parameters/TAP_ESC_FUNC7/values/208/description - MAH_DRAWN + Servo 8 - /parameters/OSD_SYMBOLS/bitmask/11/description + /parameters/TAP_ESC_FUNC7/values/301/description - RSSI_VALUE + Peripheral via Actuator Set 1 - /parameters/OSD_SYMBOLS/bitmask/12/description + /parameters/TAP_ESC_FUNC7/values/302/description - ALTITUDE + Peripheral via Actuator Set 2 - /parameters/OSD_SYMBOLS/bitmask/13/description + /parameters/TAP_ESC_FUNC7/values/303/description - NUMERICAL_VARIO + Peripheral via Actuator Set 3 - /parameters/OSD_SYMBOLS/bitmask/14/description + /parameters/TAP_ESC_FUNC7/values/304/description - (unused) FLYMODE + Peripheral via Actuator Set 4 - /parameters/OSD_SYMBOLS/bitmask/15/description + /parameters/TAP_ESC_FUNC7/values/305/description - (unused) ESC_TMP + Peripheral via Actuator Set 5 - /parameters/OSD_SYMBOLS/bitmask/16/description + /parameters/TAP_ESC_FUNC7/values/306/description - (unused) PITCH_ANGLE + Peripheral via Actuator Set 6 - /parameters/OSD_SYMBOLS/bitmask/17/description + /parameters/TAP_ESC_FUNC7/values/400/description - (unused) ROLL_ANGLE + Landing Gear - /parameters/OSD_SYMBOLS/bitmask/18/description + /parameters/TAP_ESC_FUNC7/values/401/description - CROSSHAIRS + Parachute - /parameters/OSD_SYMBOLS/bitmask/19/description + /parameters/TAP_ESC_FUNC7/values/402/description - AVG_CELL_VOLTAGE + RC Roll - /parameters/OSD_SYMBOLS/bitmask/20/description + /parameters/TAP_ESC_FUNC7/values/403/description - (unused) HORIZON_SIDEBARS + RC Pitch - /parameters/OSD_SYMBOLS/bitmask/21/description + /parameters/TAP_ESC_FUNC7/values/404/description - POWER + RC Throttle - /parameters/THR_MDL_FAC/shortDesc + /parameters/TAP_ESC_FUNC7/values/405/description - Thrust to motor control signal model parameter + RC Yaw - /parameters/THR_MDL_FAC/longDesc + /parameters/TAP_ESC_FUNC7/values/406/description - 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. + RC Flaps - /parameters/PD_GRIPPER_EN/shortDesc + /parameters/TAP_ESC_FUNC7/values/407/description - Enable Gripper actuation in Payload Deliverer + RC AUX 1 - /parameters/PD_GRIPPER_EN/values/0/description + /parameters/TAP_ESC_FUNC7/values/408/description - Disabled + RC AUX 2 - /parameters/PD_GRIPPER_EN/values/1/description + /parameters/TAP_ESC_FUNC7/values/409/description - Enabled + RC AUX 3 - /parameters/PD_GRIPPER_TO/shortDesc + /parameters/TAP_ESC_FUNC7/values/410/description - Timeout for successful gripper actuation acknowledgement + RC AUX 4 - /parameters/PD_GRIPPER_TO/longDesc + /parameters/TAP_ESC_FUNC7/values/411/description - 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 + RC AUX 5 - /parameters/PD_GRIPPER_TYPE/shortDesc + /parameters/TAP_ESC_FUNC7/values/412/description - Type of Gripper (Servo, etc.) + RC AUX 6 - /parameters/PD_GRIPPER_TYPE/values/-1/description + /parameters/TAP_ESC_FUNC7/values/420/description - Undefined + Gimbal Roll - /parameters/PD_GRIPPER_TYPE/values/0/description + /parameters/TAP_ESC_FUNC7/values/421/description - Servo + Gimbal Pitch - /parameters/PLD_BTOUT/shortDesc + /parameters/TAP_ESC_FUNC7/values/422/description - Landing Target Timeout + Gimbal Yaw - /parameters/PLD_BTOUT/longDesc + /parameters/TAP_ESC_FUNC7/values/430/description - Time after which the landing target is considered lost without any new measurements. + Gripper - /parameters/PLD_FAPPR_ALT/shortDesc + /parameters/TAP_ESC_FUNC7/values/440/description - Final approach altitude + Landing Gear Wheel - /parameters/PLD_FAPPR_ALT/longDesc + /parameters/TAP_ESC_FUNC8/shortDesc - Allow final approach (without horizontal positioning) if losing landing target closer than this to the ground. + TAP ESC Output ESC 8 Output Function - /parameters/PLD_HACC_RAD/shortDesc + /parameters/TAP_ESC_FUNC8/longDesc - Horizontal acceptance radius + 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 - /parameters/PLD_HACC_RAD/longDesc + /parameters/TAP_ESC_FUNC8/values/0/description - Start descending if closer above landing target than this. + Disabled - /parameters/PLD_MAX_SRCH/shortDesc + /parameters/TAP_ESC_FUNC8/values/1/description - Maximum number of search attempts + Constant Min - /parameters/PLD_MAX_SRCH/longDesc + /parameters/TAP_ESC_FUNC8/values/2/description - Maximum number of times to search for the landing target if it is lost during the precision landing. + Constant Max - /parameters/PLD_SRCH_ALT/shortDesc + /parameters/TAP_ESC_FUNC8/values/101/description - Search altitude + Motor 1 - /parameters/PLD_SRCH_ALT/longDesc + /parameters/TAP_ESC_FUNC8/values/102/description - Altitude above home to which to climb when searching for the landing target. + Motor 2 - /parameters/PLD_SRCH_TOUT/shortDesc + /parameters/TAP_ESC_FUNC8/values/103/description - Search timeout + Motor 3 - /parameters/PLD_SRCH_TOUT/longDesc + /parameters/TAP_ESC_FUNC8/values/104/description - Time allowed to search for the landing target before falling back to normal landing. + Motor 4 - /parameters/PP_LOOKAHD_GAIN/shortDesc + /parameters/TAP_ESC_FUNC8/values/105/description - Tuning parameter for the pure pursuit controller + Motor 5 - /parameters/PP_LOOKAHD_GAIN/longDesc + /parameters/TAP_ESC_FUNC8/values/106/description - Lower value -> More aggressive controller (beware overshoot/oscillations) + Motor 6 - /parameters/PP_LOOKAHD_MAX/shortDesc + /parameters/TAP_ESC_FUNC8/values/107/description - Maximum lookahead distance for the pure pursuit controller + Motor 7 - /parameters/PP_LOOKAHD_MIN/shortDesc + /parameters/TAP_ESC_FUNC8/values/108/description - Minimum lookahead distance for the pure pursuit controller + Motor 8 - /parameters/RC10_DZ/shortDesc + /parameters/TAP_ESC_FUNC8/values/109/description - RC channel 10 dead zone + Motor 9 - /parameters/RC10_DZ/longDesc + /parameters/TAP_ESC_FUNC8/values/110/description - The +- range of this value around the trim value will be considered as zero. + Motor 10 - /parameters/RC10_MAX/shortDesc + /parameters/TAP_ESC_FUNC8/values/111/description - RC channel 10 maximum + Motor 11 - /parameters/RC10_MAX/longDesc + /parameters/TAP_ESC_FUNC8/values/112/description - Maximum value for this channel. + Motor 12 - /parameters/RC10_MIN/shortDesc + /parameters/TAP_ESC_FUNC8/values/201/description - RC channel 10 minimum + Servo 1 - /parameters/RC10_MIN/longDesc + /parameters/TAP_ESC_FUNC8/values/202/description - Minimum value for this channel. + Servo 2 - /parameters/RC10_REV/shortDesc + /parameters/TAP_ESC_FUNC8/values/203/description - RC channel 10 reverse + Servo 3 - /parameters/RC10_REV/longDesc + /parameters/TAP_ESC_FUNC8/values/204/description - Set to -1 to reverse channel. + Servo 4 - /parameters/RC10_REV/values/-1.0/description + /parameters/TAP_ESC_FUNC8/values/205/description - Reverse + Servo 5 - /parameters/RC10_REV/values/1.0/description + /parameters/TAP_ESC_FUNC8/values/206/description - Normal + Servo 6 - /parameters/RC10_TRIM/shortDesc + /parameters/TAP_ESC_FUNC8/values/207/description - RC channel 10 trim + Servo 7 - /parameters/RC10_TRIM/longDesc + /parameters/TAP_ESC_FUNC8/values/208/description - Mid point value + Servo 8 - /parameters/RC11_DZ/shortDesc + /parameters/TAP_ESC_FUNC8/values/301/description - RC channel 11 dead zone + Peripheral via Actuator Set 1 - /parameters/RC11_DZ/longDesc + /parameters/TAP_ESC_FUNC8/values/302/description - The +- range of this value around the trim value will be considered as zero. + Peripheral via Actuator Set 2 - /parameters/RC11_MAX/shortDesc + /parameters/TAP_ESC_FUNC8/values/303/description - RC channel 11 maximum + Peripheral via Actuator Set 3 - /parameters/RC11_MAX/longDesc + /parameters/TAP_ESC_FUNC8/values/304/description - Maximum value for this channel. + Peripheral via Actuator Set 4 - /parameters/RC11_MIN/shortDesc + /parameters/TAP_ESC_FUNC8/values/305/description - RC channel 11 minimum + Peripheral via Actuator Set 5 - /parameters/RC11_MIN/longDesc + /parameters/TAP_ESC_FUNC8/values/306/description - Minimum value for this channel. + Peripheral via Actuator Set 6 - /parameters/RC11_REV/shortDesc + /parameters/TAP_ESC_FUNC8/values/400/description - RC channel 11 reverse + Landing Gear - /parameters/RC11_REV/longDesc + /parameters/TAP_ESC_FUNC8/values/401/description - Set to -1 to reverse channel. + Parachute - /parameters/RC11_REV/values/-1.0/description + /parameters/TAP_ESC_FUNC8/values/402/description - Reverse + RC Roll - /parameters/RC11_REV/values/1.0/description + /parameters/TAP_ESC_FUNC8/values/403/description - Normal + RC Pitch - /parameters/RC11_TRIM/shortDesc + /parameters/TAP_ESC_FUNC8/values/404/description - RC channel 11 trim + RC Throttle - /parameters/RC11_TRIM/longDesc + /parameters/TAP_ESC_FUNC8/values/405/description - Mid point value + RC Yaw - /parameters/RC12_DZ/shortDesc + /parameters/TAP_ESC_FUNC8/values/406/description - RC channel 12 dead zone + RC Flaps - /parameters/RC12_DZ/longDesc + /parameters/TAP_ESC_FUNC8/values/407/description - The +- range of this value around the trim value will be considered as zero. + RC AUX 1 - /parameters/RC12_MAX/shortDesc + /parameters/TAP_ESC_FUNC8/values/408/description - RC channel 12 maximum + RC AUX 2 - /parameters/RC12_MAX/longDesc + /parameters/TAP_ESC_FUNC8/values/409/description - Maximum value for this channel. + RC AUX 3 - /parameters/RC12_MIN/shortDesc + /parameters/TAP_ESC_FUNC8/values/410/description - RC channel 12 minimum + RC AUX 4 - /parameters/RC12_MIN/longDesc + /parameters/TAP_ESC_FUNC8/values/411/description - Minimum value for this channel. + RC AUX 5 - /parameters/RC12_REV/shortDesc + /parameters/TAP_ESC_FUNC8/values/412/description - RC channel 12 reverse + RC AUX 6 - /parameters/RC12_REV/longDesc + /parameters/TAP_ESC_FUNC8/values/420/description - Set to -1 to reverse channel. + Gimbal Roll - /parameters/RC12_REV/values/-1.0/description + /parameters/TAP_ESC_FUNC8/values/421/description - Reverse + Gimbal Pitch - /parameters/RC12_REV/values/1.0/description + /parameters/TAP_ESC_FUNC8/values/422/description - Normal + Gimbal Yaw - /parameters/RC12_TRIM/shortDesc + /parameters/TAP_ESC_FUNC8/values/430/description - RC channel 12 trim + Gripper - /parameters/RC12_TRIM/longDesc + /parameters/TAP_ESC_FUNC8/values/440/description - Mid point value + Landing Gear Wheel - /parameters/RC13_DZ/shortDesc + /parameters/TAP_ESC_REV/shortDesc - RC channel 13 dead zone + Reverse Output Range for TAP ESC Output - /parameters/RC13_DZ/longDesc + /parameters/TAP_ESC_REV/longDesc - The +- range of this value around the trim value will be considered as zero. + Allows to reverse the output range for each channel. Note: this is only useful for servos. - /parameters/RC13_MAX/shortDesc + /parameters/TAP_ESC_REV/bitmask/0/description - RC channel 13 maximum + TAP ESC Output ESC 1 - /parameters/RC13_MAX/longDesc + /parameters/TAP_ESC_REV/bitmask/1/description - Maximum value for this channel. + TAP ESC Output ESC 2 - /parameters/RC13_MIN/shortDesc + /parameters/TAP_ESC_REV/bitmask/2/description - RC channel 13 minimum + TAP ESC Output ESC 3 - /parameters/RC13_MIN/longDesc + /parameters/TAP_ESC_REV/bitmask/3/description - Minimum value for this channel. + TAP ESC Output ESC 4 - /parameters/RC13_REV/shortDesc + /parameters/TAP_ESC_REV/bitmask/4/description - RC channel 13 reverse + TAP ESC Output ESC 5 - /parameters/RC13_REV/longDesc + /parameters/TAP_ESC_REV/bitmask/5/description - Set to -1 to reverse channel. + TAP ESC Output ESC 6 - /parameters/RC13_REV/values/-1.0/description + /parameters/TAP_ESC_REV/bitmask/6/description - Reverse + TAP ESC Output ESC 7 - /parameters/RC13_REV/values/1.0/description + /parameters/TAP_ESC_REV/bitmask/7/description - Normal + TAP ESC Output ESC 8 - /parameters/RC13_TRIM/shortDesc + /parameters/UAVCAN_EC_FAIL1/shortDesc - RC channel 13 trim + UAVCAN ESC 1 Failsafe Value - /parameters/RC13_TRIM/longDesc + /parameters/UAVCAN_EC_FAIL1/longDesc - Mid point value + 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). - /parameters/RC14_DZ/shortDesc + /parameters/UAVCAN_EC_FAIL2/shortDesc - RC channel 14 dead zone + UAVCAN ESC 2 Failsafe Value - /parameters/RC14_DZ/longDesc + /parameters/UAVCAN_EC_FAIL2/longDesc - The +- range of this value around the trim value will be considered as zero. + 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). - /parameters/RC14_MAX/shortDesc + /parameters/UAVCAN_EC_FAIL3/shortDesc - RC channel 14 maximum + UAVCAN ESC 3 Failsafe Value - /parameters/RC14_MAX/longDesc + /parameters/UAVCAN_EC_FAIL3/longDesc - Maximum value for this channel. + 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). - /parameters/RC14_MIN/shortDesc + /parameters/UAVCAN_EC_FAIL4/shortDesc - RC channel 14 minimum + UAVCAN ESC 4 Failsafe Value - /parameters/RC14_MIN/longDesc + /parameters/UAVCAN_EC_FAIL4/longDesc - Minimum value for this channel. + 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). - /parameters/RC14_REV/shortDesc + /parameters/UAVCAN_EC_FAIL5/shortDesc - RC channel 14 reverse + UAVCAN ESC 5 Failsafe Value - /parameters/RC14_REV/longDesc + /parameters/UAVCAN_EC_FAIL5/longDesc - Set to -1 to reverse channel. + 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). - /parameters/RC14_REV/values/-1.0/description + /parameters/UAVCAN_EC_FAIL6/shortDesc - Reverse + UAVCAN ESC 6 Failsafe Value - /parameters/RC14_REV/values/1.0/description + /parameters/UAVCAN_EC_FAIL6/longDesc - Normal + 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). - /parameters/RC14_TRIM/shortDesc + /parameters/UAVCAN_EC_FAIL7/shortDesc - RC channel 14 trim + UAVCAN ESC 7 Failsafe Value - /parameters/RC14_TRIM/longDesc + /parameters/UAVCAN_EC_FAIL7/longDesc - Mid point value + 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). - /parameters/RC15_DZ/shortDesc + /parameters/UAVCAN_EC_FAIL8/shortDesc - RC channel 15 dead zone + UAVCAN ESC 8 Failsafe Value - /parameters/RC15_DZ/longDesc + /parameters/UAVCAN_EC_FAIL8/longDesc - The +- range of this value around the trim value will be considered as zero. + 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). - /parameters/RC15_MAX/shortDesc + /parameters/UAVCAN_EC_FUNC1/shortDesc - RC channel 15 maximum + UAVCAN ESC 1 Output Function - /parameters/RC15_MAX/longDesc + /parameters/UAVCAN_EC_FUNC1/longDesc - Maximum value for this channel. + 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 - /parameters/RC15_MIN/shortDesc + /parameters/UAVCAN_EC_FUNC1/values/0/description - RC channel 15 minimum + Disabled - /parameters/RC15_MIN/longDesc + /parameters/UAVCAN_EC_FUNC1/values/1/description - Minimum value for this channel. + Constant Min - /parameters/RC15_REV/shortDesc + /parameters/UAVCAN_EC_FUNC1/values/2/description - RC channel 15 reverse + Constant Max - /parameters/RC15_REV/longDesc + /parameters/UAVCAN_EC_FUNC1/values/101/description - Set to -1 to reverse channel. + Motor 1 - /parameters/RC15_REV/values/-1.0/description + /parameters/UAVCAN_EC_FUNC1/values/102/description - Reverse + Motor 2 - /parameters/RC15_REV/values/1.0/description + /parameters/UAVCAN_EC_FUNC1/values/103/description - Normal + Motor 3 - /parameters/RC15_TRIM/shortDesc + /parameters/UAVCAN_EC_FUNC1/values/104/description - RC channel 15 trim + Motor 4 - /parameters/RC15_TRIM/longDesc + /parameters/UAVCAN_EC_FUNC1/values/105/description - Mid point value + Motor 5 - /parameters/RC16_DZ/shortDesc + /parameters/UAVCAN_EC_FUNC1/values/106/description - RC channel 16 dead zone + Motor 6 - /parameters/RC16_DZ/longDesc + /parameters/UAVCAN_EC_FUNC1/values/107/description - The +- range of this value around the trim value will be considered as zero. + Motor 7 - /parameters/RC16_MAX/shortDesc + /parameters/UAVCAN_EC_FUNC1/values/108/description - RC channel 16 maximum + Motor 8 - /parameters/RC16_MAX/longDesc + /parameters/UAVCAN_EC_FUNC1/values/109/description - Maximum value for this channel. + Motor 9 - /parameters/RC16_MIN/shortDesc + /parameters/UAVCAN_EC_FUNC1/values/110/description - RC channel 16 minimum + Motor 10 - /parameters/RC16_MIN/longDesc + /parameters/UAVCAN_EC_FUNC1/values/111/description - Minimum value for this channel. + Motor 11 - /parameters/RC16_REV/shortDesc + /parameters/UAVCAN_EC_FUNC1/values/112/description - RC channel 16 reverse + Motor 12 - /parameters/RC16_REV/longDesc + /parameters/UAVCAN_EC_FUNC1/values/201/description - Set to -1 to reverse channel. + Servo 1 - /parameters/RC16_REV/values/-1.0/description + /parameters/UAVCAN_EC_FUNC1/values/202/description - Reverse + Servo 2 - /parameters/RC16_REV/values/1.0/description + /parameters/UAVCAN_EC_FUNC1/values/203/description - Normal + Servo 3 - /parameters/RC16_TRIM/shortDesc + /parameters/UAVCAN_EC_FUNC1/values/204/description - RC channel 16 trim + Servo 4 - /parameters/RC16_TRIM/longDesc + /parameters/UAVCAN_EC_FUNC1/values/205/description - Mid point value + Servo 5 - /parameters/RC17_DZ/shortDesc + /parameters/UAVCAN_EC_FUNC1/values/206/description - RC channel 17 dead zone + Servo 6 - /parameters/RC17_DZ/longDesc + /parameters/UAVCAN_EC_FUNC1/values/207/description - The +- range of this value around the trim value will be considered as zero. + Servo 7 - /parameters/RC17_MAX/shortDesc + /parameters/UAVCAN_EC_FUNC1/values/208/description - RC channel 17 maximum + Servo 8 - /parameters/RC17_MAX/longDesc + /parameters/UAVCAN_EC_FUNC1/values/301/description - Maximum value for this channel. + Peripheral via Actuator Set 1 - /parameters/RC17_MIN/shortDesc + /parameters/UAVCAN_EC_FUNC1/values/302/description - RC channel 17 minimum + Peripheral via Actuator Set 2 - /parameters/RC17_MIN/longDesc + /parameters/UAVCAN_EC_FUNC1/values/303/description - Minimum value for this channel. + Peripheral via Actuator Set 3 - /parameters/RC17_REV/shortDesc + /parameters/UAVCAN_EC_FUNC1/values/304/description - RC channel 17 reverse + Peripheral via Actuator Set 4 - /parameters/RC17_REV/longDesc + /parameters/UAVCAN_EC_FUNC1/values/305/description - Set to -1 to reverse channel. + Peripheral via Actuator Set 5 - /parameters/RC17_REV/values/-1.0/description + /parameters/UAVCAN_EC_FUNC1/values/306/description - Reverse + Peripheral via Actuator Set 6 - /parameters/RC17_REV/values/1.0/description + /parameters/UAVCAN_EC_FUNC1/values/400/description - Normal + Landing Gear - /parameters/RC17_TRIM/shortDesc + /parameters/UAVCAN_EC_FUNC1/values/401/description - RC channel 17 trim + Parachute - /parameters/RC17_TRIM/longDesc + /parameters/UAVCAN_EC_FUNC1/values/402/description - Mid point value + RC Roll - /parameters/RC18_DZ/shortDesc + /parameters/UAVCAN_EC_FUNC1/values/403/description - RC channel 18 dead zone + RC Pitch - /parameters/RC18_DZ/longDesc + /parameters/UAVCAN_EC_FUNC1/values/404/description - The +- range of this value around the trim value will be considered as zero. + RC Throttle - /parameters/RC18_MAX/shortDesc + /parameters/UAVCAN_EC_FUNC1/values/405/description - RC channel 18 maximum + RC Yaw - /parameters/RC18_MAX/longDesc + /parameters/UAVCAN_EC_FUNC1/values/406/description - Maximum value for this channel. + RC Flaps - /parameters/RC18_MIN/shortDesc + /parameters/UAVCAN_EC_FUNC1/values/407/description - RC channel 18 minimum + RC AUX 1 - /parameters/RC18_MIN/longDesc + /parameters/UAVCAN_EC_FUNC1/values/408/description - Minimum value for this channel. + RC AUX 2 - /parameters/RC18_REV/shortDesc + /parameters/UAVCAN_EC_FUNC1/values/409/description - RC channel 18 reverse + RC AUX 3 - /parameters/RC18_REV/longDesc + /parameters/UAVCAN_EC_FUNC1/values/410/description - Set to -1 to reverse channel. + RC AUX 4 - /parameters/RC18_REV/values/-1.0/description + /parameters/UAVCAN_EC_FUNC1/values/411/description - Reverse + RC AUX 5 - /parameters/RC18_REV/values/1.0/description + /parameters/UAVCAN_EC_FUNC1/values/412/description - Normal + RC AUX 6 - /parameters/RC18_TRIM/shortDesc + /parameters/UAVCAN_EC_FUNC1/values/420/description - RC channel 18 trim + Gimbal Roll - /parameters/RC18_TRIM/longDesc + /parameters/UAVCAN_EC_FUNC1/values/421/description - Mid point value + Gimbal Pitch - /parameters/RC1_DZ/shortDesc + /parameters/UAVCAN_EC_FUNC1/values/422/description - RC channel 1 dead zone + Gimbal Yaw - /parameters/RC1_DZ/longDesc + /parameters/UAVCAN_EC_FUNC1/values/430/description - The +- range of this value around the trim value will be considered as zero. + Gripper - /parameters/RC1_MAX/shortDesc + /parameters/UAVCAN_EC_FUNC1/values/440/description - RC channel 1 maximum + Landing Gear Wheel - /parameters/RC1_MAX/longDesc + /parameters/UAVCAN_EC_FUNC2/shortDesc - Maximum value for RC channel 1 + UAVCAN ESC 2 Output Function - /parameters/RC1_MIN/shortDesc + /parameters/UAVCAN_EC_FUNC2/longDesc - RC channel 1 minimum + 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 - /parameters/RC1_MIN/longDesc + /parameters/UAVCAN_EC_FUNC2/values/0/description - Minimum value for RC channel 1 + Disabled - /parameters/RC1_REV/shortDesc + /parameters/UAVCAN_EC_FUNC2/values/1/description - RC channel 1 reverse + Constant Min - /parameters/RC1_REV/longDesc + /parameters/UAVCAN_EC_FUNC2/values/2/description - Set to -1 to reverse channel. + Constant Max - /parameters/RC1_REV/values/-1.0/description + /parameters/UAVCAN_EC_FUNC2/values/101/description - Reverse + Motor 1 - /parameters/RC1_REV/values/1.0/description + /parameters/UAVCAN_EC_FUNC2/values/102/description - Normal + Motor 2 - /parameters/RC1_TRIM/shortDesc + /parameters/UAVCAN_EC_FUNC2/values/103/description - RC channel 1 trim + Motor 3 - /parameters/RC1_TRIM/longDesc + /parameters/UAVCAN_EC_FUNC2/values/104/description - Mid point value + Motor 4 - /parameters/RC2_DZ/shortDesc + /parameters/UAVCAN_EC_FUNC2/values/105/description - RC channel 2 dead zone + Motor 5 - /parameters/RC2_DZ/longDesc + /parameters/UAVCAN_EC_FUNC2/values/106/description - The +- range of this value around the trim value will be considered as zero. + Motor 6 - /parameters/RC2_MAX/shortDesc + /parameters/UAVCAN_EC_FUNC2/values/107/description - RC channel 2 maximum + Motor 7 - /parameters/RC2_MAX/longDesc + /parameters/UAVCAN_EC_FUNC2/values/108/description - Maximum value for this channel. + Motor 8 - /parameters/RC2_MIN/shortDesc + /parameters/UAVCAN_EC_FUNC2/values/109/description - RC channel 2 minimum + Motor 9 - /parameters/RC2_MIN/longDesc + /parameters/UAVCAN_EC_FUNC2/values/110/description - Minimum value for this channel. + Motor 10 - /parameters/RC2_REV/shortDesc + /parameters/UAVCAN_EC_FUNC2/values/111/description - RC channel 2 reverse + Motor 11 - /parameters/RC2_REV/longDesc + /parameters/UAVCAN_EC_FUNC2/values/112/description - Set to -1 to reverse channel. + Motor 12 - /parameters/RC2_REV/values/-1.0/description + /parameters/UAVCAN_EC_FUNC2/values/201/description - Reverse + Servo 1 - /parameters/RC2_REV/values/1.0/description + /parameters/UAVCAN_EC_FUNC2/values/202/description - Normal + Servo 2 - /parameters/RC2_TRIM/shortDesc + /parameters/UAVCAN_EC_FUNC2/values/203/description - RC channel 2 trim + Servo 3 - /parameters/RC2_TRIM/longDesc + /parameters/UAVCAN_EC_FUNC2/values/204/description - Mid point value + Servo 4 - /parameters/RC3_DZ/shortDesc + /parameters/UAVCAN_EC_FUNC2/values/205/description - RC channel 3 dead zone + Servo 5 - /parameters/RC3_DZ/longDesc + /parameters/UAVCAN_EC_FUNC2/values/206/description - The +- range of this value around the trim value will be considered as zero. + Servo 6 - /parameters/RC3_MAX/shortDesc + /parameters/UAVCAN_EC_FUNC2/values/207/description - RC channel 3 maximum + Servo 7 - /parameters/RC3_MAX/longDesc + /parameters/UAVCAN_EC_FUNC2/values/208/description - Maximum value for this channel. + Servo 8 - /parameters/RC3_MIN/shortDesc + /parameters/UAVCAN_EC_FUNC2/values/301/description - RC channel 3 minimum + Peripheral via Actuator Set 1 - /parameters/RC3_MIN/longDesc + /parameters/UAVCAN_EC_FUNC2/values/302/description - Minimum value for this channel. + Peripheral via Actuator Set 2 - /parameters/RC3_REV/shortDesc + /parameters/UAVCAN_EC_FUNC2/values/303/description - RC channel 3 reverse + Peripheral via Actuator Set 3 - /parameters/RC3_REV/longDesc + /parameters/UAVCAN_EC_FUNC2/values/304/description - Set to -1 to reverse channel. + Peripheral via Actuator Set 4 - /parameters/RC3_REV/values/-1.0/description + /parameters/UAVCAN_EC_FUNC2/values/305/description - Reverse + Peripheral via Actuator Set 5 - /parameters/RC3_REV/values/1.0/description + /parameters/UAVCAN_EC_FUNC2/values/306/description - Normal + Peripheral via Actuator Set 6 - /parameters/RC3_TRIM/shortDesc + /parameters/UAVCAN_EC_FUNC2/values/400/description - RC channel 3 trim + Landing Gear - /parameters/RC3_TRIM/longDesc + /parameters/UAVCAN_EC_FUNC2/values/401/description - Mid point value + Parachute - /parameters/RC4_DZ/shortDesc + /parameters/UAVCAN_EC_FUNC2/values/402/description - RC channel 4 dead zone + RC Roll - /parameters/RC4_DZ/longDesc + /parameters/UAVCAN_EC_FUNC2/values/403/description - The +- range of this value around the trim value will be considered as zero. + RC Pitch - /parameters/RC4_MAX/shortDesc + /parameters/UAVCAN_EC_FUNC2/values/404/description - RC channel 4 maximum + RC Throttle - /parameters/RC4_MAX/longDesc + /parameters/UAVCAN_EC_FUNC2/values/405/description - Maximum value for this channel. + RC Yaw - /parameters/RC4_MIN/shortDesc + /parameters/UAVCAN_EC_FUNC2/values/406/description - RC channel 4 minimum + RC Flaps - /parameters/RC4_MIN/longDesc + /parameters/UAVCAN_EC_FUNC2/values/407/description - Minimum value for this channel. + RC AUX 1 - /parameters/RC4_REV/shortDesc + /parameters/UAVCAN_EC_FUNC2/values/408/description - RC channel 4 reverse + RC AUX 2 - /parameters/RC4_REV/longDesc + /parameters/UAVCAN_EC_FUNC2/values/409/description - Set to -1 to reverse channel. + RC AUX 3 - /parameters/RC4_REV/values/-1.0/description + /parameters/UAVCAN_EC_FUNC2/values/410/description - Reverse + RC AUX 4 - /parameters/RC4_REV/values/1.0/description + /parameters/UAVCAN_EC_FUNC2/values/411/description - Normal + RC AUX 5 - /parameters/RC4_TRIM/shortDesc + /parameters/UAVCAN_EC_FUNC2/values/412/description - RC channel 4 trim + RC AUX 6 - /parameters/RC4_TRIM/longDesc + /parameters/UAVCAN_EC_FUNC2/values/420/description - Mid point value + Gimbal Roll - /parameters/RC5_DZ/shortDesc + /parameters/UAVCAN_EC_FUNC2/values/421/description - RC channel 5 dead zone + Gimbal Pitch - /parameters/RC5_DZ/longDesc + /parameters/UAVCAN_EC_FUNC2/values/422/description - The +- range of this value around the trim value will be considered as zero. + Gimbal Yaw - /parameters/RC5_MAX/shortDesc + /parameters/UAVCAN_EC_FUNC2/values/430/description - RC channel 5 maximum + Gripper - /parameters/RC5_MAX/longDesc + /parameters/UAVCAN_EC_FUNC2/values/440/description - Maximum value for this channel. + Landing Gear Wheel - /parameters/RC5_MIN/shortDesc + /parameters/UAVCAN_EC_FUNC3/shortDesc - RC channel 5 minimum + UAVCAN ESC 3 Output Function - /parameters/RC5_MIN/longDesc + /parameters/UAVCAN_EC_FUNC3/longDesc - Minimum value for this channel. + 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 - /parameters/RC5_REV/shortDesc + /parameters/UAVCAN_EC_FUNC3/values/0/description - RC channel 5 reverse + Disabled - /parameters/RC5_REV/longDesc + /parameters/UAVCAN_EC_FUNC3/values/1/description - Set to -1 to reverse channel. + Constant Min - /parameters/RC5_REV/values/-1.0/description + /parameters/UAVCAN_EC_FUNC3/values/2/description - Reverse + Constant Max - /parameters/RC5_REV/values/1.0/description + /parameters/UAVCAN_EC_FUNC3/values/101/description - Normal + Motor 1 - /parameters/RC5_TRIM/shortDesc + /parameters/UAVCAN_EC_FUNC3/values/102/description - RC channel 5 trim + Motor 2 - /parameters/RC5_TRIM/longDesc + /parameters/UAVCAN_EC_FUNC3/values/103/description - Mid point value + Motor 3 - /parameters/RC6_DZ/shortDesc + /parameters/UAVCAN_EC_FUNC3/values/104/description - RC channel 6 dead zone + Motor 4 - /parameters/RC6_DZ/longDesc + /parameters/UAVCAN_EC_FUNC3/values/105/description - The +- range of this value around the trim value will be considered as zero. + Motor 5 - /parameters/RC6_MAX/shortDesc + /parameters/UAVCAN_EC_FUNC3/values/106/description - RC channel 6 maximum + Motor 6 - /parameters/RC6_MAX/longDesc + /parameters/UAVCAN_EC_FUNC3/values/107/description - Maximum value for this channel. + Motor 7 - /parameters/RC6_MIN/shortDesc + /parameters/UAVCAN_EC_FUNC3/values/108/description - RC channel 6 minimum + Motor 8 - /parameters/RC6_MIN/longDesc + /parameters/UAVCAN_EC_FUNC3/values/109/description - Minimum value for this channel. + Motor 9 - /parameters/RC6_REV/shortDesc + /parameters/UAVCAN_EC_FUNC3/values/110/description - RC channel 6 reverse + Motor 10 - /parameters/RC6_REV/longDesc + /parameters/UAVCAN_EC_FUNC3/values/111/description - Set to -1 to reverse channel. + Motor 11 - /parameters/RC6_REV/values/-1.0/description + /parameters/UAVCAN_EC_FUNC3/values/112/description - Reverse + Motor 12 - /parameters/RC6_REV/values/1.0/description + /parameters/UAVCAN_EC_FUNC3/values/201/description - Normal + Servo 1 - /parameters/RC6_TRIM/shortDesc + /parameters/UAVCAN_EC_FUNC3/values/202/description - RC channel 6 trim + Servo 2 - /parameters/RC6_TRIM/longDesc + /parameters/UAVCAN_EC_FUNC3/values/203/description - Mid point value + Servo 3 - /parameters/RC7_DZ/shortDesc + /parameters/UAVCAN_EC_FUNC3/values/204/description - RC channel 7 dead zone + Servo 4 - /parameters/RC7_DZ/longDesc + /parameters/UAVCAN_EC_FUNC3/values/205/description - The +- range of this value around the trim value will be considered as zero. + Servo 5 - /parameters/RC7_MAX/shortDesc + /parameters/UAVCAN_EC_FUNC3/values/206/description - RC channel 7 maximum + Servo 6 - /parameters/RC7_MAX/longDesc + /parameters/UAVCAN_EC_FUNC3/values/207/description - Maximum value for this channel. + Servo 7 - /parameters/RC7_MIN/shortDesc + /parameters/UAVCAN_EC_FUNC3/values/208/description - RC channel 7 minimum + Servo 8 - /parameters/RC7_MIN/longDesc + /parameters/UAVCAN_EC_FUNC3/values/301/description - Minimum value for this channel. + Peripheral via Actuator Set 1 - /parameters/RC7_REV/shortDesc + /parameters/UAVCAN_EC_FUNC3/values/302/description - RC channel 7 reverse + Peripheral via Actuator Set 2 - /parameters/RC7_REV/longDesc + /parameters/UAVCAN_EC_FUNC3/values/303/description - Set to -1 to reverse channel. + Peripheral via Actuator Set 3 - /parameters/RC7_REV/values/-1.0/description + /parameters/UAVCAN_EC_FUNC3/values/304/description - Reverse + Peripheral via Actuator Set 4 - /parameters/RC7_REV/values/1.0/description + /parameters/UAVCAN_EC_FUNC3/values/305/description - Normal + Peripheral via Actuator Set 5 - /parameters/RC7_TRIM/shortDesc + /parameters/UAVCAN_EC_FUNC3/values/306/description - RC channel 7 trim + Peripheral via Actuator Set 6 - /parameters/RC7_TRIM/longDesc + /parameters/UAVCAN_EC_FUNC3/values/400/description - Mid point value + Landing Gear - /parameters/RC8_DZ/shortDesc + /parameters/UAVCAN_EC_FUNC3/values/401/description - RC channel 8 dead zone + Parachute - /parameters/RC8_DZ/longDesc + /parameters/UAVCAN_EC_FUNC3/values/402/description - The +- range of this value around the trim value will be considered as zero. + RC Roll - /parameters/RC8_MAX/shortDesc + /parameters/UAVCAN_EC_FUNC3/values/403/description - RC channel 8 maximum + RC Pitch - /parameters/RC8_MAX/longDesc + /parameters/UAVCAN_EC_FUNC3/values/404/description - Maximum value for this channel. + RC Throttle - /parameters/RC8_MIN/shortDesc + /parameters/UAVCAN_EC_FUNC3/values/405/description - RC channel 8 minimum + RC Yaw - /parameters/RC8_MIN/longDesc + /parameters/UAVCAN_EC_FUNC3/values/406/description - Minimum value for this channel. + RC Flaps - /parameters/RC8_REV/shortDesc + /parameters/UAVCAN_EC_FUNC3/values/407/description - RC channel 8 reverse + RC AUX 1 - /parameters/RC8_REV/longDesc + /parameters/UAVCAN_EC_FUNC3/values/408/description - Set to -1 to reverse channel. + RC AUX 2 - /parameters/RC8_REV/values/-1.0/description + /parameters/UAVCAN_EC_FUNC3/values/409/description - Reverse + RC AUX 3 - /parameters/RC8_REV/values/1.0/description + /parameters/UAVCAN_EC_FUNC3/values/410/description - Normal + RC AUX 4 - /parameters/RC8_TRIM/shortDesc + /parameters/UAVCAN_EC_FUNC3/values/411/description - RC channel 8 trim + RC AUX 5 - /parameters/RC8_TRIM/longDesc + /parameters/UAVCAN_EC_FUNC3/values/412/description - Mid point value + RC AUX 6 - /parameters/RC9_DZ/shortDesc + /parameters/UAVCAN_EC_FUNC3/values/420/description - RC channel 9 dead zone + Gimbal Roll - /parameters/RC9_DZ/longDesc + /parameters/UAVCAN_EC_FUNC3/values/421/description - The +- range of this value around the trim value will be considered as zero. + Gimbal Pitch - /parameters/RC9_MAX/shortDesc + /parameters/UAVCAN_EC_FUNC3/values/422/description - RC channel 9 maximum + Gimbal Yaw - /parameters/RC9_MAX/longDesc + /parameters/UAVCAN_EC_FUNC3/values/430/description - Maximum value for this channel. + Gripper - /parameters/RC9_MIN/shortDesc + /parameters/UAVCAN_EC_FUNC3/values/440/description - RC channel 9 minimum + Landing Gear Wheel - /parameters/RC9_MIN/longDesc + /parameters/UAVCAN_EC_FUNC4/shortDesc - Minimum value for this channel. + UAVCAN ESC 4 Output Function - /parameters/RC9_REV/shortDesc + /parameters/UAVCAN_EC_FUNC4/longDesc - RC channel 9 reverse + 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 - /parameters/RC9_REV/longDesc + /parameters/UAVCAN_EC_FUNC4/values/0/description - Set to -1 to reverse channel. + Disabled - /parameters/RC9_REV/values/-1.0/description + /parameters/UAVCAN_EC_FUNC4/values/1/description - Reverse + Constant Min - /parameters/RC9_REV/values/1.0/description + /parameters/UAVCAN_EC_FUNC4/values/2/description - Normal + Constant Max - /parameters/RC9_TRIM/shortDesc + /parameters/UAVCAN_EC_FUNC4/values/101/description - RC channel 9 trim + Motor 1 - /parameters/RC9_TRIM/longDesc + /parameters/UAVCAN_EC_FUNC4/values/102/description - Mid point value + Motor 2 - /parameters/RC_CHAN_CNT/shortDesc + /parameters/UAVCAN_EC_FUNC4/values/103/description - RC channel count + Motor 3 - /parameters/RC_CHAN_CNT/longDesc + /parameters/UAVCAN_EC_FUNC4/values/104/description - 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. + Motor 4 - /parameters/RC_FAILS_THR/shortDesc + /parameters/UAVCAN_EC_FUNC4/values/105/description - Failsafe channel PWM threshold + Motor 5 - /parameters/RC_FAILS_THR/longDesc + /parameters/UAVCAN_EC_FUNC4/values/106/description - 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). + Motor 6 - /parameters/RC_MAP_AUX1/shortDesc + /parameters/UAVCAN_EC_FUNC4/values/107/description - AUX1 Passthrough RC channel + Motor 7 - /parameters/RC_MAP_AUX1/longDesc + /parameters/UAVCAN_EC_FUNC4/values/108/description - Default function: Camera pitch + Motor 8 - /parameters/RC_MAP_AUX1/values/0/description + /parameters/UAVCAN_EC_FUNC4/values/109/description - Unassigned + Motor 9 - /parameters/RC_MAP_AUX1/values/1/description + /parameters/UAVCAN_EC_FUNC4/values/110/description - Channel 1 + Motor 10 - /parameters/RC_MAP_AUX1/values/2/description + /parameters/UAVCAN_EC_FUNC4/values/111/description - Channel 2 + Motor 11 - /parameters/RC_MAP_AUX1/values/3/description + /parameters/UAVCAN_EC_FUNC4/values/112/description - Channel 3 + Motor 12 - /parameters/RC_MAP_AUX1/values/4/description + /parameters/UAVCAN_EC_FUNC4/values/201/description - Channel 4 + Servo 1 - /parameters/RC_MAP_AUX1/values/5/description + /parameters/UAVCAN_EC_FUNC4/values/202/description - Channel 5 + Servo 2 - /parameters/RC_MAP_AUX1/values/6/description + /parameters/UAVCAN_EC_FUNC4/values/203/description - Channel 6 + Servo 3 - /parameters/RC_MAP_AUX1/values/7/description + /parameters/UAVCAN_EC_FUNC4/values/204/description - Channel 7 + Servo 4 - /parameters/RC_MAP_AUX1/values/8/description + /parameters/UAVCAN_EC_FUNC4/values/205/description - Channel 8 + Servo 5 - /parameters/RC_MAP_AUX1/values/9/description + /parameters/UAVCAN_EC_FUNC4/values/206/description - Channel 9 + Servo 6 - /parameters/RC_MAP_AUX1/values/10/description + /parameters/UAVCAN_EC_FUNC4/values/207/description - Channel 10 + Servo 7 - /parameters/RC_MAP_AUX1/values/11/description + /parameters/UAVCAN_EC_FUNC4/values/208/description - Channel 11 + Servo 8 - /parameters/RC_MAP_AUX1/values/12/description + /parameters/UAVCAN_EC_FUNC4/values/301/description - Channel 12 + Peripheral via Actuator Set 1 - /parameters/RC_MAP_AUX1/values/13/description + /parameters/UAVCAN_EC_FUNC4/values/302/description - Channel 13 + Peripheral via Actuator Set 2 - /parameters/RC_MAP_AUX1/values/14/description + /parameters/UAVCAN_EC_FUNC4/values/303/description - Channel 14 + Peripheral via Actuator Set 3 - /parameters/RC_MAP_AUX1/values/15/description + /parameters/UAVCAN_EC_FUNC4/values/304/description - Channel 15 + Peripheral via Actuator Set 4 - /parameters/RC_MAP_AUX1/values/16/description + /parameters/UAVCAN_EC_FUNC4/values/305/description - Channel 16 + Peripheral via Actuator Set 5 - /parameters/RC_MAP_AUX1/values/17/description + /parameters/UAVCAN_EC_FUNC4/values/306/description - Channel 17 + Peripheral via Actuator Set 6 - /parameters/RC_MAP_AUX1/values/18/description + /parameters/UAVCAN_EC_FUNC4/values/400/description - Channel 18 + Landing Gear - /parameters/RC_MAP_AUX2/shortDesc + /parameters/UAVCAN_EC_FUNC4/values/401/description - AUX2 Passthrough RC channel + Parachute - /parameters/RC_MAP_AUX2/longDesc + /parameters/UAVCAN_EC_FUNC4/values/402/description - Default function: Camera roll + RC Roll - /parameters/RC_MAP_AUX2/values/0/description + /parameters/UAVCAN_EC_FUNC4/values/403/description - Unassigned + RC Pitch - /parameters/RC_MAP_AUX2/values/1/description + /parameters/UAVCAN_EC_FUNC4/values/404/description - Channel 1 + RC Throttle - /parameters/RC_MAP_AUX2/values/2/description + /parameters/UAVCAN_EC_FUNC4/values/405/description - Channel 2 + RC Yaw - /parameters/RC_MAP_AUX2/values/3/description + /parameters/UAVCAN_EC_FUNC4/values/406/description - Channel 3 + RC Flaps - /parameters/RC_MAP_AUX2/values/4/description + /parameters/UAVCAN_EC_FUNC4/values/407/description - Channel 4 + RC AUX 1 - /parameters/RC_MAP_AUX2/values/5/description + /parameters/UAVCAN_EC_FUNC4/values/408/description - Channel 5 + RC AUX 2 - /parameters/RC_MAP_AUX2/values/6/description + /parameters/UAVCAN_EC_FUNC4/values/409/description - Channel 6 + RC AUX 3 - /parameters/RC_MAP_AUX2/values/7/description + /parameters/UAVCAN_EC_FUNC4/values/410/description - Channel 7 + RC AUX 4 - /parameters/RC_MAP_AUX2/values/8/description + /parameters/UAVCAN_EC_FUNC4/values/411/description - Channel 8 + RC AUX 5 - /parameters/RC_MAP_AUX2/values/9/description + /parameters/UAVCAN_EC_FUNC4/values/412/description - Channel 9 + RC AUX 6 - /parameters/RC_MAP_AUX2/values/10/description + /parameters/UAVCAN_EC_FUNC4/values/420/description - Channel 10 + Gimbal Roll - /parameters/RC_MAP_AUX2/values/11/description + /parameters/UAVCAN_EC_FUNC4/values/421/description - Channel 11 + Gimbal Pitch - /parameters/RC_MAP_AUX2/values/12/description + /parameters/UAVCAN_EC_FUNC4/values/422/description - Channel 12 + Gimbal Yaw - /parameters/RC_MAP_AUX2/values/13/description + /parameters/UAVCAN_EC_FUNC4/values/430/description - Channel 13 + Gripper - /parameters/RC_MAP_AUX2/values/14/description + /parameters/UAVCAN_EC_FUNC4/values/440/description - Channel 14 + Landing Gear Wheel - /parameters/RC_MAP_AUX2/values/15/description + /parameters/UAVCAN_EC_FUNC5/shortDesc - Channel 15 + UAVCAN ESC 5 Output Function - /parameters/RC_MAP_AUX2/values/16/description + /parameters/UAVCAN_EC_FUNC5/longDesc - Channel 16 + 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 - /parameters/RC_MAP_AUX2/values/17/description + /parameters/UAVCAN_EC_FUNC5/values/0/description - Channel 17 + Disabled - /parameters/RC_MAP_AUX2/values/18/description + /parameters/UAVCAN_EC_FUNC5/values/1/description - Channel 18 + Constant Min - /parameters/RC_MAP_AUX3/shortDesc + /parameters/UAVCAN_EC_FUNC5/values/2/description - AUX3 Passthrough RC channel + Constant Max - /parameters/RC_MAP_AUX3/longDesc + /parameters/UAVCAN_EC_FUNC5/values/101/description - Default function: Camera azimuth / yaw + Motor 1 - /parameters/RC_MAP_AUX3/values/0/description + /parameters/UAVCAN_EC_FUNC5/values/102/description - Unassigned + Motor 2 - /parameters/RC_MAP_AUX3/values/1/description + /parameters/UAVCAN_EC_FUNC5/values/103/description - Channel 1 + Motor 3 - /parameters/RC_MAP_AUX3/values/2/description + /parameters/UAVCAN_EC_FUNC5/values/104/description - Channel 2 + Motor 4 - /parameters/RC_MAP_AUX3/values/3/description + /parameters/UAVCAN_EC_FUNC5/values/105/description - Channel 3 + Motor 5 - /parameters/RC_MAP_AUX3/values/4/description + /parameters/UAVCAN_EC_FUNC5/values/106/description - Channel 4 + Motor 6 - /parameters/RC_MAP_AUX3/values/5/description + /parameters/UAVCAN_EC_FUNC5/values/107/description - Channel 5 + Motor 7 - /parameters/RC_MAP_AUX3/values/6/description + /parameters/UAVCAN_EC_FUNC5/values/108/description - Channel 6 + Motor 8 - /parameters/RC_MAP_AUX3/values/7/description + /parameters/UAVCAN_EC_FUNC5/values/109/description - Channel 7 + Motor 9 - /parameters/RC_MAP_AUX3/values/8/description + /parameters/UAVCAN_EC_FUNC5/values/110/description - Channel 8 + Motor 10 - /parameters/RC_MAP_AUX3/values/9/description + /parameters/UAVCAN_EC_FUNC5/values/111/description - Channel 9 + Motor 11 - /parameters/RC_MAP_AUX3/values/10/description + /parameters/UAVCAN_EC_FUNC5/values/112/description - Channel 10 + Motor 12 - /parameters/RC_MAP_AUX3/values/11/description + /parameters/UAVCAN_EC_FUNC5/values/201/description - Channel 11 + Servo 1 - /parameters/RC_MAP_AUX3/values/12/description + /parameters/UAVCAN_EC_FUNC5/values/202/description - Channel 12 + Servo 2 - /parameters/RC_MAP_AUX3/values/13/description + /parameters/UAVCAN_EC_FUNC5/values/203/description - Channel 13 + Servo 3 - /parameters/RC_MAP_AUX3/values/14/description + /parameters/UAVCAN_EC_FUNC5/values/204/description - Channel 14 + Servo 4 - /parameters/RC_MAP_AUX3/values/15/description + /parameters/UAVCAN_EC_FUNC5/values/205/description - Channel 15 + Servo 5 - /parameters/RC_MAP_AUX3/values/16/description + /parameters/UAVCAN_EC_FUNC5/values/206/description - Channel 16 + Servo 6 - /parameters/RC_MAP_AUX3/values/17/description + /parameters/UAVCAN_EC_FUNC5/values/207/description - Channel 17 + Servo 7 - /parameters/RC_MAP_AUX3/values/18/description + /parameters/UAVCAN_EC_FUNC5/values/208/description - Channel 18 + Servo 8 - /parameters/RC_MAP_AUX4/shortDesc + /parameters/UAVCAN_EC_FUNC5/values/301/description - AUX4 Passthrough RC channel + Peripheral via Actuator Set 1 - /parameters/RC_MAP_AUX4/values/0/description + /parameters/UAVCAN_EC_FUNC5/values/302/description - Unassigned + Peripheral via Actuator Set 2 - /parameters/RC_MAP_AUX4/values/1/description + /parameters/UAVCAN_EC_FUNC5/values/303/description - Channel 1 + Peripheral via Actuator Set 3 - /parameters/RC_MAP_AUX4/values/2/description + /parameters/UAVCAN_EC_FUNC5/values/304/description - Channel 2 + Peripheral via Actuator Set 4 - /parameters/RC_MAP_AUX4/values/3/description + /parameters/UAVCAN_EC_FUNC5/values/305/description - Channel 3 + Peripheral via Actuator Set 5 - /parameters/RC_MAP_AUX4/values/4/description + /parameters/UAVCAN_EC_FUNC5/values/306/description - Channel 4 + Peripheral via Actuator Set 6 - /parameters/RC_MAP_AUX4/values/5/description + /parameters/UAVCAN_EC_FUNC5/values/400/description - Channel 5 + Landing Gear - /parameters/RC_MAP_AUX4/values/6/description + /parameters/UAVCAN_EC_FUNC5/values/401/description - Channel 6 + Parachute - /parameters/RC_MAP_AUX4/values/7/description + /parameters/UAVCAN_EC_FUNC5/values/402/description - Channel 7 + RC Roll - /parameters/RC_MAP_AUX4/values/8/description + /parameters/UAVCAN_EC_FUNC5/values/403/description - Channel 8 + RC Pitch - /parameters/RC_MAP_AUX4/values/9/description + /parameters/UAVCAN_EC_FUNC5/values/404/description - Channel 9 + RC Throttle - /parameters/RC_MAP_AUX4/values/10/description + /parameters/UAVCAN_EC_FUNC5/values/405/description - Channel 10 + RC Yaw - /parameters/RC_MAP_AUX4/values/11/description + /parameters/UAVCAN_EC_FUNC5/values/406/description - Channel 11 + RC Flaps - /parameters/RC_MAP_AUX4/values/12/description + /parameters/UAVCAN_EC_FUNC5/values/407/description - Channel 12 + RC AUX 1 - /parameters/RC_MAP_AUX4/values/13/description + /parameters/UAVCAN_EC_FUNC5/values/408/description - Channel 13 + RC AUX 2 - /parameters/RC_MAP_AUX4/values/14/description + /parameters/UAVCAN_EC_FUNC5/values/409/description - Channel 14 + RC AUX 3 - /parameters/RC_MAP_AUX4/values/15/description + /parameters/UAVCAN_EC_FUNC5/values/410/description - Channel 15 + RC AUX 4 - /parameters/RC_MAP_AUX4/values/16/description + /parameters/UAVCAN_EC_FUNC5/values/411/description - Channel 16 + RC AUX 5 - /parameters/RC_MAP_AUX4/values/17/description + /parameters/UAVCAN_EC_FUNC5/values/412/description - Channel 17 + RC AUX 6 - /parameters/RC_MAP_AUX4/values/18/description + /parameters/UAVCAN_EC_FUNC5/values/420/description - Channel 18 + Gimbal Roll - /parameters/RC_MAP_AUX5/shortDesc + /parameters/UAVCAN_EC_FUNC5/values/421/description - AUX5 Passthrough RC channel + Gimbal Pitch - /parameters/RC_MAP_AUX5/values/0/description + /parameters/UAVCAN_EC_FUNC5/values/422/description - Unassigned + Gimbal Yaw - /parameters/RC_MAP_AUX5/values/1/description + /parameters/UAVCAN_EC_FUNC5/values/430/description - Channel 1 + Gripper - /parameters/RC_MAP_AUX5/values/2/description + /parameters/UAVCAN_EC_FUNC5/values/440/description - Channel 2 + Landing Gear Wheel - /parameters/RC_MAP_AUX5/values/3/description + /parameters/UAVCAN_EC_FUNC6/shortDesc - Channel 3 + UAVCAN ESC 6 Output Function - /parameters/RC_MAP_AUX5/values/4/description + /parameters/UAVCAN_EC_FUNC6/longDesc - Channel 4 + 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 - /parameters/RC_MAP_AUX5/values/5/description + /parameters/UAVCAN_EC_FUNC6/values/0/description - Channel 5 + Disabled - /parameters/RC_MAP_AUX5/values/6/description + /parameters/UAVCAN_EC_FUNC6/values/1/description - Channel 6 + Constant Min - /parameters/RC_MAP_AUX5/values/7/description + /parameters/UAVCAN_EC_FUNC6/values/2/description - Channel 7 + Constant Max - /parameters/RC_MAP_AUX5/values/8/description + /parameters/UAVCAN_EC_FUNC6/values/101/description - Channel 8 + Motor 1 - /parameters/RC_MAP_AUX5/values/9/description + /parameters/UAVCAN_EC_FUNC6/values/102/description - Channel 9 + Motor 2 - /parameters/RC_MAP_AUX5/values/10/description + /parameters/UAVCAN_EC_FUNC6/values/103/description - Channel 10 + Motor 3 - /parameters/RC_MAP_AUX5/values/11/description + /parameters/UAVCAN_EC_FUNC6/values/104/description - Channel 11 + Motor 4 - /parameters/RC_MAP_AUX5/values/12/description + /parameters/UAVCAN_EC_FUNC6/values/105/description - Channel 12 + Motor 5 - /parameters/RC_MAP_AUX5/values/13/description + /parameters/UAVCAN_EC_FUNC6/values/106/description - Channel 13 + Motor 6 - /parameters/RC_MAP_AUX5/values/14/description + /parameters/UAVCAN_EC_FUNC6/values/107/description - Channel 14 + Motor 7 - /parameters/RC_MAP_AUX5/values/15/description + /parameters/UAVCAN_EC_FUNC6/values/108/description - Channel 15 + Motor 8 - /parameters/RC_MAP_AUX5/values/16/description + /parameters/UAVCAN_EC_FUNC6/values/109/description - Channel 16 + Motor 9 - /parameters/RC_MAP_AUX5/values/17/description + /parameters/UAVCAN_EC_FUNC6/values/110/description - Channel 17 + Motor 10 - /parameters/RC_MAP_AUX5/values/18/description + /parameters/UAVCAN_EC_FUNC6/values/111/description - Channel 18 + Motor 11 - /parameters/RC_MAP_AUX6/shortDesc + /parameters/UAVCAN_EC_FUNC6/values/112/description - AUX6 Passthrough RC channel + Motor 12 - /parameters/RC_MAP_AUX6/values/0/description + /parameters/UAVCAN_EC_FUNC6/values/201/description - Unassigned + Servo 1 - /parameters/RC_MAP_AUX6/values/1/description + /parameters/UAVCAN_EC_FUNC6/values/202/description - Channel 1 + Servo 2 - /parameters/RC_MAP_AUX6/values/2/description + /parameters/UAVCAN_EC_FUNC6/values/203/description - Channel 2 + Servo 3 - /parameters/RC_MAP_AUX6/values/3/description + /parameters/UAVCAN_EC_FUNC6/values/204/description - Channel 3 + Servo 4 - /parameters/RC_MAP_AUX6/values/4/description + /parameters/UAVCAN_EC_FUNC6/values/205/description - Channel 4 + Servo 5 - /parameters/RC_MAP_AUX6/values/5/description + /parameters/UAVCAN_EC_FUNC6/values/206/description - Channel 5 + Servo 6 - /parameters/RC_MAP_AUX6/values/6/description + /parameters/UAVCAN_EC_FUNC6/values/207/description - Channel 6 + Servo 7 - /parameters/RC_MAP_AUX6/values/7/description + /parameters/UAVCAN_EC_FUNC6/values/208/description - Channel 7 + Servo 8 - /parameters/RC_MAP_AUX6/values/8/description + /parameters/UAVCAN_EC_FUNC6/values/301/description - Channel 8 + Peripheral via Actuator Set 1 - /parameters/RC_MAP_AUX6/values/9/description + /parameters/UAVCAN_EC_FUNC6/values/302/description - Channel 9 + Peripheral via Actuator Set 2 - /parameters/RC_MAP_AUX6/values/10/description + /parameters/UAVCAN_EC_FUNC6/values/303/description - Channel 10 + Peripheral via Actuator Set 3 - /parameters/RC_MAP_AUX6/values/11/description + /parameters/UAVCAN_EC_FUNC6/values/304/description - Channel 11 + Peripheral via Actuator Set 4 - /parameters/RC_MAP_AUX6/values/12/description + /parameters/UAVCAN_EC_FUNC6/values/305/description - Channel 12 + Peripheral via Actuator Set 5 - /parameters/RC_MAP_AUX6/values/13/description + /parameters/UAVCAN_EC_FUNC6/values/306/description - Channel 13 + Peripheral via Actuator Set 6 - /parameters/RC_MAP_AUX6/values/14/description + /parameters/UAVCAN_EC_FUNC6/values/400/description - Channel 14 + Landing Gear - /parameters/RC_MAP_AUX6/values/15/description + /parameters/UAVCAN_EC_FUNC6/values/401/description - Channel 15 + Parachute - /parameters/RC_MAP_AUX6/values/16/description + /parameters/UAVCAN_EC_FUNC6/values/402/description - Channel 16 + RC Roll - /parameters/RC_MAP_AUX6/values/17/description + /parameters/UAVCAN_EC_FUNC6/values/403/description - Channel 17 + RC Pitch - /parameters/RC_MAP_AUX6/values/18/description + /parameters/UAVCAN_EC_FUNC6/values/404/description - Channel 18 + RC Throttle - /parameters/RC_MAP_ENG_MOT/shortDesc + /parameters/UAVCAN_EC_FUNC6/values/405/description - RC channel to engage the main motor (for helicopters) + RC Yaw - /parameters/RC_MAP_ENG_MOT/values/0/description + /parameters/UAVCAN_EC_FUNC6/values/406/description - Unassigned + RC Flaps - /parameters/RC_MAP_ENG_MOT/values/1/description + /parameters/UAVCAN_EC_FUNC6/values/407/description - Channel 1 + RC AUX 1 - /parameters/RC_MAP_ENG_MOT/values/2/description + /parameters/UAVCAN_EC_FUNC6/values/408/description - Channel 2 + RC AUX 2 - /parameters/RC_MAP_ENG_MOT/values/3/description + /parameters/UAVCAN_EC_FUNC6/values/409/description - Channel 3 + RC AUX 3 - /parameters/RC_MAP_ENG_MOT/values/4/description + /parameters/UAVCAN_EC_FUNC6/values/410/description - Channel 4 + RC AUX 4 - /parameters/RC_MAP_ENG_MOT/values/5/description + /parameters/UAVCAN_EC_FUNC6/values/411/description - Channel 5 + RC AUX 5 - /parameters/RC_MAP_ENG_MOT/values/6/description + /parameters/UAVCAN_EC_FUNC6/values/412/description - Channel 6 + RC AUX 6 - /parameters/RC_MAP_ENG_MOT/values/7/description + /parameters/UAVCAN_EC_FUNC6/values/420/description - Channel 7 + Gimbal Roll - /parameters/RC_MAP_ENG_MOT/values/8/description + /parameters/UAVCAN_EC_FUNC6/values/421/description - Channel 8 + Gimbal Pitch - /parameters/RC_MAP_ENG_MOT/values/9/description + /parameters/UAVCAN_EC_FUNC6/values/422/description - Channel 9 + Gimbal Yaw - /parameters/RC_MAP_ENG_MOT/values/10/description + /parameters/UAVCAN_EC_FUNC6/values/430/description - Channel 10 + Gripper - /parameters/RC_MAP_ENG_MOT/values/11/description + /parameters/UAVCAN_EC_FUNC6/values/440/description - Channel 11 + Landing Gear Wheel - /parameters/RC_MAP_ENG_MOT/values/12/description + /parameters/UAVCAN_EC_FUNC7/shortDesc - Channel 12 + UAVCAN ESC 7 Output Function - /parameters/RC_MAP_ENG_MOT/values/13/description + /parameters/UAVCAN_EC_FUNC7/longDesc - Channel 13 + 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 - /parameters/RC_MAP_ENG_MOT/values/14/description + /parameters/UAVCAN_EC_FUNC7/values/0/description - Channel 14 + Disabled - /parameters/RC_MAP_ENG_MOT/values/15/description + /parameters/UAVCAN_EC_FUNC7/values/1/description - Channel 15 + Constant Min - /parameters/RC_MAP_ENG_MOT/values/16/description + /parameters/UAVCAN_EC_FUNC7/values/2/description - Channel 16 + Constant Max - /parameters/RC_MAP_ENG_MOT/values/17/description + /parameters/UAVCAN_EC_FUNC7/values/101/description - Channel 17 + Motor 1 - /parameters/RC_MAP_ENG_MOT/values/18/description + /parameters/UAVCAN_EC_FUNC7/values/102/description - Channel 18 + Motor 2 - /parameters/RC_MAP_FAILSAFE/shortDesc + /parameters/UAVCAN_EC_FUNC7/values/103/description - Failsafe channel mapping + Motor 3 - /parameters/RC_MAP_FAILSAFE/longDesc + /parameters/UAVCAN_EC_FUNC7/values/104/description - 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. + Motor 4 - /parameters/RC_MAP_FAILSAFE/values/0/description + /parameters/UAVCAN_EC_FUNC7/values/105/description - Unassigned + Motor 5 - /parameters/RC_MAP_FAILSAFE/values/1/description + /parameters/UAVCAN_EC_FUNC7/values/106/description - Channel 1 + Motor 6 - /parameters/RC_MAP_FAILSAFE/values/2/description + /parameters/UAVCAN_EC_FUNC7/values/107/description - Channel 2 + Motor 7 - /parameters/RC_MAP_FAILSAFE/values/3/description + /parameters/UAVCAN_EC_FUNC7/values/108/description - Channel 3 + Motor 8 - /parameters/RC_MAP_FAILSAFE/values/4/description + /parameters/UAVCAN_EC_FUNC7/values/109/description - Channel 4 + Motor 9 - /parameters/RC_MAP_FAILSAFE/values/5/description + /parameters/UAVCAN_EC_FUNC7/values/110/description - Channel 5 + Motor 10 - /parameters/RC_MAP_FAILSAFE/values/6/description + /parameters/UAVCAN_EC_FUNC7/values/111/description - Channel 6 + Motor 11 - /parameters/RC_MAP_FAILSAFE/values/7/description + /parameters/UAVCAN_EC_FUNC7/values/112/description - Channel 7 + Motor 12 - /parameters/RC_MAP_FAILSAFE/values/8/description + /parameters/UAVCAN_EC_FUNC7/values/201/description - Channel 8 + Servo 1 - /parameters/RC_MAP_FAILSAFE/values/9/description + /parameters/UAVCAN_EC_FUNC7/values/202/description - Channel 9 + Servo 2 - /parameters/RC_MAP_FAILSAFE/values/10/description + /parameters/UAVCAN_EC_FUNC7/values/203/description - Channel 10 + Servo 3 - /parameters/RC_MAP_FAILSAFE/values/11/description + /parameters/UAVCAN_EC_FUNC7/values/204/description - Channel 11 + Servo 4 - /parameters/RC_MAP_FAILSAFE/values/12/description + /parameters/UAVCAN_EC_FUNC7/values/205/description - Channel 12 + Servo 5 - /parameters/RC_MAP_FAILSAFE/values/13/description + /parameters/UAVCAN_EC_FUNC7/values/206/description - Channel 13 + Servo 6 - /parameters/RC_MAP_FAILSAFE/values/14/description + /parameters/UAVCAN_EC_FUNC7/values/207/description - Channel 14 + Servo 7 - /parameters/RC_MAP_FAILSAFE/values/15/description + /parameters/UAVCAN_EC_FUNC7/values/208/description - Channel 15 + Servo 8 - /parameters/RC_MAP_FAILSAFE/values/16/description + /parameters/UAVCAN_EC_FUNC7/values/301/description - Channel 16 + Peripheral via Actuator Set 1 - /parameters/RC_MAP_FAILSAFE/values/17/description + /parameters/UAVCAN_EC_FUNC7/values/302/description - Channel 17 + Peripheral via Actuator Set 2 - /parameters/RC_MAP_FAILSAFE/values/18/description + /parameters/UAVCAN_EC_FUNC7/values/303/description - Channel 18 + Peripheral via Actuator Set 3 - /parameters/RC_MAP_PARAM1/shortDesc + /parameters/UAVCAN_EC_FUNC7/values/304/description - PARAM1 tuning channel + Peripheral via Actuator Set 4 - /parameters/RC_MAP_PARAM1/longDesc + /parameters/UAVCAN_EC_FUNC7/values/305/description - Can be used for parameter tuning with the RC. This one is further referenced as the 1st parameter channel. Set to 0 to deactivate * + Peripheral via Actuator Set 5 - /parameters/RC_MAP_PARAM1/values/0/description + /parameters/UAVCAN_EC_FUNC7/values/306/description - Unassigned + Peripheral via Actuator Set 6 - /parameters/RC_MAP_PARAM1/values/1/description + /parameters/UAVCAN_EC_FUNC7/values/400/description - Channel 1 + Landing Gear - /parameters/RC_MAP_PARAM1/values/2/description + /parameters/UAVCAN_EC_FUNC7/values/401/description - Channel 2 + Parachute - /parameters/RC_MAP_PARAM1/values/3/description + /parameters/UAVCAN_EC_FUNC7/values/402/description - Channel 3 + RC Roll - /parameters/RC_MAP_PARAM1/values/4/description + /parameters/UAVCAN_EC_FUNC7/values/403/description - Channel 4 + RC Pitch - /parameters/RC_MAP_PARAM1/values/5/description + /parameters/UAVCAN_EC_FUNC7/values/404/description - Channel 5 + RC Throttle - /parameters/RC_MAP_PARAM1/values/6/description + /parameters/UAVCAN_EC_FUNC7/values/405/description - Channel 6 + RC Yaw - /parameters/RC_MAP_PARAM1/values/7/description + /parameters/UAVCAN_EC_FUNC7/values/406/description - Channel 7 + RC Flaps - /parameters/RC_MAP_PARAM1/values/8/description + /parameters/UAVCAN_EC_FUNC7/values/407/description - Channel 8 + RC AUX 1 - /parameters/RC_MAP_PARAM1/values/9/description + /parameters/UAVCAN_EC_FUNC7/values/408/description - Channel 9 + RC AUX 2 - /parameters/RC_MAP_PARAM1/values/10/description + /parameters/UAVCAN_EC_FUNC7/values/409/description - Channel 10 + RC AUX 3 - /parameters/RC_MAP_PARAM1/values/11/description + /parameters/UAVCAN_EC_FUNC7/values/410/description - Channel 11 + RC AUX 4 - /parameters/RC_MAP_PARAM1/values/12/description + /parameters/UAVCAN_EC_FUNC7/values/411/description - Channel 12 + RC AUX 5 - /parameters/RC_MAP_PARAM1/values/13/description + /parameters/UAVCAN_EC_FUNC7/values/412/description - Channel 13 + RC AUX 6 - /parameters/RC_MAP_PARAM1/values/14/description + /parameters/UAVCAN_EC_FUNC7/values/420/description - Channel 14 + Gimbal Roll - /parameters/RC_MAP_PARAM1/values/15/description + /parameters/UAVCAN_EC_FUNC7/values/421/description - Channel 15 + Gimbal Pitch - /parameters/RC_MAP_PARAM1/values/16/description + /parameters/UAVCAN_EC_FUNC7/values/422/description - Channel 16 + Gimbal Yaw - /parameters/RC_MAP_PARAM1/values/17/description + /parameters/UAVCAN_EC_FUNC7/values/430/description - Channel 17 + Gripper - /parameters/RC_MAP_PARAM1/values/18/description + /parameters/UAVCAN_EC_FUNC7/values/440/description - Channel 18 + Landing Gear Wheel - /parameters/RC_MAP_PARAM2/shortDesc + /parameters/UAVCAN_EC_FUNC8/shortDesc - PARAM2 tuning channel + UAVCAN ESC 8 Output Function - /parameters/RC_MAP_PARAM2/longDesc + /parameters/UAVCAN_EC_FUNC8/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 * + 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 - /parameters/RC_MAP_PARAM2/values/0/description + /parameters/UAVCAN_EC_FUNC8/values/0/description - Unassigned + Disabled - /parameters/RC_MAP_PARAM2/values/1/description + /parameters/UAVCAN_EC_FUNC8/values/1/description - Channel 1 + Constant Min - /parameters/RC_MAP_PARAM2/values/2/description + /parameters/UAVCAN_EC_FUNC8/values/2/description - Channel 2 + Constant Max - /parameters/RC_MAP_PARAM2/values/3/description + /parameters/UAVCAN_EC_FUNC8/values/101/description - Channel 3 + Motor 1 - /parameters/RC_MAP_PARAM2/values/4/description + /parameters/UAVCAN_EC_FUNC8/values/102/description - Channel 4 + Motor 2 - /parameters/RC_MAP_PARAM2/values/5/description + /parameters/UAVCAN_EC_FUNC8/values/103/description - Channel 5 + Motor 3 - /parameters/RC_MAP_PARAM2/values/6/description + /parameters/UAVCAN_EC_FUNC8/values/104/description - Channel 6 + Motor 4 - /parameters/RC_MAP_PARAM2/values/7/description + /parameters/UAVCAN_EC_FUNC8/values/105/description - Channel 7 + Motor 5 - /parameters/RC_MAP_PARAM2/values/8/description + /parameters/UAVCAN_EC_FUNC8/values/106/description - Channel 8 + Motor 6 - /parameters/RC_MAP_PARAM2/values/9/description + /parameters/UAVCAN_EC_FUNC8/values/107/description - Channel 9 + Motor 7 - /parameters/RC_MAP_PARAM2/values/10/description + /parameters/UAVCAN_EC_FUNC8/values/108/description - Channel 10 + Motor 8 - /parameters/RC_MAP_PARAM2/values/11/description + /parameters/UAVCAN_EC_FUNC8/values/109/description - Channel 11 + Motor 9 - /parameters/RC_MAP_PARAM2/values/12/description + /parameters/UAVCAN_EC_FUNC8/values/110/description - Channel 12 + Motor 10 - /parameters/RC_MAP_PARAM2/values/13/description + /parameters/UAVCAN_EC_FUNC8/values/111/description - Channel 13 + Motor 11 - /parameters/RC_MAP_PARAM2/values/14/description + /parameters/UAVCAN_EC_FUNC8/values/112/description - Channel 14 + Motor 12 - /parameters/RC_MAP_PARAM2/values/15/description + /parameters/UAVCAN_EC_FUNC8/values/201/description - Channel 15 + Servo 1 - /parameters/RC_MAP_PARAM2/values/16/description + /parameters/UAVCAN_EC_FUNC8/values/202/description - Channel 16 + Servo 2 - /parameters/RC_MAP_PARAM2/values/17/description + /parameters/UAVCAN_EC_FUNC8/values/203/description - Channel 17 + Servo 3 - /parameters/RC_MAP_PARAM2/values/18/description + /parameters/UAVCAN_EC_FUNC8/values/204/description - Channel 18 + Servo 4 - /parameters/RC_MAP_PARAM3/shortDesc + /parameters/UAVCAN_EC_FUNC8/values/205/description - PARAM3 tuning channel + Servo 5 - /parameters/RC_MAP_PARAM3/longDesc + /parameters/UAVCAN_EC_FUNC8/values/206/description - Can be used for parameter tuning with the RC. This one is further referenced as the 3th parameter channel. Set to 0 to deactivate * + Servo 6 - /parameters/RC_MAP_PARAM3/values/0/description + /parameters/UAVCAN_EC_FUNC8/values/207/description - Unassigned + Servo 7 - /parameters/RC_MAP_PARAM3/values/1/description + /parameters/UAVCAN_EC_FUNC8/values/208/description - Channel 1 + Servo 8 - /parameters/RC_MAP_PARAM3/values/2/description + /parameters/UAVCAN_EC_FUNC8/values/301/description - Channel 2 + Peripheral via Actuator Set 1 - /parameters/RC_MAP_PARAM3/values/3/description + /parameters/UAVCAN_EC_FUNC8/values/302/description - Channel 3 + Peripheral via Actuator Set 2 - /parameters/RC_MAP_PARAM3/values/4/description + /parameters/UAVCAN_EC_FUNC8/values/303/description - Channel 4 + Peripheral via Actuator Set 3 - /parameters/RC_MAP_PARAM3/values/5/description + /parameters/UAVCAN_EC_FUNC8/values/304/description - Channel 5 + Peripheral via Actuator Set 4 - /parameters/RC_MAP_PARAM3/values/6/description + /parameters/UAVCAN_EC_FUNC8/values/305/description - Channel 6 + Peripheral via Actuator Set 5 - /parameters/RC_MAP_PARAM3/values/7/description + /parameters/UAVCAN_EC_FUNC8/values/306/description - Channel 7 + Peripheral via Actuator Set 6 - /parameters/RC_MAP_PARAM3/values/8/description + /parameters/UAVCAN_EC_FUNC8/values/400/description - Channel 8 + Landing Gear - /parameters/RC_MAP_PARAM3/values/9/description + /parameters/UAVCAN_EC_FUNC8/values/401/description - Channel 9 + Parachute - /parameters/RC_MAP_PARAM3/values/10/description + /parameters/UAVCAN_EC_FUNC8/values/402/description - Channel 10 + RC Roll - /parameters/RC_MAP_PARAM3/values/11/description + /parameters/UAVCAN_EC_FUNC8/values/403/description - Channel 11 + RC Pitch - /parameters/RC_MAP_PARAM3/values/12/description + /parameters/UAVCAN_EC_FUNC8/values/404/description - Channel 12 + RC Throttle - /parameters/RC_MAP_PARAM3/values/13/description + /parameters/UAVCAN_EC_FUNC8/values/405/description - Channel 13 + RC Yaw - /parameters/RC_MAP_PARAM3/values/14/description + /parameters/UAVCAN_EC_FUNC8/values/406/description - Channel 14 + RC Flaps - /parameters/RC_MAP_PARAM3/values/15/description + /parameters/UAVCAN_EC_FUNC8/values/407/description - Channel 15 + RC AUX 1 - /parameters/RC_MAP_PARAM3/values/16/description + /parameters/UAVCAN_EC_FUNC8/values/408/description - Channel 16 + RC AUX 2 - /parameters/RC_MAP_PARAM3/values/17/description + /parameters/UAVCAN_EC_FUNC8/values/409/description - Channel 17 + RC AUX 3 - /parameters/RC_MAP_PARAM3/values/18/description + /parameters/UAVCAN_EC_FUNC8/values/410/description - Channel 18 + RC AUX 4 - /parameters/RC_MAP_PITCH/shortDesc + /parameters/UAVCAN_EC_FUNC8/values/411/description - Pitch control channel mapping + RC AUX 5 - /parameters/RC_MAP_PITCH/longDesc + /parameters/UAVCAN_EC_FUNC8/values/412/description - 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. + RC AUX 6 - /parameters/RC_MAP_PITCH/values/0/description + /parameters/UAVCAN_EC_FUNC8/values/420/description - Unassigned + Gimbal Roll - /parameters/RC_MAP_PITCH/values/1/description + /parameters/UAVCAN_EC_FUNC8/values/421/description - Channel 1 + Gimbal Pitch - /parameters/RC_MAP_PITCH/values/2/description + /parameters/UAVCAN_EC_FUNC8/values/422/description - Channel 2 + Gimbal Yaw - /parameters/RC_MAP_PITCH/values/3/description + /parameters/UAVCAN_EC_FUNC8/values/430/description - Channel 3 + Gripper - /parameters/RC_MAP_PITCH/values/4/description + /parameters/UAVCAN_EC_FUNC8/values/440/description - Channel 4 + Landing Gear Wheel - /parameters/RC_MAP_PITCH/values/5/description + /parameters/UAVCAN_EC_MAX1/shortDesc - Channel 5 + UAVCAN ESC 1 Maximum Value - /parameters/RC_MAP_PITCH/values/6/description + /parameters/UAVCAN_EC_MAX1/longDesc - Channel 6 + Maxmimum output value (when not disarmed). - /parameters/RC_MAP_PITCH/values/7/description + /parameters/UAVCAN_EC_MAX2/shortDesc - Channel 7 + UAVCAN ESC 2 Maximum Value - /parameters/RC_MAP_PITCH/values/8/description + /parameters/UAVCAN_EC_MAX2/longDesc - Channel 8 + Maxmimum output value (when not disarmed). - /parameters/RC_MAP_PITCH/values/9/description + /parameters/UAVCAN_EC_MAX3/shortDesc - Channel 9 + UAVCAN ESC 3 Maximum Value - /parameters/RC_MAP_PITCH/values/10/description + /parameters/UAVCAN_EC_MAX3/longDesc - Channel 10 + Maxmimum output value (when not disarmed). - /parameters/RC_MAP_PITCH/values/11/description + /parameters/UAVCAN_EC_MAX4/shortDesc - Channel 11 + UAVCAN ESC 4 Maximum Value - /parameters/RC_MAP_PITCH/values/12/description + /parameters/UAVCAN_EC_MAX4/longDesc - Channel 12 + Maxmimum output value (when not disarmed). - /parameters/RC_MAP_PITCH/values/13/description + /parameters/UAVCAN_EC_MAX5/shortDesc - Channel 13 + UAVCAN ESC 5 Maximum Value - /parameters/RC_MAP_PITCH/values/14/description + /parameters/UAVCAN_EC_MAX5/longDesc - Channel 14 + Maxmimum output value (when not disarmed). - /parameters/RC_MAP_PITCH/values/15/description + /parameters/UAVCAN_EC_MAX6/shortDesc - Channel 15 + UAVCAN ESC 6 Maximum Value - /parameters/RC_MAP_PITCH/values/16/description + /parameters/UAVCAN_EC_MAX6/longDesc - Channel 16 + Maxmimum output value (when not disarmed). - /parameters/RC_MAP_PITCH/values/17/description + /parameters/UAVCAN_EC_MAX7/shortDesc - Channel 17 + UAVCAN ESC 7 Maximum Value - /parameters/RC_MAP_PITCH/values/18/description + /parameters/UAVCAN_EC_MAX7/longDesc - Channel 18 + Maxmimum output value (when not disarmed). - /parameters/RC_MAP_ROLL/shortDesc + /parameters/UAVCAN_EC_MAX8/shortDesc - Roll control channel mapping + UAVCAN ESC 8 Maximum Value - /parameters/RC_MAP_ROLL/longDesc + /parameters/UAVCAN_EC_MAX8/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. + Maxmimum output value (when not disarmed). - /parameters/RC_MAP_ROLL/values/0/description + /parameters/UAVCAN_EC_MIN1/shortDesc - Unassigned + UAVCAN ESC 1 Minimum Value - /parameters/RC_MAP_ROLL/values/1/description + /parameters/UAVCAN_EC_MIN1/longDesc - Channel 1 + Minimum output value (when not disarmed). - /parameters/RC_MAP_ROLL/values/2/description + /parameters/UAVCAN_EC_MIN2/shortDesc - Channel 2 + UAVCAN ESC 2 Minimum Value - /parameters/RC_MAP_ROLL/values/3/description + /parameters/UAVCAN_EC_MIN2/longDesc - Channel 3 + Minimum output value (when not disarmed). - /parameters/RC_MAP_ROLL/values/4/description + /parameters/UAVCAN_EC_MIN3/shortDesc - Channel 4 + UAVCAN ESC 3 Minimum Value - /parameters/RC_MAP_ROLL/values/5/description + /parameters/UAVCAN_EC_MIN3/longDesc - Channel 5 + Minimum output value (when not disarmed). - /parameters/RC_MAP_ROLL/values/6/description + /parameters/UAVCAN_EC_MIN4/shortDesc - Channel 6 + UAVCAN ESC 4 Minimum Value - /parameters/RC_MAP_ROLL/values/7/description + /parameters/UAVCAN_EC_MIN4/longDesc - Channel 7 + Minimum output value (when not disarmed). - /parameters/RC_MAP_ROLL/values/8/description + /parameters/UAVCAN_EC_MIN5/shortDesc - Channel 8 + UAVCAN ESC 5 Minimum Value - /parameters/RC_MAP_ROLL/values/9/description + /parameters/UAVCAN_EC_MIN5/longDesc - Channel 9 + Minimum output value (when not disarmed). - /parameters/RC_MAP_ROLL/values/10/description + /parameters/UAVCAN_EC_MIN6/shortDesc - Channel 10 + UAVCAN ESC 6 Minimum Value - /parameters/RC_MAP_ROLL/values/11/description + /parameters/UAVCAN_EC_MIN6/longDesc - Channel 11 + Minimum output value (when not disarmed). - /parameters/RC_MAP_ROLL/values/12/description + /parameters/UAVCAN_EC_MIN7/shortDesc - Channel 12 + UAVCAN ESC 7 Minimum Value - /parameters/RC_MAP_ROLL/values/13/description + /parameters/UAVCAN_EC_MIN7/longDesc - Channel 13 + Minimum output value (when not disarmed). - /parameters/RC_MAP_ROLL/values/14/description + /parameters/UAVCAN_EC_MIN8/shortDesc - Channel 14 + UAVCAN ESC 8 Minimum Value - /parameters/RC_MAP_ROLL/values/15/description + /parameters/UAVCAN_EC_MIN8/longDesc - Channel 15 + Minimum output value (when not disarmed). - /parameters/RC_MAP_ROLL/values/16/description + /parameters/UAVCAN_EC_REV/shortDesc - Channel 16 + Reverse Output Range for UAVCAN - /parameters/RC_MAP_ROLL/values/17/description + /parameters/UAVCAN_EC_REV/longDesc - Channel 17 + Allows to reverse the output range for each channel. Note: this is only useful for servos. - /parameters/RC_MAP_ROLL/values/18/description + /parameters/UAVCAN_EC_REV/bitmask/0/description - Channel 18 + UAVCAN ESC 1 - /parameters/RC_MAP_THROTTLE/shortDesc + /parameters/UAVCAN_EC_REV/bitmask/1/description - Throttle control channel mapping + UAVCAN ESC 2 - /parameters/RC_MAP_THROTTLE/longDesc + /parameters/UAVCAN_EC_REV/bitmask/2/description - 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. + UAVCAN ESC 3 - /parameters/RC_MAP_THROTTLE/values/0/description + /parameters/UAVCAN_EC_REV/bitmask/3/description - Unassigned + UAVCAN ESC 4 - /parameters/RC_MAP_THROTTLE/values/1/description + /parameters/UAVCAN_EC_REV/bitmask/4/description - Channel 1 + UAVCAN ESC 5 - /parameters/RC_MAP_THROTTLE/values/2/description + /parameters/UAVCAN_EC_REV/bitmask/5/description - Channel 2 + UAVCAN ESC 6 - /parameters/RC_MAP_THROTTLE/values/3/description + /parameters/UAVCAN_EC_REV/bitmask/6/description - Channel 3 + UAVCAN ESC 7 - /parameters/RC_MAP_THROTTLE/values/4/description + /parameters/UAVCAN_EC_REV/bitmask/7/description - Channel 4 + UAVCAN ESC 8 - /parameters/RC_MAP_THROTTLE/values/5/description + /parameters/UAVCAN_SV_DIS1/shortDesc - Channel 5 + UAVCAN Servo 1 Disarmed Value - /parameters/RC_MAP_THROTTLE/values/6/description + /parameters/UAVCAN_SV_DIS1/longDesc - Channel 6 + 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/RC_MAP_THROTTLE/values/7/description + /parameters/UAVCAN_SV_DIS2/shortDesc - Channel 7 + UAVCAN Servo 2 Disarmed Value - /parameters/RC_MAP_THROTTLE/values/8/description + /parameters/UAVCAN_SV_DIS2/longDesc - Channel 8 + 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/RC_MAP_THROTTLE/values/9/description + /parameters/UAVCAN_SV_DIS3/shortDesc - Channel 9 + UAVCAN Servo 3 Disarmed Value - /parameters/RC_MAP_THROTTLE/values/10/description + /parameters/UAVCAN_SV_DIS3/longDesc - Channel 10 + 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/RC_MAP_THROTTLE/values/11/description + /parameters/UAVCAN_SV_DIS4/shortDesc - Channel 11 + UAVCAN Servo 4 Disarmed Value - /parameters/RC_MAP_THROTTLE/values/12/description + /parameters/UAVCAN_SV_DIS4/longDesc - Channel 12 + 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/RC_MAP_THROTTLE/values/13/description + /parameters/UAVCAN_SV_DIS5/shortDesc - Channel 13 + UAVCAN Servo 5 Disarmed Value - /parameters/RC_MAP_THROTTLE/values/14/description + /parameters/UAVCAN_SV_DIS5/longDesc - Channel 14 + 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/RC_MAP_THROTTLE/values/15/description + /parameters/UAVCAN_SV_DIS6/shortDesc - Channel 15 + UAVCAN Servo 6 Disarmed Value - /parameters/RC_MAP_THROTTLE/values/16/description + /parameters/UAVCAN_SV_DIS6/longDesc - Channel 16 + 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/RC_MAP_THROTTLE/values/17/description + /parameters/UAVCAN_SV_DIS7/shortDesc - Channel 17 + UAVCAN Servo 7 Disarmed Value - /parameters/RC_MAP_THROTTLE/values/18/description + /parameters/UAVCAN_SV_DIS7/longDesc - Channel 18 + 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/RC_MAP_YAW/shortDesc + /parameters/UAVCAN_SV_DIS8/shortDesc - Yaw control channel mapping + UAVCAN Servo 8 Disarmed Value - /parameters/RC_MAP_YAW/longDesc + /parameters/UAVCAN_SV_DIS8/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. + 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/RC_MAP_YAW/values/0/description + /parameters/UAVCAN_SV_FAIL1/shortDesc - Unassigned + UAVCAN Servo 1 Failsafe Value - /parameters/RC_MAP_YAW/values/1/description + /parameters/UAVCAN_SV_FAIL1/longDesc - Channel 1 + 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). - /parameters/RC_MAP_YAW/values/2/description + /parameters/UAVCAN_SV_FAIL2/shortDesc - Channel 2 + UAVCAN Servo 2 Failsafe Value - /parameters/RC_MAP_YAW/values/3/description + /parameters/UAVCAN_SV_FAIL2/longDesc - Channel 3 + 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). - /parameters/RC_MAP_YAW/values/4/description + /parameters/UAVCAN_SV_FAIL3/shortDesc - Channel 4 + UAVCAN Servo 3 Failsafe Value - /parameters/RC_MAP_YAW/values/5/description + /parameters/UAVCAN_SV_FAIL3/longDesc - Channel 5 + 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). - /parameters/RC_MAP_YAW/values/6/description + /parameters/UAVCAN_SV_FAIL4/shortDesc - Channel 6 + UAVCAN Servo 4 Failsafe Value - /parameters/RC_MAP_YAW/values/7/description + /parameters/UAVCAN_SV_FAIL4/longDesc - Channel 7 + 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). - /parameters/RC_MAP_YAW/values/8/description + /parameters/UAVCAN_SV_FAIL5/shortDesc - Channel 8 + UAVCAN Servo 5 Failsafe Value - /parameters/RC_MAP_YAW/values/9/description + /parameters/UAVCAN_SV_FAIL5/longDesc - Channel 9 + 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). - /parameters/RC_MAP_YAW/values/10/description + /parameters/UAVCAN_SV_FAIL6/shortDesc - Channel 10 + UAVCAN Servo 6 Failsafe Value - /parameters/RC_MAP_YAW/values/11/description + /parameters/UAVCAN_SV_FAIL6/longDesc - Channel 11 + 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). - /parameters/RC_MAP_YAW/values/12/description + /parameters/UAVCAN_SV_FAIL7/shortDesc - Channel 12 + UAVCAN Servo 7 Failsafe Value - /parameters/RC_MAP_YAW/values/13/description + /parameters/UAVCAN_SV_FAIL7/longDesc - Channel 13 + 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). - /parameters/RC_MAP_YAW/values/14/description + /parameters/UAVCAN_SV_FAIL8/shortDesc - Channel 14 + UAVCAN Servo 8 Failsafe Value - /parameters/RC_MAP_YAW/values/15/description + /parameters/UAVCAN_SV_FAIL8/longDesc - Channel 15 + 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). - /parameters/RC_MAP_YAW/values/16/description + /parameters/UAVCAN_SV_FUNC1/shortDesc - Channel 16 + UAVCAN Servo 1 Output Function - /parameters/RC_MAP_YAW/values/17/description + /parameters/UAVCAN_SV_FUNC1/longDesc - Channel 17 + 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 - /parameters/RC_MAP_YAW/values/18/description + /parameters/UAVCAN_SV_FUNC1/values/0/description - Channel 18 + Disabled - /parameters/RC_RSSI_PWM_CHAN/shortDesc + /parameters/UAVCAN_SV_FUNC1/values/1/description - PWM input channel that provides RSSI + Constant Min - /parameters/RC_RSSI_PWM_CHAN/longDesc + /parameters/UAVCAN_SV_FUNC1/values/2/description - 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. + Constant Max - /parameters/RC_RSSI_PWM_CHAN/values/0/description + /parameters/UAVCAN_SV_FUNC1/values/101/description - Unassigned + Motor 1 - /parameters/RC_RSSI_PWM_CHAN/values/1/description + /parameters/UAVCAN_SV_FUNC1/values/102/description - Channel 1 + Motor 2 - /parameters/RC_RSSI_PWM_CHAN/values/2/description + /parameters/UAVCAN_SV_FUNC1/values/103/description - Channel 2 + Motor 3 - /parameters/RC_RSSI_PWM_CHAN/values/3/description + /parameters/UAVCAN_SV_FUNC1/values/104/description - Channel 3 + Motor 4 - /parameters/RC_RSSI_PWM_CHAN/values/4/description + /parameters/UAVCAN_SV_FUNC1/values/105/description - Channel 4 + Motor 5 - /parameters/RC_RSSI_PWM_CHAN/values/5/description + /parameters/UAVCAN_SV_FUNC1/values/106/description - Channel 5 + Motor 6 - /parameters/RC_RSSI_PWM_CHAN/values/6/description + /parameters/UAVCAN_SV_FUNC1/values/107/description - Channel 6 + Motor 7 - /parameters/RC_RSSI_PWM_CHAN/values/7/description + /parameters/UAVCAN_SV_FUNC1/values/108/description - Channel 7 + Motor 8 - /parameters/RC_RSSI_PWM_CHAN/values/8/description + /parameters/UAVCAN_SV_FUNC1/values/109/description - Channel 8 + Motor 9 - /parameters/RC_RSSI_PWM_CHAN/values/9/description + /parameters/UAVCAN_SV_FUNC1/values/110/description - Channel 9 + Motor 10 - /parameters/RC_RSSI_PWM_CHAN/values/10/description + /parameters/UAVCAN_SV_FUNC1/values/111/description - Channel 10 + Motor 11 - /parameters/RC_RSSI_PWM_CHAN/values/11/description + /parameters/UAVCAN_SV_FUNC1/values/112/description - Channel 11 + Motor 12 - /parameters/RC_RSSI_PWM_CHAN/values/12/description + /parameters/UAVCAN_SV_FUNC1/values/201/description - Channel 12 + Servo 1 - /parameters/RC_RSSI_PWM_CHAN/values/13/description + /parameters/UAVCAN_SV_FUNC1/values/202/description - Channel 13 + Servo 2 - /parameters/RC_RSSI_PWM_CHAN/values/14/description + /parameters/UAVCAN_SV_FUNC1/values/203/description - Channel 14 + Servo 3 - /parameters/RC_RSSI_PWM_CHAN/values/15/description + /parameters/UAVCAN_SV_FUNC1/values/204/description - Channel 15 + Servo 4 - /parameters/RC_RSSI_PWM_CHAN/values/16/description + /parameters/UAVCAN_SV_FUNC1/values/205/description - Channel 16 + Servo 5 - /parameters/RC_RSSI_PWM_CHAN/values/17/description + /parameters/UAVCAN_SV_FUNC1/values/206/description - Channel 17 + Servo 6 - /parameters/RC_RSSI_PWM_CHAN/values/18/description + /parameters/UAVCAN_SV_FUNC1/values/207/description - Channel 18 + Servo 7 - /parameters/RC_RSSI_PWM_MAX/shortDesc + /parameters/UAVCAN_SV_FUNC1/values/208/description - Max input value for RSSI reading + Servo 8 - /parameters/RC_RSSI_PWM_MAX/longDesc + /parameters/UAVCAN_SV_FUNC1/values/301/description - Only used if RC_RSSI_PWM_CHAN > 0 + Peripheral via Actuator Set 1 - /parameters/RC_RSSI_PWM_MIN/shortDesc + /parameters/UAVCAN_SV_FUNC1/values/302/description - Min input value for RSSI reading + Peripheral via Actuator Set 2 - /parameters/RC_RSSI_PWM_MIN/longDesc + /parameters/UAVCAN_SV_FUNC1/values/303/description - Only used if RC_RSSI_PWM_CHAN > 0 + Peripheral via Actuator Set 3 - /parameters/TRIM_PITCH/shortDesc + /parameters/UAVCAN_SV_FUNC1/values/304/description - Pitch trim + Peripheral via Actuator Set 4 - /parameters/TRIM_PITCH/longDesc + /parameters/UAVCAN_SV_FUNC1/values/305/description - The trim value is the actuator control value the system needs for straight and level flight. + Peripheral via Actuator Set 5 - /parameters/TRIM_ROLL/shortDesc + /parameters/UAVCAN_SV_FUNC1/values/306/description - Roll trim + Peripheral via Actuator Set 6 - /parameters/TRIM_ROLL/longDesc + /parameters/UAVCAN_SV_FUNC1/values/400/description - The trim value is the actuator control value the system needs for straight and level flight. + Landing Gear - /parameters/TRIM_YAW/shortDesc + /parameters/UAVCAN_SV_FUNC1/values/401/description - Yaw trim + Parachute - /parameters/TRIM_YAW/longDesc + /parameters/UAVCAN_SV_FUNC1/values/402/description - The trim value is the actuator control value the system needs for straight and level flight. + RC Roll - /parameters/RC_ARMSWITCH_TH/shortDesc + /parameters/UAVCAN_SV_FUNC1/values/403/description - Threshold for the arm switch + RC Pitch - /parameters/RC_ARMSWITCH_TH/longDesc + /parameters/UAVCAN_SV_FUNC1/values/404/description - 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 + RC Throttle - /parameters/RC_ENG_MOT_TH/shortDesc + /parameters/UAVCAN_SV_FUNC1/values/405/description - Threshold for selecting main motor engage + RC Yaw - /parameters/RC_ENG_MOT_TH/longDesc + /parameters/UAVCAN_SV_FUNC1/values/406/description - 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 + RC Flaps - /parameters/RC_GEAR_TH/shortDesc + /parameters/UAVCAN_SV_FUNC1/values/407/description - Threshold for the landing gear switch + RC AUX 1 - /parameters/RC_GEAR_TH/longDesc + /parameters/UAVCAN_SV_FUNC1/values/408/description - 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 + RC AUX 2 - /parameters/RC_KILLSWITCH_TH/shortDesc + /parameters/UAVCAN_SV_FUNC1/values/409/description - Threshold for the kill switch + RC AUX 3 - /parameters/RC_KILLSWITCH_TH/longDesc + /parameters/UAVCAN_SV_FUNC1/values/410/description - 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 + RC AUX 4 - /parameters/RC_LOITER_TH/shortDesc + /parameters/UAVCAN_SV_FUNC1/values/411/description - Threshold for selecting loiter mode + RC AUX 5 - /parameters/RC_LOITER_TH/longDesc + /parameters/UAVCAN_SV_FUNC1/values/412/description - 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 + RC AUX 6 - /parameters/RC_MAP_ARM_SW/shortDesc + /parameters/UAVCAN_SV_FUNC1/values/420/description - Arm switch channel + Gimbal Roll - /parameters/RC_MAP_ARM_SW/longDesc + /parameters/UAVCAN_SV_FUNC1/values/421/description - Use it to arm/disarm via switch instead of default throttle stick. If this is assigned, arming and disarming via stick is disabled. + Gimbal Pitch - /parameters/RC_MAP_ARM_SW/values/0/description + /parameters/UAVCAN_SV_FUNC1/values/422/description - Unassigned + Gimbal Yaw - /parameters/RC_MAP_ARM_SW/values/1/description + /parameters/UAVCAN_SV_FUNC1/values/430/description - Channel 1 + Gripper - /parameters/RC_MAP_ARM_SW/values/2/description + /parameters/UAVCAN_SV_FUNC1/values/440/description - Channel 2 + Landing Gear Wheel - /parameters/RC_MAP_ARM_SW/values/3/description + /parameters/UAVCAN_SV_FUNC2/shortDesc - Channel 3 + UAVCAN Servo 2 Output Function - /parameters/RC_MAP_ARM_SW/values/4/description + /parameters/UAVCAN_SV_FUNC2/longDesc - Channel 4 + 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 - /parameters/RC_MAP_ARM_SW/values/5/description + /parameters/UAVCAN_SV_FUNC2/values/0/description - Channel 5 + Disabled - /parameters/RC_MAP_ARM_SW/values/6/description + /parameters/UAVCAN_SV_FUNC2/values/1/description - Channel 6 + Constant Min - /parameters/RC_MAP_ARM_SW/values/7/description + /parameters/UAVCAN_SV_FUNC2/values/2/description - Channel 7 + Constant Max - /parameters/RC_MAP_ARM_SW/values/8/description + /parameters/UAVCAN_SV_FUNC2/values/101/description - Channel 8 + Motor 1 - /parameters/RC_MAP_ARM_SW/values/9/description + /parameters/UAVCAN_SV_FUNC2/values/102/description - Channel 9 + Motor 2 - /parameters/RC_MAP_ARM_SW/values/10/description + /parameters/UAVCAN_SV_FUNC2/values/103/description - Channel 10 + Motor 3 - /parameters/RC_MAP_ARM_SW/values/11/description + /parameters/UAVCAN_SV_FUNC2/values/104/description - Channel 11 + Motor 4 - /parameters/RC_MAP_ARM_SW/values/12/description + /parameters/UAVCAN_SV_FUNC2/values/105/description - Channel 12 + Motor 5 - /parameters/RC_MAP_ARM_SW/values/13/description + /parameters/UAVCAN_SV_FUNC2/values/106/description - Channel 13 + Motor 6 - /parameters/RC_MAP_ARM_SW/values/14/description + /parameters/UAVCAN_SV_FUNC2/values/107/description - Channel 14 + Motor 7 - /parameters/RC_MAP_ARM_SW/values/15/description + /parameters/UAVCAN_SV_FUNC2/values/108/description - Channel 15 + Motor 8 - /parameters/RC_MAP_ARM_SW/values/16/description + /parameters/UAVCAN_SV_FUNC2/values/109/description - Channel 16 + Motor 9 - /parameters/RC_MAP_ARM_SW/values/17/description + /parameters/UAVCAN_SV_FUNC2/values/110/description - Channel 17 + Motor 10 - /parameters/RC_MAP_ARM_SW/values/18/description + /parameters/UAVCAN_SV_FUNC2/values/111/description - Channel 18 + Motor 11 - /parameters/RC_MAP_FLAPS/shortDesc + /parameters/UAVCAN_SV_FUNC2/values/112/description - Flaps channel + Motor 12 - /parameters/RC_MAP_FLAPS/values/0/description + /parameters/UAVCAN_SV_FUNC2/values/201/description - Unassigned + Servo 1 - /parameters/RC_MAP_FLAPS/values/1/description + /parameters/UAVCAN_SV_FUNC2/values/202/description - Channel 1 + Servo 2 - /parameters/RC_MAP_FLAPS/values/2/description + /parameters/UAVCAN_SV_FUNC2/values/203/description - Channel 2 + Servo 3 - /parameters/RC_MAP_FLAPS/values/3/description + /parameters/UAVCAN_SV_FUNC2/values/204/description - Channel 3 + Servo 4 - /parameters/RC_MAP_FLAPS/values/4/description + /parameters/UAVCAN_SV_FUNC2/values/205/description - Channel 4 + Servo 5 - /parameters/RC_MAP_FLAPS/values/5/description + /parameters/UAVCAN_SV_FUNC2/values/206/description - Channel 5 + Servo 6 - /parameters/RC_MAP_FLAPS/values/6/description + /parameters/UAVCAN_SV_FUNC2/values/207/description - Channel 6 + Servo 7 - /parameters/RC_MAP_FLAPS/values/7/description + /parameters/UAVCAN_SV_FUNC2/values/208/description - Channel 7 + Servo 8 - /parameters/RC_MAP_FLAPS/values/8/description + /parameters/UAVCAN_SV_FUNC2/values/301/description - Channel 8 + Peripheral via Actuator Set 1 - /parameters/RC_MAP_FLAPS/values/9/description + /parameters/UAVCAN_SV_FUNC2/values/302/description - Channel 9 + Peripheral via Actuator Set 2 - /parameters/RC_MAP_FLAPS/values/10/description + /parameters/UAVCAN_SV_FUNC2/values/303/description - Channel 10 + Peripheral via Actuator Set 3 - /parameters/RC_MAP_FLAPS/values/11/description + /parameters/UAVCAN_SV_FUNC2/values/304/description - Channel 11 + Peripheral via Actuator Set 4 - /parameters/RC_MAP_FLAPS/values/12/description + /parameters/UAVCAN_SV_FUNC2/values/305/description - Channel 12 + Peripheral via Actuator Set 5 - /parameters/RC_MAP_FLAPS/values/13/description + /parameters/UAVCAN_SV_FUNC2/values/306/description - Channel 13 + Peripheral via Actuator Set 6 - /parameters/RC_MAP_FLAPS/values/14/description + /parameters/UAVCAN_SV_FUNC2/values/400/description - Channel 14 + Landing Gear - /parameters/RC_MAP_FLAPS/values/15/description + /parameters/UAVCAN_SV_FUNC2/values/401/description - Channel 15 + Parachute - /parameters/RC_MAP_FLAPS/values/16/description + /parameters/UAVCAN_SV_FUNC2/values/402/description - Channel 16 + RC Roll - /parameters/RC_MAP_FLAPS/values/17/description + /parameters/UAVCAN_SV_FUNC2/values/403/description - Channel 17 + RC Pitch - /parameters/RC_MAP_FLAPS/values/18/description + /parameters/UAVCAN_SV_FUNC2/values/404/description - Channel 18 + RC Throttle - /parameters/RC_MAP_FLTMODE/shortDesc + /parameters/UAVCAN_SV_FUNC2/values/405/description - Single channel flight mode selection + RC Yaw - /parameters/RC_MAP_FLTMODE/longDesc + /parameters/UAVCAN_SV_FUNC2/values/406/description - If this parameter is non-zero, flight modes are only selected by this channel and are assigned to six slots. + RC Flaps - /parameters/RC_MAP_FLTMODE/values/0/description + /parameters/UAVCAN_SV_FUNC2/values/407/description - Unassigned + RC AUX 1 - /parameters/RC_MAP_FLTMODE/values/1/description + /parameters/UAVCAN_SV_FUNC2/values/408/description - Channel 1 + RC AUX 2 - /parameters/RC_MAP_FLTMODE/values/2/description + /parameters/UAVCAN_SV_FUNC2/values/409/description - Channel 2 + RC AUX 3 - /parameters/RC_MAP_FLTMODE/values/3/description + /parameters/UAVCAN_SV_FUNC2/values/410/description - Channel 3 + RC AUX 4 - /parameters/RC_MAP_FLTMODE/values/4/description + /parameters/UAVCAN_SV_FUNC2/values/411/description - Channel 4 + RC AUX 5 - /parameters/RC_MAP_FLTMODE/values/5/description + /parameters/UAVCAN_SV_FUNC2/values/412/description - Channel 5 + RC AUX 6 - /parameters/RC_MAP_FLTMODE/values/6/description + /parameters/UAVCAN_SV_FUNC2/values/420/description - Channel 6 + Gimbal Roll - /parameters/RC_MAP_FLTMODE/values/7/description + /parameters/UAVCAN_SV_FUNC2/values/421/description - Channel 7 + Gimbal Pitch - /parameters/RC_MAP_FLTMODE/values/8/description + /parameters/UAVCAN_SV_FUNC2/values/422/description - Channel 8 + Gimbal Yaw - /parameters/RC_MAP_FLTMODE/values/9/description + /parameters/UAVCAN_SV_FUNC2/values/430/description - Channel 9 + Gripper - /parameters/RC_MAP_FLTMODE/values/10/description + /parameters/UAVCAN_SV_FUNC2/values/440/description - Channel 10 + Landing Gear Wheel - /parameters/RC_MAP_FLTMODE/values/11/description + /parameters/UAVCAN_SV_FUNC3/shortDesc - Channel 11 + UAVCAN Servo 3 Output Function - /parameters/RC_MAP_FLTMODE/values/12/description + /parameters/UAVCAN_SV_FUNC3/longDesc - Channel 12 + 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 - /parameters/RC_MAP_FLTMODE/values/13/description + /parameters/UAVCAN_SV_FUNC3/values/0/description - Channel 13 + Disabled - /parameters/RC_MAP_FLTMODE/values/14/description + /parameters/UAVCAN_SV_FUNC3/values/1/description - Channel 14 + Constant Min - /parameters/RC_MAP_FLTMODE/values/15/description + /parameters/UAVCAN_SV_FUNC3/values/2/description - Channel 15 + Constant Max - /parameters/RC_MAP_FLTMODE/values/16/description + /parameters/UAVCAN_SV_FUNC3/values/101/description - Channel 16 + Motor 1 - /parameters/RC_MAP_FLTMODE/values/17/description + /parameters/UAVCAN_SV_FUNC3/values/102/description - Channel 17 + Motor 2 - /parameters/RC_MAP_FLTMODE/values/18/description + /parameters/UAVCAN_SV_FUNC3/values/103/description - Channel 18 + Motor 3 - /parameters/RC_MAP_FLTM_BTN/shortDesc + /parameters/UAVCAN_SV_FUNC3/values/104/description - Button flight mode selection + Motor 4 - /parameters/RC_MAP_FLTM_BTN/longDesc + /parameters/UAVCAN_SV_FUNC3/values/105/description - 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. + Motor 5 - /parameters/RC_MAP_FLTM_BTN/bitmask/0/description + /parameters/UAVCAN_SV_FUNC3/values/106/description - Mask Channel 1 as a mode button + Motor 6 - /parameters/RC_MAP_FLTM_BTN/bitmask/1/description + /parameters/UAVCAN_SV_FUNC3/values/107/description - Mask Channel 2 as a mode button + Motor 7 - /parameters/RC_MAP_FLTM_BTN/bitmask/2/description + /parameters/UAVCAN_SV_FUNC3/values/108/description - Mask Channel 3 as a mode button + Motor 8 - /parameters/RC_MAP_FLTM_BTN/bitmask/3/description + /parameters/UAVCAN_SV_FUNC3/values/109/description - Mask Channel 4 as a mode button + Motor 9 - /parameters/RC_MAP_FLTM_BTN/bitmask/4/description + /parameters/UAVCAN_SV_FUNC3/values/110/description - Mask Channel 5 as a mode button + Motor 10 - /parameters/RC_MAP_FLTM_BTN/bitmask/5/description + /parameters/UAVCAN_SV_FUNC3/values/111/description - Mask Channel 6 as a mode button + Motor 11 - /parameters/RC_MAP_FLTM_BTN/bitmask/6/description + /parameters/UAVCAN_SV_FUNC3/values/112/description - Mask Channel 7 as a mode button + Motor 12 - /parameters/RC_MAP_FLTM_BTN/bitmask/7/description + /parameters/UAVCAN_SV_FUNC3/values/201/description - Mask Channel 8 as a mode button + Servo 1 - /parameters/RC_MAP_FLTM_BTN/bitmask/8/description + /parameters/UAVCAN_SV_FUNC3/values/202/description - Mask Channel 9 as a mode button + Servo 2 - /parameters/RC_MAP_FLTM_BTN/bitmask/9/description + /parameters/UAVCAN_SV_FUNC3/values/203/description - Mask Channel 10 as a mode button + Servo 3 - /parameters/RC_MAP_FLTM_BTN/bitmask/10/description + /parameters/UAVCAN_SV_FUNC3/values/204/description - Mask Channel 11 as a mode button + Servo 4 - /parameters/RC_MAP_FLTM_BTN/bitmask/11/description + /parameters/UAVCAN_SV_FUNC3/values/205/description - Mask Channel 12 as a mode button + Servo 5 - /parameters/RC_MAP_FLTM_BTN/bitmask/12/description + /parameters/UAVCAN_SV_FUNC3/values/206/description - Mask Channel 13 as a mode button + Servo 6 - /parameters/RC_MAP_FLTM_BTN/bitmask/13/description + /parameters/UAVCAN_SV_FUNC3/values/207/description - Mask Channel 14 as a mode button + Servo 7 - /parameters/RC_MAP_FLTM_BTN/bitmask/14/description + /parameters/UAVCAN_SV_FUNC3/values/208/description - Mask Channel 15 as a mode button + Servo 8 - /parameters/RC_MAP_FLTM_BTN/bitmask/15/description + /parameters/UAVCAN_SV_FUNC3/values/301/description - Mask Channel 16 as a mode button + Peripheral via Actuator Set 1 - /parameters/RC_MAP_FLTM_BTN/bitmask/16/description + /parameters/UAVCAN_SV_FUNC3/values/302/description - Mask Channel 17 as a mode button + Peripheral via Actuator Set 2 - /parameters/RC_MAP_FLTM_BTN/bitmask/17/description + /parameters/UAVCAN_SV_FUNC3/values/303/description - Mask Channel 18 as a mode button + Peripheral via Actuator Set 3 - /parameters/RC_MAP_GEAR_SW/shortDesc + /parameters/UAVCAN_SV_FUNC3/values/304/description - Landing gear switch channel + Peripheral via Actuator Set 4 - /parameters/RC_MAP_GEAR_SW/values/0/description + /parameters/UAVCAN_SV_FUNC3/values/305/description - Unassigned + Peripheral via Actuator Set 5 - /parameters/RC_MAP_GEAR_SW/values/1/description + /parameters/UAVCAN_SV_FUNC3/values/306/description - Channel 1 + Peripheral via Actuator Set 6 - /parameters/RC_MAP_GEAR_SW/values/2/description + /parameters/UAVCAN_SV_FUNC3/values/400/description - Channel 2 + Landing Gear - /parameters/RC_MAP_GEAR_SW/values/3/description + /parameters/UAVCAN_SV_FUNC3/values/401/description - Channel 3 + Parachute - /parameters/RC_MAP_GEAR_SW/values/4/description + /parameters/UAVCAN_SV_FUNC3/values/402/description - Channel 4 + RC Roll - /parameters/RC_MAP_GEAR_SW/values/5/description + /parameters/UAVCAN_SV_FUNC3/values/403/description - Channel 5 + RC Pitch - /parameters/RC_MAP_GEAR_SW/values/6/description + /parameters/UAVCAN_SV_FUNC3/values/404/description - Channel 6 + RC Throttle - /parameters/RC_MAP_GEAR_SW/values/7/description + /parameters/UAVCAN_SV_FUNC3/values/405/description - Channel 7 + RC Yaw - /parameters/RC_MAP_GEAR_SW/values/8/description + /parameters/UAVCAN_SV_FUNC3/values/406/description - Channel 8 + RC Flaps - /parameters/RC_MAP_GEAR_SW/values/9/description + /parameters/UAVCAN_SV_FUNC3/values/407/description - Channel 9 + RC AUX 1 - /parameters/RC_MAP_GEAR_SW/values/10/description + /parameters/UAVCAN_SV_FUNC3/values/408/description - Channel 10 + RC AUX 2 - /parameters/RC_MAP_GEAR_SW/values/11/description + /parameters/UAVCAN_SV_FUNC3/values/409/description - Channel 11 + RC AUX 3 - /parameters/RC_MAP_GEAR_SW/values/12/description + /parameters/UAVCAN_SV_FUNC3/values/410/description - Channel 12 + RC AUX 4 - /parameters/RC_MAP_GEAR_SW/values/13/description + /parameters/UAVCAN_SV_FUNC3/values/411/description - Channel 13 + RC AUX 5 - /parameters/RC_MAP_GEAR_SW/values/14/description + /parameters/UAVCAN_SV_FUNC3/values/412/description - Channel 14 + RC AUX 6 - /parameters/RC_MAP_GEAR_SW/values/15/description + /parameters/UAVCAN_SV_FUNC3/values/420/description - Channel 15 + Gimbal Roll - /parameters/RC_MAP_GEAR_SW/values/16/description + /parameters/UAVCAN_SV_FUNC3/values/421/description - Channel 16 + Gimbal Pitch - /parameters/RC_MAP_GEAR_SW/values/17/description + /parameters/UAVCAN_SV_FUNC3/values/422/description - Channel 17 + Gimbal Yaw - /parameters/RC_MAP_GEAR_SW/values/18/description + /parameters/UAVCAN_SV_FUNC3/values/430/description - Channel 18 + Gripper - /parameters/RC_MAP_KILL_SW/shortDesc + /parameters/UAVCAN_SV_FUNC3/values/440/description - Emergency Kill switch channel + Landing Gear Wheel - /parameters/RC_MAP_KILL_SW/values/0/description + /parameters/UAVCAN_SV_FUNC4/shortDesc - Unassigned + UAVCAN Servo 4 Output Function - /parameters/RC_MAP_KILL_SW/values/1/description + /parameters/UAVCAN_SV_FUNC4/longDesc - Channel 1 + 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 - /parameters/RC_MAP_KILL_SW/values/2/description + /parameters/UAVCAN_SV_FUNC4/values/0/description - Channel 2 + Disabled - /parameters/RC_MAP_KILL_SW/values/3/description + /parameters/UAVCAN_SV_FUNC4/values/1/description - Channel 3 + Constant Min - /parameters/RC_MAP_KILL_SW/values/4/description + /parameters/UAVCAN_SV_FUNC4/values/2/description - Channel 4 + Constant Max - /parameters/RC_MAP_KILL_SW/values/5/description + /parameters/UAVCAN_SV_FUNC4/values/101/description - Channel 5 + Motor 1 - /parameters/RC_MAP_KILL_SW/values/6/description + /parameters/UAVCAN_SV_FUNC4/values/102/description - Channel 6 + Motor 2 - /parameters/RC_MAP_KILL_SW/values/7/description + /parameters/UAVCAN_SV_FUNC4/values/103/description - Channel 7 + Motor 3 - /parameters/RC_MAP_KILL_SW/values/8/description + /parameters/UAVCAN_SV_FUNC4/values/104/description - Channel 8 + Motor 4 - /parameters/RC_MAP_KILL_SW/values/9/description + /parameters/UAVCAN_SV_FUNC4/values/105/description - Channel 9 + Motor 5 - /parameters/RC_MAP_KILL_SW/values/10/description + /parameters/UAVCAN_SV_FUNC4/values/106/description - Channel 10 + Motor 6 - /parameters/RC_MAP_KILL_SW/values/11/description + /parameters/UAVCAN_SV_FUNC4/values/107/description - Channel 11 + Motor 7 - /parameters/RC_MAP_KILL_SW/values/12/description + /parameters/UAVCAN_SV_FUNC4/values/108/description - Channel 12 + Motor 8 - /parameters/RC_MAP_KILL_SW/values/13/description + /parameters/UAVCAN_SV_FUNC4/values/109/description - Channel 13 + Motor 9 - /parameters/RC_MAP_KILL_SW/values/14/description + /parameters/UAVCAN_SV_FUNC4/values/110/description - Channel 14 + Motor 10 - /parameters/RC_MAP_KILL_SW/values/15/description + /parameters/UAVCAN_SV_FUNC4/values/111/description - Channel 15 + Motor 11 - /parameters/RC_MAP_KILL_SW/values/16/description + /parameters/UAVCAN_SV_FUNC4/values/112/description - Channel 16 + Motor 12 - /parameters/RC_MAP_KILL_SW/values/17/description + /parameters/UAVCAN_SV_FUNC4/values/201/description - Channel 17 + Servo 1 - /parameters/RC_MAP_KILL_SW/values/18/description + /parameters/UAVCAN_SV_FUNC4/values/202/description - Channel 18 + Servo 2 - /parameters/RC_MAP_LOITER_SW/shortDesc + /parameters/UAVCAN_SV_FUNC4/values/203/description - Loiter switch channel + Servo 3 - /parameters/RC_MAP_LOITER_SW/values/0/description + /parameters/UAVCAN_SV_FUNC4/values/204/description - Unassigned + Servo 4 - /parameters/RC_MAP_LOITER_SW/values/1/description + /parameters/UAVCAN_SV_FUNC4/values/205/description - Channel 1 + Servo 5 - /parameters/RC_MAP_LOITER_SW/values/2/description + /parameters/UAVCAN_SV_FUNC4/values/206/description - Channel 2 + Servo 6 - /parameters/RC_MAP_LOITER_SW/values/3/description + /parameters/UAVCAN_SV_FUNC4/values/207/description - Channel 3 + Servo 7 - /parameters/RC_MAP_LOITER_SW/values/4/description + /parameters/UAVCAN_SV_FUNC4/values/208/description - Channel 4 + Servo 8 - /parameters/RC_MAP_LOITER_SW/values/5/description + /parameters/UAVCAN_SV_FUNC4/values/301/description - Channel 5 + Peripheral via Actuator Set 1 - /parameters/RC_MAP_LOITER_SW/values/6/description + /parameters/UAVCAN_SV_FUNC4/values/302/description - Channel 6 + Peripheral via Actuator Set 2 - /parameters/RC_MAP_LOITER_SW/values/7/description + /parameters/UAVCAN_SV_FUNC4/values/303/description - Channel 7 + Peripheral via Actuator Set 3 - /parameters/RC_MAP_LOITER_SW/values/8/description + /parameters/UAVCAN_SV_FUNC4/values/304/description - Channel 8 + Peripheral via Actuator Set 4 - /parameters/RC_MAP_LOITER_SW/values/9/description + /parameters/UAVCAN_SV_FUNC4/values/305/description - Channel 9 + Peripheral via Actuator Set 5 - /parameters/RC_MAP_LOITER_SW/values/10/description + /parameters/UAVCAN_SV_FUNC4/values/306/description - Channel 10 + Peripheral via Actuator Set 6 - /parameters/RC_MAP_LOITER_SW/values/11/description + /parameters/UAVCAN_SV_FUNC4/values/400/description - Channel 11 + Landing Gear - /parameters/RC_MAP_LOITER_SW/values/12/description + /parameters/UAVCAN_SV_FUNC4/values/401/description - Channel 12 + Parachute - /parameters/RC_MAP_LOITER_SW/values/13/description + /parameters/UAVCAN_SV_FUNC4/values/402/description - Channel 13 + RC Roll - /parameters/RC_MAP_LOITER_SW/values/14/description + /parameters/UAVCAN_SV_FUNC4/values/403/description - Channel 14 + RC Pitch - /parameters/RC_MAP_LOITER_SW/values/15/description + /parameters/UAVCAN_SV_FUNC4/values/404/description - Channel 15 + RC Throttle - /parameters/RC_MAP_LOITER_SW/values/16/description + /parameters/UAVCAN_SV_FUNC4/values/405/description - Channel 16 + RC Yaw - /parameters/RC_MAP_LOITER_SW/values/17/description + /parameters/UAVCAN_SV_FUNC4/values/406/description - Channel 17 + RC Flaps - /parameters/RC_MAP_LOITER_SW/values/18/description + /parameters/UAVCAN_SV_FUNC4/values/407/description - Channel 18 + RC AUX 1 - /parameters/RC_MAP_MODE_SW/shortDesc + /parameters/UAVCAN_SV_FUNC4/values/408/description - Mode switch channel mapping (deprecated) + RC AUX 2 - /parameters/RC_MAP_MODE_SW/longDesc + /parameters/UAVCAN_SV_FUNC4/values/409/description - 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. + RC AUX 3 - /parameters/RC_MAP_MODE_SW/values/0/description + /parameters/UAVCAN_SV_FUNC4/values/410/description - Unassigned + RC AUX 4 - /parameters/RC_MAP_MODE_SW/values/1/description + /parameters/UAVCAN_SV_FUNC4/values/411/description - Channel 1 + RC AUX 5 - /parameters/RC_MAP_MODE_SW/values/2/description + /parameters/UAVCAN_SV_FUNC4/values/412/description - Channel 2 + RC AUX 6 - /parameters/RC_MAP_MODE_SW/values/3/description + /parameters/UAVCAN_SV_FUNC4/values/420/description - Channel 3 + Gimbal Roll - /parameters/RC_MAP_MODE_SW/values/4/description + /parameters/UAVCAN_SV_FUNC4/values/421/description - Channel 4 + Gimbal Pitch - /parameters/RC_MAP_MODE_SW/values/5/description + /parameters/UAVCAN_SV_FUNC4/values/422/description - Channel 5 + Gimbal Yaw - /parameters/RC_MAP_MODE_SW/values/6/description + /parameters/UAVCAN_SV_FUNC4/values/430/description - Channel 6 + Gripper - /parameters/RC_MAP_MODE_SW/values/7/description + /parameters/UAVCAN_SV_FUNC4/values/440/description - Channel 7 + Landing Gear Wheel - /parameters/RC_MAP_MODE_SW/values/8/description + /parameters/UAVCAN_SV_FUNC5/shortDesc - Channel 8 + UAVCAN Servo 5 Output Function - /parameters/RC_MAP_MODE_SW/values/9/description + /parameters/UAVCAN_SV_FUNC5/longDesc - Channel 9 + 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 - /parameters/RC_MAP_MODE_SW/values/10/description + /parameters/UAVCAN_SV_FUNC5/values/0/description - Channel 10 + Disabled - /parameters/RC_MAP_MODE_SW/values/11/description + /parameters/UAVCAN_SV_FUNC5/values/1/description - Channel 11 + Constant Min - /parameters/RC_MAP_MODE_SW/values/12/description + /parameters/UAVCAN_SV_FUNC5/values/2/description - Channel 12 + Constant Max - /parameters/RC_MAP_MODE_SW/values/13/description + /parameters/UAVCAN_SV_FUNC5/values/101/description - Channel 13 + Motor 1 - /parameters/RC_MAP_MODE_SW/values/14/description + /parameters/UAVCAN_SV_FUNC5/values/102/description - Channel 14 + Motor 2 - /parameters/RC_MAP_MODE_SW/values/15/description + /parameters/UAVCAN_SV_FUNC5/values/103/description - Channel 15 + Motor 3 - /parameters/RC_MAP_MODE_SW/values/16/description + /parameters/UAVCAN_SV_FUNC5/values/104/description - Channel 16 + Motor 4 - /parameters/RC_MAP_MODE_SW/values/17/description + /parameters/UAVCAN_SV_FUNC5/values/105/description - Channel 17 + Motor 5 - /parameters/RC_MAP_MODE_SW/values/18/description + /parameters/UAVCAN_SV_FUNC5/values/106/description - Channel 18 + Motor 6 - /parameters/RC_MAP_OFFB_SW/shortDesc + /parameters/UAVCAN_SV_FUNC5/values/107/description - Offboard switch channel + Motor 7 - /parameters/RC_MAP_OFFB_SW/values/0/description + /parameters/UAVCAN_SV_FUNC5/values/108/description - Unassigned + Motor 8 - /parameters/RC_MAP_OFFB_SW/values/1/description + /parameters/UAVCAN_SV_FUNC5/values/109/description - Channel 1 + Motor 9 - /parameters/RC_MAP_OFFB_SW/values/2/description + /parameters/UAVCAN_SV_FUNC5/values/110/description - Channel 2 + Motor 10 - /parameters/RC_MAP_OFFB_SW/values/3/description + /parameters/UAVCAN_SV_FUNC5/values/111/description - Channel 3 + Motor 11 - /parameters/RC_MAP_OFFB_SW/values/4/description + /parameters/UAVCAN_SV_FUNC5/values/112/description - Channel 4 + Motor 12 - /parameters/RC_MAP_OFFB_SW/values/5/description + /parameters/UAVCAN_SV_FUNC5/values/201/description - Channel 5 + Servo 1 - /parameters/RC_MAP_OFFB_SW/values/6/description + /parameters/UAVCAN_SV_FUNC5/values/202/description - Channel 6 + Servo 2 - /parameters/RC_MAP_OFFB_SW/values/7/description + /parameters/UAVCAN_SV_FUNC5/values/203/description - Channel 7 + Servo 3 - /parameters/RC_MAP_OFFB_SW/values/8/description + /parameters/UAVCAN_SV_FUNC5/values/204/description - Channel 8 + Servo 4 - /parameters/RC_MAP_OFFB_SW/values/9/description + /parameters/UAVCAN_SV_FUNC5/values/205/description - Channel 9 + Servo 5 - /parameters/RC_MAP_OFFB_SW/values/10/description + /parameters/UAVCAN_SV_FUNC5/values/206/description - Channel 10 + Servo 6 - /parameters/RC_MAP_OFFB_SW/values/11/description + /parameters/UAVCAN_SV_FUNC5/values/207/description - Channel 11 + Servo 7 - /parameters/RC_MAP_OFFB_SW/values/12/description + /parameters/UAVCAN_SV_FUNC5/values/208/description - Channel 12 + Servo 8 - /parameters/RC_MAP_OFFB_SW/values/13/description + /parameters/UAVCAN_SV_FUNC5/values/301/description - Channel 13 + Peripheral via Actuator Set 1 - /parameters/RC_MAP_OFFB_SW/values/14/description + /parameters/UAVCAN_SV_FUNC5/values/302/description - Channel 14 + Peripheral via Actuator Set 2 - /parameters/RC_MAP_OFFB_SW/values/15/description + /parameters/UAVCAN_SV_FUNC5/values/303/description - Channel 15 + Peripheral via Actuator Set 3 - /parameters/RC_MAP_OFFB_SW/values/16/description + /parameters/UAVCAN_SV_FUNC5/values/304/description - Channel 16 + Peripheral via Actuator Set 4 - /parameters/RC_MAP_OFFB_SW/values/17/description + /parameters/UAVCAN_SV_FUNC5/values/305/description - Channel 17 + Peripheral via Actuator Set 5 - /parameters/RC_MAP_OFFB_SW/values/18/description + /parameters/UAVCAN_SV_FUNC5/values/306/description - Channel 18 + Peripheral via Actuator Set 6 - /parameters/RC_MAP_PAY_SW/shortDesc + /parameters/UAVCAN_SV_FUNC5/values/400/description - Payload Power Switch RC channel + Landing Gear - /parameters/RC_MAP_PAY_SW/values/0/description + /parameters/UAVCAN_SV_FUNC5/values/401/description - Unassigned + Parachute - /parameters/RC_MAP_PAY_SW/values/1/description + /parameters/UAVCAN_SV_FUNC5/values/402/description - Channel 1 + RC Roll - /parameters/RC_MAP_PAY_SW/values/2/description + /parameters/UAVCAN_SV_FUNC5/values/403/description - Channel 2 + RC Pitch - /parameters/RC_MAP_PAY_SW/values/3/description + /parameters/UAVCAN_SV_FUNC5/values/404/description - Channel 3 + RC Throttle - /parameters/RC_MAP_PAY_SW/values/4/description + /parameters/UAVCAN_SV_FUNC5/values/405/description - Channel 4 + RC Yaw - /parameters/RC_MAP_PAY_SW/values/5/description + /parameters/UAVCAN_SV_FUNC5/values/406/description - Channel 5 + RC Flaps - /parameters/RC_MAP_PAY_SW/values/6/description + /parameters/UAVCAN_SV_FUNC5/values/407/description - Channel 6 + RC AUX 1 - /parameters/RC_MAP_PAY_SW/values/7/description + /parameters/UAVCAN_SV_FUNC5/values/408/description - Channel 7 + RC AUX 2 - /parameters/RC_MAP_PAY_SW/values/8/description + /parameters/UAVCAN_SV_FUNC5/values/409/description - Channel 8 + RC AUX 3 - /parameters/RC_MAP_PAY_SW/values/9/description + /parameters/UAVCAN_SV_FUNC5/values/410/description - Channel 9 + RC AUX 4 - /parameters/RC_MAP_PAY_SW/values/10/description + /parameters/UAVCAN_SV_FUNC5/values/411/description - Channel 10 + RC AUX 5 - /parameters/RC_MAP_PAY_SW/values/11/description + /parameters/UAVCAN_SV_FUNC5/values/412/description - Channel 11 + RC AUX 6 - /parameters/RC_MAP_PAY_SW/values/12/description + /parameters/UAVCAN_SV_FUNC5/values/420/description - Channel 12 + Gimbal Roll - /parameters/RC_MAP_PAY_SW/values/13/description + /parameters/UAVCAN_SV_FUNC5/values/421/description - Channel 13 + Gimbal Pitch - /parameters/RC_MAP_PAY_SW/values/14/description + /parameters/UAVCAN_SV_FUNC5/values/422/description - Channel 14 + Gimbal Yaw - /parameters/RC_MAP_PAY_SW/values/15/description + /parameters/UAVCAN_SV_FUNC5/values/430/description - Channel 15 + Gripper - /parameters/RC_MAP_PAY_SW/values/16/description + /parameters/UAVCAN_SV_FUNC5/values/440/description - Channel 16 + Landing Gear Wheel - /parameters/RC_MAP_PAY_SW/values/17/description + /parameters/UAVCAN_SV_FUNC6/shortDesc - Channel 17 + UAVCAN Servo 6 Output Function - /parameters/RC_MAP_PAY_SW/values/18/description + /parameters/UAVCAN_SV_FUNC6/longDesc - Channel 18 + 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 - /parameters/RC_MAP_RETURN_SW/shortDesc + /parameters/UAVCAN_SV_FUNC6/values/0/description - Return switch channel + Disabled - /parameters/RC_MAP_RETURN_SW/values/0/description + /parameters/UAVCAN_SV_FUNC6/values/1/description - Unassigned + Constant Min - /parameters/RC_MAP_RETURN_SW/values/1/description + /parameters/UAVCAN_SV_FUNC6/values/2/description - Channel 1 + Constant Max - /parameters/RC_MAP_RETURN_SW/values/2/description + /parameters/UAVCAN_SV_FUNC6/values/101/description - Channel 2 + Motor 1 - /parameters/RC_MAP_RETURN_SW/values/3/description + /parameters/UAVCAN_SV_FUNC6/values/102/description - Channel 3 + Motor 2 - /parameters/RC_MAP_RETURN_SW/values/4/description + /parameters/UAVCAN_SV_FUNC6/values/103/description - Channel 4 + Motor 3 - /parameters/RC_MAP_RETURN_SW/values/5/description + /parameters/UAVCAN_SV_FUNC6/values/104/description - Channel 5 + Motor 4 - /parameters/RC_MAP_RETURN_SW/values/6/description + /parameters/UAVCAN_SV_FUNC6/values/105/description - Channel 6 + Motor 5 - /parameters/RC_MAP_RETURN_SW/values/7/description + /parameters/UAVCAN_SV_FUNC6/values/106/description - Channel 7 + Motor 6 - /parameters/RC_MAP_RETURN_SW/values/8/description + /parameters/UAVCAN_SV_FUNC6/values/107/description - Channel 8 + Motor 7 - /parameters/RC_MAP_RETURN_SW/values/9/description + /parameters/UAVCAN_SV_FUNC6/values/108/description - Channel 9 + Motor 8 - /parameters/RC_MAP_RETURN_SW/values/10/description + /parameters/UAVCAN_SV_FUNC6/values/109/description - Channel 10 + Motor 9 - /parameters/RC_MAP_RETURN_SW/values/11/description + /parameters/UAVCAN_SV_FUNC6/values/110/description - Channel 11 + Motor 10 - /parameters/RC_MAP_RETURN_SW/values/12/description + /parameters/UAVCAN_SV_FUNC6/values/111/description - Channel 12 + Motor 11 - /parameters/RC_MAP_RETURN_SW/values/13/description + /parameters/UAVCAN_SV_FUNC6/values/112/description - Channel 13 + Motor 12 - /parameters/RC_MAP_RETURN_SW/values/14/description + /parameters/UAVCAN_SV_FUNC6/values/201/description - Channel 14 + Servo 1 - /parameters/RC_MAP_RETURN_SW/values/15/description + /parameters/UAVCAN_SV_FUNC6/values/202/description - Channel 15 + Servo 2 - /parameters/RC_MAP_RETURN_SW/values/16/description + /parameters/UAVCAN_SV_FUNC6/values/203/description - Channel 16 + Servo 3 - /parameters/RC_MAP_RETURN_SW/values/17/description + /parameters/UAVCAN_SV_FUNC6/values/204/description - Channel 17 + Servo 4 - /parameters/RC_MAP_RETURN_SW/values/18/description + /parameters/UAVCAN_SV_FUNC6/values/205/description - Channel 18 + Servo 5 - /parameters/RC_MAP_TRANS_SW/shortDesc + /parameters/UAVCAN_SV_FUNC6/values/206/description - VTOL transition switch channel mapping + Servo 6 - /parameters/RC_MAP_TRANS_SW/values/0/description + /parameters/UAVCAN_SV_FUNC6/values/207/description - Unassigned + Servo 7 - /parameters/RC_MAP_TRANS_SW/values/1/description + /parameters/UAVCAN_SV_FUNC6/values/208/description - Channel 1 + Servo 8 - /parameters/RC_MAP_TRANS_SW/values/2/description + /parameters/UAVCAN_SV_FUNC6/values/301/description - Channel 2 + Peripheral via Actuator Set 1 - /parameters/RC_MAP_TRANS_SW/values/3/description + /parameters/UAVCAN_SV_FUNC6/values/302/description - Channel 3 + Peripheral via Actuator Set 2 - /parameters/RC_MAP_TRANS_SW/values/4/description + /parameters/UAVCAN_SV_FUNC6/values/303/description - Channel 4 + Peripheral via Actuator Set 3 - /parameters/RC_MAP_TRANS_SW/values/5/description + /parameters/UAVCAN_SV_FUNC6/values/304/description - Channel 5 + Peripheral via Actuator Set 4 - /parameters/RC_MAP_TRANS_SW/values/6/description + /parameters/UAVCAN_SV_FUNC6/values/305/description - Channel 6 + Peripheral via Actuator Set 5 - /parameters/RC_MAP_TRANS_SW/values/7/description + /parameters/UAVCAN_SV_FUNC6/values/306/description - Channel 7 + Peripheral via Actuator Set 6 - /parameters/RC_MAP_TRANS_SW/values/8/description + /parameters/UAVCAN_SV_FUNC6/values/400/description - Channel 8 + Landing Gear - /parameters/RC_MAP_TRANS_SW/values/9/description + /parameters/UAVCAN_SV_FUNC6/values/401/description - Channel 9 + Parachute - /parameters/RC_MAP_TRANS_SW/values/10/description + /parameters/UAVCAN_SV_FUNC6/values/402/description - Channel 10 + RC Roll - /parameters/RC_MAP_TRANS_SW/values/11/description + /parameters/UAVCAN_SV_FUNC6/values/403/description - Channel 11 + RC Pitch - /parameters/RC_MAP_TRANS_SW/values/12/description + /parameters/UAVCAN_SV_FUNC6/values/404/description - Channel 12 + RC Throttle - /parameters/RC_MAP_TRANS_SW/values/13/description + /parameters/UAVCAN_SV_FUNC6/values/405/description - Channel 13 + RC Yaw - /parameters/RC_MAP_TRANS_SW/values/14/description + /parameters/UAVCAN_SV_FUNC6/values/406/description - Channel 14 + RC Flaps - /parameters/RC_MAP_TRANS_SW/values/15/description + /parameters/UAVCAN_SV_FUNC6/values/407/description - Channel 15 + RC AUX 1 - /parameters/RC_MAP_TRANS_SW/values/16/description + /parameters/UAVCAN_SV_FUNC6/values/408/description - Channel 16 + RC AUX 2 - /parameters/RC_MAP_TRANS_SW/values/17/description + /parameters/UAVCAN_SV_FUNC6/values/409/description - Channel 17 + RC AUX 3 - /parameters/RC_MAP_TRANS_SW/values/18/description + /parameters/UAVCAN_SV_FUNC6/values/410/description - Channel 18 + RC AUX 4 - /parameters/RC_OFFB_TH/shortDesc + /parameters/UAVCAN_SV_FUNC6/values/411/description - Threshold for selecting offboard mode + RC AUX 5 - /parameters/RC_OFFB_TH/longDesc + /parameters/UAVCAN_SV_FUNC6/values/412/description - 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 + RC AUX 6 - /parameters/RC_PAYLOAD_TH/shortDesc + /parameters/UAVCAN_SV_FUNC6/values/420/description - Threshold for selecting payload power switch + Gimbal Roll - /parameters/RC_PAYLOAD_TH/longDesc + /parameters/UAVCAN_SV_FUNC6/values/421/description - 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 + Gimbal Pitch - /parameters/RC_RETURN_TH/shortDesc + /parameters/UAVCAN_SV_FUNC6/values/422/description - Threshold for selecting return to launch mode + Gimbal Yaw - /parameters/RC_RETURN_TH/longDesc + /parameters/UAVCAN_SV_FUNC6/values/430/description - 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 + Gripper - /parameters/RC_TRANS_TH/shortDesc + /parameters/UAVCAN_SV_FUNC6/values/440/description - Threshold for the VTOL transition switch + Landing Gear Wheel - /parameters/RC_TRANS_TH/longDesc + /parameters/UAVCAN_SV_FUNC7/shortDesc - 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 + UAVCAN Servo 7 Output Function - /parameters/RTL_CONE_ANG/shortDesc + /parameters/UAVCAN_SV_FUNC7/longDesc - Half-angle of the return mode altitude cone + 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 - /parameters/RTL_CONE_ANG/longDesc + /parameters/UAVCAN_SV_FUNC7/values/0/description - Defines the half-angle of a cone centered around the destination position that affects the altitude at which the vehicle returns. + Disabled - /parameters/RTL_CONE_ANG/values/0/description + /parameters/UAVCAN_SV_FUNC7/values/1/description - No cone, always climb to RTL_RETURN_ALT above destination. + Constant Min - /parameters/RTL_CONE_ANG/values/25/description + /parameters/UAVCAN_SV_FUNC7/values/2/description - 25 degrees half cone angle. + Constant Max - /parameters/RTL_CONE_ANG/values/45/description + /parameters/UAVCAN_SV_FUNC7/values/101/description - 45 degrees half cone angle. + Motor 1 - /parameters/RTL_CONE_ANG/values/65/description + /parameters/UAVCAN_SV_FUNC7/values/102/description - 65 degrees half cone angle. + Motor 2 - /parameters/RTL_CONE_ANG/values/80/description + /parameters/UAVCAN_SV_FUNC7/values/103/description - 80 degrees half cone angle. + Motor 3 - /parameters/RTL_CONE_ANG/values/90/description + /parameters/UAVCAN_SV_FUNC7/values/104/description - Only climb to at least RTL_DESCEND_ALT above destination. + Motor 4 - /parameters/RTL_DESCEND_ALT/shortDesc + /parameters/UAVCAN_SV_FUNC7/values/105/description - Return mode loiter altitude + Motor 5 - /parameters/RTL_DESCEND_ALT/longDesc + /parameters/UAVCAN_SV_FUNC7/values/106/description - 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. + Motor 6 - /parameters/RTL_LAND_DELAY/shortDesc + /parameters/UAVCAN_SV_FUNC7/values/107/description - Return mode delay + Motor 7 - /parameters/RTL_LAND_DELAY/longDesc + /parameters/UAVCAN_SV_FUNC7/values/108/description - Delay before landing (after initial descent) in Return mode. If set to -1 the system will not land but loiter at RTL_DESCEND_ALT. + Motor 8 - /parameters/RTL_LOITER_RAD/shortDesc + /parameters/UAVCAN_SV_FUNC7/values/109/description - Loiter radius for rtl descend + Motor 9 - /parameters/RTL_LOITER_RAD/longDesc + /parameters/UAVCAN_SV_FUNC7/values/110/description - Set the radius for loitering to a safe altitude for VTOL transition. + Motor 10 - /parameters/RTL_MIN_DIST/shortDesc + /parameters/UAVCAN_SV_FUNC7/values/111/description - Horizontal radius from return point within which special rules for return mode apply + Motor 11 - /parameters/RTL_MIN_DIST/longDesc + /parameters/UAVCAN_SV_FUNC7/values/112/description - The return altitude will be calculated based on RTL_CONE_ANG parameter. The yaw setpoint will switch to the one defined by corresponding waypoint. + Motor 12 - /parameters/RTL_PLD_MD/shortDesc + /parameters/UAVCAN_SV_FUNC7/values/201/description - RTL precision land mode + Servo 1 - /parameters/RTL_PLD_MD/longDesc + /parameters/UAVCAN_SV_FUNC7/values/202/description - Use precision landing when doing an RTL landing phase. + Servo 2 - /parameters/RTL_PLD_MD/values/0/description + /parameters/UAVCAN_SV_FUNC7/values/203/description - No precision landing + Servo 3 - /parameters/RTL_PLD_MD/values/1/description + /parameters/UAVCAN_SV_FUNC7/values/204/description - Opportunistic precision landing + Servo 4 - /parameters/RTL_PLD_MD/values/2/description + /parameters/UAVCAN_SV_FUNC7/values/205/description - Required precision landing + Servo 5 - /parameters/RTL_RETURN_ALT/shortDesc + /parameters/UAVCAN_SV_FUNC7/values/206/description - Return mode return altitude + Servo 6 - /parameters/RTL_RETURN_ALT/longDesc + /parameters/UAVCAN_SV_FUNC7/values/207/description - 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. + Servo 7 - /parameters/RTL_TYPE/shortDesc + /parameters/UAVCAN_SV_FUNC7/values/208/description - Return type + Servo 8 - /parameters/RTL_TYPE/longDesc + /parameters/UAVCAN_SV_FUNC7/values/301/description - Return mode destination and flight path (home location, rally point, mission landing pattern, reverse mission) + Peripheral via Actuator Set 1 - /parameters/RTL_TYPE/values/0/description + /parameters/UAVCAN_SV_FUNC7/values/302/description - Return to closest safe point (home or rally point) via direct path. + Peripheral via Actuator Set 2 - /parameters/RTL_TYPE/values/1/description + /parameters/UAVCAN_SV_FUNC7/values/303/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. + Peripheral via Actuator Set 3 - /parameters/RTL_TYPE/values/2/description + /parameters/UAVCAN_SV_FUNC7/values/304/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. + Peripheral via Actuator Set 4 - /parameters/RTL_TYPE/values/3/description + /parameters/UAVCAN_SV_FUNC7/values/305/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. + Peripheral via Actuator Set 5 - /parameters/RTL_APPR_FORCE/shortDesc + /parameters/UAVCAN_SV_FUNC7/values/306/description - RTL force approach landing + Peripheral via Actuator Set 6 - /parameters/RTL_APPR_FORCE/longDesc + /parameters/UAVCAN_SV_FUNC7/values/400/description - Only consider RTL point, if it has an approach defined. + Landing Gear - /parameters/RTL_APPR_FORCE/values/0/description + /parameters/UAVCAN_SV_FUNC7/values/401/description - Disabled + Parachute - /parameters/RTL_APPR_FORCE/values/1/description + /parameters/UAVCAN_SV_FUNC7/values/402/description - Enabled + RC Roll - /parameters/RTL_TIME_FACTOR/shortDesc + /parameters/UAVCAN_SV_FUNC7/values/403/description - RTL time estimate safety margin factor + RC Pitch - /parameters/RTL_TIME_FACTOR/longDesc + /parameters/UAVCAN_SV_FUNC7/values/404/description - Safety factor that is used to scale the actual RTL time estimate. Time with margin = RTL_TIME_FACTOR * time + RTL_TIME_MARGIN + RC Throttle - /parameters/RTL_TIME_MARGIN/shortDesc + /parameters/UAVCAN_SV_FUNC7/values/405/description - RTL time estimate safety margin offset + RC Yaw - /parameters/RTL_TIME_MARGIN/longDesc + /parameters/UAVCAN_SV_FUNC7/values/406/description - Margin that is added to the time estimate, after it has already been scaled Time with margin = RTL_TIME_FACTOR * time + RTL_TIME_MARGIN + RC Flaps - /parameters/RA_ACC_RAD_GAIN/shortDesc + /parameters/UAVCAN_SV_FUNC7/values/407/description - Tuning parameter for corner cutting + RC AUX 1 - /parameters/RA_ACC_RAD_GAIN/longDesc + /parameters/UAVCAN_SV_FUNC7/values/408/description - 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. + RC AUX 2 - /parameters/RA_ACC_RAD_MAX/shortDesc + /parameters/UAVCAN_SV_FUNC7/values/409/description - Maximum acceptance radius for the waypoints + RC AUX 3 - /parameters/RA_ACC_RAD_MAX/longDesc + /parameters/UAVCAN_SV_FUNC7/values/410/description - 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). + RC AUX 4 - /parameters/RA_MAX_ACCEL/shortDesc + /parameters/UAVCAN_SV_FUNC7/values/411/description - Maximum acceleration for the rover + RC AUX 5 - /parameters/RA_MAX_ACCEL/longDesc + /parameters/UAVCAN_SV_FUNC7/values/412/description - 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. + RC AUX 6 - /parameters/RA_MAX_JERK/shortDesc + /parameters/UAVCAN_SV_FUNC7/values/420/description - Maximum jerk + Gimbal Roll - /parameters/RA_MAX_JERK/longDesc + /parameters/UAVCAN_SV_FUNC7/values/421/description - Limit for forwards acc/deceleration change. This is used for the corner slow down effect. Note: RA_MAX_ACCEL, RA_MISS_VEL_GAIN and RA_MISS_VEL_MIN also have to be set for this to be enabled. + Gimbal Pitch - /parameters/RA_MAX_SPEED/shortDesc + /parameters/UAVCAN_SV_FUNC7/values/422/description - Speed the rover drives at maximum throttle + Gimbal Yaw - /parameters/RA_MAX_SPEED/longDesc + /parameters/UAVCAN_SV_FUNC7/values/430/description - This is used for the feed-forward term of the speed controller. A value of -1 disables the feed-forward term in which case the Integrator (RA_SPEED_I) becomes necessary to track speed setpoints. + Gripper - /parameters/RA_MAX_STR_ANG/shortDesc + /parameters/UAVCAN_SV_FUNC7/values/440/description - Maximum steering angle + Landing Gear Wheel - /parameters/RA_MAX_STR_ANG/longDesc + /parameters/UAVCAN_SV_FUNC8/shortDesc - The maximum angle that the rover can steer + UAVCAN Servo 8 Output Function - /parameters/RA_MAX_STR_RATE/shortDesc + /parameters/UAVCAN_SV_FUNC8/longDesc - Maximum steering rate for the rover + 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 - /parameters/RA_MISS_VEL_DEF/shortDesc + /parameters/UAVCAN_SV_FUNC8/values/0/description - Default rover velocity during a mission + Disabled - /parameters/RA_MISS_VEL_GAIN/shortDesc + /parameters/UAVCAN_SV_FUNC8/values/1/description - Tuning parameter for the velocity reduction during cornering + Constant Min - /parameters/RA_MISS_VEL_GAIN/longDesc + /parameters/UAVCAN_SV_FUNC8/values/2/description - The cornering speed is equal to the inverse of the acceptance radius of the WP multiplied with this factor. Lower value -> More velocity reduction during cornering. + Constant Max - /parameters/RA_MISS_VEL_MIN/shortDesc + /parameters/UAVCAN_SV_FUNC8/values/101/description - Minimum rover velocity during a mission + Motor 1 - /parameters/RA_MISS_VEL_MIN/longDesc + /parameters/UAVCAN_SV_FUNC8/values/102/description - The velocity off the rover is reduced based on the corner it has to take to smooth the trajectory (Set to -1 to disable) + Motor 2 - /parameters/RA_SPEED_I/shortDesc + /parameters/UAVCAN_SV_FUNC8/values/103/description - Integral gain for ground speed controller + Motor 3 - /parameters/RA_SPEED_P/shortDesc + /parameters/UAVCAN_SV_FUNC8/values/104/description - Proportional gain for ground speed controller + Motor 4 - /parameters/RA_WHEEL_BASE/shortDesc + /parameters/UAVCAN_SV_FUNC8/values/105/description - Wheel base + Motor 5 - /parameters/RA_WHEEL_BASE/longDesc + /parameters/UAVCAN_SV_FUNC8/values/106/description - Distance from the front to the rear axle + Motor 6 - /parameters/RD_MAN_YAW_SCALE/shortDesc + /parameters/UAVCAN_SV_FUNC8/values/107/description - Manual yaw rate scale + Motor 7 - /parameters/RD_MAN_YAW_SCALE/longDesc + /parameters/UAVCAN_SV_FUNC8/values/108/description - In manual mode the setpoint for the yaw rate received from the yaw stick is scaled by this value. + Motor 8 - /parameters/RD_MAX_ACCEL/shortDesc + /parameters/UAVCAN_SV_FUNC8/values/109/description - Maximum acceleration + Motor 9 - /parameters/RD_MAX_ACCEL/longDesc + /parameters/UAVCAN_SV_FUNC8/values/110/description - Maximum acceleration is used to limit the acceleration of the rover + Motor 10 - /parameters/RD_MAX_JERK/shortDesc + /parameters/UAVCAN_SV_FUNC8/values/111/description - Maximum jerk + Motor 11 - /parameters/RD_MAX_JERK/longDesc + /parameters/UAVCAN_SV_FUNC8/values/112/description - Limit for forwards acc/deceleration change. + Motor 12 - /parameters/RD_MAX_SPEED/shortDesc + /parameters/UAVCAN_SV_FUNC8/values/201/description - Maximum speed setpoint + Servo 1 - /parameters/RD_MAX_SPEED/longDesc + /parameters/UAVCAN_SV_FUNC8/values/202/description - This parameter is used to cap desired forward speed and map controller inputs to desired speeds in Position mode. + Servo 2 - /parameters/RD_MAX_THR_SPD/shortDesc + /parameters/UAVCAN_SV_FUNC8/values/203/description - Speed the rover drives at maximum throttle + Servo 3 - /parameters/RD_MAX_THR_SPD/longDesc + /parameters/UAVCAN_SV_FUNC8/values/204/description - 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. + Servo 4 - /parameters/RD_MAX_THR_YAW_R/shortDesc + /parameters/UAVCAN_SV_FUNC8/values/205/description - Yaw rate turning left/right wheels at max speed in opposite directions + Servo 5 - /parameters/RD_MAX_THR_YAW_R/longDesc + /parameters/UAVCAN_SV_FUNC8/values/206/description - 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. + Servo 6 - /parameters/RD_MAX_YAW_RATE/shortDesc + /parameters/UAVCAN_SV_FUNC8/values/207/description - Maximum allowed yaw rate for the rover + Servo 7 - /parameters/RD_MAX_YAW_RATE/longDesc + /parameters/UAVCAN_SV_FUNC8/values/208/description - This parameter is used to cap desired yaw rates and map controller inputs to desired yaw rates in Acro,Stabilized and Position mode. + Servo 8 - /parameters/RD_MISS_SPD_DEF/shortDesc + /parameters/UAVCAN_SV_FUNC8/values/301/description - Default forward speed for the rover during auto modes + Peripheral via Actuator Set 1 - /parameters/RD_SPEED_I/shortDesc + /parameters/UAVCAN_SV_FUNC8/values/302/description - Integral gain for closed loop forward speed controller + Peripheral via Actuator Set 2 - /parameters/RD_SPEED_P/shortDesc + /parameters/UAVCAN_SV_FUNC8/values/303/description - Proportional gain for closed loop forward speed controller + Peripheral via Actuator Set 3 - /parameters/RD_TRANS_DRV_TRN/shortDesc + /parameters/UAVCAN_SV_FUNC8/values/304/description - Yaw error threshhold to switch from driving to spot turning + Peripheral via Actuator Set 4 - /parameters/RD_TRANS_DRV_TRN/longDesc + /parameters/UAVCAN_SV_FUNC8/values/305/description - 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. + Peripheral via Actuator Set 5 - /parameters/RD_TRANS_TRN_DRV/shortDesc + /parameters/UAVCAN_SV_FUNC8/values/306/description - Yaw error threshhold to switch from spot turning to driving + Peripheral via Actuator Set 6 - /parameters/RD_WHEEL_TRACK/shortDesc + /parameters/UAVCAN_SV_FUNC8/values/400/description - Wheel track + Landing Gear - /parameters/RD_WHEEL_TRACK/longDesc + /parameters/UAVCAN_SV_FUNC8/values/401/description - Distance from the center of the right wheel to the center of the left wheel + Parachute - /parameters/RD_YAW_I/shortDesc + /parameters/UAVCAN_SV_FUNC8/values/402/description - Integral gain for closed loop yaw controller + RC Roll - /parameters/RD_YAW_P/shortDesc + /parameters/UAVCAN_SV_FUNC8/values/403/description - Proportional gain for closed loop yaw controller + RC Pitch - /parameters/RD_YAW_RATE_I/shortDesc + /parameters/UAVCAN_SV_FUNC8/values/404/description - Integral gain for closed loop yaw rate controller + RC Throttle - /parameters/RD_YAW_RATE_P/shortDesc + /parameters/UAVCAN_SV_FUNC8/values/405/description - Proportional gain for closed loop yaw rate controller + RC Yaw - /parameters/RM_MAN_YAW_SCALE/shortDesc + /parameters/UAVCAN_SV_FUNC8/values/406/description - Manual yaw rate scale + RC Flaps - /parameters/RM_MAN_YAW_SCALE/longDesc + /parameters/UAVCAN_SV_FUNC8/values/407/description - In Manual mode the setpoint for the yaw rate received from the control stick is scaled by this value. + RC AUX 1 - /parameters/RM_MAX_ACCEL/shortDesc + /parameters/UAVCAN_SV_FUNC8/values/408/description - Maximum acceleration + RC AUX 2 - /parameters/RM_MAX_ACCEL/longDesc + /parameters/UAVCAN_SV_FUNC8/values/409/description - Maximum acceleration is used to limit the acceleration of the rover + RC AUX 3 - /parameters/RM_MAX_JERK/shortDesc + /parameters/UAVCAN_SV_FUNC8/values/410/description - Maximum jerk + RC AUX 4 - /parameters/RM_MAX_JERK/longDesc + /parameters/UAVCAN_SV_FUNC8/values/411/description - Limit for forwards acc/deceleration change. + RC AUX 5 - /parameters/RM_MAX_SPEED/shortDesc + /parameters/UAVCAN_SV_FUNC8/values/412/description - Maximum speed the rover is allowed to drive + RC AUX 6 - /parameters/RM_MAX_SPEED/longDesc + /parameters/UAVCAN_SV_FUNC8/values/420/description - 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. + Gimbal Roll - /parameters/RM_MAX_THR_SPD/shortDesc + /parameters/UAVCAN_SV_FUNC8/values/421/description - Speed the rover drives at maximum throttle + Gimbal Pitch - /parameters/RM_MAX_THR_SPD/longDesc + /parameters/UAVCAN_SV_FUNC8/values/422/description - 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. + Gimbal Yaw - /parameters/RM_MAX_THR_YAW_R/shortDesc + /parameters/UAVCAN_SV_FUNC8/values/430/description - Yaw rate turning left/right wheels at max speed in opposite directions + Gripper - /parameters/RM_MAX_THR_YAW_R/longDesc + /parameters/UAVCAN_SV_FUNC8/values/440/description - 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. + Landing Gear Wheel - /parameters/RM_MAX_YAW_RATE/shortDesc + /parameters/UAVCAN_SV_MAX1/shortDesc - Maximum allowed yaw rate for the rover + UAVCAN Servo 1 Maximum Value - /parameters/RM_MAX_YAW_RATE/longDesc + /parameters/UAVCAN_SV_MAX1/longDesc - This parameter is used to cap desired yaw rates and map controller inputs to desired yaw rates in acro mode. + Maxmimum output value (when not disarmed). - /parameters/RM_MISS_SPD_DEF/shortDesc + /parameters/UAVCAN_SV_MAX2/shortDesc - Default rover speed during a mission + UAVCAN Servo 2 Maximum Value - /parameters/RM_MISS_VEL_GAIN/shortDesc + /parameters/UAVCAN_SV_MAX2/longDesc - Tuning parameter for the velocity reduction during waypoint transition + Maxmimum output value (when not disarmed). - /parameters/RM_MISS_VEL_GAIN/longDesc + /parameters/UAVCAN_SV_MAX3/shortDesc - 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. + UAVCAN Servo 3 Maximum Value - /parameters/RM_SPEED_I/shortDesc + /parameters/UAVCAN_SV_MAX3/longDesc - Integral gain for ground speed controller + Maxmimum output value (when not disarmed). - /parameters/RM_SPEED_P/shortDesc + /parameters/UAVCAN_SV_MAX4/shortDesc - Proportional gain for speed controller + UAVCAN Servo 4 Maximum Value - /parameters/RM_WHEEL_TRACK/shortDesc + /parameters/UAVCAN_SV_MAX4/longDesc - Wheel track + Maxmimum output value (when not disarmed). - /parameters/RM_WHEEL_TRACK/longDesc + /parameters/UAVCAN_SV_MAX5/shortDesc - Distance from the center of the right wheels to the center of the left wheels. + UAVCAN Servo 5 Maximum Value - /parameters/RM_YAW_I/shortDesc + /parameters/UAVCAN_SV_MAX5/longDesc - Integral gain for closed loop yaw controller + Maxmimum output value (when not disarmed). - /parameters/RM_YAW_P/shortDesc + /parameters/UAVCAN_SV_MAX6/shortDesc - Proportional gain for closed loop yaw controller + UAVCAN Servo 6 Maximum Value - /parameters/RM_YAW_RATE_I/shortDesc + /parameters/UAVCAN_SV_MAX6/longDesc - Integral gain for the closed-loop yaw rate controller + Maxmimum output value (when not disarmed). - /parameters/RM_YAW_RATE_P/shortDesc + /parameters/UAVCAN_SV_MAX7/shortDesc - Proportional gain for the closed-loop yaw rate controller + UAVCAN Servo 7 Maximum Value - /parameters/GND_L1_DAMPING/shortDesc + /parameters/UAVCAN_SV_MAX7/longDesc - L1 damping + Maxmimum output value (when not disarmed). - /parameters/GND_L1_DAMPING/longDesc + /parameters/UAVCAN_SV_MAX8/shortDesc - Damping factor for L1 control. + UAVCAN Servo 8 Maximum Value - /parameters/GND_L1_DIST/shortDesc + /parameters/UAVCAN_SV_MAX8/longDesc - L1 distance + Maxmimum output value (when not disarmed). - /parameters/GND_L1_DIST/longDesc + /parameters/UAVCAN_SV_MIN1/shortDesc - 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). + UAVCAN Servo 1 Minimum Value - /parameters/GND_L1_PERIOD/shortDesc + /parameters/UAVCAN_SV_MIN1/longDesc - L1 period + Minimum output value (when not disarmed). - /parameters/GND_L1_PERIOD/longDesc + /parameters/UAVCAN_SV_MIN2/shortDesc - 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. + UAVCAN Servo 2 Minimum Value - /parameters/GND_MAN_Y_MAX/shortDesc + /parameters/UAVCAN_SV_MIN2/longDesc - Max manual yaw rate + Minimum output value (when not disarmed). - /parameters/GND_MAX_ANG/shortDesc + /parameters/UAVCAN_SV_MIN3/shortDesc - Maximum turn angle for Ackerman steering + UAVCAN Servo 3 Minimum Value - /parameters/GND_MAX_ANG/longDesc + /parameters/UAVCAN_SV_MIN3/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. + Minimum output value (when not disarmed). - /parameters/GND_SPEED_D/shortDesc + /parameters/UAVCAN_SV_MIN4/shortDesc - Speed proportional gain + UAVCAN Servo 4 Minimum Value - /parameters/GND_SPEED_D/longDesc + /parameters/UAVCAN_SV_MIN4/longDesc - This is the derivative gain for the speed closed loop controller + Minimum output value (when not disarmed). - /parameters/GND_SPEED_I/shortDesc + /parameters/UAVCAN_SV_MIN5/shortDesc - Speed Integral gain + UAVCAN Servo 5 Minimum Value - /parameters/GND_SPEED_I/longDesc + /parameters/UAVCAN_SV_MIN5/longDesc - This is the integral gain for the speed closed loop controller + Minimum output value (when not disarmed). - /parameters/GND_SPEED_IMAX/shortDesc + /parameters/UAVCAN_SV_MIN6/shortDesc - Speed integral maximum value + UAVCAN Servo 6 Minimum Value - /parameters/GND_SPEED_IMAX/longDesc + /parameters/UAVCAN_SV_MIN6/longDesc - This is the maxim value the integral can reach to prevent wind-up. + Minimum output value (when not disarmed). - /parameters/GND_SPEED_MAX/shortDesc + /parameters/UAVCAN_SV_MIN7/shortDesc - Maximum ground speed + UAVCAN Servo 7 Minimum Value - /parameters/GND_SPEED_P/shortDesc + /parameters/UAVCAN_SV_MIN7/longDesc - Speed proportional gain + Minimum output value (when not disarmed). - /parameters/GND_SPEED_P/longDesc + /parameters/UAVCAN_SV_MIN8/shortDesc - This is the proportional gain for the speed closed loop controller + UAVCAN Servo 8 Minimum Value - /parameters/GND_SPEED_THR_SC/shortDesc + /parameters/UAVCAN_SV_MIN8/longDesc - Speed to throttle scaler + Minimum output value (when not disarmed). - /parameters/GND_SPEED_THR_SC/longDesc + /parameters/UAVCAN_SV_REV/shortDesc - This is a gain to map the speed control output to the throttle linearly. + Reverse Output Range for UAVCAN - /parameters/GND_SPEED_TRIM/shortDesc + /parameters/UAVCAN_SV_REV/longDesc - Trim ground speed + Allows to reverse the output range for each channel. Note: this is only useful for servos. - /parameters/GND_SP_CTRL_MODE/shortDesc + /parameters/UAVCAN_SV_REV/bitmask/0/description - Control mode for speed + UAVCAN Servo 1 - /parameters/GND_SP_CTRL_MODE/longDesc + /parameters/UAVCAN_SV_REV/bitmask/1/description - This allows the user to choose between closed loop gps speed or open loop cruise throttle speed + UAVCAN Servo 2 - /parameters/GND_SP_CTRL_MODE/values/0/description + /parameters/UAVCAN_SV_REV/bitmask/2/description - open loop control + UAVCAN Servo 3 - /parameters/GND_SP_CTRL_MODE/values/1/description + /parameters/UAVCAN_SV_REV/bitmask/3/description - close the loop with gps speed + UAVCAN Servo 4 - /parameters/GND_THR_CRUISE/shortDesc + /parameters/UAVCAN_SV_REV/bitmask/4/description - Cruise throttle + UAVCAN Servo 5 - /parameters/GND_THR_CRUISE/longDesc + /parameters/UAVCAN_SV_REV/bitmask/5/description - 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 + UAVCAN Servo 6 - /parameters/GND_THR_MAX/shortDesc + /parameters/UAVCAN_SV_REV/bitmask/6/description - Throttle limit max + UAVCAN Servo 7 - /parameters/GND_THR_MAX/longDesc + /parameters/UAVCAN_SV_REV/bitmask/7/description - 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 + UAVCAN Servo 8 - /parameters/GND_THR_MIN/shortDesc + /parameters/UCAN1_ESC_FAIL1/shortDesc - Throttle limit min + UAVCANv1 ESC 1 Failsafe Value - /parameters/GND_THR_MIN/longDesc + /parameters/UCAN1_ESC_FAIL1/longDesc - This is the minimum throttle % that can be used by the controller. Set to 0 for rover + 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). - /parameters/GND_WHEEL_BASE/shortDesc + /parameters/UCAN1_ESC_FAIL10/shortDesc - Distance from front axle to rear axle + UAVCANv1 ESC 10 Failsafe Value - /parameters/GND_WHEEL_BASE/longDesc + /parameters/UCAN1_ESC_FAIL10/longDesc - A value of 0.31 is typical for 1/10 RC cars. + 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). - /parameters/RWTO_HDG/shortDesc + /parameters/UCAN1_ESC_FAIL11/shortDesc - Specifies which heading should be held during the runway takeoff ground roll + UAVCANv1 ESC 11 Failsafe Value - /parameters/RWTO_HDG/longDesc + /parameters/UCAN1_ESC_FAIL11/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) + 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). - /parameters/RWTO_HDG/values/0/description + /parameters/UCAN1_ESC_FAIL12/shortDesc - Airframe + UAVCANv1 ESC 12 Failsafe Value - /parameters/RWTO_HDG/values/1/description + /parameters/UCAN1_ESC_FAIL12/longDesc - Runway + 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). - /parameters/RWTO_MAX_THR/shortDesc + /parameters/UCAN1_ESC_FAIL13/shortDesc - Max throttle during runway takeoff + UAVCANv1 ESC 13 Failsafe Value - /parameters/RWTO_NPFG_PERIOD/shortDesc + /parameters/UCAN1_ESC_FAIL13/longDesc - NPFG period while steering on runway + 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). - /parameters/RWTO_NUDGE/shortDesc + /parameters/UCAN1_ESC_FAIL14/shortDesc - Enable use of yaw stick for nudging the wheel during runway ground roll + UAVCANv1 ESC 14 Failsafe Value - /parameters/RWTO_NUDGE/longDesc + /parameters/UCAN1_ESC_FAIL14/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. + 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). - /parameters/RWTO_NUDGE/values/0/description + /parameters/UCAN1_ESC_FAIL15/shortDesc - Disabled + UAVCANv1 ESC 15 Failsafe Value - /parameters/RWTO_NUDGE/values/1/description + /parameters/UCAN1_ESC_FAIL15/longDesc - Enabled + 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). - /parameters/RWTO_PSP/shortDesc + /parameters/UCAN1_ESC_FAIL16/shortDesc - Pitch setpoint during taxi / before takeoff rotation airspeed is reached + UAVCANv1 ESC 16 Failsafe Value - /parameters/RWTO_PSP/longDesc + /parameters/UCAN1_ESC_FAIL16/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. + 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). - /parameters/RWTO_RAMP_TIME/shortDesc + /parameters/UCAN1_ESC_FAIL2/shortDesc - Throttle ramp up time for runway takeoff + UAVCANv1 ESC 2 Failsafe Value - /parameters/RWTO_ROT_AIRSPD/shortDesc + /parameters/UCAN1_ESC_FAIL2/longDesc - Takeoff rotation airspeed + 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). - /parameters/RWTO_ROT_AIRSPD/longDesc + /parameters/UCAN1_ESC_FAIL3/shortDesc - 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) + UAVCANv1 ESC 3 Failsafe Value - /parameters/RWTO_ROT_TIME/shortDesc + /parameters/UCAN1_ESC_FAIL3/longDesc - Takeoff rotation time + 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). - /parameters/RWTO_ROT_TIME/longDesc + /parameters/UCAN1_ESC_FAIL4/shortDesc - This is the time desired to linearly ramp in takeoff pitch constraints during the takeoff rotation + UAVCANv1 ESC 4 Failsafe Value - /parameters/RWTO_TKOFF/shortDesc + /parameters/UCAN1_ESC_FAIL4/longDesc - Runway takeoff with landing gear + 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). - /parameters/RWTO_TKOFF/values/0/description + /parameters/UCAN1_ESC_FAIL5/shortDesc - Disabled + UAVCANv1 ESC 5 Failsafe Value - /parameters/RWTO_TKOFF/values/1/description + /parameters/UCAN1_ESC_FAIL5/longDesc - Enabled + 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). - /parameters/SDLOG_ALGORITHM/shortDesc + /parameters/UCAN1_ESC_FAIL6/shortDesc - Logfile Encryption algorithm + UAVCANv1 ESC 6 Failsafe Value - /parameters/SDLOG_ALGORITHM/longDesc + /parameters/UCAN1_ESC_FAIL6/longDesc - Selects the algorithm used for logfile encryption + 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). - /parameters/SDLOG_ALGORITHM/values/0/description + /parameters/UCAN1_ESC_FAIL7/shortDesc - Disabled + UAVCANv1 ESC 7 Failsafe Value - /parameters/SDLOG_ALGORITHM/values/2/description + /parameters/UCAN1_ESC_FAIL7/longDesc - XChaCha20 + 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). - /parameters/SDLOG_ALGORITHM/values/3/description + /parameters/UCAN1_ESC_FAIL8/shortDesc - AES + UAVCANv1 ESC 8 Failsafe Value - /parameters/SDLOG_BOOT_BAT/shortDesc + /parameters/UCAN1_ESC_FAIL8/longDesc - Battery-only Logging + 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). - /parameters/SDLOG_BOOT_BAT/longDesc + /parameters/UCAN1_ESC_FAIL9/shortDesc - 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. + UAVCANv1 ESC 9 Failsafe Value - /parameters/SDLOG_BOOT_BAT/values/0/description + /parameters/UCAN1_ESC_FAIL9/longDesc - Disabled + 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). - /parameters/SDLOG_BOOT_BAT/values/1/description + /parameters/UCAN1_ESC_FUNC1/shortDesc - Enabled + UAVCANv1 ESC 1 Output Function - /parameters/SDLOG_DIRS_MAX/shortDesc + /parameters/UCAN1_ESC_FUNC1/longDesc - Maximum number of log directories to keep + 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 - /parameters/SDLOG_DIRS_MAX/longDesc + /parameters/UCAN1_ESC_FUNC1/values/0/description - 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. + Disabled - /parameters/SDLOG_EXCH_KEY/shortDesc + /parameters/UCAN1_ESC_FUNC1/values/1/description - Logfile Encryption key exchange key + Constant Min - /parameters/SDLOG_EXCH_KEY/longDesc + /parameters/UCAN1_ESC_FUNC1/values/2/description - 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. + Constant Max - /parameters/SDLOG_KEY/shortDesc + /parameters/UCAN1_ESC_FUNC1/values/101/description - Logfile Encryption key index + Motor 1 - /parameters/SDLOG_KEY/longDesc + /parameters/UCAN1_ESC_FUNC1/values/102/description - 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 + Motor 2 - /parameters/SDLOG_MISSION/shortDesc + /parameters/UCAN1_ESC_FUNC1/values/103/description - Mission Log + Motor 3 - /parameters/SDLOG_MISSION/longDesc + /parameters/UCAN1_ESC_FUNC1/values/104/description - 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). + Motor 4 - /parameters/SDLOG_MISSION/values/0/description + /parameters/UCAN1_ESC_FUNC1/values/105/description - Disabled + Motor 5 - /parameters/SDLOG_MISSION/values/1/description + /parameters/UCAN1_ESC_FUNC1/values/106/description - All mission messages + Motor 6 - /parameters/SDLOG_MISSION/values/2/description + /parameters/UCAN1_ESC_FUNC1/values/107/description - Geotagging messages + Motor 7 - /parameters/SDLOG_MODE/shortDesc + /parameters/UCAN1_ESC_FUNC1/values/108/description - Logging Mode + Motor 8 - /parameters/SDLOG_MODE/longDesc + /parameters/UCAN1_ESC_FUNC1/values/109/description - Determines when to start and stop logging. By default, logging is started when arming the system, and stopped when disarming. + Motor 9 - /parameters/SDLOG_MODE/values/-1/description + /parameters/UCAN1_ESC_FUNC1/values/110/description - disabled + Motor 10 - /parameters/SDLOG_MODE/values/0/description + /parameters/UCAN1_ESC_FUNC1/values/111/description - when armed until disarm (default) + Motor 11 - /parameters/SDLOG_MODE/values/1/description + /parameters/UCAN1_ESC_FUNC1/values/112/description - from boot until disarm + Motor 12 - /parameters/SDLOG_MODE/values/2/description + /parameters/UCAN1_ESC_FUNC1/values/201/description - from boot until shutdown + Servo 1 - /parameters/SDLOG_MODE/values/3/description + /parameters/UCAN1_ESC_FUNC1/values/202/description - while manual input AUX1 >30% + Servo 2 - /parameters/SDLOG_MODE/values/4/description + /parameters/UCAN1_ESC_FUNC1/values/203/description - from 1st armed until shutdown + Servo 3 - /parameters/SDLOG_PROFILE/shortDesc + /parameters/UCAN1_ESC_FUNC1/values/204/description - Logging topic profile (integer bitmask) + Servo 4 - /parameters/SDLOG_PROFILE/longDesc + /parameters/UCAN1_ESC_FUNC1/values/205/description - 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) + Servo 5 - /parameters/SDLOG_PROFILE/bitmask/0/description + /parameters/UCAN1_ESC_FUNC1/values/206/description - Default set (general log analysis) + Servo 6 - /parameters/SDLOG_PROFILE/bitmask/1/description + /parameters/UCAN1_ESC_FUNC1/values/207/description - Estimator replay (EKF2) + Servo 7 - /parameters/SDLOG_PROFILE/bitmask/2/description + /parameters/UCAN1_ESC_FUNC1/values/208/description - Thermal calibration + Servo 8 - /parameters/SDLOG_PROFILE/bitmask/3/description + /parameters/UCAN1_ESC_FUNC1/values/301/description - System identification + Peripheral via Actuator Set 1 - /parameters/SDLOG_PROFILE/bitmask/4/description + /parameters/UCAN1_ESC_FUNC1/values/302/description - High rate + Peripheral via Actuator Set 2 - /parameters/SDLOG_PROFILE/bitmask/5/description + /parameters/UCAN1_ESC_FUNC1/values/303/description - Debug + Peripheral via Actuator Set 3 - /parameters/SDLOG_PROFILE/bitmask/6/description + /parameters/UCAN1_ESC_FUNC1/values/304/description - Sensor comparison + Peripheral via Actuator Set 4 - /parameters/SDLOG_PROFILE/bitmask/7/description + /parameters/UCAN1_ESC_FUNC1/values/305/description - Computer Vision and Avoidance + Peripheral via Actuator Set 5 - /parameters/SDLOG_PROFILE/bitmask/8/description + /parameters/UCAN1_ESC_FUNC1/values/306/description - Raw FIFO high-rate IMU (Gyro) + Peripheral via Actuator Set 6 - /parameters/SDLOG_PROFILE/bitmask/9/description + /parameters/UCAN1_ESC_FUNC1/values/400/description - Raw FIFO high-rate IMU (Accel) + Landing Gear - /parameters/SDLOG_PROFILE/bitmask/10/description + /parameters/UCAN1_ESC_FUNC1/values/401/description - Mavlink tunnel message logging + Parachute - /parameters/SDLOG_UTC_OFFSET/shortDesc + /parameters/UCAN1_ESC_FUNC1/values/402/description - UTC offset (unit: min) + RC Roll - /parameters/SDLOG_UTC_OFFSET/longDesc + /parameters/UCAN1_ESC_FUNC1/values/403/description - 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 + RC Pitch - /parameters/SDLOG_UUID/shortDesc + /parameters/UCAN1_ESC_FUNC1/values/404/description - Log UUID + RC Throttle - /parameters/SDLOG_UUID/longDesc + /parameters/UCAN1_ESC_FUNC1/values/405/description - If set to 1, add an ID to the log, which uniquely identifies the vehicle + RC Yaw - /parameters/SDLOG_UUID/values/0/description + /parameters/UCAN1_ESC_FUNC1/values/406/description - Disabled + RC Flaps - /parameters/SDLOG_UUID/values/1/description + /parameters/UCAN1_ESC_FUNC1/values/407/description - Enabled + RC AUX 1 - /parameters/SIM_BAT_DRAIN/shortDesc + /parameters/UCAN1_ESC_FUNC1/values/408/description - Simulator Battery drain interval + RC AUX 2 - /parameters/SIM_BAT_ENABLE/shortDesc + /parameters/UCAN1_ESC_FUNC1/values/409/description - Simulator Battery enabled + RC AUX 3 - /parameters/SIM_BAT_ENABLE/longDesc + /parameters/UCAN1_ESC_FUNC1/values/410/description - Enable or disable the internal battery simulation. This is useful when the battery is simulated externally and interfaced with PX4 through MAVLink for example. + RC AUX 4 - /parameters/SIM_BAT_ENABLE/values/0/description + /parameters/UCAN1_ESC_FUNC1/values/411/description - Disabled + RC AUX 5 - /parameters/SIM_BAT_ENABLE/values/1/description + /parameters/UCAN1_ESC_FUNC1/values/412/description - Enabled + RC AUX 6 - /parameters/SIM_BAT_MIN_PCT/shortDesc + /parameters/UCAN1_ESC_FUNC1/values/420/description - Simulator Battery minimal percentage + Gimbal Roll - /parameters/SIM_BAT_MIN_PCT/longDesc + /parameters/UCAN1_ESC_FUNC1/values/421/description - Can be used to alter the battery level during SITL- or HITL-simulation on the fly. Particularly useful for testing different low-battery behaviour. + Gimbal Pitch - /parameters/CAL_ACC0_ID/shortDesc + /parameters/UCAN1_ESC_FUNC1/values/422/description - Accelerometer 0 calibration device ID + Gimbal Yaw - /parameters/CAL_ACC0_ID/longDesc + /parameters/UCAN1_ESC_FUNC1/values/430/description - Device ID of the accelerometer this calibration applies to. + Gripper - /parameters/CAL_ACC0_PRIO/shortDesc + /parameters/UCAN1_ESC_FUNC1/values/440/description - Accelerometer 0 priority + Landing Gear Wheel - /parameters/CAL_ACC0_PRIO/values/-1/description + /parameters/UCAN1_ESC_FUNC10/shortDesc - Uninitialized + UAVCANv1 ESC 10 Output Function - /parameters/CAL_ACC0_PRIO/values/0/description + /parameters/UCAN1_ESC_FUNC10/longDesc - Disabled + 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 - /parameters/CAL_ACC0_PRIO/values/1/description + /parameters/UCAN1_ESC_FUNC10/values/0/description - Min + Disabled - /parameters/CAL_ACC0_PRIO/values/25/description + /parameters/UCAN1_ESC_FUNC10/values/1/description - Low + Constant Min - /parameters/CAL_ACC0_PRIO/values/50/description + /parameters/UCAN1_ESC_FUNC10/values/2/description - Medium (Default) + Constant Max - /parameters/CAL_ACC0_PRIO/values/75/description + /parameters/UCAN1_ESC_FUNC10/values/101/description - High + Motor 1 - /parameters/CAL_ACC0_PRIO/values/100/description + /parameters/UCAN1_ESC_FUNC10/values/102/description - Max + Motor 2 - /parameters/CAL_ACC0_ROT/shortDesc + /parameters/UCAN1_ESC_FUNC10/values/103/description - Accelerometer 0 rotation relative to airframe + Motor 3 - /parameters/CAL_ACC0_ROT/longDesc + /parameters/UCAN1_ESC_FUNC10/values/104/description - 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. + Motor 4 - /parameters/CAL_ACC0_ROT/values/-1/description + /parameters/UCAN1_ESC_FUNC10/values/105/description - Internal + Motor 5 - /parameters/CAL_ACC0_ROT/values/0/description + /parameters/UCAN1_ESC_FUNC10/values/106/description - No rotation + Motor 6 - /parameters/CAL_ACC0_ROT/values/1/description + /parameters/UCAN1_ESC_FUNC10/values/107/description - Yaw 45° + Motor 7 - /parameters/CAL_ACC0_ROT/values/2/description + /parameters/UCAN1_ESC_FUNC10/values/108/description - Yaw 90° + Motor 8 - /parameters/CAL_ACC0_ROT/values/3/description + /parameters/UCAN1_ESC_FUNC10/values/109/description - Yaw 135° + Motor 9 - /parameters/CAL_ACC0_ROT/values/4/description + /parameters/UCAN1_ESC_FUNC10/values/110/description - Yaw 180° + Motor 10 - /parameters/CAL_ACC0_ROT/values/5/description + /parameters/UCAN1_ESC_FUNC10/values/111/description - Yaw 225° + Motor 11 - /parameters/CAL_ACC0_ROT/values/6/description + /parameters/UCAN1_ESC_FUNC10/values/112/description - Yaw 270° + Motor 12 - /parameters/CAL_ACC0_ROT/values/7/description + /parameters/UCAN1_ESC_FUNC10/values/201/description - Yaw 315° + Servo 1 - /parameters/CAL_ACC0_ROT/values/8/description + /parameters/UCAN1_ESC_FUNC10/values/202/description - Roll 180° + Servo 2 - /parameters/CAL_ACC0_ROT/values/9/description + /parameters/UCAN1_ESC_FUNC10/values/203/description - Roll 180°, Yaw 45° + Servo 3 - /parameters/CAL_ACC0_ROT/values/10/description + /parameters/UCAN1_ESC_FUNC10/values/204/description - Roll 180°, Yaw 90° + Servo 4 - /parameters/CAL_ACC0_ROT/values/11/description + /parameters/UCAN1_ESC_FUNC10/values/205/description - Roll 180°, Yaw 135° + Servo 5 - /parameters/CAL_ACC0_ROT/values/12/description + /parameters/UCAN1_ESC_FUNC10/values/206/description - Pitch 180° + Servo 6 - /parameters/CAL_ACC0_ROT/values/13/description + /parameters/UCAN1_ESC_FUNC10/values/207/description - Roll 180°, Yaw 225° + Servo 7 - /parameters/CAL_ACC0_ROT/values/14/description + /parameters/UCAN1_ESC_FUNC10/values/208/description - Roll 180°, Yaw 270° + Servo 8 - /parameters/CAL_ACC0_ROT/values/15/description + /parameters/UCAN1_ESC_FUNC10/values/301/description - Roll 180°, Yaw 315° + Peripheral via Actuator Set 1 - /parameters/CAL_ACC0_ROT/values/16/description + /parameters/UCAN1_ESC_FUNC10/values/302/description - Roll 90° + Peripheral via Actuator Set 2 - /parameters/CAL_ACC0_ROT/values/17/description + /parameters/UCAN1_ESC_FUNC10/values/303/description - Roll 90°, Yaw 45° + Peripheral via Actuator Set 3 - /parameters/CAL_ACC0_ROT/values/18/description + /parameters/UCAN1_ESC_FUNC10/values/304/description - Roll 90°, Yaw 90° + Peripheral via Actuator Set 4 - /parameters/CAL_ACC0_ROT/values/19/description + /parameters/UCAN1_ESC_FUNC10/values/305/description - Roll 90°, Yaw 135° + Peripheral via Actuator Set 5 - /parameters/CAL_ACC0_ROT/values/20/description + /parameters/UCAN1_ESC_FUNC10/values/306/description - Roll 270° + Peripheral via Actuator Set 6 - /parameters/CAL_ACC0_ROT/values/21/description + /parameters/UCAN1_ESC_FUNC10/values/400/description - Roll 270°, Yaw 45° + Landing Gear - /parameters/CAL_ACC0_ROT/values/22/description + /parameters/UCAN1_ESC_FUNC10/values/401/description - Roll 270°, Yaw 90° + Parachute - /parameters/CAL_ACC0_ROT/values/23/description + /parameters/UCAN1_ESC_FUNC10/values/402/description - Roll 270°, Yaw 135° + RC Roll - /parameters/CAL_ACC0_ROT/values/24/description + /parameters/UCAN1_ESC_FUNC10/values/403/description - Pitch 90° + RC Pitch - /parameters/CAL_ACC0_ROT/values/25/description + /parameters/UCAN1_ESC_FUNC10/values/404/description - Pitch 270° + RC Throttle - /parameters/CAL_ACC0_ROT/values/26/description + /parameters/UCAN1_ESC_FUNC10/values/405/description - Pitch 180°, Yaw 90° + RC Yaw - /parameters/CAL_ACC0_ROT/values/27/description + /parameters/UCAN1_ESC_FUNC10/values/406/description - Pitch 180°, Yaw 270° + RC Flaps - /parameters/CAL_ACC0_ROT/values/28/description + /parameters/UCAN1_ESC_FUNC10/values/407/description - Roll 90°, Pitch 90° + RC AUX 1 - /parameters/CAL_ACC0_ROT/values/29/description + /parameters/UCAN1_ESC_FUNC10/values/408/description - Roll 180°, Pitch 90° + RC AUX 2 - /parameters/CAL_ACC0_ROT/values/30/description + /parameters/UCAN1_ESC_FUNC10/values/409/description - Roll 270°, Pitch 90° + RC AUX 3 - /parameters/CAL_ACC0_ROT/values/31/description + /parameters/UCAN1_ESC_FUNC10/values/410/description - Roll 90°, Pitch 180° + RC AUX 4 - /parameters/CAL_ACC0_ROT/values/32/description + /parameters/UCAN1_ESC_FUNC10/values/411/description - Roll 270°, Pitch 180° + RC AUX 5 - /parameters/CAL_ACC0_ROT/values/33/description + /parameters/UCAN1_ESC_FUNC10/values/412/description - Roll 90°, Pitch 270° + RC AUX 6 - /parameters/CAL_ACC0_ROT/values/34/description + /parameters/UCAN1_ESC_FUNC10/values/420/description - Roll 180°, Pitch 270° + Gimbal Roll - /parameters/CAL_ACC0_ROT/values/35/description + /parameters/UCAN1_ESC_FUNC10/values/421/description - Roll 270°, Pitch 270° + Gimbal Pitch - /parameters/CAL_ACC0_ROT/values/36/description + /parameters/UCAN1_ESC_FUNC10/values/422/description - Roll 90°, Pitch 180°, Yaw 90° + Gimbal Yaw - /parameters/CAL_ACC0_ROT/values/37/description + /parameters/UCAN1_ESC_FUNC10/values/430/description - Roll 90°, Yaw 270° + Gripper - /parameters/CAL_ACC0_ROT/values/38/description + /parameters/UCAN1_ESC_FUNC10/values/440/description - Roll 90°, Pitch 68°, Yaw 293° + Landing Gear Wheel - /parameters/CAL_ACC0_ROT/values/39/description + /parameters/UCAN1_ESC_FUNC11/shortDesc - Pitch 315° + UAVCANv1 ESC 11 Output Function - /parameters/CAL_ACC0_ROT/values/40/description + /parameters/UCAN1_ESC_FUNC11/longDesc - Roll 90°, Pitch 315° + 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 - /parameters/CAL_ACC0_XOFF/shortDesc + /parameters/UCAN1_ESC_FUNC11/values/0/description - Accelerometer 0 X-axis offset + Disabled - /parameters/CAL_ACC0_XSCALE/shortDesc + /parameters/UCAN1_ESC_FUNC11/values/1/description - Accelerometer 0 X-axis scaling factor + Constant Min - /parameters/CAL_ACC0_YOFF/shortDesc + /parameters/UCAN1_ESC_FUNC11/values/2/description - Accelerometer 0 Y-axis offset + Constant Max - /parameters/CAL_ACC0_YSCALE/shortDesc + /parameters/UCAN1_ESC_FUNC11/values/101/description - Accelerometer 0 Y-axis scaling factor + Motor 1 - /parameters/CAL_ACC0_ZOFF/shortDesc + /parameters/UCAN1_ESC_FUNC11/values/102/description - Accelerometer 0 Z-axis offset + Motor 2 - /parameters/CAL_ACC0_ZSCALE/shortDesc + /parameters/UCAN1_ESC_FUNC11/values/103/description - Accelerometer 0 Z-axis scaling factor + Motor 3 - /parameters/CAL_ACC1_ID/shortDesc + /parameters/UCAN1_ESC_FUNC11/values/104/description - Accelerometer 1 calibration device ID + Motor 4 - /parameters/CAL_ACC1_ID/longDesc + /parameters/UCAN1_ESC_FUNC11/values/105/description - Device ID of the accelerometer this calibration applies to. + Motor 5 - /parameters/CAL_ACC1_PRIO/shortDesc + /parameters/UCAN1_ESC_FUNC11/values/106/description - Accelerometer 1 priority + Motor 6 - /parameters/CAL_ACC1_PRIO/values/-1/description + /parameters/UCAN1_ESC_FUNC11/values/107/description - Uninitialized + Motor 7 - /parameters/CAL_ACC1_PRIO/values/0/description + /parameters/UCAN1_ESC_FUNC11/values/108/description - Disabled + Motor 8 - /parameters/CAL_ACC1_PRIO/values/1/description + /parameters/UCAN1_ESC_FUNC11/values/109/description - Min + Motor 9 - /parameters/CAL_ACC1_PRIO/values/25/description + /parameters/UCAN1_ESC_FUNC11/values/110/description - Low + Motor 10 - /parameters/CAL_ACC1_PRIO/values/50/description + /parameters/UCAN1_ESC_FUNC11/values/111/description - Medium (Default) + Motor 11 - /parameters/CAL_ACC1_PRIO/values/75/description + /parameters/UCAN1_ESC_FUNC11/values/112/description - High + Motor 12 - /parameters/CAL_ACC1_PRIO/values/100/description + /parameters/UCAN1_ESC_FUNC11/values/201/description - Max + Servo 1 - /parameters/CAL_ACC1_ROT/shortDesc + /parameters/UCAN1_ESC_FUNC11/values/202/description - Accelerometer 1 rotation relative to airframe + Servo 2 - /parameters/CAL_ACC1_ROT/longDesc + /parameters/UCAN1_ESC_FUNC11/values/203/description - 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. + Servo 3 - /parameters/CAL_ACC1_ROT/values/-1/description + /parameters/UCAN1_ESC_FUNC11/values/204/description - Internal + Servo 4 - /parameters/CAL_ACC1_ROT/values/0/description + /parameters/UCAN1_ESC_FUNC11/values/205/description - No rotation + Servo 5 - /parameters/CAL_ACC1_ROT/values/1/description + /parameters/UCAN1_ESC_FUNC11/values/206/description - Yaw 45° + Servo 6 - /parameters/CAL_ACC1_ROT/values/2/description + /parameters/UCAN1_ESC_FUNC11/values/207/description - Yaw 90° + Servo 7 - /parameters/CAL_ACC1_ROT/values/3/description + /parameters/UCAN1_ESC_FUNC11/values/208/description - Yaw 135° + Servo 8 - /parameters/CAL_ACC1_ROT/values/4/description + /parameters/UCAN1_ESC_FUNC11/values/301/description - Yaw 180° + Peripheral via Actuator Set 1 - /parameters/CAL_ACC1_ROT/values/5/description + /parameters/UCAN1_ESC_FUNC11/values/302/description - Yaw 225° + Peripheral via Actuator Set 2 - /parameters/CAL_ACC1_ROT/values/6/description + /parameters/UCAN1_ESC_FUNC11/values/303/description - Yaw 270° + Peripheral via Actuator Set 3 - /parameters/CAL_ACC1_ROT/values/7/description + /parameters/UCAN1_ESC_FUNC11/values/304/description - Yaw 315° + Peripheral via Actuator Set 4 - /parameters/CAL_ACC1_ROT/values/8/description + /parameters/UCAN1_ESC_FUNC11/values/305/description - Roll 180° + Peripheral via Actuator Set 5 - /parameters/CAL_ACC1_ROT/values/9/description + /parameters/UCAN1_ESC_FUNC11/values/306/description - Roll 180°, Yaw 45° + Peripheral via Actuator Set 6 - /parameters/CAL_ACC1_ROT/values/10/description + /parameters/UCAN1_ESC_FUNC11/values/400/description - Roll 180°, Yaw 90° + Landing Gear - /parameters/CAL_ACC1_ROT/values/11/description + /parameters/UCAN1_ESC_FUNC11/values/401/description - Roll 180°, Yaw 135° + Parachute - /parameters/CAL_ACC1_ROT/values/12/description + /parameters/UCAN1_ESC_FUNC11/values/402/description - Pitch 180° + RC Roll - /parameters/CAL_ACC1_ROT/values/13/description + /parameters/UCAN1_ESC_FUNC11/values/403/description - Roll 180°, Yaw 225° + RC Pitch - /parameters/CAL_ACC1_ROT/values/14/description + /parameters/UCAN1_ESC_FUNC11/values/404/description - Roll 180°, Yaw 270° + RC Throttle - /parameters/CAL_ACC1_ROT/values/15/description + /parameters/UCAN1_ESC_FUNC11/values/405/description - Roll 180°, Yaw 315° + RC Yaw - /parameters/CAL_ACC1_ROT/values/16/description + /parameters/UCAN1_ESC_FUNC11/values/406/description - Roll 90° + RC Flaps - /parameters/CAL_ACC1_ROT/values/17/description + /parameters/UCAN1_ESC_FUNC11/values/407/description - Roll 90°, Yaw 45° + RC AUX 1 - /parameters/CAL_ACC1_ROT/values/18/description + /parameters/UCAN1_ESC_FUNC11/values/408/description - Roll 90°, Yaw 90° + RC AUX 2 - /parameters/CAL_ACC1_ROT/values/19/description + /parameters/UCAN1_ESC_FUNC11/values/409/description - Roll 90°, Yaw 135° + RC AUX 3 - /parameters/CAL_ACC1_ROT/values/20/description + /parameters/UCAN1_ESC_FUNC11/values/410/description - Roll 270° + RC AUX 4 - /parameters/CAL_ACC1_ROT/values/21/description + /parameters/UCAN1_ESC_FUNC11/values/411/description - Roll 270°, Yaw 45° + RC AUX 5 - /parameters/CAL_ACC1_ROT/values/22/description + /parameters/UCAN1_ESC_FUNC11/values/412/description - Roll 270°, Yaw 90° + RC AUX 6 - /parameters/CAL_ACC1_ROT/values/23/description + /parameters/UCAN1_ESC_FUNC11/values/420/description - Roll 270°, Yaw 135° + Gimbal Roll - /parameters/CAL_ACC1_ROT/values/24/description + /parameters/UCAN1_ESC_FUNC11/values/421/description - Pitch 90° + Gimbal Pitch - /parameters/CAL_ACC1_ROT/values/25/description + /parameters/UCAN1_ESC_FUNC11/values/422/description - Pitch 270° + Gimbal Yaw - /parameters/CAL_ACC1_ROT/values/26/description + /parameters/UCAN1_ESC_FUNC11/values/430/description - Pitch 180°, Yaw 90° + Gripper - /parameters/CAL_ACC1_ROT/values/27/description + /parameters/UCAN1_ESC_FUNC11/values/440/description - Pitch 180°, Yaw 270° + Landing Gear Wheel - /parameters/CAL_ACC1_ROT/values/28/description + /parameters/UCAN1_ESC_FUNC12/shortDesc - Roll 90°, Pitch 90° + UAVCANv1 ESC 12 Output Function - /parameters/CAL_ACC1_ROT/values/29/description + /parameters/UCAN1_ESC_FUNC12/longDesc - Roll 180°, Pitch 90° + 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 - /parameters/CAL_ACC1_ROT/values/30/description + /parameters/UCAN1_ESC_FUNC12/values/0/description - Roll 270°, Pitch 90° + Disabled - /parameters/CAL_ACC1_ROT/values/31/description + /parameters/UCAN1_ESC_FUNC12/values/1/description - Roll 90°, Pitch 180° + Constant Min - /parameters/CAL_ACC1_ROT/values/32/description + /parameters/UCAN1_ESC_FUNC12/values/2/description - Roll 270°, Pitch 180° + Constant Max - /parameters/CAL_ACC1_ROT/values/33/description + /parameters/UCAN1_ESC_FUNC12/values/101/description - Roll 90°, Pitch 270° + Motor 1 - /parameters/CAL_ACC1_ROT/values/34/description + /parameters/UCAN1_ESC_FUNC12/values/102/description - Roll 180°, Pitch 270° + Motor 2 - /parameters/CAL_ACC1_ROT/values/35/description + /parameters/UCAN1_ESC_FUNC12/values/103/description - Roll 270°, Pitch 270° + Motor 3 - /parameters/CAL_ACC1_ROT/values/36/description + /parameters/UCAN1_ESC_FUNC12/values/104/description - Roll 90°, Pitch 180°, Yaw 90° + Motor 4 - /parameters/CAL_ACC1_ROT/values/37/description + /parameters/UCAN1_ESC_FUNC12/values/105/description - Roll 90°, Yaw 270° + Motor 5 - /parameters/CAL_ACC1_ROT/values/38/description + /parameters/UCAN1_ESC_FUNC12/values/106/description - Roll 90°, Pitch 68°, Yaw 293° + Motor 6 - /parameters/CAL_ACC1_ROT/values/39/description + /parameters/UCAN1_ESC_FUNC12/values/107/description - Pitch 315° + Motor 7 - /parameters/CAL_ACC1_ROT/values/40/description + /parameters/UCAN1_ESC_FUNC12/values/108/description - Roll 90°, Pitch 315° + Motor 8 - /parameters/CAL_ACC1_XOFF/shortDesc + /parameters/UCAN1_ESC_FUNC12/values/109/description - Accelerometer 1 X-axis offset + Motor 9 - /parameters/CAL_ACC1_XSCALE/shortDesc + /parameters/UCAN1_ESC_FUNC12/values/110/description - Accelerometer 1 X-axis scaling factor + Motor 10 - /parameters/CAL_ACC1_YOFF/shortDesc + /parameters/UCAN1_ESC_FUNC12/values/111/description - Accelerometer 1 Y-axis offset + Motor 11 - /parameters/CAL_ACC1_YSCALE/shortDesc + /parameters/UCAN1_ESC_FUNC12/values/112/description - Accelerometer 1 Y-axis scaling factor + Motor 12 - /parameters/CAL_ACC1_ZOFF/shortDesc + /parameters/UCAN1_ESC_FUNC12/values/201/description - Accelerometer 1 Z-axis offset + Servo 1 - /parameters/CAL_ACC1_ZSCALE/shortDesc + /parameters/UCAN1_ESC_FUNC12/values/202/description - Accelerometer 1 Z-axis scaling factor + Servo 2 - /parameters/CAL_ACC2_ID/shortDesc + /parameters/UCAN1_ESC_FUNC12/values/203/description - Accelerometer 2 calibration device ID + Servo 3 - /parameters/CAL_ACC2_ID/longDesc + /parameters/UCAN1_ESC_FUNC12/values/204/description - Device ID of the accelerometer this calibration applies to. + Servo 4 - /parameters/CAL_ACC2_PRIO/shortDesc + /parameters/UCAN1_ESC_FUNC12/values/205/description - Accelerometer 2 priority + Servo 5 - /parameters/CAL_ACC2_PRIO/values/-1/description + /parameters/UCAN1_ESC_FUNC12/values/206/description - Uninitialized + Servo 6 - /parameters/CAL_ACC2_PRIO/values/0/description + /parameters/UCAN1_ESC_FUNC12/values/207/description - Disabled + Servo 7 - /parameters/CAL_ACC2_PRIO/values/1/description + /parameters/UCAN1_ESC_FUNC12/values/208/description - Min + Servo 8 - /parameters/CAL_ACC2_PRIO/values/25/description + /parameters/UCAN1_ESC_FUNC12/values/301/description - Low + Peripheral via Actuator Set 1 - /parameters/CAL_ACC2_PRIO/values/50/description + /parameters/UCAN1_ESC_FUNC12/values/302/description - Medium (Default) + Peripheral via Actuator Set 2 - /parameters/CAL_ACC2_PRIO/values/75/description + /parameters/UCAN1_ESC_FUNC12/values/303/description - High + Peripheral via Actuator Set 3 - /parameters/CAL_ACC2_PRIO/values/100/description + /parameters/UCAN1_ESC_FUNC12/values/304/description - Max + Peripheral via Actuator Set 4 - /parameters/CAL_ACC2_ROT/shortDesc + /parameters/UCAN1_ESC_FUNC12/values/305/description - Accelerometer 2 rotation relative to airframe + Peripheral via Actuator Set 5 - /parameters/CAL_ACC2_ROT/longDesc + /parameters/UCAN1_ESC_FUNC12/values/306/description - 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. + Peripheral via Actuator Set 6 - /parameters/CAL_ACC2_ROT/values/-1/description + /parameters/UCAN1_ESC_FUNC12/values/400/description - Internal + Landing Gear - /parameters/CAL_ACC2_ROT/values/0/description + /parameters/UCAN1_ESC_FUNC12/values/401/description - No rotation + Parachute - /parameters/CAL_ACC2_ROT/values/1/description + /parameters/UCAN1_ESC_FUNC12/values/402/description - Yaw 45° + RC Roll - /parameters/CAL_ACC2_ROT/values/2/description + /parameters/UCAN1_ESC_FUNC12/values/403/description - Yaw 90° + RC Pitch - /parameters/CAL_ACC2_ROT/values/3/description + /parameters/UCAN1_ESC_FUNC12/values/404/description - Yaw 135° + RC Throttle - /parameters/CAL_ACC2_ROT/values/4/description + /parameters/UCAN1_ESC_FUNC12/values/405/description - Yaw 180° + RC Yaw - /parameters/CAL_ACC2_ROT/values/5/description + /parameters/UCAN1_ESC_FUNC12/values/406/description - Yaw 225° + RC Flaps - /parameters/CAL_ACC2_ROT/values/6/description + /parameters/UCAN1_ESC_FUNC12/values/407/description - Yaw 270° + RC AUX 1 - /parameters/CAL_ACC2_ROT/values/7/description + /parameters/UCAN1_ESC_FUNC12/values/408/description - Yaw 315° + RC AUX 2 - /parameters/CAL_ACC2_ROT/values/8/description + /parameters/UCAN1_ESC_FUNC12/values/409/description - Roll 180° + RC AUX 3 - /parameters/CAL_ACC2_ROT/values/9/description + /parameters/UCAN1_ESC_FUNC12/values/410/description - Roll 180°, Yaw 45° + RC AUX 4 - /parameters/CAL_ACC2_ROT/values/10/description + /parameters/UCAN1_ESC_FUNC12/values/411/description - Roll 180°, Yaw 90° + RC AUX 5 - /parameters/CAL_ACC2_ROT/values/11/description + /parameters/UCAN1_ESC_FUNC12/values/412/description - Roll 180°, Yaw 135° + RC AUX 6 - /parameters/CAL_ACC2_ROT/values/12/description + /parameters/UCAN1_ESC_FUNC12/values/420/description - Pitch 180° + Gimbal Roll - /parameters/CAL_ACC2_ROT/values/13/description + /parameters/UCAN1_ESC_FUNC12/values/421/description - Roll 180°, Yaw 225° + Gimbal Pitch - /parameters/CAL_ACC2_ROT/values/14/description + /parameters/UCAN1_ESC_FUNC12/values/422/description - Roll 180°, Yaw 270° + Gimbal Yaw - /parameters/CAL_ACC2_ROT/values/15/description + /parameters/UCAN1_ESC_FUNC12/values/430/description - Roll 180°, Yaw 315° + Gripper - /parameters/CAL_ACC2_ROT/values/16/description + /parameters/UCAN1_ESC_FUNC12/values/440/description - Roll 90° + Landing Gear Wheel - /parameters/CAL_ACC2_ROT/values/17/description + /parameters/UCAN1_ESC_FUNC13/shortDesc - Roll 90°, Yaw 45° + UAVCANv1 ESC 13 Output Function - /parameters/CAL_ACC2_ROT/values/18/description + /parameters/UCAN1_ESC_FUNC13/longDesc - Roll 90°, Yaw 90° + 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 - /parameters/CAL_ACC2_ROT/values/19/description + /parameters/UCAN1_ESC_FUNC13/values/0/description - Roll 90°, Yaw 135° + Disabled - /parameters/CAL_ACC2_ROT/values/20/description + /parameters/UCAN1_ESC_FUNC13/values/1/description - Roll 270° + Constant Min - /parameters/CAL_ACC2_ROT/values/21/description + /parameters/UCAN1_ESC_FUNC13/values/2/description - Roll 270°, Yaw 45° + Constant Max - /parameters/CAL_ACC2_ROT/values/22/description + /parameters/UCAN1_ESC_FUNC13/values/101/description - Roll 270°, Yaw 90° + Motor 1 - /parameters/CAL_ACC2_ROT/values/23/description + /parameters/UCAN1_ESC_FUNC13/values/102/description - Roll 270°, Yaw 135° + Motor 2 - /parameters/CAL_ACC2_ROT/values/24/description + /parameters/UCAN1_ESC_FUNC13/values/103/description - Pitch 90° + Motor 3 - /parameters/CAL_ACC2_ROT/values/25/description + /parameters/UCAN1_ESC_FUNC13/values/104/description - Pitch 270° + Motor 4 - /parameters/CAL_ACC2_ROT/values/26/description + /parameters/UCAN1_ESC_FUNC13/values/105/description - Pitch 180°, Yaw 90° + Motor 5 - /parameters/CAL_ACC2_ROT/values/27/description + /parameters/UCAN1_ESC_FUNC13/values/106/description - Pitch 180°, Yaw 270° + Motor 6 - /parameters/CAL_ACC2_ROT/values/28/description + /parameters/UCAN1_ESC_FUNC13/values/107/description - Roll 90°, Pitch 90° + Motor 7 - /parameters/CAL_ACC2_ROT/values/29/description + /parameters/UCAN1_ESC_FUNC13/values/108/description - Roll 180°, Pitch 90° + Motor 8 - /parameters/CAL_ACC2_ROT/values/30/description + /parameters/UCAN1_ESC_FUNC13/values/109/description - Roll 270°, Pitch 90° + Motor 9 - /parameters/CAL_ACC2_ROT/values/31/description + /parameters/UCAN1_ESC_FUNC13/values/110/description - Roll 90°, Pitch 180° + Motor 10 - /parameters/CAL_ACC2_ROT/values/32/description + /parameters/UCAN1_ESC_FUNC13/values/111/description - Roll 270°, Pitch 180° + Motor 11 - /parameters/CAL_ACC2_ROT/values/33/description + /parameters/UCAN1_ESC_FUNC13/values/112/description - Roll 90°, Pitch 270° + Motor 12 - /parameters/CAL_ACC2_ROT/values/34/description + /parameters/UCAN1_ESC_FUNC13/values/201/description - Roll 180°, Pitch 270° + Servo 1 - /parameters/CAL_ACC2_ROT/values/35/description + /parameters/UCAN1_ESC_FUNC13/values/202/description - Roll 270°, Pitch 270° + Servo 2 - /parameters/CAL_ACC2_ROT/values/36/description + /parameters/UCAN1_ESC_FUNC13/values/203/description - Roll 90°, Pitch 180°, Yaw 90° + Servo 3 - /parameters/CAL_ACC2_ROT/values/37/description + /parameters/UCAN1_ESC_FUNC13/values/204/description - Roll 90°, Yaw 270° + Servo 4 - /parameters/CAL_ACC2_ROT/values/38/description + /parameters/UCAN1_ESC_FUNC13/values/205/description - Roll 90°, Pitch 68°, Yaw 293° + Servo 5 - /parameters/CAL_ACC2_ROT/values/39/description + /parameters/UCAN1_ESC_FUNC13/values/206/description - Pitch 315° + Servo 6 - /parameters/CAL_ACC2_ROT/values/40/description + /parameters/UCAN1_ESC_FUNC13/values/207/description - Roll 90°, Pitch 315° + Servo 7 - /parameters/CAL_ACC2_XOFF/shortDesc + /parameters/UCAN1_ESC_FUNC13/values/208/description - Accelerometer 2 X-axis offset + Servo 8 - /parameters/CAL_ACC2_XSCALE/shortDesc + /parameters/UCAN1_ESC_FUNC13/values/301/description - Accelerometer 2 X-axis scaling factor + Peripheral via Actuator Set 1 - /parameters/CAL_ACC2_YOFF/shortDesc + /parameters/UCAN1_ESC_FUNC13/values/302/description - Accelerometer 2 Y-axis offset + Peripheral via Actuator Set 2 - /parameters/CAL_ACC2_YSCALE/shortDesc + /parameters/UCAN1_ESC_FUNC13/values/303/description - Accelerometer 2 Y-axis scaling factor + Peripheral via Actuator Set 3 - /parameters/CAL_ACC2_ZOFF/shortDesc + /parameters/UCAN1_ESC_FUNC13/values/304/description - Accelerometer 2 Z-axis offset + Peripheral via Actuator Set 4 - /parameters/CAL_ACC2_ZSCALE/shortDesc + /parameters/UCAN1_ESC_FUNC13/values/305/description - Accelerometer 2 Z-axis scaling factor + Peripheral via Actuator Set 5 - /parameters/CAL_ACC3_ID/shortDesc + /parameters/UCAN1_ESC_FUNC13/values/306/description - Accelerometer 3 calibration device ID + Peripheral via Actuator Set 6 - /parameters/CAL_ACC3_ID/longDesc + /parameters/UCAN1_ESC_FUNC13/values/400/description - Device ID of the accelerometer this calibration applies to. + Landing Gear - /parameters/CAL_ACC3_PRIO/shortDesc + /parameters/UCAN1_ESC_FUNC13/values/401/description - Accelerometer 3 priority + Parachute - /parameters/CAL_ACC3_PRIO/values/-1/description + /parameters/UCAN1_ESC_FUNC13/values/402/description - Uninitialized + RC Roll - /parameters/CAL_ACC3_PRIO/values/0/description + /parameters/UCAN1_ESC_FUNC13/values/403/description - Disabled + RC Pitch - /parameters/CAL_ACC3_PRIO/values/1/description + /parameters/UCAN1_ESC_FUNC13/values/404/description - Min + RC Throttle - /parameters/CAL_ACC3_PRIO/values/25/description + /parameters/UCAN1_ESC_FUNC13/values/405/description - Low + RC Yaw - /parameters/CAL_ACC3_PRIO/values/50/description + /parameters/UCAN1_ESC_FUNC13/values/406/description - Medium (Default) + RC Flaps - /parameters/CAL_ACC3_PRIO/values/75/description + /parameters/UCAN1_ESC_FUNC13/values/407/description - High + RC AUX 1 - /parameters/CAL_ACC3_PRIO/values/100/description + /parameters/UCAN1_ESC_FUNC13/values/408/description - Max + RC AUX 2 - /parameters/CAL_ACC3_ROT/shortDesc + /parameters/UCAN1_ESC_FUNC13/values/409/description - Accelerometer 3 rotation relative to airframe + RC AUX 3 - /parameters/CAL_ACC3_ROT/longDesc + /parameters/UCAN1_ESC_FUNC13/values/410/description - 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. + RC AUX 4 - /parameters/CAL_ACC3_ROT/values/-1/description + /parameters/UCAN1_ESC_FUNC13/values/411/description - Internal + RC AUX 5 - /parameters/CAL_ACC3_ROT/values/0/description + /parameters/UCAN1_ESC_FUNC13/values/412/description - No rotation + RC AUX 6 - /parameters/CAL_ACC3_ROT/values/1/description + /parameters/UCAN1_ESC_FUNC13/values/420/description - Yaw 45° + Gimbal Roll - /parameters/CAL_ACC3_ROT/values/2/description + /parameters/UCAN1_ESC_FUNC13/values/421/description - Yaw 90° + Gimbal Pitch - /parameters/CAL_ACC3_ROT/values/3/description + /parameters/UCAN1_ESC_FUNC13/values/422/description - Yaw 135° + Gimbal Yaw - /parameters/CAL_ACC3_ROT/values/4/description + /parameters/UCAN1_ESC_FUNC13/values/430/description - Yaw 180° + Gripper - /parameters/CAL_ACC3_ROT/values/5/description + /parameters/UCAN1_ESC_FUNC13/values/440/description - Yaw 225° + Landing Gear Wheel - /parameters/CAL_ACC3_ROT/values/6/description + /parameters/UCAN1_ESC_FUNC14/shortDesc - Yaw 270° + UAVCANv1 ESC 14 Output Function - /parameters/CAL_ACC3_ROT/values/7/description + /parameters/UCAN1_ESC_FUNC14/longDesc - Yaw 315° + 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 - /parameters/CAL_ACC3_ROT/values/8/description + /parameters/UCAN1_ESC_FUNC14/values/0/description - Roll 180° + Disabled - /parameters/CAL_ACC3_ROT/values/9/description + /parameters/UCAN1_ESC_FUNC14/values/1/description - Roll 180°, Yaw 45° + Constant Min - /parameters/CAL_ACC3_ROT/values/10/description + /parameters/UCAN1_ESC_FUNC14/values/2/description - Roll 180°, Yaw 90° + Constant Max - /parameters/CAL_ACC3_ROT/values/11/description + /parameters/UCAN1_ESC_FUNC14/values/101/description - Roll 180°, Yaw 135° + Motor 1 - /parameters/CAL_ACC3_ROT/values/12/description + /parameters/UCAN1_ESC_FUNC14/values/102/description - Pitch 180° + Motor 2 - /parameters/CAL_ACC3_ROT/values/13/description + /parameters/UCAN1_ESC_FUNC14/values/103/description - Roll 180°, Yaw 225° + Motor 3 - /parameters/CAL_ACC3_ROT/values/14/description + /parameters/UCAN1_ESC_FUNC14/values/104/description - Roll 180°, Yaw 270° + Motor 4 - /parameters/CAL_ACC3_ROT/values/15/description + /parameters/UCAN1_ESC_FUNC14/values/105/description - Roll 180°, Yaw 315° + Motor 5 - /parameters/CAL_ACC3_ROT/values/16/description + /parameters/UCAN1_ESC_FUNC14/values/106/description - Roll 90° + Motor 6 - /parameters/CAL_ACC3_ROT/values/17/description + /parameters/UCAN1_ESC_FUNC14/values/107/description - Roll 90°, Yaw 45° + Motor 7 - /parameters/CAL_ACC3_ROT/values/18/description + /parameters/UCAN1_ESC_FUNC14/values/108/description - Roll 90°, Yaw 90° + Motor 8 - /parameters/CAL_ACC3_ROT/values/19/description + /parameters/UCAN1_ESC_FUNC14/values/109/description - Roll 90°, Yaw 135° + Motor 9 - /parameters/CAL_ACC3_ROT/values/20/description + /parameters/UCAN1_ESC_FUNC14/values/110/description - Roll 270° + Motor 10 - /parameters/CAL_ACC3_ROT/values/21/description + /parameters/UCAN1_ESC_FUNC14/values/111/description - Roll 270°, Yaw 45° + Motor 11 - /parameters/CAL_ACC3_ROT/values/22/description + /parameters/UCAN1_ESC_FUNC14/values/112/description - Roll 270°, Yaw 90° + Motor 12 - /parameters/CAL_ACC3_ROT/values/23/description + /parameters/UCAN1_ESC_FUNC14/values/201/description - Roll 270°, Yaw 135° + Servo 1 - /parameters/CAL_ACC3_ROT/values/24/description + /parameters/UCAN1_ESC_FUNC14/values/202/description - Pitch 90° + Servo 2 - /parameters/CAL_ACC3_ROT/values/25/description + /parameters/UCAN1_ESC_FUNC14/values/203/description - Pitch 270° + Servo 3 - /parameters/CAL_ACC3_ROT/values/26/description + /parameters/UCAN1_ESC_FUNC14/values/204/description - Pitch 180°, Yaw 90° + Servo 4 - /parameters/CAL_ACC3_ROT/values/27/description + /parameters/UCAN1_ESC_FUNC14/values/205/description - Pitch 180°, Yaw 270° + Servo 5 - /parameters/CAL_ACC3_ROT/values/28/description + /parameters/UCAN1_ESC_FUNC14/values/206/description - Roll 90°, Pitch 90° + Servo 6 - /parameters/CAL_ACC3_ROT/values/29/description + /parameters/UCAN1_ESC_FUNC14/values/207/description - Roll 180°, Pitch 90° + Servo 7 - /parameters/CAL_ACC3_ROT/values/30/description + /parameters/UCAN1_ESC_FUNC14/values/208/description - Roll 270°, Pitch 90° + Servo 8 - /parameters/CAL_ACC3_ROT/values/31/description + /parameters/UCAN1_ESC_FUNC14/values/301/description - Roll 90°, Pitch 180° + Peripheral via Actuator Set 1 - /parameters/CAL_ACC3_ROT/values/32/description + /parameters/UCAN1_ESC_FUNC14/values/302/description - Roll 270°, Pitch 180° + Peripheral via Actuator Set 2 - /parameters/CAL_ACC3_ROT/values/33/description + /parameters/UCAN1_ESC_FUNC14/values/303/description - Roll 90°, Pitch 270° + Peripheral via Actuator Set 3 - /parameters/CAL_ACC3_ROT/values/34/description + /parameters/UCAN1_ESC_FUNC14/values/304/description - Roll 180°, Pitch 270° + Peripheral via Actuator Set 4 - /parameters/CAL_ACC3_ROT/values/35/description + /parameters/UCAN1_ESC_FUNC14/values/305/description - Roll 270°, Pitch 270° + Peripheral via Actuator Set 5 - /parameters/CAL_ACC3_ROT/values/36/description + /parameters/UCAN1_ESC_FUNC14/values/306/description - Roll 90°, Pitch 180°, Yaw 90° + Peripheral via Actuator Set 6 - /parameters/CAL_ACC3_ROT/values/37/description + /parameters/UCAN1_ESC_FUNC14/values/400/description - Roll 90°, Yaw 270° + Landing Gear - /parameters/CAL_ACC3_ROT/values/38/description + /parameters/UCAN1_ESC_FUNC14/values/401/description - Roll 90°, Pitch 68°, Yaw 293° + Parachute - /parameters/CAL_ACC3_ROT/values/39/description + /parameters/UCAN1_ESC_FUNC14/values/402/description - Pitch 315° + RC Roll - /parameters/CAL_ACC3_ROT/values/40/description + /parameters/UCAN1_ESC_FUNC14/values/403/description - Roll 90°, Pitch 315° + RC Pitch - /parameters/CAL_ACC3_XOFF/shortDesc + /parameters/UCAN1_ESC_FUNC14/values/404/description - Accelerometer 3 X-axis offset + RC Throttle - /parameters/CAL_ACC3_XSCALE/shortDesc + /parameters/UCAN1_ESC_FUNC14/values/405/description - Accelerometer 3 X-axis scaling factor + RC Yaw - /parameters/CAL_ACC3_YOFF/shortDesc + /parameters/UCAN1_ESC_FUNC14/values/406/description - Accelerometer 3 Y-axis offset + RC Flaps - /parameters/CAL_ACC3_YSCALE/shortDesc + /parameters/UCAN1_ESC_FUNC14/values/407/description - Accelerometer 3 Y-axis scaling factor + RC AUX 1 - /parameters/CAL_ACC3_ZOFF/shortDesc + /parameters/UCAN1_ESC_FUNC14/values/408/description - Accelerometer 3 Z-axis offset + RC AUX 2 - /parameters/CAL_ACC3_ZSCALE/shortDesc + /parameters/UCAN1_ESC_FUNC14/values/409/description - Accelerometer 3 Z-axis scaling factor + RC AUX 3 - /parameters/CAL_BARO0_ID/shortDesc + /parameters/UCAN1_ESC_FUNC14/values/410/description - Barometer 0 calibration device ID + RC AUX 4 - /parameters/CAL_BARO0_ID/longDesc + /parameters/UCAN1_ESC_FUNC14/values/411/description - Device ID of the barometer this calibration applies to. + RC AUX 5 - /parameters/CAL_BARO0_OFF/shortDesc + /parameters/UCAN1_ESC_FUNC14/values/412/description - Barometer 0 offset + RC AUX 6 - /parameters/CAL_BARO0_PRIO/shortDesc + /parameters/UCAN1_ESC_FUNC14/values/420/description - Barometer 0 priority + Gimbal Roll - /parameters/CAL_BARO0_PRIO/values/-1/description + /parameters/UCAN1_ESC_FUNC14/values/421/description - Uninitialized + Gimbal Pitch - /parameters/CAL_BARO0_PRIO/values/0/description + /parameters/UCAN1_ESC_FUNC14/values/422/description - Disabled + Gimbal Yaw - /parameters/CAL_BARO0_PRIO/values/1/description + /parameters/UCAN1_ESC_FUNC14/values/430/description - Min + Gripper - /parameters/CAL_BARO0_PRIO/values/25/description + /parameters/UCAN1_ESC_FUNC14/values/440/description - Low + Landing Gear Wheel - /parameters/CAL_BARO0_PRIO/values/50/description + /parameters/UCAN1_ESC_FUNC15/shortDesc - Medium (Default) + UAVCANv1 ESC 15 Output Function - /parameters/CAL_BARO0_PRIO/values/75/description + /parameters/UCAN1_ESC_FUNC15/longDesc - High + 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 - /parameters/CAL_BARO0_PRIO/values/100/description + /parameters/UCAN1_ESC_FUNC15/values/0/description - Max + Disabled - /parameters/CAL_BARO1_ID/shortDesc + /parameters/UCAN1_ESC_FUNC15/values/1/description - Barometer 1 calibration device ID + Constant Min - /parameters/CAL_BARO1_ID/longDesc + /parameters/UCAN1_ESC_FUNC15/values/2/description - Device ID of the barometer this calibration applies to. + Constant Max - /parameters/CAL_BARO1_OFF/shortDesc + /parameters/UCAN1_ESC_FUNC15/values/101/description - Barometer 1 offset + Motor 1 - /parameters/CAL_BARO1_PRIO/shortDesc + /parameters/UCAN1_ESC_FUNC15/values/102/description - Barometer 1 priority + Motor 2 - /parameters/CAL_BARO1_PRIO/values/-1/description + /parameters/UCAN1_ESC_FUNC15/values/103/description - Uninitialized + Motor 3 - /parameters/CAL_BARO1_PRIO/values/0/description + /parameters/UCAN1_ESC_FUNC15/values/104/description - Disabled + Motor 4 - /parameters/CAL_BARO1_PRIO/values/1/description + /parameters/UCAN1_ESC_FUNC15/values/105/description - Min + Motor 5 - /parameters/CAL_BARO1_PRIO/values/25/description + /parameters/UCAN1_ESC_FUNC15/values/106/description - Low + Motor 6 - /parameters/CAL_BARO1_PRIO/values/50/description + /parameters/UCAN1_ESC_FUNC15/values/107/description - Medium (Default) + Motor 7 - /parameters/CAL_BARO1_PRIO/values/75/description + /parameters/UCAN1_ESC_FUNC15/values/108/description - High + Motor 8 - /parameters/CAL_BARO1_PRIO/values/100/description + /parameters/UCAN1_ESC_FUNC15/values/109/description - Max + Motor 9 - /parameters/CAL_BARO2_ID/shortDesc + /parameters/UCAN1_ESC_FUNC15/values/110/description - Barometer 2 calibration device ID + Motor 10 - /parameters/CAL_BARO2_ID/longDesc + /parameters/UCAN1_ESC_FUNC15/values/111/description - Device ID of the barometer this calibration applies to. + Motor 11 - /parameters/CAL_BARO2_OFF/shortDesc + /parameters/UCAN1_ESC_FUNC15/values/112/description - Barometer 2 offset + Motor 12 - /parameters/CAL_BARO2_PRIO/shortDesc + /parameters/UCAN1_ESC_FUNC15/values/201/description - Barometer 2 priority + Servo 1 - /parameters/CAL_BARO2_PRIO/values/-1/description + /parameters/UCAN1_ESC_FUNC15/values/202/description - Uninitialized + Servo 2 - /parameters/CAL_BARO2_PRIO/values/0/description + /parameters/UCAN1_ESC_FUNC15/values/203/description - Disabled + Servo 3 - /parameters/CAL_BARO2_PRIO/values/1/description + /parameters/UCAN1_ESC_FUNC15/values/204/description - Min + Servo 4 - /parameters/CAL_BARO2_PRIO/values/25/description + /parameters/UCAN1_ESC_FUNC15/values/205/description - Low + Servo 5 - /parameters/CAL_BARO2_PRIO/values/50/description + /parameters/UCAN1_ESC_FUNC15/values/206/description - Medium (Default) + Servo 6 - /parameters/CAL_BARO2_PRIO/values/75/description + /parameters/UCAN1_ESC_FUNC15/values/207/description - High + Servo 7 - /parameters/CAL_BARO2_PRIO/values/100/description + /parameters/UCAN1_ESC_FUNC15/values/208/description - Max + Servo 8 - /parameters/CAL_BARO3_ID/shortDesc + /parameters/UCAN1_ESC_FUNC15/values/301/description - Barometer 3 calibration device ID + Peripheral via Actuator Set 1 - /parameters/CAL_BARO3_ID/longDesc + /parameters/UCAN1_ESC_FUNC15/values/302/description - Device ID of the barometer this calibration applies to. + Peripheral via Actuator Set 2 - /parameters/CAL_BARO3_OFF/shortDesc + /parameters/UCAN1_ESC_FUNC15/values/303/description - Barometer 3 offset + Peripheral via Actuator Set 3 - /parameters/CAL_BARO3_PRIO/shortDesc + /parameters/UCAN1_ESC_FUNC15/values/304/description - Barometer 3 priority + Peripheral via Actuator Set 4 - /parameters/CAL_BARO3_PRIO/values/-1/description + /parameters/UCAN1_ESC_FUNC15/values/305/description - Uninitialized + Peripheral via Actuator Set 5 - /parameters/CAL_BARO3_PRIO/values/0/description + /parameters/UCAN1_ESC_FUNC15/values/306/description - Disabled + Peripheral via Actuator Set 6 - /parameters/CAL_BARO3_PRIO/values/1/description + /parameters/UCAN1_ESC_FUNC15/values/400/description - Min + Landing Gear - /parameters/CAL_BARO3_PRIO/values/25/description + /parameters/UCAN1_ESC_FUNC15/values/401/description - Low + Parachute - /parameters/CAL_BARO3_PRIO/values/50/description + /parameters/UCAN1_ESC_FUNC15/values/402/description - Medium (Default) + RC Roll - /parameters/CAL_BARO3_PRIO/values/75/description + /parameters/UCAN1_ESC_FUNC15/values/403/description - High + RC Pitch - /parameters/CAL_BARO3_PRIO/values/100/description + /parameters/UCAN1_ESC_FUNC15/values/404/description - Max + RC Throttle - /parameters/CAL_GYRO0_ID/shortDesc + /parameters/UCAN1_ESC_FUNC15/values/405/description - Gyroscope 0 calibration device ID + RC Yaw - /parameters/CAL_GYRO0_ID/longDesc + /parameters/UCAN1_ESC_FUNC15/values/406/description - Device ID of the gyroscope this calibration applies to. + RC Flaps - /parameters/CAL_GYRO0_PRIO/shortDesc + /parameters/UCAN1_ESC_FUNC15/values/407/description - Gyroscope 0 priority + RC AUX 1 - /parameters/CAL_GYRO0_PRIO/values/-1/description + /parameters/UCAN1_ESC_FUNC15/values/408/description - Uninitialized + RC AUX 2 - /parameters/CAL_GYRO0_PRIO/values/0/description + /parameters/UCAN1_ESC_FUNC15/values/409/description - Disabled + RC AUX 3 - /parameters/CAL_GYRO0_PRIO/values/1/description + /parameters/UCAN1_ESC_FUNC15/values/410/description - Min + RC AUX 4 - /parameters/CAL_GYRO0_PRIO/values/25/description + /parameters/UCAN1_ESC_FUNC15/values/411/description - Low + RC AUX 5 - /parameters/CAL_GYRO0_PRIO/values/50/description + /parameters/UCAN1_ESC_FUNC15/values/412/description - Medium (Default) + RC AUX 6 - /parameters/CAL_GYRO0_PRIO/values/75/description + /parameters/UCAN1_ESC_FUNC15/values/420/description - High + Gimbal Roll - /parameters/CAL_GYRO0_PRIO/values/100/description + /parameters/UCAN1_ESC_FUNC15/values/421/description - Max + Gimbal Pitch - /parameters/CAL_GYRO0_ROT/shortDesc + /parameters/UCAN1_ESC_FUNC15/values/422/description - Gyroscope 0 rotation relative to airframe + Gimbal Yaw - /parameters/CAL_GYRO0_ROT/longDesc + /parameters/UCAN1_ESC_FUNC15/values/430/description - 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. + Gripper - /parameters/CAL_GYRO0_ROT/values/-1/description + /parameters/UCAN1_ESC_FUNC15/values/440/description - Internal + Landing Gear Wheel - /parameters/CAL_GYRO0_ROT/values/0/description + /parameters/UCAN1_ESC_FUNC16/shortDesc - No rotation + UAVCANv1 ESC 16 Output Function - /parameters/CAL_GYRO0_ROT/values/1/description + /parameters/UCAN1_ESC_FUNC16/longDesc - Yaw 45° + 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 - /parameters/CAL_GYRO0_ROT/values/2/description + /parameters/UCAN1_ESC_FUNC16/values/0/description - Yaw 90° + Disabled - /parameters/CAL_GYRO0_ROT/values/3/description + /parameters/UCAN1_ESC_FUNC16/values/1/description - Yaw 135° + Constant Min - /parameters/CAL_GYRO0_ROT/values/4/description + /parameters/UCAN1_ESC_FUNC16/values/2/description - Yaw 180° + Constant Max - /parameters/CAL_GYRO0_ROT/values/5/description + /parameters/UCAN1_ESC_FUNC16/values/101/description - Yaw 225° + Motor 1 - /parameters/CAL_GYRO0_ROT/values/6/description + /parameters/UCAN1_ESC_FUNC16/values/102/description - Yaw 270° + Motor 2 - /parameters/CAL_GYRO0_ROT/values/7/description + /parameters/UCAN1_ESC_FUNC16/values/103/description - Yaw 315° + Motor 3 - /parameters/CAL_GYRO0_ROT/values/8/description + /parameters/UCAN1_ESC_FUNC16/values/104/description - Roll 180° + Motor 4 - /parameters/CAL_GYRO0_ROT/values/9/description + /parameters/UCAN1_ESC_FUNC16/values/105/description - Roll 180°, Yaw 45° + Motor 5 - /parameters/CAL_GYRO0_ROT/values/10/description + /parameters/UCAN1_ESC_FUNC16/values/106/description - Roll 180°, Yaw 90° + Motor 6 - /parameters/CAL_GYRO0_ROT/values/11/description + /parameters/UCAN1_ESC_FUNC16/values/107/description - Roll 180°, Yaw 135° + Motor 7 - /parameters/CAL_GYRO0_ROT/values/12/description + /parameters/UCAN1_ESC_FUNC16/values/108/description - Pitch 180° + Motor 8 - /parameters/CAL_GYRO0_ROT/values/13/description + /parameters/UCAN1_ESC_FUNC16/values/109/description - Roll 180°, Yaw 225° + Motor 9 - /parameters/CAL_GYRO0_ROT/values/14/description + /parameters/UCAN1_ESC_FUNC16/values/110/description - Roll 180°, Yaw 270° + Motor 10 - /parameters/CAL_GYRO0_ROT/values/15/description + /parameters/UCAN1_ESC_FUNC16/values/111/description - Roll 180°, Yaw 315° + Motor 11 - /parameters/CAL_GYRO0_ROT/values/16/description + /parameters/UCAN1_ESC_FUNC16/values/112/description - Roll 90° + Motor 12 - /parameters/CAL_GYRO0_ROT/values/17/description + /parameters/UCAN1_ESC_FUNC16/values/201/description - Roll 90°, Yaw 45° + Servo 1 - /parameters/CAL_GYRO0_ROT/values/18/description + /parameters/UCAN1_ESC_FUNC16/values/202/description - Roll 90°, Yaw 90° + Servo 2 - /parameters/CAL_GYRO0_ROT/values/19/description + /parameters/UCAN1_ESC_FUNC16/values/203/description - Roll 90°, Yaw 135° + Servo 3 - /parameters/CAL_GYRO0_ROT/values/20/description + /parameters/UCAN1_ESC_FUNC16/values/204/description - Roll 270° + Servo 4 - /parameters/CAL_GYRO0_ROT/values/21/description + /parameters/UCAN1_ESC_FUNC16/values/205/description - Roll 270°, Yaw 45° + Servo 5 - /parameters/CAL_GYRO0_ROT/values/22/description + /parameters/UCAN1_ESC_FUNC16/values/206/description - Roll 270°, Yaw 90° + Servo 6 - /parameters/CAL_GYRO0_ROT/values/23/description + /parameters/UCAN1_ESC_FUNC16/values/207/description - Roll 270°, Yaw 135° + Servo 7 - /parameters/CAL_GYRO0_ROT/values/24/description + /parameters/UCAN1_ESC_FUNC16/values/208/description - Pitch 90° + Servo 8 - /parameters/CAL_GYRO0_ROT/values/25/description + /parameters/UCAN1_ESC_FUNC16/values/301/description - Pitch 270° + Peripheral via Actuator Set 1 - /parameters/CAL_GYRO0_ROT/values/26/description + /parameters/UCAN1_ESC_FUNC16/values/302/description - Pitch 180°, Yaw 90° + Peripheral via Actuator Set 2 - /parameters/CAL_GYRO0_ROT/values/27/description + /parameters/UCAN1_ESC_FUNC16/values/303/description - Pitch 180°, Yaw 270° + Peripheral via Actuator Set 3 - /parameters/CAL_GYRO0_ROT/values/28/description + /parameters/UCAN1_ESC_FUNC16/values/304/description - Roll 90°, Pitch 90° + Peripheral via Actuator Set 4 - /parameters/CAL_GYRO0_ROT/values/29/description + /parameters/UCAN1_ESC_FUNC16/values/305/description - Roll 180°, Pitch 90° + Peripheral via Actuator Set 5 - /parameters/CAL_GYRO0_ROT/values/30/description + /parameters/UCAN1_ESC_FUNC16/values/306/description - Roll 270°, Pitch 90° + Peripheral via Actuator Set 6 - /parameters/CAL_GYRO0_ROT/values/31/description + /parameters/UCAN1_ESC_FUNC16/values/400/description - Roll 90°, Pitch 180° + Landing Gear - /parameters/CAL_GYRO0_ROT/values/32/description + /parameters/UCAN1_ESC_FUNC16/values/401/description - Roll 270°, Pitch 180° + Parachute - /parameters/CAL_GYRO0_ROT/values/33/description + /parameters/UCAN1_ESC_FUNC16/values/402/description - Roll 90°, Pitch 270° + RC Roll - /parameters/CAL_GYRO0_ROT/values/34/description + /parameters/UCAN1_ESC_FUNC16/values/403/description - Roll 180°, Pitch 270° + RC Pitch - /parameters/CAL_GYRO0_ROT/values/35/description + /parameters/UCAN1_ESC_FUNC16/values/404/description - Roll 270°, Pitch 270° + RC Throttle - /parameters/CAL_GYRO0_ROT/values/36/description + /parameters/UCAN1_ESC_FUNC16/values/405/description - Roll 90°, Pitch 180°, Yaw 90° + RC Yaw - /parameters/CAL_GYRO0_ROT/values/37/description + /parameters/UCAN1_ESC_FUNC16/values/406/description - Roll 90°, Yaw 270° + RC Flaps - /parameters/CAL_GYRO0_ROT/values/38/description + /parameters/UCAN1_ESC_FUNC16/values/407/description - Roll 90°, Pitch 68°, Yaw 293° + RC AUX 1 - /parameters/CAL_GYRO0_ROT/values/39/description + /parameters/UCAN1_ESC_FUNC16/values/408/description - Pitch 315° + RC AUX 2 - /parameters/CAL_GYRO0_ROT/values/40/description + /parameters/UCAN1_ESC_FUNC16/values/409/description - Roll 90°, Pitch 315° + RC AUX 3 - /parameters/CAL_GYRO0_XOFF/shortDesc + /parameters/UCAN1_ESC_FUNC16/values/410/description - Gyroscope 0 X-axis offset + RC AUX 4 - /parameters/CAL_GYRO0_YOFF/shortDesc + /parameters/UCAN1_ESC_FUNC16/values/411/description - Gyroscope 0 Y-axis offset + RC AUX 5 - /parameters/CAL_GYRO0_ZOFF/shortDesc + /parameters/UCAN1_ESC_FUNC16/values/412/description - Gyroscope 0 Z-axis offset + RC AUX 6 - /parameters/CAL_GYRO1_ID/shortDesc + /parameters/UCAN1_ESC_FUNC16/values/420/description - Gyroscope 1 calibration device ID + Gimbal Roll - /parameters/CAL_GYRO1_ID/longDesc + /parameters/UCAN1_ESC_FUNC16/values/421/description - Device ID of the gyroscope this calibration applies to. + Gimbal Pitch - /parameters/CAL_GYRO1_PRIO/shortDesc + /parameters/UCAN1_ESC_FUNC16/values/422/description - Gyroscope 1 priority + Gimbal Yaw - /parameters/CAL_GYRO1_PRIO/values/-1/description + /parameters/UCAN1_ESC_FUNC16/values/430/description - Uninitialized + Gripper - /parameters/CAL_GYRO1_PRIO/values/0/description + /parameters/UCAN1_ESC_FUNC16/values/440/description - Disabled + Landing Gear Wheel - /parameters/CAL_GYRO1_PRIO/values/1/description + /parameters/UCAN1_ESC_FUNC2/shortDesc - Min + UAVCANv1 ESC 2 Output Function - /parameters/CAL_GYRO1_PRIO/values/25/description + /parameters/UCAN1_ESC_FUNC2/longDesc - Low + 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 - /parameters/CAL_GYRO1_PRIO/values/50/description + /parameters/UCAN1_ESC_FUNC2/values/0/description - Medium (Default) + Disabled - /parameters/CAL_GYRO1_PRIO/values/75/description + /parameters/UCAN1_ESC_FUNC2/values/1/description - High + Constant Min - /parameters/CAL_GYRO1_PRIO/values/100/description + /parameters/UCAN1_ESC_FUNC2/values/2/description - Max + Constant Max - /parameters/CAL_GYRO1_ROT/shortDesc + /parameters/UCAN1_ESC_FUNC2/values/101/description - Gyroscope 1 rotation relative to airframe + Motor 1 - /parameters/CAL_GYRO1_ROT/longDesc + /parameters/UCAN1_ESC_FUNC2/values/102/description - 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. + Motor 2 - /parameters/CAL_GYRO1_ROT/values/-1/description + /parameters/UCAN1_ESC_FUNC2/values/103/description - Internal + Motor 3 - /parameters/CAL_GYRO1_ROT/values/0/description + /parameters/UCAN1_ESC_FUNC2/values/104/description - No rotation + Motor 4 - /parameters/CAL_GYRO1_ROT/values/1/description + /parameters/UCAN1_ESC_FUNC2/values/105/description - Yaw 45° + Motor 5 - /parameters/CAL_GYRO1_ROT/values/2/description + /parameters/UCAN1_ESC_FUNC2/values/106/description - Yaw 90° + Motor 6 - /parameters/CAL_GYRO1_ROT/values/3/description + /parameters/UCAN1_ESC_FUNC2/values/107/description - Yaw 135° + Motor 7 - /parameters/CAL_GYRO1_ROT/values/4/description + /parameters/UCAN1_ESC_FUNC2/values/108/description - Yaw 180° + Motor 8 - /parameters/CAL_GYRO1_ROT/values/5/description + /parameters/UCAN1_ESC_FUNC2/values/109/description - Yaw 225° + Motor 9 - /parameters/CAL_GYRO1_ROT/values/6/description + /parameters/UCAN1_ESC_FUNC2/values/110/description - Yaw 270° + Motor 10 - /parameters/CAL_GYRO1_ROT/values/7/description + /parameters/UCAN1_ESC_FUNC2/values/111/description - Yaw 315° + Motor 11 - /parameters/CAL_GYRO1_ROT/values/8/description + /parameters/UCAN1_ESC_FUNC2/values/112/description - Roll 180° + Motor 12 - /parameters/CAL_GYRO1_ROT/values/9/description + /parameters/UCAN1_ESC_FUNC2/values/201/description - Roll 180°, Yaw 45° + Servo 1 - /parameters/CAL_GYRO1_ROT/values/10/description + /parameters/UCAN1_ESC_FUNC2/values/202/description - Roll 180°, Yaw 90° + Servo 2 - /parameters/CAL_GYRO1_ROT/values/11/description + /parameters/UCAN1_ESC_FUNC2/values/203/description - Roll 180°, Yaw 135° + Servo 3 - /parameters/CAL_GYRO1_ROT/values/12/description + /parameters/UCAN1_ESC_FUNC2/values/204/description - Pitch 180° + Servo 4 - /parameters/CAL_GYRO1_ROT/values/13/description + /parameters/UCAN1_ESC_FUNC2/values/205/description - Roll 180°, Yaw 225° + Servo 5 - /parameters/CAL_GYRO1_ROT/values/14/description + /parameters/UCAN1_ESC_FUNC2/values/206/description - Roll 180°, Yaw 270° + Servo 6 - /parameters/CAL_GYRO1_ROT/values/15/description + /parameters/UCAN1_ESC_FUNC2/values/207/description - Roll 180°, Yaw 315° + Servo 7 - /parameters/CAL_GYRO1_ROT/values/16/description + /parameters/UCAN1_ESC_FUNC2/values/208/description - Roll 90° + Servo 8 - /parameters/CAL_GYRO1_ROT/values/17/description + /parameters/UCAN1_ESC_FUNC2/values/301/description - Roll 90°, Yaw 45° + Peripheral via Actuator Set 1 - /parameters/CAL_GYRO1_ROT/values/18/description + /parameters/UCAN1_ESC_FUNC2/values/302/description - Roll 90°, Yaw 90° + Peripheral via Actuator Set 2 - /parameters/CAL_GYRO1_ROT/values/19/description + /parameters/UCAN1_ESC_FUNC2/values/303/description - Roll 90°, Yaw 135° + Peripheral via Actuator Set 3 - /parameters/CAL_GYRO1_ROT/values/20/description + /parameters/UCAN1_ESC_FUNC2/values/304/description - Roll 270° + Peripheral via Actuator Set 4 - /parameters/CAL_GYRO1_ROT/values/21/description + /parameters/UCAN1_ESC_FUNC2/values/305/description - Roll 270°, Yaw 45° + Peripheral via Actuator Set 5 - /parameters/CAL_GYRO1_ROT/values/22/description + /parameters/UCAN1_ESC_FUNC2/values/306/description - Roll 270°, Yaw 90° + Peripheral via Actuator Set 6 - /parameters/CAL_GYRO1_ROT/values/23/description + /parameters/UCAN1_ESC_FUNC2/values/400/description - Roll 270°, Yaw 135° + Landing Gear - /parameters/CAL_GYRO1_ROT/values/24/description + /parameters/UCAN1_ESC_FUNC2/values/401/description - Pitch 90° + Parachute - /parameters/CAL_GYRO1_ROT/values/25/description + /parameters/UCAN1_ESC_FUNC2/values/402/description - Pitch 270° + RC Roll - /parameters/CAL_GYRO1_ROT/values/26/description + /parameters/UCAN1_ESC_FUNC2/values/403/description - Pitch 180°, Yaw 90° + RC Pitch - /parameters/CAL_GYRO1_ROT/values/27/description + /parameters/UCAN1_ESC_FUNC2/values/404/description - Pitch 180°, Yaw 270° + RC Throttle - /parameters/CAL_GYRO1_ROT/values/28/description + /parameters/UCAN1_ESC_FUNC2/values/405/description - Roll 90°, Pitch 90° + RC Yaw - /parameters/CAL_GYRO1_ROT/values/29/description + /parameters/UCAN1_ESC_FUNC2/values/406/description - Roll 180°, Pitch 90° + RC Flaps - /parameters/CAL_GYRO1_ROT/values/30/description + /parameters/UCAN1_ESC_FUNC2/values/407/description - Roll 270°, Pitch 90° + RC AUX 1 - /parameters/CAL_GYRO1_ROT/values/31/description + /parameters/UCAN1_ESC_FUNC2/values/408/description - Roll 90°, Pitch 180° + RC AUX 2 - /parameters/CAL_GYRO1_ROT/values/32/description + /parameters/UCAN1_ESC_FUNC2/values/409/description - Roll 270°, Pitch 180° + RC AUX 3 - /parameters/CAL_GYRO1_ROT/values/33/description + /parameters/UCAN1_ESC_FUNC2/values/410/description - Roll 90°, Pitch 270° + RC AUX 4 - /parameters/CAL_GYRO1_ROT/values/34/description + /parameters/UCAN1_ESC_FUNC2/values/411/description - Roll 180°, Pitch 270° + RC AUX 5 - /parameters/CAL_GYRO1_ROT/values/35/description + /parameters/UCAN1_ESC_FUNC2/values/412/description - Roll 270°, Pitch 270° + RC AUX 6 - /parameters/CAL_GYRO1_ROT/values/36/description + /parameters/UCAN1_ESC_FUNC2/values/420/description - Roll 90°, Pitch 180°, Yaw 90° + Gimbal Roll - /parameters/CAL_GYRO1_ROT/values/37/description + /parameters/UCAN1_ESC_FUNC2/values/421/description - Roll 90°, Yaw 270° + Gimbal Pitch - /parameters/CAL_GYRO1_ROT/values/38/description + /parameters/UCAN1_ESC_FUNC2/values/422/description - Roll 90°, Pitch 68°, Yaw 293° + Gimbal Yaw - /parameters/CAL_GYRO1_ROT/values/39/description + /parameters/UCAN1_ESC_FUNC2/values/430/description - Pitch 315° + Gripper - /parameters/CAL_GYRO1_ROT/values/40/description + /parameters/UCAN1_ESC_FUNC2/values/440/description - Roll 90°, Pitch 315° + Landing Gear Wheel - /parameters/CAL_GYRO1_XOFF/shortDesc + /parameters/UCAN1_ESC_FUNC3/shortDesc - Gyroscope 1 X-axis offset + UAVCANv1 ESC 3 Output Function - /parameters/CAL_GYRO1_YOFF/shortDesc + /parameters/UCAN1_ESC_FUNC3/longDesc - Gyroscope 1 Y-axis offset + 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 - /parameters/CAL_GYRO1_ZOFF/shortDesc + /parameters/UCAN1_ESC_FUNC3/values/0/description - Gyroscope 1 Z-axis offset + Disabled - /parameters/CAL_GYRO2_ID/shortDesc + /parameters/UCAN1_ESC_FUNC3/values/1/description - Gyroscope 2 calibration device ID + Constant Min - /parameters/CAL_GYRO2_ID/longDesc + /parameters/UCAN1_ESC_FUNC3/values/2/description - Device ID of the gyroscope this calibration applies to. + Constant Max - /parameters/CAL_GYRO2_PRIO/shortDesc + /parameters/UCAN1_ESC_FUNC3/values/101/description - Gyroscope 2 priority + Motor 1 - /parameters/CAL_GYRO2_PRIO/values/-1/description + /parameters/UCAN1_ESC_FUNC3/values/102/description - Uninitialized + Motor 2 - /parameters/CAL_GYRO2_PRIO/values/0/description + /parameters/UCAN1_ESC_FUNC3/values/103/description - Disabled + Motor 3 - /parameters/CAL_GYRO2_PRIO/values/1/description + /parameters/UCAN1_ESC_FUNC3/values/104/description - Min + Motor 4 - /parameters/CAL_GYRO2_PRIO/values/25/description + /parameters/UCAN1_ESC_FUNC3/values/105/description - Low + Motor 5 - /parameters/CAL_GYRO2_PRIO/values/50/description + /parameters/UCAN1_ESC_FUNC3/values/106/description - Medium (Default) + Motor 6 - /parameters/CAL_GYRO2_PRIO/values/75/description + /parameters/UCAN1_ESC_FUNC3/values/107/description - High + Motor 7 - /parameters/CAL_GYRO2_PRIO/values/100/description + /parameters/UCAN1_ESC_FUNC3/values/108/description - Max + Motor 8 - /parameters/CAL_GYRO2_ROT/shortDesc + /parameters/UCAN1_ESC_FUNC3/values/109/description - Gyroscope 2 rotation relative to airframe + Motor 9 - /parameters/CAL_GYRO2_ROT/longDesc + /parameters/UCAN1_ESC_FUNC3/values/110/description - 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. + Motor 10 - /parameters/CAL_GYRO2_ROT/values/-1/description + /parameters/UCAN1_ESC_FUNC3/values/111/description - Internal + Motor 11 - /parameters/CAL_GYRO2_ROT/values/0/description + /parameters/UCAN1_ESC_FUNC3/values/112/description - No rotation + Motor 12 - /parameters/CAL_GYRO2_ROT/values/1/description + /parameters/UCAN1_ESC_FUNC3/values/201/description - Yaw 45° + Servo 1 - /parameters/CAL_GYRO2_ROT/values/2/description + /parameters/UCAN1_ESC_FUNC3/values/202/description - Yaw 90° + Servo 2 - /parameters/CAL_GYRO2_ROT/values/3/description + /parameters/UCAN1_ESC_FUNC3/values/203/description - Yaw 135° + Servo 3 - /parameters/CAL_GYRO2_ROT/values/4/description + /parameters/UCAN1_ESC_FUNC3/values/204/description - Yaw 180° + Servo 4 - /parameters/CAL_GYRO2_ROT/values/5/description + /parameters/UCAN1_ESC_FUNC3/values/205/description - Yaw 225° + Servo 5 - /parameters/CAL_GYRO2_ROT/values/6/description + /parameters/UCAN1_ESC_FUNC3/values/206/description - Yaw 270° + Servo 6 - /parameters/CAL_GYRO2_ROT/values/7/description + /parameters/UCAN1_ESC_FUNC3/values/207/description - Yaw 315° + Servo 7 - /parameters/CAL_GYRO2_ROT/values/8/description + /parameters/UCAN1_ESC_FUNC3/values/208/description - Roll 180° + Servo 8 - /parameters/CAL_GYRO2_ROT/values/9/description + /parameters/UCAN1_ESC_FUNC3/values/301/description - Roll 180°, Yaw 45° + Peripheral via Actuator Set 1 - /parameters/CAL_GYRO2_ROT/values/10/description + /parameters/UCAN1_ESC_FUNC3/values/302/description - Roll 180°, Yaw 90° + Peripheral via Actuator Set 2 - /parameters/CAL_GYRO2_ROT/values/11/description + /parameters/UCAN1_ESC_FUNC3/values/303/description - Roll 180°, Yaw 135° + Peripheral via Actuator Set 3 - /parameters/CAL_GYRO2_ROT/values/12/description + /parameters/UCAN1_ESC_FUNC3/values/304/description - Pitch 180° + Peripheral via Actuator Set 4 - /parameters/CAL_GYRO2_ROT/values/13/description + /parameters/UCAN1_ESC_FUNC3/values/305/description - Roll 180°, Yaw 225° + Peripheral via Actuator Set 5 - /parameters/CAL_GYRO2_ROT/values/14/description + /parameters/UCAN1_ESC_FUNC3/values/306/description - Roll 180°, Yaw 270° + Peripheral via Actuator Set 6 - /parameters/CAL_GYRO2_ROT/values/15/description + /parameters/UCAN1_ESC_FUNC3/values/400/description - Roll 180°, Yaw 315° + Landing Gear - /parameters/CAL_GYRO2_ROT/values/16/description + /parameters/UCAN1_ESC_FUNC3/values/401/description - Roll 90° + Parachute - /parameters/CAL_GYRO2_ROT/values/17/description + /parameters/UCAN1_ESC_FUNC3/values/402/description - Roll 90°, Yaw 45° + RC Roll - /parameters/CAL_GYRO2_ROT/values/18/description + /parameters/UCAN1_ESC_FUNC3/values/403/description - Roll 90°, Yaw 90° + RC Pitch - /parameters/CAL_GYRO2_ROT/values/19/description + /parameters/UCAN1_ESC_FUNC3/values/404/description - Roll 90°, Yaw 135° + RC Throttle - /parameters/CAL_GYRO2_ROT/values/20/description + /parameters/UCAN1_ESC_FUNC3/values/405/description - Roll 270° + RC Yaw - /parameters/CAL_GYRO2_ROT/values/21/description + /parameters/UCAN1_ESC_FUNC3/values/406/description - Roll 270°, Yaw 45° + RC Flaps - /parameters/CAL_GYRO2_ROT/values/22/description + /parameters/UCAN1_ESC_FUNC3/values/407/description - Roll 270°, Yaw 90° + RC AUX 1 - /parameters/CAL_GYRO2_ROT/values/23/description + /parameters/UCAN1_ESC_FUNC3/values/408/description - Roll 270°, Yaw 135° + RC AUX 2 - /parameters/CAL_GYRO2_ROT/values/24/description + /parameters/UCAN1_ESC_FUNC3/values/409/description - Pitch 90° + RC AUX 3 - /parameters/CAL_GYRO2_ROT/values/25/description + /parameters/UCAN1_ESC_FUNC3/values/410/description - Pitch 270° + RC AUX 4 - /parameters/CAL_GYRO2_ROT/values/26/description + /parameters/UCAN1_ESC_FUNC3/values/411/description - Pitch 180°, Yaw 90° + RC AUX 5 - /parameters/CAL_GYRO2_ROT/values/27/description + /parameters/UCAN1_ESC_FUNC3/values/412/description - Pitch 180°, Yaw 270° + RC AUX 6 - /parameters/CAL_GYRO2_ROT/values/28/description + /parameters/UCAN1_ESC_FUNC3/values/420/description - Roll 90°, Pitch 90° + Gimbal Roll - /parameters/CAL_GYRO2_ROT/values/29/description + /parameters/UCAN1_ESC_FUNC3/values/421/description - Roll 180°, Pitch 90° + Gimbal Pitch - /parameters/CAL_GYRO2_ROT/values/30/description + /parameters/UCAN1_ESC_FUNC3/values/422/description - Roll 270°, Pitch 90° + Gimbal Yaw - /parameters/CAL_GYRO2_ROT/values/31/description + /parameters/UCAN1_ESC_FUNC3/values/430/description - Roll 90°, Pitch 180° + Gripper - /parameters/CAL_GYRO2_ROT/values/32/description + /parameters/UCAN1_ESC_FUNC3/values/440/description - Roll 270°, Pitch 180° + Landing Gear Wheel - /parameters/CAL_GYRO2_ROT/values/33/description + /parameters/UCAN1_ESC_FUNC4/shortDesc - Roll 90°, Pitch 270° + UAVCANv1 ESC 4 Output Function - /parameters/CAL_GYRO2_ROT/values/34/description + /parameters/UCAN1_ESC_FUNC4/longDesc - Roll 180°, Pitch 270° + 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 - /parameters/CAL_GYRO2_ROT/values/35/description + /parameters/UCAN1_ESC_FUNC4/values/0/description - Roll 270°, Pitch 270° + Disabled - /parameters/CAL_GYRO2_ROT/values/36/description + /parameters/UCAN1_ESC_FUNC4/values/1/description - Roll 90°, Pitch 180°, Yaw 90° + Constant Min - /parameters/CAL_GYRO2_ROT/values/37/description + /parameters/UCAN1_ESC_FUNC4/values/2/description - Roll 90°, Yaw 270° + Constant Max - /parameters/CAL_GYRO2_ROT/values/38/description + /parameters/UCAN1_ESC_FUNC4/values/101/description - Roll 90°, Pitch 68°, Yaw 293° + Motor 1 - /parameters/CAL_GYRO2_ROT/values/39/description + /parameters/UCAN1_ESC_FUNC4/values/102/description - Pitch 315° + Motor 2 - /parameters/CAL_GYRO2_ROT/values/40/description + /parameters/UCAN1_ESC_FUNC4/values/103/description - Roll 90°, Pitch 315° + Motor 3 - /parameters/CAL_GYRO2_XOFF/shortDesc + /parameters/UCAN1_ESC_FUNC4/values/104/description - Gyroscope 2 X-axis offset + Motor 4 - /parameters/CAL_GYRO2_YOFF/shortDesc + /parameters/UCAN1_ESC_FUNC4/values/105/description - Gyroscope 2 Y-axis offset + Motor 5 - /parameters/CAL_GYRO2_ZOFF/shortDesc + /parameters/UCAN1_ESC_FUNC4/values/106/description - Gyroscope 2 Z-axis offset + Motor 6 - /parameters/CAL_GYRO3_ID/shortDesc + /parameters/UCAN1_ESC_FUNC4/values/107/description - Gyroscope 3 calibration device ID + Motor 7 - /parameters/CAL_GYRO3_ID/longDesc + /parameters/UCAN1_ESC_FUNC4/values/108/description - Device ID of the gyroscope this calibration applies to. + Motor 8 - /parameters/CAL_GYRO3_PRIO/shortDesc + /parameters/UCAN1_ESC_FUNC4/values/109/description - Gyroscope 3 priority + Motor 9 - /parameters/CAL_GYRO3_PRIO/values/-1/description + /parameters/UCAN1_ESC_FUNC4/values/110/description - Uninitialized + Motor 10 - /parameters/CAL_GYRO3_PRIO/values/0/description + /parameters/UCAN1_ESC_FUNC4/values/111/description - Disabled + Motor 11 - /parameters/CAL_GYRO3_PRIO/values/1/description + /parameters/UCAN1_ESC_FUNC4/values/112/description - Min + Motor 12 - /parameters/CAL_GYRO3_PRIO/values/25/description + /parameters/UCAN1_ESC_FUNC4/values/201/description - Low + Servo 1 - /parameters/CAL_GYRO3_PRIO/values/50/description + /parameters/UCAN1_ESC_FUNC4/values/202/description - Medium (Default) + Servo 2 - /parameters/CAL_GYRO3_PRIO/values/75/description + /parameters/UCAN1_ESC_FUNC4/values/203/description - High + Servo 3 - /parameters/CAL_GYRO3_PRIO/values/100/description + /parameters/UCAN1_ESC_FUNC4/values/204/description - Max + Servo 4 - /parameters/CAL_GYRO3_ROT/shortDesc + /parameters/UCAN1_ESC_FUNC4/values/205/description - Gyroscope 3 rotation relative to airframe + Servo 5 - /parameters/CAL_GYRO3_ROT/longDesc + /parameters/UCAN1_ESC_FUNC4/values/206/description - 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. + Servo 6 - /parameters/CAL_GYRO3_ROT/values/-1/description + /parameters/UCAN1_ESC_FUNC4/values/207/description - Internal + Servo 7 - /parameters/CAL_GYRO3_ROT/values/0/description + /parameters/UCAN1_ESC_FUNC4/values/208/description - No rotation + Servo 8 - /parameters/CAL_GYRO3_ROT/values/1/description + /parameters/UCAN1_ESC_FUNC4/values/301/description - Yaw 45° + Peripheral via Actuator Set 1 - /parameters/CAL_GYRO3_ROT/values/2/description + /parameters/UCAN1_ESC_FUNC4/values/302/description - Yaw 90° + Peripheral via Actuator Set 2 - /parameters/CAL_GYRO3_ROT/values/3/description + /parameters/UCAN1_ESC_FUNC4/values/303/description - Yaw 135° + Peripheral via Actuator Set 3 - /parameters/CAL_GYRO3_ROT/values/4/description + /parameters/UCAN1_ESC_FUNC4/values/304/description - Yaw 180° + Peripheral via Actuator Set 4 - /parameters/CAL_GYRO3_ROT/values/5/description + /parameters/UCAN1_ESC_FUNC4/values/305/description - Yaw 225° + Peripheral via Actuator Set 5 - /parameters/CAL_GYRO3_ROT/values/6/description + /parameters/UCAN1_ESC_FUNC4/values/306/description - Yaw 270° + Peripheral via Actuator Set 6 - /parameters/CAL_GYRO3_ROT/values/7/description + /parameters/UCAN1_ESC_FUNC4/values/400/description - Yaw 315° + Landing Gear - /parameters/CAL_GYRO3_ROT/values/8/description + /parameters/UCAN1_ESC_FUNC4/values/401/description - Roll 180° + Parachute - /parameters/CAL_GYRO3_ROT/values/9/description + /parameters/UCAN1_ESC_FUNC4/values/402/description - Roll 180°, Yaw 45° + RC Roll - /parameters/CAL_GYRO3_ROT/values/10/description + /parameters/UCAN1_ESC_FUNC4/values/403/description - Roll 180°, Yaw 90° + RC Pitch - /parameters/CAL_GYRO3_ROT/values/11/description + /parameters/UCAN1_ESC_FUNC4/values/404/description - Roll 180°, Yaw 135° + RC Throttle - /parameters/CAL_GYRO3_ROT/values/12/description + /parameters/UCAN1_ESC_FUNC4/values/405/description - Pitch 180° + RC Yaw - /parameters/CAL_GYRO3_ROT/values/13/description + /parameters/UCAN1_ESC_FUNC4/values/406/description - Roll 180°, Yaw 225° + RC Flaps - /parameters/CAL_GYRO3_ROT/values/14/description + /parameters/UCAN1_ESC_FUNC4/values/407/description - Roll 180°, Yaw 270° + RC AUX 1 - /parameters/CAL_GYRO3_ROT/values/15/description + /parameters/UCAN1_ESC_FUNC4/values/408/description - Roll 180°, Yaw 315° + RC AUX 2 - /parameters/CAL_GYRO3_ROT/values/16/description + /parameters/UCAN1_ESC_FUNC4/values/409/description - Roll 90° + RC AUX 3 - /parameters/CAL_GYRO3_ROT/values/17/description + /parameters/UCAN1_ESC_FUNC4/values/410/description - Roll 90°, Yaw 45° + RC AUX 4 - /parameters/CAL_GYRO3_ROT/values/18/description + /parameters/UCAN1_ESC_FUNC4/values/411/description - Roll 90°, Yaw 90° + RC AUX 5 - /parameters/CAL_GYRO3_ROT/values/19/description + /parameters/UCAN1_ESC_FUNC4/values/412/description - Roll 90°, Yaw 135° + RC AUX 6 - /parameters/CAL_GYRO3_ROT/values/20/description + /parameters/UCAN1_ESC_FUNC4/values/420/description - Roll 270° + Gimbal Roll - /parameters/CAL_GYRO3_ROT/values/21/description + /parameters/UCAN1_ESC_FUNC4/values/421/description - Roll 270°, Yaw 45° + Gimbal Pitch - /parameters/CAL_GYRO3_ROT/values/22/description + /parameters/UCAN1_ESC_FUNC4/values/422/description - Roll 270°, Yaw 90° + Gimbal Yaw - /parameters/CAL_GYRO3_ROT/values/23/description + /parameters/UCAN1_ESC_FUNC4/values/430/description - Roll 270°, Yaw 135° + Gripper - /parameters/CAL_GYRO3_ROT/values/24/description + /parameters/UCAN1_ESC_FUNC4/values/440/description - Pitch 90° + Landing Gear Wheel - /parameters/CAL_GYRO3_ROT/values/25/description + /parameters/UCAN1_ESC_FUNC5/shortDesc - Pitch 270° + UAVCANv1 ESC 5 Output Function - /parameters/CAL_GYRO3_ROT/values/26/description + /parameters/UCAN1_ESC_FUNC5/longDesc - Pitch 180°, Yaw 90° + 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 - /parameters/CAL_GYRO3_ROT/values/27/description + /parameters/UCAN1_ESC_FUNC5/values/0/description - Pitch 180°, Yaw 270° + Disabled - /parameters/CAL_GYRO3_ROT/values/28/description + /parameters/UCAN1_ESC_FUNC5/values/1/description - Roll 90°, Pitch 90° + Constant Min - /parameters/CAL_GYRO3_ROT/values/29/description + /parameters/UCAN1_ESC_FUNC5/values/2/description - Roll 180°, Pitch 90° + Constant Max - /parameters/CAL_GYRO3_ROT/values/30/description + /parameters/UCAN1_ESC_FUNC5/values/101/description - Roll 270°, Pitch 90° + Motor 1 - /parameters/CAL_GYRO3_ROT/values/31/description + /parameters/UCAN1_ESC_FUNC5/values/102/description - Roll 90°, Pitch 180° + Motor 2 - /parameters/CAL_GYRO3_ROT/values/32/description + /parameters/UCAN1_ESC_FUNC5/values/103/description - Roll 270°, Pitch 180° + Motor 3 - /parameters/CAL_GYRO3_ROT/values/33/description + /parameters/UCAN1_ESC_FUNC5/values/104/description - Roll 90°, Pitch 270° + Motor 4 - /parameters/CAL_GYRO3_ROT/values/34/description + /parameters/UCAN1_ESC_FUNC5/values/105/description - Roll 180°, Pitch 270° + Motor 5 - /parameters/CAL_GYRO3_ROT/values/35/description + /parameters/UCAN1_ESC_FUNC5/values/106/description - Roll 270°, Pitch 270° + Motor 6 - /parameters/CAL_GYRO3_ROT/values/36/description + /parameters/UCAN1_ESC_FUNC5/values/107/description - Roll 90°, Pitch 180°, Yaw 90° + Motor 7 - /parameters/CAL_GYRO3_ROT/values/37/description + /parameters/UCAN1_ESC_FUNC5/values/108/description - Roll 90°, Yaw 270° + Motor 8 - /parameters/CAL_GYRO3_ROT/values/38/description + /parameters/UCAN1_ESC_FUNC5/values/109/description - Roll 90°, Pitch 68°, Yaw 293° + Motor 9 - /parameters/CAL_GYRO3_ROT/values/39/description + /parameters/UCAN1_ESC_FUNC5/values/110/description - Pitch 315° + Motor 10 - /parameters/CAL_GYRO3_ROT/values/40/description + /parameters/UCAN1_ESC_FUNC5/values/111/description - Roll 90°, Pitch 315° + Motor 11 - /parameters/CAL_GYRO3_XOFF/shortDesc + /parameters/UCAN1_ESC_FUNC5/values/112/description - Gyroscope 3 X-axis offset + Motor 12 - /parameters/CAL_GYRO3_YOFF/shortDesc + /parameters/UCAN1_ESC_FUNC5/values/201/description - Gyroscope 3 Y-axis offset + Servo 1 - /parameters/CAL_GYRO3_ZOFF/shortDesc + /parameters/UCAN1_ESC_FUNC5/values/202/description - Gyroscope 3 Z-axis offset + Servo 2 - /parameters/CAL_MAG0_ID/shortDesc + /parameters/UCAN1_ESC_FUNC5/values/203/description - Magnetometer 0 calibration device ID + Servo 3 - /parameters/CAL_MAG0_ID/longDesc + /parameters/UCAN1_ESC_FUNC5/values/204/description - Device ID of the magnetometer this calibration applies to. + Servo 4 - /parameters/CAL_MAG0_PITCH/shortDesc + /parameters/UCAN1_ESC_FUNC5/values/205/description - Magnetometer 0 Custom Euler Pitch Angle + Servo 5 - /parameters/CAL_MAG0_PITCH/longDesc + /parameters/UCAN1_ESC_FUNC5/values/206/description - Setting this parameter changes CAL_MAG0_ROT to "Custom Euler Angle" + Servo 6 - /parameters/CAL_MAG0_PRIO/shortDesc + /parameters/UCAN1_ESC_FUNC5/values/207/description - Magnetometer 0 priority + Servo 7 - /parameters/CAL_MAG0_PRIO/values/-1/description + /parameters/UCAN1_ESC_FUNC5/values/208/description - Uninitialized + Servo 8 - /parameters/CAL_MAG0_PRIO/values/0/description + /parameters/UCAN1_ESC_FUNC5/values/301/description - Disabled + Peripheral via Actuator Set 1 - /parameters/CAL_MAG0_PRIO/values/1/description + /parameters/UCAN1_ESC_FUNC5/values/302/description - Min + Peripheral via Actuator Set 2 - /parameters/CAL_MAG0_PRIO/values/25/description + /parameters/UCAN1_ESC_FUNC5/values/303/description - Low + Peripheral via Actuator Set 3 - /parameters/CAL_MAG0_PRIO/values/50/description + /parameters/UCAN1_ESC_FUNC5/values/304/description - Medium (Default) + Peripheral via Actuator Set 4 - /parameters/CAL_MAG0_PRIO/values/75/description + /parameters/UCAN1_ESC_FUNC5/values/305/description - High + Peripheral via Actuator Set 5 - /parameters/CAL_MAG0_PRIO/values/100/description + /parameters/UCAN1_ESC_FUNC5/values/306/description - Max + Peripheral via Actuator Set 6 - /parameters/CAL_MAG0_ROLL/shortDesc + /parameters/UCAN1_ESC_FUNC5/values/400/description - Magnetometer 0 Custom Euler Roll Angle + Landing Gear - /parameters/CAL_MAG0_ROLL/longDesc + /parameters/UCAN1_ESC_FUNC5/values/401/description - Setting this parameter changes CAL_MAG0_ROT to "Custom Euler Angle" + Parachute - /parameters/CAL_MAG0_ROT/shortDesc + /parameters/UCAN1_ESC_FUNC5/values/402/description - Magnetometer 0 rotation relative to airframe + RC Roll - /parameters/CAL_MAG0_ROT/longDesc + /parameters/UCAN1_ESC_FUNC5/values/403/description - 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. + RC Pitch - /parameters/CAL_MAG0_ROT/values/-1/description + /parameters/UCAN1_ESC_FUNC5/values/404/description - Internal + RC Throttle - /parameters/CAL_MAG0_ROT/values/0/description + /parameters/UCAN1_ESC_FUNC5/values/405/description - No rotation + RC Yaw - /parameters/CAL_MAG0_ROT/values/1/description + /parameters/UCAN1_ESC_FUNC5/values/406/description - Yaw 45° + RC Flaps - /parameters/CAL_MAG0_ROT/values/2/description + /parameters/UCAN1_ESC_FUNC5/values/407/description - Yaw 90° + RC AUX 1 - /parameters/CAL_MAG0_ROT/values/3/description + /parameters/UCAN1_ESC_FUNC5/values/408/description - Yaw 135° + RC AUX 2 - /parameters/CAL_MAG0_ROT/values/4/description + /parameters/UCAN1_ESC_FUNC5/values/409/description - Yaw 180° + RC AUX 3 - /parameters/CAL_MAG0_ROT/values/5/description + /parameters/UCAN1_ESC_FUNC5/values/410/description - Yaw 225° + RC AUX 4 - /parameters/CAL_MAG0_ROT/values/6/description + /parameters/UCAN1_ESC_FUNC5/values/411/description - Yaw 270° + RC AUX 5 - /parameters/CAL_MAG0_ROT/values/7/description + /parameters/UCAN1_ESC_FUNC5/values/412/description - Yaw 315° + RC AUX 6 - /parameters/CAL_MAG0_ROT/values/8/description + /parameters/UCAN1_ESC_FUNC5/values/420/description - Roll 180° + Gimbal Roll - /parameters/CAL_MAG0_ROT/values/9/description + /parameters/UCAN1_ESC_FUNC5/values/421/description - Roll 180°, Yaw 45° + Gimbal Pitch - /parameters/CAL_MAG0_ROT/values/10/description + /parameters/UCAN1_ESC_FUNC5/values/422/description - Roll 180°, Yaw 90° + Gimbal Yaw - /parameters/CAL_MAG0_ROT/values/11/description + /parameters/UCAN1_ESC_FUNC5/values/430/description - Roll 180°, Yaw 135° + Gripper - /parameters/CAL_MAG0_ROT/values/12/description + /parameters/UCAN1_ESC_FUNC5/values/440/description - Pitch 180° + Landing Gear Wheel - /parameters/CAL_MAG0_ROT/values/13/description + /parameters/UCAN1_ESC_FUNC6/shortDesc - Roll 180°, Yaw 225° + UAVCANv1 ESC 6 Output Function - /parameters/CAL_MAG0_ROT/values/14/description + /parameters/UCAN1_ESC_FUNC6/longDesc - Roll 180°, Yaw 270° + 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 - /parameters/CAL_MAG0_ROT/values/15/description + /parameters/UCAN1_ESC_FUNC6/values/0/description - Roll 180°, Yaw 315° + Disabled - /parameters/CAL_MAG0_ROT/values/16/description + /parameters/UCAN1_ESC_FUNC6/values/1/description - Roll 90° + Constant Min - /parameters/CAL_MAG0_ROT/values/17/description + /parameters/UCAN1_ESC_FUNC6/values/2/description - Roll 90°, Yaw 45° + Constant Max - /parameters/CAL_MAG0_ROT/values/18/description + /parameters/UCAN1_ESC_FUNC6/values/101/description - Roll 90°, Yaw 90° + Motor 1 - /parameters/CAL_MAG0_ROT/values/19/description + /parameters/UCAN1_ESC_FUNC6/values/102/description - Roll 90°, Yaw 135° + Motor 2 - /parameters/CAL_MAG0_ROT/values/20/description + /parameters/UCAN1_ESC_FUNC6/values/103/description - Roll 270° + Motor 3 - /parameters/CAL_MAG0_ROT/values/21/description + /parameters/UCAN1_ESC_FUNC6/values/104/description - Roll 270°, Yaw 45° + Motor 4 - /parameters/CAL_MAG0_ROT/values/22/description + /parameters/UCAN1_ESC_FUNC6/values/105/description - Roll 270°, Yaw 90° + Motor 5 - /parameters/CAL_MAG0_ROT/values/23/description + /parameters/UCAN1_ESC_FUNC6/values/106/description - Roll 270°, Yaw 135° + Motor 6 - /parameters/CAL_MAG0_ROT/values/24/description + /parameters/UCAN1_ESC_FUNC6/values/107/description - Pitch 90° + Motor 7 - /parameters/CAL_MAG0_ROT/values/25/description + /parameters/UCAN1_ESC_FUNC6/values/108/description - Pitch 270° + Motor 8 - /parameters/CAL_MAG0_ROT/values/26/description + /parameters/UCAN1_ESC_FUNC6/values/109/description - Pitch 180°, Yaw 90° + Motor 9 - /parameters/CAL_MAG0_ROT/values/27/description + /parameters/UCAN1_ESC_FUNC6/values/110/description - Pitch 180°, Yaw 270° + Motor 10 - /parameters/CAL_MAG0_ROT/values/28/description + /parameters/UCAN1_ESC_FUNC6/values/111/description - Roll 90°, Pitch 90° + Motor 11 - /parameters/CAL_MAG0_ROT/values/29/description + /parameters/UCAN1_ESC_FUNC6/values/112/description - Roll 180°, Pitch 90° + Motor 12 - /parameters/CAL_MAG0_ROT/values/30/description + /parameters/UCAN1_ESC_FUNC6/values/201/description - Roll 270°, Pitch 90° + Servo 1 - /parameters/CAL_MAG0_ROT/values/31/description + /parameters/UCAN1_ESC_FUNC6/values/202/description - Roll 90°, Pitch 180° + Servo 2 - /parameters/CAL_MAG0_ROT/values/32/description + /parameters/UCAN1_ESC_FUNC6/values/203/description - Roll 270°, Pitch 180° + Servo 3 - /parameters/CAL_MAG0_ROT/values/33/description + /parameters/UCAN1_ESC_FUNC6/values/204/description - Roll 90°, Pitch 270° + Servo 4 - /parameters/CAL_MAG0_ROT/values/34/description + /parameters/UCAN1_ESC_FUNC6/values/205/description - Roll 180°, Pitch 270° + Servo 5 - /parameters/CAL_MAG0_ROT/values/35/description + /parameters/UCAN1_ESC_FUNC6/values/206/description - Roll 270°, Pitch 270° + Servo 6 - /parameters/CAL_MAG0_ROT/values/36/description + /parameters/UCAN1_ESC_FUNC6/values/207/description - Roll 90°, Pitch 180°, Yaw 90° + Servo 7 - /parameters/CAL_MAG0_ROT/values/37/description + /parameters/UCAN1_ESC_FUNC6/values/208/description - Roll 90°, Yaw 270° + Servo 8 - /parameters/CAL_MAG0_ROT/values/38/description + /parameters/UCAN1_ESC_FUNC6/values/301/description - Roll 90°, Pitch 68°, Yaw 293° + Peripheral via Actuator Set 1 - /parameters/CAL_MAG0_ROT/values/39/description + /parameters/UCAN1_ESC_FUNC6/values/302/description - Pitch 315° + Peripheral via Actuator Set 2 - /parameters/CAL_MAG0_ROT/values/40/description + /parameters/UCAN1_ESC_FUNC6/values/303/description - Roll 90°, Pitch 315° + Peripheral via Actuator Set 3 - /parameters/CAL_MAG0_ROT/values/100/description + /parameters/UCAN1_ESC_FUNC6/values/304/description - Custom Euler Angle + Peripheral via Actuator Set 4 - /parameters/CAL_MAG0_XCOMP/shortDesc + /parameters/UCAN1_ESC_FUNC6/values/305/description - Magnetometer 0 X Axis throttle compensation + Peripheral via Actuator Set 5 - /parameters/CAL_MAG0_XCOMP/longDesc + /parameters/UCAN1_ESC_FUNC6/values/306/description - 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] + Peripheral via Actuator Set 6 - /parameters/CAL_MAG0_XODIAG/shortDesc + /parameters/UCAN1_ESC_FUNC6/values/400/description - Magnetometer 0 X-axis off diagonal scale factor + Landing Gear - /parameters/CAL_MAG0_XOFF/shortDesc + /parameters/UCAN1_ESC_FUNC6/values/401/description - Magnetometer 0 X-axis offset + Parachute - /parameters/CAL_MAG0_XSCALE/shortDesc + /parameters/UCAN1_ESC_FUNC6/values/402/description - Magnetometer 0 X-axis scaling factor + RC Roll - /parameters/CAL_MAG0_YAW/shortDesc + /parameters/UCAN1_ESC_FUNC6/values/403/description - Magnetometer 0 Custom Euler Yaw Angle + RC Pitch - /parameters/CAL_MAG0_YAW/longDesc + /parameters/UCAN1_ESC_FUNC6/values/404/description - Setting this parameter changes CAL_MAG0_ROT to "Custom Euler Angle" + RC Throttle - /parameters/CAL_MAG0_YCOMP/shortDesc + /parameters/UCAN1_ESC_FUNC6/values/405/description - Magnetometer 0 Y Axis throttle compensation + RC Yaw - /parameters/CAL_MAG0_YCOMP/longDesc + /parameters/UCAN1_ESC_FUNC6/values/406/description - 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] + RC Flaps - /parameters/CAL_MAG0_YODIAG/shortDesc + /parameters/UCAN1_ESC_FUNC6/values/407/description - Magnetometer 0 Y-axis off diagonal scale factor + RC AUX 1 - /parameters/CAL_MAG0_YOFF/shortDesc + /parameters/UCAN1_ESC_FUNC6/values/408/description - Magnetometer 0 Y-axis offset + RC AUX 2 - /parameters/CAL_MAG0_YSCALE/shortDesc + /parameters/UCAN1_ESC_FUNC6/values/409/description - Magnetometer 0 Y-axis scaling factor + RC AUX 3 - /parameters/CAL_MAG0_ZCOMP/shortDesc + /parameters/UCAN1_ESC_FUNC6/values/410/description - Magnetometer 0 Z Axis throttle compensation + RC AUX 4 - /parameters/CAL_MAG0_ZCOMP/longDesc + /parameters/UCAN1_ESC_FUNC6/values/411/description - 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] + RC AUX 5 - /parameters/CAL_MAG0_ZODIAG/shortDesc + /parameters/UCAN1_ESC_FUNC6/values/412/description - Magnetometer 0 Z-axis off diagonal scale factor + RC AUX 6 - /parameters/CAL_MAG0_ZOFF/shortDesc + /parameters/UCAN1_ESC_FUNC6/values/420/description - Magnetometer 0 Z-axis offset + Gimbal Roll - /parameters/CAL_MAG0_ZSCALE/shortDesc + /parameters/UCAN1_ESC_FUNC6/values/421/description - Magnetometer 0 Z-axis scaling factor + Gimbal Pitch - /parameters/CAL_MAG1_ID/shortDesc + /parameters/UCAN1_ESC_FUNC6/values/422/description - Magnetometer 1 calibration device ID + Gimbal Yaw - /parameters/CAL_MAG1_ID/longDesc + /parameters/UCAN1_ESC_FUNC6/values/430/description - Device ID of the magnetometer this calibration applies to. + Gripper - /parameters/CAL_MAG1_PITCH/shortDesc + /parameters/UCAN1_ESC_FUNC6/values/440/description - Magnetometer 1 Custom Euler Pitch Angle + Landing Gear Wheel - /parameters/CAL_MAG1_PITCH/longDesc + /parameters/UCAN1_ESC_FUNC7/shortDesc - Setting this parameter changes CAL_MAG1_ROT to "Custom Euler Angle" + UAVCANv1 ESC 7 Output Function - /parameters/CAL_MAG1_PRIO/shortDesc + /parameters/UCAN1_ESC_FUNC7/longDesc - Magnetometer 1 priority + 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 - /parameters/CAL_MAG1_PRIO/values/-1/description + /parameters/UCAN1_ESC_FUNC7/values/0/description - Uninitialized + Disabled - /parameters/CAL_MAG1_PRIO/values/0/description + /parameters/UCAN1_ESC_FUNC7/values/1/description - Disabled + Constant Min - /parameters/CAL_MAG1_PRIO/values/1/description + /parameters/UCAN1_ESC_FUNC7/values/2/description - Min + Constant Max - /parameters/CAL_MAG1_PRIO/values/25/description + /parameters/UCAN1_ESC_FUNC7/values/101/description - Low + Motor 1 - /parameters/CAL_MAG1_PRIO/values/50/description + /parameters/UCAN1_ESC_FUNC7/values/102/description - Medium (Default) + Motor 2 - /parameters/CAL_MAG1_PRIO/values/75/description + /parameters/UCAN1_ESC_FUNC7/values/103/description - High + Motor 3 - /parameters/CAL_MAG1_PRIO/values/100/description + /parameters/UCAN1_ESC_FUNC7/values/104/description - Max + Motor 4 - /parameters/CAL_MAG1_ROLL/shortDesc + /parameters/UCAN1_ESC_FUNC7/values/105/description - Magnetometer 1 Custom Euler Roll Angle + Motor 5 - /parameters/CAL_MAG1_ROLL/longDesc + /parameters/UCAN1_ESC_FUNC7/values/106/description - Setting this parameter changes CAL_MAG1_ROT to "Custom Euler Angle" + Motor 6 - /parameters/CAL_MAG1_ROT/shortDesc + /parameters/UCAN1_ESC_FUNC7/values/107/description - Magnetometer 1 rotation relative to airframe + Motor 7 - /parameters/CAL_MAG1_ROT/longDesc + /parameters/UCAN1_ESC_FUNC7/values/108/description - 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. + Motor 8 - /parameters/CAL_MAG1_ROT/values/-1/description + /parameters/UCAN1_ESC_FUNC7/values/109/description - Internal + Motor 9 - /parameters/CAL_MAG1_ROT/values/0/description + /parameters/UCAN1_ESC_FUNC7/values/110/description - No rotation + Motor 10 - /parameters/CAL_MAG1_ROT/values/1/description + /parameters/UCAN1_ESC_FUNC7/values/111/description - Yaw 45° + Motor 11 - /parameters/CAL_MAG1_ROT/values/2/description + /parameters/UCAN1_ESC_FUNC7/values/112/description - Yaw 90° + Motor 12 - /parameters/CAL_MAG1_ROT/values/3/description + /parameters/UCAN1_ESC_FUNC7/values/201/description - Yaw 135° + Servo 1 - /parameters/CAL_MAG1_ROT/values/4/description + /parameters/UCAN1_ESC_FUNC7/values/202/description - Yaw 180° + Servo 2 - /parameters/CAL_MAG1_ROT/values/5/description + /parameters/UCAN1_ESC_FUNC7/values/203/description - Yaw 225° + Servo 3 - /parameters/CAL_MAG1_ROT/values/6/description + /parameters/UCAN1_ESC_FUNC7/values/204/description - Yaw 270° + Servo 4 - /parameters/CAL_MAG1_ROT/values/7/description + /parameters/UCAN1_ESC_FUNC7/values/205/description - Yaw 315° + Servo 5 - /parameters/CAL_MAG1_ROT/values/8/description + /parameters/UCAN1_ESC_FUNC7/values/206/description - Roll 180° + Servo 6 - /parameters/CAL_MAG1_ROT/values/9/description + /parameters/UCAN1_ESC_FUNC7/values/207/description - Roll 180°, Yaw 45° + Servo 7 - /parameters/CAL_MAG1_ROT/values/10/description + /parameters/UCAN1_ESC_FUNC7/values/208/description - Roll 180°, Yaw 90° + Servo 8 - /parameters/CAL_MAG1_ROT/values/11/description + /parameters/UCAN1_ESC_FUNC7/values/301/description - Roll 180°, Yaw 135° + Peripheral via Actuator Set 1 - /parameters/CAL_MAG1_ROT/values/12/description + /parameters/UCAN1_ESC_FUNC7/values/302/description - Pitch 180° + Peripheral via Actuator Set 2 - /parameters/CAL_MAG1_ROT/values/13/description + /parameters/UCAN1_ESC_FUNC7/values/303/description - Roll 180°, Yaw 225° + Peripheral via Actuator Set 3 - /parameters/CAL_MAG1_ROT/values/14/description + /parameters/UCAN1_ESC_FUNC7/values/304/description - Roll 180°, Yaw 270° + Peripheral via Actuator Set 4 - /parameters/CAL_MAG1_ROT/values/15/description + /parameters/UCAN1_ESC_FUNC7/values/305/description - Roll 180°, Yaw 315° + Peripheral via Actuator Set 5 - /parameters/CAL_MAG1_ROT/values/16/description + /parameters/UCAN1_ESC_FUNC7/values/306/description - Roll 90° + Peripheral via Actuator Set 6 - /parameters/CAL_MAG1_ROT/values/17/description + /parameters/UCAN1_ESC_FUNC7/values/400/description - Roll 90°, Yaw 45° + Landing Gear - /parameters/CAL_MAG1_ROT/values/18/description + /parameters/UCAN1_ESC_FUNC7/values/401/description - Roll 90°, Yaw 90° + Parachute - /parameters/CAL_MAG1_ROT/values/19/description + /parameters/UCAN1_ESC_FUNC7/values/402/description - Roll 90°, Yaw 135° + RC Roll - /parameters/CAL_MAG1_ROT/values/20/description + /parameters/UCAN1_ESC_FUNC7/values/403/description - Roll 270° + RC Pitch - /parameters/CAL_MAG1_ROT/values/21/description + /parameters/UCAN1_ESC_FUNC7/values/404/description - Roll 270°, Yaw 45° + RC Throttle - /parameters/CAL_MAG1_ROT/values/22/description + /parameters/UCAN1_ESC_FUNC7/values/405/description - Roll 270°, Yaw 90° + RC Yaw - /parameters/CAL_MAG1_ROT/values/23/description + /parameters/UCAN1_ESC_FUNC7/values/406/description - Roll 270°, Yaw 135° + RC Flaps - /parameters/CAL_MAG1_ROT/values/24/description + /parameters/UCAN1_ESC_FUNC7/values/407/description - Pitch 90° + RC AUX 1 - /parameters/CAL_MAG1_ROT/values/25/description + /parameters/UCAN1_ESC_FUNC7/values/408/description - Pitch 270° + RC AUX 2 - /parameters/CAL_MAG1_ROT/values/26/description + /parameters/UCAN1_ESC_FUNC7/values/409/description - Pitch 180°, Yaw 90° + RC AUX 3 - /parameters/CAL_MAG1_ROT/values/27/description + /parameters/UCAN1_ESC_FUNC7/values/410/description - Pitch 180°, Yaw 270° + RC AUX 4 - /parameters/CAL_MAG1_ROT/values/28/description + /parameters/UCAN1_ESC_FUNC7/values/411/description - Roll 90°, Pitch 90° + RC AUX 5 - /parameters/CAL_MAG1_ROT/values/29/description + /parameters/UCAN1_ESC_FUNC7/values/412/description - Roll 180°, Pitch 90° + RC AUX 6 - /parameters/CAL_MAG1_ROT/values/30/description + /parameters/UCAN1_ESC_FUNC7/values/420/description - Roll 270°, Pitch 90° + Gimbal Roll - /parameters/CAL_MAG1_ROT/values/31/description + /parameters/UCAN1_ESC_FUNC7/values/421/description - Roll 90°, Pitch 180° + Gimbal Pitch - /parameters/CAL_MAG1_ROT/values/32/description + /parameters/UCAN1_ESC_FUNC7/values/422/description - Roll 270°, Pitch 180° + Gimbal Yaw - /parameters/CAL_MAG1_ROT/values/33/description + /parameters/UCAN1_ESC_FUNC7/values/430/description - Roll 90°, Pitch 270° + Gripper - /parameters/CAL_MAG1_ROT/values/34/description + /parameters/UCAN1_ESC_FUNC7/values/440/description - Roll 180°, Pitch 270° + Landing Gear Wheel - /parameters/CAL_MAG1_ROT/values/35/description + /parameters/UCAN1_ESC_FUNC8/shortDesc - Roll 270°, Pitch 270° + UAVCANv1 ESC 8 Output Function - /parameters/CAL_MAG1_ROT/values/36/description + /parameters/UCAN1_ESC_FUNC8/longDesc - Roll 90°, Pitch 180°, Yaw 90° + 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 - /parameters/CAL_MAG1_ROT/values/37/description + /parameters/UCAN1_ESC_FUNC8/values/0/description - Roll 90°, Yaw 270° + Disabled - /parameters/CAL_MAG1_ROT/values/38/description + /parameters/UCAN1_ESC_FUNC8/values/1/description - Roll 90°, Pitch 68°, Yaw 293° + Constant Min - /parameters/CAL_MAG1_ROT/values/39/description + /parameters/UCAN1_ESC_FUNC8/values/2/description - Pitch 315° + Constant Max - /parameters/CAL_MAG1_ROT/values/40/description + /parameters/UCAN1_ESC_FUNC8/values/101/description - Roll 90°, Pitch 315° + Motor 1 - /parameters/CAL_MAG1_ROT/values/100/description + /parameters/UCAN1_ESC_FUNC8/values/102/description - Custom Euler Angle + Motor 2 - /parameters/CAL_MAG1_XCOMP/shortDesc + /parameters/UCAN1_ESC_FUNC8/values/103/description - Magnetometer 1 X Axis throttle compensation + Motor 3 - /parameters/CAL_MAG1_XCOMP/longDesc + /parameters/UCAN1_ESC_FUNC8/values/104/description - 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] + Motor 4 - /parameters/CAL_MAG1_XODIAG/shortDesc + /parameters/UCAN1_ESC_FUNC8/values/105/description - Magnetometer 1 X-axis off diagonal scale factor + Motor 5 - /parameters/CAL_MAG1_XOFF/shortDesc + /parameters/UCAN1_ESC_FUNC8/values/106/description - Magnetometer 1 X-axis offset + Motor 6 - /parameters/CAL_MAG1_XSCALE/shortDesc + /parameters/UCAN1_ESC_FUNC8/values/107/description - Magnetometer 1 X-axis scaling factor + Motor 7 - /parameters/CAL_MAG1_YAW/shortDesc + /parameters/UCAN1_ESC_FUNC8/values/108/description - Magnetometer 1 Custom Euler Yaw Angle + Motor 8 - /parameters/CAL_MAG1_YAW/longDesc + /parameters/UCAN1_ESC_FUNC8/values/109/description - Setting this parameter changes CAL_MAG1_ROT to "Custom Euler Angle" + Motor 9 - /parameters/CAL_MAG1_YCOMP/shortDesc + /parameters/UCAN1_ESC_FUNC8/values/110/description - Magnetometer 1 Y Axis throttle compensation + Motor 10 - /parameters/CAL_MAG1_YCOMP/longDesc + /parameters/UCAN1_ESC_FUNC8/values/111/description - 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] + Motor 11 - /parameters/CAL_MAG1_YODIAG/shortDesc + /parameters/UCAN1_ESC_FUNC8/values/112/description - Magnetometer 1 Y-axis off diagonal scale factor + Motor 12 - /parameters/CAL_MAG1_YOFF/shortDesc + /parameters/UCAN1_ESC_FUNC8/values/201/description - Magnetometer 1 Y-axis offset + Servo 1 - /parameters/CAL_MAG1_YSCALE/shortDesc + /parameters/UCAN1_ESC_FUNC8/values/202/description - Magnetometer 1 Y-axis scaling factor + Servo 2 - /parameters/CAL_MAG1_ZCOMP/shortDesc + /parameters/UCAN1_ESC_FUNC8/values/203/description - Magnetometer 1 Z Axis throttle compensation + Servo 3 - /parameters/CAL_MAG1_ZCOMP/longDesc + /parameters/UCAN1_ESC_FUNC8/values/204/description - 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] + Servo 4 - /parameters/CAL_MAG1_ZODIAG/shortDesc + /parameters/UCAN1_ESC_FUNC8/values/205/description - Magnetometer 1 Z-axis off diagonal scale factor + Servo 5 - /parameters/CAL_MAG1_ZOFF/shortDesc + /parameters/UCAN1_ESC_FUNC8/values/206/description - Magnetometer 1 Z-axis offset + Servo 6 - /parameters/CAL_MAG1_ZSCALE/shortDesc + /parameters/UCAN1_ESC_FUNC8/values/207/description - Magnetometer 1 Z-axis scaling factor + Servo 7 - /parameters/CAL_MAG2_ID/shortDesc + /parameters/UCAN1_ESC_FUNC8/values/208/description - Magnetometer 2 calibration device ID + Servo 8 - /parameters/CAL_MAG2_ID/longDesc + /parameters/UCAN1_ESC_FUNC8/values/301/description - Device ID of the magnetometer this calibration applies to. + Peripheral via Actuator Set 1 - /parameters/CAL_MAG2_PITCH/shortDesc + /parameters/UCAN1_ESC_FUNC8/values/302/description - Magnetometer 2 Custom Euler Pitch Angle + Peripheral via Actuator Set 2 - /parameters/CAL_MAG2_PITCH/longDesc + /parameters/UCAN1_ESC_FUNC8/values/303/description - Setting this parameter changes CAL_MAG2_ROT to "Custom Euler Angle" + Peripheral via Actuator Set 3 - /parameters/CAL_MAG2_PRIO/shortDesc + /parameters/UCAN1_ESC_FUNC8/values/304/description - Magnetometer 2 priority + Peripheral via Actuator Set 4 - /parameters/CAL_MAG2_PRIO/values/-1/description + /parameters/UCAN1_ESC_FUNC8/values/305/description - Uninitialized + Peripheral via Actuator Set 5 - /parameters/CAL_MAG2_PRIO/values/0/description + /parameters/UCAN1_ESC_FUNC8/values/306/description - Disabled + Peripheral via Actuator Set 6 - /parameters/CAL_MAG2_PRIO/values/1/description + /parameters/UCAN1_ESC_FUNC8/values/400/description - Min + Landing Gear - /parameters/CAL_MAG2_PRIO/values/25/description + /parameters/UCAN1_ESC_FUNC8/values/401/description - Low + Parachute - /parameters/CAL_MAG2_PRIO/values/50/description + /parameters/UCAN1_ESC_FUNC8/values/402/description - Medium (Default) + RC Roll - /parameters/CAL_MAG2_PRIO/values/75/description + /parameters/UCAN1_ESC_FUNC8/values/403/description - High + RC Pitch - /parameters/CAL_MAG2_PRIO/values/100/description + /parameters/UCAN1_ESC_FUNC8/values/404/description - Max + RC Throttle - /parameters/CAL_MAG2_ROLL/shortDesc + /parameters/UCAN1_ESC_FUNC8/values/405/description - Magnetometer 2 Custom Euler Roll Angle + RC Yaw - /parameters/CAL_MAG2_ROLL/longDesc + /parameters/UCAN1_ESC_FUNC8/values/406/description - Setting this parameter changes CAL_MAG2_ROT to "Custom Euler Angle" + RC Flaps - /parameters/CAL_MAG2_ROT/shortDesc + /parameters/UCAN1_ESC_FUNC8/values/407/description - Magnetometer 2 rotation relative to airframe + RC AUX 1 - /parameters/CAL_MAG2_ROT/longDesc + /parameters/UCAN1_ESC_FUNC8/values/408/description - 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. + RC AUX 2 - /parameters/CAL_MAG2_ROT/values/-1/description + /parameters/UCAN1_ESC_FUNC8/values/409/description - Internal + RC AUX 3 - /parameters/CAL_MAG2_ROT/values/0/description + /parameters/UCAN1_ESC_FUNC8/values/410/description - No rotation + RC AUX 4 - /parameters/CAL_MAG2_ROT/values/1/description + /parameters/UCAN1_ESC_FUNC8/values/411/description - Yaw 45° + RC AUX 5 - /parameters/CAL_MAG2_ROT/values/2/description + /parameters/UCAN1_ESC_FUNC8/values/412/description - Yaw 90° + RC AUX 6 - /parameters/CAL_MAG2_ROT/values/3/description + /parameters/UCAN1_ESC_FUNC8/values/420/description - Yaw 135° + Gimbal Roll - /parameters/CAL_MAG2_ROT/values/4/description + /parameters/UCAN1_ESC_FUNC8/values/421/description - Yaw 180° + Gimbal Pitch - /parameters/CAL_MAG2_ROT/values/5/description + /parameters/UCAN1_ESC_FUNC8/values/422/description - Yaw 225° + Gimbal Yaw - /parameters/CAL_MAG2_ROT/values/6/description + /parameters/UCAN1_ESC_FUNC8/values/430/description - Yaw 270° + Gripper - /parameters/CAL_MAG2_ROT/values/7/description + /parameters/UCAN1_ESC_FUNC8/values/440/description - Yaw 315° + Landing Gear Wheel - /parameters/CAL_MAG2_ROT/values/8/description + /parameters/UCAN1_ESC_FUNC9/shortDesc - Roll 180° + UAVCANv1 ESC 9 Output Function - /parameters/CAL_MAG2_ROT/values/9/description + /parameters/UCAN1_ESC_FUNC9/longDesc - Roll 180°, Yaw 45° + 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 - /parameters/CAL_MAG2_ROT/values/10/description + /parameters/UCAN1_ESC_FUNC9/values/0/description - Roll 180°, Yaw 90° + Disabled - /parameters/CAL_MAG2_ROT/values/11/description + /parameters/UCAN1_ESC_FUNC9/values/1/description - Roll 180°, Yaw 135° + Constant Min - /parameters/CAL_MAG2_ROT/values/12/description + /parameters/UCAN1_ESC_FUNC9/values/2/description - Pitch 180° + Constant Max - /parameters/CAL_MAG2_ROT/values/13/description + /parameters/UCAN1_ESC_FUNC9/values/101/description - Roll 180°, Yaw 225° + Motor 1 - /parameters/CAL_MAG2_ROT/values/14/description + /parameters/UCAN1_ESC_FUNC9/values/102/description - Roll 180°, Yaw 270° + Motor 2 - /parameters/CAL_MAG2_ROT/values/15/description + /parameters/UCAN1_ESC_FUNC9/values/103/description - Roll 180°, Yaw 315° + Motor 3 - /parameters/CAL_MAG2_ROT/values/16/description + /parameters/UCAN1_ESC_FUNC9/values/104/description - Roll 90° + Motor 4 - /parameters/CAL_MAG2_ROT/values/17/description + /parameters/UCAN1_ESC_FUNC9/values/105/description - Roll 90°, Yaw 45° + Motor 5 - /parameters/CAL_MAG2_ROT/values/18/description + /parameters/UCAN1_ESC_FUNC9/values/106/description - Roll 90°, Yaw 90° + Motor 6 - /parameters/CAL_MAG2_ROT/values/19/description + /parameters/UCAN1_ESC_FUNC9/values/107/description - Roll 90°, Yaw 135° + Motor 7 - /parameters/CAL_MAG2_ROT/values/20/description + /parameters/UCAN1_ESC_FUNC9/values/108/description - Roll 270° + Motor 8 - /parameters/CAL_MAG2_ROT/values/21/description + /parameters/UCAN1_ESC_FUNC9/values/109/description - Roll 270°, Yaw 45° + Motor 9 - /parameters/CAL_MAG2_ROT/values/22/description + /parameters/UCAN1_ESC_FUNC9/values/110/description - Roll 270°, Yaw 90° + Motor 10 - /parameters/CAL_MAG2_ROT/values/23/description + /parameters/UCAN1_ESC_FUNC9/values/111/description - Roll 270°, Yaw 135° + Motor 11 - /parameters/CAL_MAG2_ROT/values/24/description + /parameters/UCAN1_ESC_FUNC9/values/112/description - Pitch 90° + Motor 12 - /parameters/CAL_MAG2_ROT/values/25/description + /parameters/UCAN1_ESC_FUNC9/values/201/description - Pitch 270° + Servo 1 - /parameters/CAL_MAG2_ROT/values/26/description + /parameters/UCAN1_ESC_FUNC9/values/202/description - Pitch 180°, Yaw 90° + Servo 2 - /parameters/CAL_MAG2_ROT/values/27/description + /parameters/UCAN1_ESC_FUNC9/values/203/description - Pitch 180°, Yaw 270° + Servo 3 - /parameters/CAL_MAG2_ROT/values/28/description + /parameters/UCAN1_ESC_FUNC9/values/204/description - Roll 90°, Pitch 90° + Servo 4 - /parameters/CAL_MAG2_ROT/values/29/description + /parameters/UCAN1_ESC_FUNC9/values/205/description - Roll 180°, Pitch 90° + Servo 5 - /parameters/CAL_MAG2_ROT/values/30/description + /parameters/UCAN1_ESC_FUNC9/values/206/description - Roll 270°, Pitch 90° + Servo 6 - /parameters/CAL_MAG2_ROT/values/31/description + /parameters/UCAN1_ESC_FUNC9/values/207/description - Roll 90°, Pitch 180° + Servo 7 - /parameters/CAL_MAG2_ROT/values/32/description + /parameters/UCAN1_ESC_FUNC9/values/208/description - Roll 270°, Pitch 180° + Servo 8 - /parameters/CAL_MAG2_ROT/values/33/description + /parameters/UCAN1_ESC_FUNC9/values/301/description - Roll 90°, Pitch 270° + Peripheral via Actuator Set 1 - /parameters/CAL_MAG2_ROT/values/34/description + /parameters/UCAN1_ESC_FUNC9/values/302/description - Roll 180°, Pitch 270° + Peripheral via Actuator Set 2 - /parameters/CAL_MAG2_ROT/values/35/description + /parameters/UCAN1_ESC_FUNC9/values/303/description - Roll 270°, Pitch 270° + Peripheral via Actuator Set 3 - /parameters/CAL_MAG2_ROT/values/36/description + /parameters/UCAN1_ESC_FUNC9/values/304/description - Roll 90°, Pitch 180°, Yaw 90° + Peripheral via Actuator Set 4 - /parameters/CAL_MAG2_ROT/values/37/description + /parameters/UCAN1_ESC_FUNC9/values/305/description - Roll 90°, Yaw 270° + Peripheral via Actuator Set 5 - /parameters/CAL_MAG2_ROT/values/38/description + /parameters/UCAN1_ESC_FUNC9/values/306/description - Roll 90°, Pitch 68°, Yaw 293° + Peripheral via Actuator Set 6 - /parameters/CAL_MAG2_ROT/values/39/description + /parameters/UCAN1_ESC_FUNC9/values/400/description - Pitch 315° + Landing Gear - /parameters/CAL_MAG2_ROT/values/40/description + /parameters/UCAN1_ESC_FUNC9/values/401/description - Roll 90°, Pitch 315° + Parachute - /parameters/CAL_MAG2_ROT/values/100/description + /parameters/UCAN1_ESC_FUNC9/values/402/description - Custom Euler Angle + RC Roll - /parameters/CAL_MAG2_XCOMP/shortDesc + /parameters/UCAN1_ESC_FUNC9/values/403/description - Magnetometer 2 X Axis throttle compensation + RC Pitch - /parameters/CAL_MAG2_XCOMP/longDesc + /parameters/UCAN1_ESC_FUNC9/values/404/description - 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] + RC Throttle - /parameters/CAL_MAG2_XODIAG/shortDesc + /parameters/UCAN1_ESC_FUNC9/values/405/description - Magnetometer 2 X-axis off diagonal scale factor + RC Yaw - /parameters/CAL_MAG2_XOFF/shortDesc + /parameters/UCAN1_ESC_FUNC9/values/406/description - Magnetometer 2 X-axis offset + RC Flaps - /parameters/CAL_MAG2_XSCALE/shortDesc + /parameters/UCAN1_ESC_FUNC9/values/407/description - Magnetometer 2 X-axis scaling factor + RC AUX 1 - /parameters/CAL_MAG2_YAW/shortDesc + /parameters/UCAN1_ESC_FUNC9/values/408/description - Magnetometer 2 Custom Euler Yaw Angle + RC AUX 2 - /parameters/CAL_MAG2_YAW/longDesc + /parameters/UCAN1_ESC_FUNC9/values/409/description - Setting this parameter changes CAL_MAG2_ROT to "Custom Euler Angle" + RC AUX 3 - /parameters/CAL_MAG2_YCOMP/shortDesc + /parameters/UCAN1_ESC_FUNC9/values/410/description - Magnetometer 2 Y Axis throttle compensation + RC AUX 4 - /parameters/CAL_MAG2_YCOMP/longDesc + /parameters/UCAN1_ESC_FUNC9/values/411/description - 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] + RC AUX 5 - /parameters/CAL_MAG2_YODIAG/shortDesc + /parameters/UCAN1_ESC_FUNC9/values/412/description - Magnetometer 2 Y-axis off diagonal scale factor + RC AUX 6 - /parameters/CAL_MAG2_YOFF/shortDesc + /parameters/UCAN1_ESC_FUNC9/values/420/description - Magnetometer 2 Y-axis offset + Gimbal Roll - /parameters/CAL_MAG2_YSCALE/shortDesc + /parameters/UCAN1_ESC_FUNC9/values/421/description - Magnetometer 2 Y-axis scaling factor + Gimbal Pitch - /parameters/CAL_MAG2_ZCOMP/shortDesc + /parameters/UCAN1_ESC_FUNC9/values/422/description - Magnetometer 2 Z Axis throttle compensation + Gimbal Yaw - /parameters/CAL_MAG2_ZCOMP/longDesc + /parameters/UCAN1_ESC_FUNC9/values/430/description - 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] + Gripper - /parameters/CAL_MAG2_ZODIAG/shortDesc + /parameters/UCAN1_ESC_FUNC9/values/440/description - Magnetometer 2 Z-axis off diagonal scale factor + Landing Gear Wheel - /parameters/CAL_MAG2_ZOFF/shortDesc + /parameters/UCAN1_ESC_MAX1/shortDesc - Magnetometer 2 Z-axis offset + UAVCANv1 ESC 1 Maximum Value - /parameters/CAL_MAG2_ZSCALE/shortDesc + /parameters/UCAN1_ESC_MAX1/longDesc - Magnetometer 2 Z-axis scaling factor + Maxmimum output value (when not disarmed). - /parameters/CAL_MAG3_ID/shortDesc + /parameters/UCAN1_ESC_MAX10/shortDesc - Magnetometer 3 calibration device ID + UAVCANv1 ESC 10 Maximum Value - /parameters/CAL_MAG3_ID/longDesc + /parameters/UCAN1_ESC_MAX10/longDesc - Device ID of the magnetometer this calibration applies to. + Maxmimum output value (when not disarmed). - /parameters/CAL_MAG3_PITCH/shortDesc + /parameters/UCAN1_ESC_MAX11/shortDesc - Magnetometer 3 Custom Euler Pitch Angle + UAVCANv1 ESC 11 Maximum Value - /parameters/CAL_MAG3_PITCH/longDesc + /parameters/UCAN1_ESC_MAX11/longDesc - Setting this parameter changes CAL_MAG3_ROT to "Custom Euler Angle" + Maxmimum output value (when not disarmed). - /parameters/CAL_MAG3_PRIO/shortDesc + /parameters/UCAN1_ESC_MAX12/shortDesc - Magnetometer 3 priority + UAVCANv1 ESC 12 Maximum Value - /parameters/CAL_MAG3_PRIO/values/-1/description + /parameters/UCAN1_ESC_MAX12/longDesc - Uninitialized + Maxmimum output value (when not disarmed). - /parameters/CAL_MAG3_PRIO/values/0/description + /parameters/UCAN1_ESC_MAX13/shortDesc - Disabled + UAVCANv1 ESC 13 Maximum Value - /parameters/CAL_MAG3_PRIO/values/1/description + /parameters/UCAN1_ESC_MAX13/longDesc - Min + Maxmimum output value (when not disarmed). - /parameters/CAL_MAG3_PRIO/values/25/description + /parameters/UCAN1_ESC_MAX14/shortDesc - Low + UAVCANv1 ESC 14 Maximum Value - /parameters/CAL_MAG3_PRIO/values/50/description + /parameters/UCAN1_ESC_MAX14/longDesc - Medium (Default) + Maxmimum output value (when not disarmed). - /parameters/CAL_MAG3_PRIO/values/75/description + /parameters/UCAN1_ESC_MAX15/shortDesc - High + UAVCANv1 ESC 15 Maximum Value - /parameters/CAL_MAG3_PRIO/values/100/description + /parameters/UCAN1_ESC_MAX15/longDesc - Max + Maxmimum output value (when not disarmed). - /parameters/CAL_MAG3_ROLL/shortDesc + /parameters/UCAN1_ESC_MAX16/shortDesc - Magnetometer 3 Custom Euler Roll Angle + UAVCANv1 ESC 16 Maximum Value - /parameters/CAL_MAG3_ROLL/longDesc + /parameters/UCAN1_ESC_MAX16/longDesc - Setting this parameter changes CAL_MAG3_ROT to "Custom Euler Angle" + Maxmimum output value (when not disarmed). - /parameters/CAL_MAG3_ROT/shortDesc + /parameters/UCAN1_ESC_MAX2/shortDesc - Magnetometer 3 rotation relative to airframe + UAVCANv1 ESC 2 Maximum Value - /parameters/CAL_MAG3_ROT/longDesc + /parameters/UCAN1_ESC_MAX2/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. + Maxmimum output value (when not disarmed). - /parameters/CAL_MAG3_ROT/values/-1/description + /parameters/UCAN1_ESC_MAX3/shortDesc - Internal + UAVCANv1 ESC 3 Maximum Value - /parameters/CAL_MAG3_ROT/values/0/description + /parameters/UCAN1_ESC_MAX3/longDesc - No rotation + Maxmimum output value (when not disarmed). - /parameters/CAL_MAG3_ROT/values/1/description + /parameters/UCAN1_ESC_MAX4/shortDesc - Yaw 45° + UAVCANv1 ESC 4 Maximum Value - /parameters/CAL_MAG3_ROT/values/2/description + /parameters/UCAN1_ESC_MAX4/longDesc - Yaw 90° + Maxmimum output value (when not disarmed). - /parameters/CAL_MAG3_ROT/values/3/description + /parameters/UCAN1_ESC_MAX5/shortDesc - Yaw 135° + UAVCANv1 ESC 5 Maximum Value - /parameters/CAL_MAG3_ROT/values/4/description + /parameters/UCAN1_ESC_MAX5/longDesc - Yaw 180° + Maxmimum output value (when not disarmed). - /parameters/CAL_MAG3_ROT/values/5/description + /parameters/UCAN1_ESC_MAX6/shortDesc - Yaw 225° + UAVCANv1 ESC 6 Maximum Value - /parameters/CAL_MAG3_ROT/values/6/description + /parameters/UCAN1_ESC_MAX6/longDesc - Yaw 270° + Maxmimum output value (when not disarmed). - /parameters/CAL_MAG3_ROT/values/7/description + /parameters/UCAN1_ESC_MAX7/shortDesc - Yaw 315° + UAVCANv1 ESC 7 Maximum Value - /parameters/CAL_MAG3_ROT/values/8/description + /parameters/UCAN1_ESC_MAX7/longDesc - Roll 180° + Maxmimum output value (when not disarmed). - /parameters/CAL_MAG3_ROT/values/9/description + /parameters/UCAN1_ESC_MAX8/shortDesc - Roll 180°, Yaw 45° + UAVCANv1 ESC 8 Maximum Value - /parameters/CAL_MAG3_ROT/values/10/description + /parameters/UCAN1_ESC_MAX8/longDesc - Roll 180°, Yaw 90° + Maxmimum output value (when not disarmed). - /parameters/CAL_MAG3_ROT/values/11/description + /parameters/UCAN1_ESC_MAX9/shortDesc - Roll 180°, Yaw 135° + UAVCANv1 ESC 9 Maximum Value - /parameters/CAL_MAG3_ROT/values/12/description + /parameters/UCAN1_ESC_MAX9/longDesc - Pitch 180° + Maxmimum output value (when not disarmed). - /parameters/CAL_MAG3_ROT/values/13/description + /parameters/UCAN1_ESC_MIN1/shortDesc - Roll 180°, Yaw 225° + UAVCANv1 ESC 1 Minimum Value - /parameters/CAL_MAG3_ROT/values/14/description + /parameters/UCAN1_ESC_MIN1/longDesc - Roll 180°, Yaw 270° + Minimum output value (when not disarmed). - /parameters/CAL_MAG3_ROT/values/15/description + /parameters/UCAN1_ESC_MIN10/shortDesc - Roll 180°, Yaw 315° + UAVCANv1 ESC 10 Minimum Value - /parameters/CAL_MAG3_ROT/values/16/description + /parameters/UCAN1_ESC_MIN10/longDesc - Roll 90° + Minimum output value (when not disarmed). - /parameters/CAL_MAG3_ROT/values/17/description + /parameters/UCAN1_ESC_MIN11/shortDesc - Roll 90°, Yaw 45° + UAVCANv1 ESC 11 Minimum Value - /parameters/CAL_MAG3_ROT/values/18/description + /parameters/UCAN1_ESC_MIN11/longDesc - Roll 90°, Yaw 90° + Minimum output value (when not disarmed). - /parameters/CAL_MAG3_ROT/values/19/description + /parameters/UCAN1_ESC_MIN12/shortDesc - Roll 90°, Yaw 135° + UAVCANv1 ESC 12 Minimum Value - /parameters/CAL_MAG3_ROT/values/20/description + /parameters/UCAN1_ESC_MIN12/longDesc - Roll 270° + Minimum output value (when not disarmed). - /parameters/CAL_MAG3_ROT/values/21/description + /parameters/UCAN1_ESC_MIN13/shortDesc - Roll 270°, Yaw 45° + UAVCANv1 ESC 13 Minimum Value - /parameters/CAL_MAG3_ROT/values/22/description + /parameters/UCAN1_ESC_MIN13/longDesc - Roll 270°, Yaw 90° + Minimum output value (when not disarmed). - /parameters/CAL_MAG3_ROT/values/23/description + /parameters/UCAN1_ESC_MIN14/shortDesc - Roll 270°, Yaw 135° + UAVCANv1 ESC 14 Minimum Value - /parameters/CAL_MAG3_ROT/values/24/description + /parameters/UCAN1_ESC_MIN14/longDesc - Pitch 90° + Minimum output value (when not disarmed). - /parameters/CAL_MAG3_ROT/values/25/description + /parameters/UCAN1_ESC_MIN15/shortDesc - Pitch 270° + UAVCANv1 ESC 15 Minimum Value - /parameters/CAL_MAG3_ROT/values/26/description + /parameters/UCAN1_ESC_MIN15/longDesc - Pitch 180°, Yaw 90° + Minimum output value (when not disarmed). - /parameters/CAL_MAG3_ROT/values/27/description + /parameters/UCAN1_ESC_MIN16/shortDesc - Pitch 180°, Yaw 270° + UAVCANv1 ESC 16 Minimum Value - /parameters/CAL_MAG3_ROT/values/28/description + /parameters/UCAN1_ESC_MIN16/longDesc - Roll 90°, Pitch 90° + Minimum output value (when not disarmed). - /parameters/CAL_MAG3_ROT/values/29/description + /parameters/UCAN1_ESC_MIN2/shortDesc - Roll 180°, Pitch 90° + UAVCANv1 ESC 2 Minimum Value - /parameters/CAL_MAG3_ROT/values/30/description + /parameters/UCAN1_ESC_MIN2/longDesc - Roll 270°, Pitch 90° + Minimum output value (when not disarmed). - /parameters/CAL_MAG3_ROT/values/31/description + /parameters/UCAN1_ESC_MIN3/shortDesc - Roll 90°, Pitch 180° + UAVCANv1 ESC 3 Minimum Value - /parameters/CAL_MAG3_ROT/values/32/description + /parameters/UCAN1_ESC_MIN3/longDesc - Roll 270°, Pitch 180° + Minimum output value (when not disarmed). - /parameters/CAL_MAG3_ROT/values/33/description + /parameters/UCAN1_ESC_MIN4/shortDesc - Roll 90°, Pitch 270° + UAVCANv1 ESC 4 Minimum Value - /parameters/CAL_MAG3_ROT/values/34/description + /parameters/UCAN1_ESC_MIN4/longDesc - Roll 180°, Pitch 270° + Minimum output value (when not disarmed). - /parameters/CAL_MAG3_ROT/values/35/description + /parameters/UCAN1_ESC_MIN5/shortDesc - Roll 270°, Pitch 270° + UAVCANv1 ESC 5 Minimum Value - /parameters/CAL_MAG3_ROT/values/36/description + /parameters/UCAN1_ESC_MIN5/longDesc - Roll 90°, Pitch 180°, Yaw 90° + Minimum output value (when not disarmed). - /parameters/CAL_MAG3_ROT/values/37/description + /parameters/UCAN1_ESC_MIN6/shortDesc - Roll 90°, Yaw 270° + UAVCANv1 ESC 6 Minimum Value - /parameters/CAL_MAG3_ROT/values/38/description + /parameters/UCAN1_ESC_MIN6/longDesc - Roll 90°, Pitch 68°, Yaw 293° + Minimum output value (when not disarmed). - /parameters/CAL_MAG3_ROT/values/39/description + /parameters/UCAN1_ESC_MIN7/shortDesc - Pitch 315° + UAVCANv1 ESC 7 Minimum Value - /parameters/CAL_MAG3_ROT/values/40/description + /parameters/UCAN1_ESC_MIN7/longDesc - Roll 90°, Pitch 315° + Minimum output value (when not disarmed). - /parameters/CAL_MAG3_ROT/values/100/description + /parameters/UCAN1_ESC_MIN8/shortDesc - Custom Euler Angle + UAVCANv1 ESC 8 Minimum Value - /parameters/CAL_MAG3_XCOMP/shortDesc + /parameters/UCAN1_ESC_MIN8/longDesc - Magnetometer 3 X Axis throttle compensation + Minimum output value (when not disarmed). - /parameters/CAL_MAG3_XCOMP/longDesc + /parameters/UCAN1_ESC_MIN9/shortDesc - 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] + UAVCANv1 ESC 9 Minimum Value - /parameters/CAL_MAG3_XODIAG/shortDesc + /parameters/UCAN1_ESC_MIN9/longDesc - Magnetometer 3 X-axis off diagonal scale factor + Minimum output value (when not disarmed). - /parameters/CAL_MAG3_XOFF/shortDesc + /parameters/UCAN1_ESC_REV/shortDesc - Magnetometer 3 X-axis offset + Reverse Output Range for UAVCANv1 - /parameters/CAL_MAG3_XSCALE/shortDesc + /parameters/UCAN1_ESC_REV/longDesc - Magnetometer 3 X-axis scaling factor + Allows to reverse the output range for each channel. Note: this is only useful for servos. - /parameters/CAL_MAG3_YAW/shortDesc + /parameters/UCAN1_ESC_REV/bitmask/0/description - Magnetometer 3 Custom Euler Yaw Angle + UAVCANv1 ESC 1 - /parameters/CAL_MAG3_YAW/longDesc + /parameters/UCAN1_ESC_REV/bitmask/1/description - Setting this parameter changes CAL_MAG3_ROT to "Custom Euler Angle" + UAVCANv1 ESC 2 - /parameters/CAL_MAG3_YCOMP/shortDesc + /parameters/UCAN1_ESC_REV/bitmask/2/description - Magnetometer 3 Y Axis throttle compensation + UAVCANv1 ESC 3 - /parameters/CAL_MAG3_YCOMP/longDesc + /parameters/UCAN1_ESC_REV/bitmask/3/description - 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] + UAVCANv1 ESC 4 - /parameters/CAL_MAG3_YODIAG/shortDesc + /parameters/UCAN1_ESC_REV/bitmask/4/description - Magnetometer 3 Y-axis off diagonal scale factor + UAVCANv1 ESC 5 - /parameters/CAL_MAG3_YOFF/shortDesc + /parameters/UCAN1_ESC_REV/bitmask/5/description - Magnetometer 3 Y-axis offset + UAVCANv1 ESC 6 - /parameters/CAL_MAG3_YSCALE/shortDesc + /parameters/UCAN1_ESC_REV/bitmask/6/description - Magnetometer 3 Y-axis scaling factor + UAVCANv1 ESC 7 - /parameters/CAL_MAG3_ZCOMP/shortDesc + /parameters/UCAN1_ESC_REV/bitmask/7/description - Magnetometer 3 Z Axis throttle compensation + UAVCANv1 ESC 8 - /parameters/CAL_MAG3_ZCOMP/longDesc + /parameters/UCAN1_ESC_REV/bitmask/8/description - 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] + UAVCANv1 ESC 9 - /parameters/CAL_MAG3_ZODIAG/shortDesc + /parameters/UCAN1_ESC_REV/bitmask/9/description - Magnetometer 3 Z-axis off diagonal scale factor + UAVCANv1 ESC 10 - /parameters/CAL_MAG3_ZOFF/shortDesc + /parameters/UCAN1_ESC_REV/bitmask/10/description - Magnetometer 3 Z-axis offset + UAVCANv1 ESC 11 - /parameters/CAL_MAG3_ZSCALE/shortDesc + /parameters/UCAN1_ESC_REV/bitmask/11/description - Magnetometer 3 Z-axis scaling factor + UAVCANv1 ESC 12 - /parameters/CAL_MAG_COMP_TYP/shortDesc + /parameters/UCAN1_ESC_REV/bitmask/12/description - Type of magnetometer compensation + UAVCANv1 ESC 13 - /parameters/CAL_MAG_COMP_TYP/values/0/description + /parameters/UCAN1_ESC_REV/bitmask/13/description - Disabled + UAVCANv1 ESC 14 - /parameters/CAL_MAG_COMP_TYP/values/1/description + /parameters/UCAN1_ESC_REV/bitmask/14/description - Throttle-based compensation + UAVCANv1 ESC 15 - /parameters/CAL_MAG_COMP_TYP/values/2/description + /parameters/UCAN1_ESC_REV/bitmask/15/description - Current-based compensation (battery_status instance 0) + UAVCANv1 ESC 16 - /parameters/CAL_MAG_COMP_TYP/values/3/description + /parameters/VOXL2_IO_FUNC1/shortDesc - Current-based compensation (battery_status instance 1) + VOXL2 IO Output PWM Channel 1 Output Function - /parameters/SENS_DPRES_ANSC/shortDesc + /parameters/VOXL2_IO_FUNC1/longDesc - Differential pressure sensor analog scaling + 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 - /parameters/SENS_DPRES_ANSC/longDesc + /parameters/VOXL2_IO_FUNC1/values/0/description - 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. + Disabled - /parameters/SENS_DPRES_OFF/shortDesc + /parameters/VOXL2_IO_FUNC1/values/1/description - Differential pressure sensor offset + Constant Min - /parameters/SENS_DPRES_OFF/longDesc + /parameters/VOXL2_IO_FUNC1/values/2/description - The offset (zero-reading) in Pascal + Constant Max - /parameters/SENS_FLOW_MAXHGT/shortDesc + /parameters/VOXL2_IO_FUNC1/values/101/description - Maximum height above ground when reliant on optical flow + Motor 1 - /parameters/SENS_FLOW_MAXHGT/longDesc + /parameters/VOXL2_IO_FUNC1/values/102/description - 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. + Motor 2 - /parameters/SENS_FLOW_MAXR/shortDesc + /parameters/VOXL2_IO_FUNC1/values/103/description - Magnitude of maximum angular flow rate reliably measurable by the optical flow sensor + Motor 3 - /parameters/SENS_FLOW_MAXR/longDesc + /parameters/VOXL2_IO_FUNC1/values/104/description - 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. + Motor 4 - /parameters/SENS_FLOW_MINHGT/shortDesc + /parameters/VOXL2_IO_FUNC1/values/105/description - Minimum height above ground when reliant on optical flow + Motor 5 - /parameters/SENS_FLOW_MINHGT/longDesc + /parameters/VOXL2_IO_FUNC1/values/106/description - 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. + Motor 6 - /parameters/CAL_AIR_CMODEL/shortDesc + /parameters/VOXL2_IO_FUNC1/values/107/description - Airspeed sensor compensation model for the SDP3x + Motor 7 - /parameters/CAL_AIR_CMODEL/longDesc + /parameters/VOXL2_IO_FUNC1/values/108/description - 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. + Motor 8 - /parameters/CAL_AIR_CMODEL/values/0/description + /parameters/VOXL2_IO_FUNC1/values/109/description - Model with Pitot + Motor 9 - /parameters/CAL_AIR_CMODEL/values/1/description + /parameters/VOXL2_IO_FUNC1/values/110/description - Model without Pitot (1.5 mm tubes) + Motor 10 - /parameters/CAL_AIR_CMODEL/values/2/description + /parameters/VOXL2_IO_FUNC1/values/111/description - Tube Pressure Drop + Motor 11 - /parameters/CAL_AIR_TUBED_MM/shortDesc + /parameters/VOXL2_IO_FUNC1/values/112/description - Airspeed sensor tube diameter. Only used for the Tube Pressure Drop Compensation + Motor 12 - /parameters/CAL_AIR_TUBELEN/shortDesc + /parameters/VOXL2_IO_FUNC1/values/201/description - Airspeed sensor tube length + Servo 1 - /parameters/CAL_AIR_TUBELEN/longDesc + /parameters/VOXL2_IO_FUNC1/values/202/description - See the CAL_AIR_CMODEL explanation on how this parameter should be set. + Servo 2 - /parameters/CAL_MAG_SIDES/shortDesc + /parameters/VOXL2_IO_FUNC1/values/203/description - For legacy QGC support only + Servo 3 - /parameters/CAL_MAG_SIDES/longDesc + /parameters/VOXL2_IO_FUNC1/values/204/description - Use SENS_MAG_SIDES instead + Servo 4 - /parameters/IMU_ACCEL_CUTOFF/shortDesc + /parameters/VOXL2_IO_FUNC1/values/205/description - Low pass filter cutoff frequency for accel + Servo 5 - /parameters/IMU_ACCEL_CUTOFF/longDesc + /parameters/VOXL2_IO_FUNC1/values/206/description - 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. + Servo 6 - /parameters/IMU_DGYRO_CUTOFF/shortDesc + /parameters/VOXL2_IO_FUNC1/values/207/description - Cutoff frequency for angular acceleration (D-Term filter) + Servo 7 - /parameters/IMU_DGYRO_CUTOFF/longDesc + /parameters/VOXL2_IO_FUNC1/values/208/description - 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. + Servo 8 - /parameters/IMU_GYRO_CAL_EN/shortDesc + /parameters/VOXL2_IO_FUNC1/values/301/description - IMU gyro auto calibration enable + Peripheral via Actuator Set 1 - /parameters/IMU_GYRO_CAL_EN/values/0/description + /parameters/VOXL2_IO_FUNC1/values/302/description - Disabled + Peripheral via Actuator Set 2 - /parameters/IMU_GYRO_CAL_EN/values/1/description + /parameters/VOXL2_IO_FUNC1/values/303/description - Enabled + Peripheral via Actuator Set 3 - /parameters/IMU_GYRO_CUTOFF/shortDesc + /parameters/VOXL2_IO_FUNC1/values/304/description - Low pass filter cutoff frequency for gyro + Peripheral via Actuator Set 4 - /parameters/IMU_GYRO_CUTOFF/longDesc + /parameters/VOXL2_IO_FUNC1/values/305/description - 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. + Peripheral via Actuator Set 5 - /parameters/IMU_GYRO_DNF_BW/shortDesc + /parameters/VOXL2_IO_FUNC1/values/306/description - IMU gyro ESC notch filter bandwidth + Peripheral via Actuator Set 6 - /parameters/IMU_GYRO_DNF_BW/longDesc + /parameters/VOXL2_IO_FUNC1/values/400/description - Bandwidth per notch filter when using dynamic notch filtering with ESC RPM. + Landing Gear - /parameters/IMU_GYRO_DNF_EN/shortDesc + /parameters/VOXL2_IO_FUNC1/values/401/description - IMU gyro dynamic notch filtering + Parachute - /parameters/IMU_GYRO_DNF_EN/longDesc + /parameters/VOXL2_IO_FUNC1/values/402/description - Enable bank of dynamically updating notch filters. Requires ESC RPM feedback or onboard FFT (IMU_GYRO_FFT_EN). + RC Roll - /parameters/IMU_GYRO_DNF_EN/bitmask/0/description + /parameters/VOXL2_IO_FUNC1/values/403/description - ESC RPM + RC Pitch - /parameters/IMU_GYRO_DNF_EN/bitmask/1/description + /parameters/VOXL2_IO_FUNC1/values/404/description - FFT + RC Throttle - /parameters/IMU_GYRO_DNF_HMC/shortDesc + /parameters/VOXL2_IO_FUNC1/values/405/description - IMU gyro dynamic notch filter harmonics + RC Yaw - /parameters/IMU_GYRO_DNF_HMC/longDesc + /parameters/VOXL2_IO_FUNC1/values/406/description - ESC RPM number of harmonics (multiples of RPM) for ESC RPM dynamic notch filtering. + RC Flaps - /parameters/IMU_GYRO_DNF_MIN/shortDesc + /parameters/VOXL2_IO_FUNC1/values/407/description - IMU gyro dynamic notch filter minimum frequency + RC AUX 1 - /parameters/IMU_GYRO_DNF_MIN/longDesc + /parameters/VOXL2_IO_FUNC1/values/408/description - Minimum notch filter frequency in Hz. + RC AUX 2 - /parameters/IMU_GYRO_FFT_EN/shortDesc + /parameters/VOXL2_IO_FUNC1/values/409/description - IMU gyro FFT enable + RC AUX 3 - /parameters/IMU_GYRO_FFT_EN/values/0/description + /parameters/VOXL2_IO_FUNC1/values/410/description - Disabled + RC AUX 4 - /parameters/IMU_GYRO_FFT_EN/values/1/description + /parameters/VOXL2_IO_FUNC1/values/411/description - Enabled + RC AUX 5 - /parameters/IMU_GYRO_FFT_LEN/shortDesc + /parameters/VOXL2_IO_FUNC1/values/412/description - IMU gyro FFT length + RC AUX 6 - /parameters/IMU_GYRO_FFT_LEN/values/256/description + /parameters/VOXL2_IO_FUNC1/values/420/description - 256 + Gimbal Roll - /parameters/IMU_GYRO_FFT_LEN/values/512/description + /parameters/VOXL2_IO_FUNC1/values/421/description - 512 + Gimbal Pitch - /parameters/IMU_GYRO_FFT_LEN/values/1024/description + /parameters/VOXL2_IO_FUNC1/values/422/description - 1024 + Gimbal Yaw - /parameters/IMU_GYRO_FFT_LEN/values/4096/description + /parameters/VOXL2_IO_FUNC1/values/430/description - 4096 + Gripper - /parameters/IMU_GYRO_FFT_MAX/shortDesc + /parameters/VOXL2_IO_FUNC1/values/440/description - IMU gyro FFT maximum frequency + Landing Gear Wheel - /parameters/IMU_GYRO_FFT_MIN/shortDesc + /parameters/VOXL2_IO_FUNC2/shortDesc - IMU gyro FFT minimum frequency + VOXL2 IO Output PWM Channel 2 Output Function - /parameters/IMU_GYRO_FFT_SNR/shortDesc + /parameters/VOXL2_IO_FUNC2/longDesc - IMU gyro FFT SNR + 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 - /parameters/IMU_GYRO_NF0_BW/shortDesc + /parameters/VOXL2_IO_FUNC2/values/0/description - Notch filter bandwidth for gyro + Disabled - /parameters/IMU_GYRO_NF0_BW/longDesc + /parameters/VOXL2_IO_FUNC2/values/1/description - 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. + Constant Min - /parameters/IMU_GYRO_NF0_FRQ/shortDesc + /parameters/VOXL2_IO_FUNC2/values/2/description - Notch filter frequency for gyro + Constant Max - /parameters/IMU_GYRO_NF0_FRQ/longDesc + /parameters/VOXL2_IO_FUNC2/values/101/description - 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. + Motor 1 - /parameters/IMU_GYRO_NF1_BW/shortDesc + /parameters/VOXL2_IO_FUNC2/values/102/description - Notch filter 1 bandwidth for gyro + Motor 2 - /parameters/IMU_GYRO_NF1_BW/longDesc + /parameters/VOXL2_IO_FUNC2/values/103/description - 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. + Motor 3 - /parameters/IMU_GYRO_NF1_FRQ/shortDesc + /parameters/VOXL2_IO_FUNC2/values/104/description - Notch filter 2 frequency for gyro + Motor 4 - /parameters/IMU_GYRO_NF1_FRQ/longDesc + /parameters/VOXL2_IO_FUNC2/values/105/description - 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. + Motor 5 - /parameters/IMU_GYRO_RATEMAX/shortDesc + /parameters/VOXL2_IO_FUNC2/values/106/description - Gyro control data maximum publication rate (inner loop rate) + Motor 6 - /parameters/IMU_GYRO_RATEMAX/longDesc + /parameters/VOXL2_IO_FUNC2/values/107/description - 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. + Motor 7 - /parameters/IMU_GYRO_RATEMAX/values/100/description + /parameters/VOXL2_IO_FUNC2/values/108/description - 100 Hz + Motor 8 - /parameters/IMU_GYRO_RATEMAX/values/250/description + /parameters/VOXL2_IO_FUNC2/values/109/description - 250 Hz + Motor 9 - /parameters/IMU_GYRO_RATEMAX/values/400/description + /parameters/VOXL2_IO_FUNC2/values/110/description - 400 Hz + Motor 10 - /parameters/IMU_GYRO_RATEMAX/values/800/description + /parameters/VOXL2_IO_FUNC2/values/111/description - 800 Hz + Motor 11 - /parameters/IMU_GYRO_RATEMAX/values/1000/description + /parameters/VOXL2_IO_FUNC2/values/112/description - 1000 Hz + Motor 12 - /parameters/IMU_GYRO_RATEMAX/values/2000/description + /parameters/VOXL2_IO_FUNC2/values/201/description - 2000 Hz + Servo 1 - /parameters/IMU_INTEG_RATE/shortDesc + /parameters/VOXL2_IO_FUNC2/values/202/description - IMU integration rate + Servo 2 - /parameters/IMU_INTEG_RATE/longDesc + /parameters/VOXL2_IO_FUNC2/values/203/description - 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). + Servo 3 - /parameters/IMU_INTEG_RATE/values/100/description + /parameters/VOXL2_IO_FUNC2/values/204/description - 100 Hz + Servo 4 - /parameters/IMU_INTEG_RATE/values/200/description + /parameters/VOXL2_IO_FUNC2/values/205/description - 200 Hz + Servo 5 - /parameters/IMU_INTEG_RATE/values/250/description + /parameters/VOXL2_IO_FUNC2/values/206/description - 250 Hz + Servo 6 - /parameters/IMU_INTEG_RATE/values/400/description + /parameters/VOXL2_IO_FUNC2/values/207/description - 400 Hz + Servo 7 - /parameters/SENS_BARO_QNH/shortDesc + /parameters/VOXL2_IO_FUNC2/values/208/description - QNH for barometer + Servo 8 - /parameters/SENS_BARO_RATE/shortDesc + /parameters/VOXL2_IO_FUNC2/values/301/description - Baro max rate + Peripheral via Actuator Set 1 - /parameters/SENS_BARO_RATE/longDesc + /parameters/VOXL2_IO_FUNC2/values/302/description - Barometric air data maximum publication rate. This is an upper bound, actual barometric data rate is still dependent on the sensor. + Peripheral via Actuator Set 2 - /parameters/SENS_BOARD_ROT/shortDesc + /parameters/VOXL2_IO_FUNC2/values/303/description - Board rotation + Peripheral via Actuator Set 3 - /parameters/SENS_BOARD_ROT/longDesc + /parameters/VOXL2_IO_FUNC2/values/304/description - This parameter defines the rotation of the FMU board relative to the platform. + Peripheral via Actuator Set 4 - /parameters/SENS_BOARD_ROT/values/0/description + /parameters/VOXL2_IO_FUNC2/values/305/description - No rotation + Peripheral via Actuator Set 5 - /parameters/SENS_BOARD_ROT/values/1/description + /parameters/VOXL2_IO_FUNC2/values/306/description - Yaw 45° + Peripheral via Actuator Set 6 - /parameters/SENS_BOARD_ROT/values/2/description + /parameters/VOXL2_IO_FUNC2/values/400/description - Yaw 90° + Landing Gear - /parameters/SENS_BOARD_ROT/values/3/description + /parameters/VOXL2_IO_FUNC2/values/401/description - Yaw 135° + Parachute - /parameters/SENS_BOARD_ROT/values/4/description + /parameters/VOXL2_IO_FUNC2/values/402/description - Yaw 180° + RC Roll - /parameters/SENS_BOARD_ROT/values/5/description + /parameters/VOXL2_IO_FUNC2/values/403/description - Yaw 225° + RC Pitch - /parameters/SENS_BOARD_ROT/values/6/description + /parameters/VOXL2_IO_FUNC2/values/404/description - Yaw 270° + RC Throttle - /parameters/SENS_BOARD_ROT/values/7/description + /parameters/VOXL2_IO_FUNC2/values/405/description - Yaw 315° + RC Yaw - /parameters/SENS_BOARD_ROT/values/8/description + /parameters/VOXL2_IO_FUNC2/values/406/description - Roll 180° + RC Flaps - /parameters/SENS_BOARD_ROT/values/9/description + /parameters/VOXL2_IO_FUNC2/values/407/description - Roll 180°, Yaw 45° + RC AUX 1 - /parameters/SENS_BOARD_ROT/values/10/description + /parameters/VOXL2_IO_FUNC2/values/408/description - Roll 180°, Yaw 90° + RC AUX 2 - /parameters/SENS_BOARD_ROT/values/11/description + /parameters/VOXL2_IO_FUNC2/values/409/description - Roll 180°, Yaw 135° + RC AUX 3 - /parameters/SENS_BOARD_ROT/values/12/description + /parameters/VOXL2_IO_FUNC2/values/410/description - Pitch 180° + RC AUX 4 - /parameters/SENS_BOARD_ROT/values/13/description + /parameters/VOXL2_IO_FUNC2/values/411/description - Roll 180°, Yaw 225° + RC AUX 5 - /parameters/SENS_BOARD_ROT/values/14/description + /parameters/VOXL2_IO_FUNC2/values/412/description - Roll 180°, Yaw 270° + RC AUX 6 - /parameters/SENS_BOARD_ROT/values/15/description + /parameters/VOXL2_IO_FUNC2/values/420/description - Roll 180°, Yaw 315° + Gimbal Roll - /parameters/SENS_BOARD_ROT/values/16/description + /parameters/VOXL2_IO_FUNC2/values/421/description - Roll 90° + Gimbal Pitch - /parameters/SENS_BOARD_ROT/values/17/description + /parameters/VOXL2_IO_FUNC2/values/422/description - Roll 90°, Yaw 45° + Gimbal Yaw - /parameters/SENS_BOARD_ROT/values/18/description + /parameters/VOXL2_IO_FUNC2/values/430/description - Roll 90°, Yaw 90° + Gripper - /parameters/SENS_BOARD_ROT/values/19/description + /parameters/VOXL2_IO_FUNC2/values/440/description - Roll 90°, Yaw 135° + Landing Gear Wheel - /parameters/SENS_BOARD_ROT/values/20/description + /parameters/VOXL2_IO_FUNC3/shortDesc - Roll 270° + VOXL2 IO Output PWM Channel 3 Output Function - /parameters/SENS_BOARD_ROT/values/21/description + /parameters/VOXL2_IO_FUNC3/longDesc - Roll 270°, Yaw 45° + 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 - /parameters/SENS_BOARD_ROT/values/22/description + /parameters/VOXL2_IO_FUNC3/values/0/description - Roll 270°, Yaw 90° + Disabled - /parameters/SENS_BOARD_ROT/values/23/description + /parameters/VOXL2_IO_FUNC3/values/1/description - Roll 270°, Yaw 135° + Constant Min - /parameters/SENS_BOARD_ROT/values/24/description + /parameters/VOXL2_IO_FUNC3/values/2/description - Pitch 90° + Constant Max - /parameters/SENS_BOARD_ROT/values/25/description + /parameters/VOXL2_IO_FUNC3/values/101/description - Pitch 270° + Motor 1 - /parameters/SENS_BOARD_ROT/values/26/description + /parameters/VOXL2_IO_FUNC3/values/102/description - Pitch 180°, Yaw 90° + Motor 2 - /parameters/SENS_BOARD_ROT/values/27/description + /parameters/VOXL2_IO_FUNC3/values/103/description - Pitch 180°, Yaw 270° + Motor 3 - /parameters/SENS_BOARD_ROT/values/28/description + /parameters/VOXL2_IO_FUNC3/values/104/description - Roll 90°, Pitch 90° + Motor 4 - /parameters/SENS_BOARD_ROT/values/29/description + /parameters/VOXL2_IO_FUNC3/values/105/description - Roll 180°, Pitch 90° + Motor 5 - /parameters/SENS_BOARD_ROT/values/30/description + /parameters/VOXL2_IO_FUNC3/values/106/description - Roll 270°, Pitch 90° + Motor 6 - /parameters/SENS_BOARD_ROT/values/31/description + /parameters/VOXL2_IO_FUNC3/values/107/description - Roll 90°, Pitch 180° + Motor 7 - /parameters/SENS_BOARD_ROT/values/32/description + /parameters/VOXL2_IO_FUNC3/values/108/description - Roll 270°, Pitch 180° + Motor 8 - /parameters/SENS_BOARD_ROT/values/33/description + /parameters/VOXL2_IO_FUNC3/values/109/description - Roll 90°, Pitch 270° + Motor 9 - /parameters/SENS_BOARD_ROT/values/34/description + /parameters/VOXL2_IO_FUNC3/values/110/description - Roll 180°, Pitch 270° + Motor 10 - /parameters/SENS_BOARD_ROT/values/35/description + /parameters/VOXL2_IO_FUNC3/values/111/description - Roll 270°, Pitch 270° + Motor 11 - /parameters/SENS_BOARD_ROT/values/36/description + /parameters/VOXL2_IO_FUNC3/values/112/description - Roll 90°, Pitch 180°, Yaw 90° + Motor 12 - /parameters/SENS_BOARD_ROT/values/37/description + /parameters/VOXL2_IO_FUNC3/values/201/description - Roll 90°, Yaw 270° + Servo 1 - /parameters/SENS_BOARD_ROT/values/38/description + /parameters/VOXL2_IO_FUNC3/values/202/description - Roll 90°, Pitch 68°, Yaw 293° + Servo 2 - /parameters/SENS_BOARD_ROT/values/39/description + /parameters/VOXL2_IO_FUNC3/values/203/description - Pitch 315° + Servo 3 - /parameters/SENS_BOARD_ROT/values/40/description + /parameters/VOXL2_IO_FUNC3/values/204/description - Roll 90°, Pitch 315° + Servo 4 - /parameters/SENS_BOARD_X_OFF/shortDesc + /parameters/VOXL2_IO_FUNC3/values/205/description - Board rotation X (Roll) offset + Servo 5 - /parameters/SENS_BOARD_X_OFF/longDesc + /parameters/VOXL2_IO_FUNC3/values/206/description - 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. + Servo 6 - /parameters/SENS_BOARD_Y_OFF/shortDesc + /parameters/VOXL2_IO_FUNC3/values/207/description - Board rotation Y (Pitch) offset + Servo 7 - /parameters/SENS_BOARD_Y_OFF/longDesc + /parameters/VOXL2_IO_FUNC3/values/208/description - 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. + Servo 8 - /parameters/SENS_BOARD_Z_OFF/shortDesc + /parameters/VOXL2_IO_FUNC3/values/301/description - Board rotation Z (YAW) offset + Peripheral via Actuator Set 1 - /parameters/SENS_BOARD_Z_OFF/longDesc + /parameters/VOXL2_IO_FUNC3/values/302/description - 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. + Peripheral via Actuator Set 2 - /parameters/SENS_EN_ARSPDSIM/shortDesc + /parameters/VOXL2_IO_FUNC3/values/303/description - Enable simulated airspeed sensor instance + Peripheral via Actuator Set 3 - /parameters/SENS_EN_ARSPDSIM/values/0/description + /parameters/VOXL2_IO_FUNC3/values/304/description - Disabled + Peripheral via Actuator Set 4 - /parameters/SENS_EN_ARSPDSIM/values/1/description + /parameters/VOXL2_IO_FUNC3/values/305/description - Enabled + Peripheral via Actuator Set 5 - /parameters/SENS_EN_BAROSIM/shortDesc + /parameters/VOXL2_IO_FUNC3/values/306/description - Enable simulated barometer sensor instance + Peripheral via Actuator Set 6 - /parameters/SENS_EN_BAROSIM/values/0/description + /parameters/VOXL2_IO_FUNC3/values/400/description - Disabled + Landing Gear - /parameters/SENS_EN_BAROSIM/values/1/description + /parameters/VOXL2_IO_FUNC3/values/401/description - Enabled + Parachute - /parameters/SENS_EN_GPSSIM/shortDesc + /parameters/VOXL2_IO_FUNC3/values/402/description - Enable simulated GPS sinstance + RC Roll - /parameters/SENS_EN_GPSSIM/values/0/description + /parameters/VOXL2_IO_FUNC3/values/403/description - Disabled + RC Pitch - /parameters/SENS_EN_GPSSIM/values/1/description + /parameters/VOXL2_IO_FUNC3/values/404/description - Enabled + RC Throttle - /parameters/SENS_EN_MAGSIM/shortDesc + /parameters/VOXL2_IO_FUNC3/values/405/description - Enable simulated magnetometer sensor instance + RC Yaw - /parameters/SENS_EN_MAGSIM/values/0/description + /parameters/VOXL2_IO_FUNC3/values/406/description - Disabled + RC Flaps - /parameters/SENS_EN_MAGSIM/values/1/description + /parameters/VOXL2_IO_FUNC3/values/407/description - Enabled + RC AUX 1 - /parameters/SENS_EN_THERMAL/shortDesc + /parameters/VOXL2_IO_FUNC3/values/408/description - Thermal control of sensor temperature + RC AUX 2 - /parameters/SENS_EN_THERMAL/values/-1/description + /parameters/VOXL2_IO_FUNC3/values/409/description - Thermal control unavailable + RC AUX 3 - /parameters/SENS_EN_THERMAL/values/0/description + /parameters/VOXL2_IO_FUNC3/values/410/description - Thermal control off + RC AUX 4 - /parameters/SENS_EN_THERMAL/values/1/description + /parameters/VOXL2_IO_FUNC3/values/411/description - Thermal control enabled + RC AUX 5 - /parameters/SENS_EXT_I2C_PRB/shortDesc + /parameters/VOXL2_IO_FUNC3/values/412/description - External I2C probe + RC AUX 6 - /parameters/SENS_EXT_I2C_PRB/longDesc + /parameters/VOXL2_IO_FUNC3/values/420/description - Probe for optional external I2C devices. + Gimbal Roll - /parameters/SENS_EXT_I2C_PRB/values/0/description + /parameters/VOXL2_IO_FUNC3/values/421/description + + Gimbal Pitch + + + + /parameters/VOXL2_IO_FUNC3/values/422/description + + Gimbal Yaw + + + + /parameters/VOXL2_IO_FUNC3/values/430/description + + Gripper + + + + /parameters/VOXL2_IO_FUNC3/values/440/description + + Landing Gear Wheel + + + + /parameters/VOXL2_IO_FUNC4/shortDesc + + VOXL2 IO Output PWM Channel 4 Output Function + + + + /parameters/VOXL2_IO_FUNC4/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 + + + + /parameters/VOXL2_IO_FUNC4/values/0/description Disabled - /parameters/SENS_EXT_I2C_PRB/values/1/description + /parameters/VOXL2_IO_FUNC4/values/1/description - Enabled + Constant Min - /parameters/SENS_FLOW_RATE/shortDesc + /parameters/VOXL2_IO_FUNC4/values/2/description - Optical flow max rate + Constant Max - /parameters/SENS_FLOW_RATE/longDesc + /parameters/VOXL2_IO_FUNC4/values/101/description - Optical flow data maximum publication rate. This is an upper bound, actual optical flow data rate is still dependent on the sensor. + Motor 1 - /parameters/SENS_FLOW_ROT/shortDesc + /parameters/VOXL2_IO_FUNC4/values/102/description - Optical flow rotation + Motor 2 - /parameters/SENS_FLOW_ROT/longDesc + /parameters/VOXL2_IO_FUNC4/values/103/description - 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. + Motor 3 - /parameters/SENS_FLOW_ROT/values/0/description + /parameters/VOXL2_IO_FUNC4/values/104/description - No rotation + Motor 4 - /parameters/SENS_FLOW_ROT/values/1/description + /parameters/VOXL2_IO_FUNC4/values/105/description - Yaw 45° + Motor 5 - /parameters/SENS_FLOW_ROT/values/2/description + /parameters/VOXL2_IO_FUNC4/values/106/description - Yaw 90° + Motor 6 - /parameters/SENS_FLOW_ROT/values/3/description + /parameters/VOXL2_IO_FUNC4/values/107/description - Yaw 135° + Motor 7 - /parameters/SENS_FLOW_ROT/values/4/description + /parameters/VOXL2_IO_FUNC4/values/108/description - Yaw 180° + Motor 8 - /parameters/SENS_FLOW_ROT/values/5/description + /parameters/VOXL2_IO_FUNC4/values/109/description - Yaw 225° + Motor 9 - /parameters/SENS_FLOW_ROT/values/6/description + /parameters/VOXL2_IO_FUNC4/values/110/description - Yaw 270° + Motor 10 - /parameters/SENS_FLOW_ROT/values/7/description + /parameters/VOXL2_IO_FUNC4/values/111/description - Yaw 315° + Motor 11 - /parameters/SENS_GPS_MASK/shortDesc + /parameters/VOXL2_IO_FUNC4/values/112/description - Multi GPS Blending Control Mask + Motor 12 - /parameters/SENS_GPS_MASK/longDesc + /parameters/VOXL2_IO_FUNC4/values/201/description - 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 + Servo 1 - /parameters/SENS_GPS_MASK/bitmask/0/description + /parameters/VOXL2_IO_FUNC4/values/202/description - use speed accuracy + Servo 2 - /parameters/SENS_GPS_MASK/bitmask/1/description + /parameters/VOXL2_IO_FUNC4/values/203/description - use hpos accuracy + Servo 3 - /parameters/SENS_GPS_MASK/bitmask/2/description + /parameters/VOXL2_IO_FUNC4/values/204/description - use vpos accuracy + Servo 4 - /parameters/SENS_GPS_PRIME/shortDesc + /parameters/VOXL2_IO_FUNC4/values/205/description - Multi GPS primary instance + Servo 5 - /parameters/SENS_GPS_PRIME/longDesc + /parameters/VOXL2_IO_FUNC4/values/206/description - 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. + Servo 6 - /parameters/SENS_GPS_TAU/shortDesc + /parameters/VOXL2_IO_FUNC4/values/207/description - Multi GPS Blending Time Constant + Servo 7 - /parameters/SENS_GPS_TAU/longDesc + /parameters/VOXL2_IO_FUNC4/values/208/description - 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. + Servo 8 - /parameters/SENS_IMU_AUTOCAL/shortDesc + /parameters/VOXL2_IO_FUNC4/values/301/description - IMU auto calibration + Peripheral via Actuator Set 1 - /parameters/SENS_IMU_AUTOCAL/longDesc + /parameters/VOXL2_IO_FUNC4/values/302/description - Automatically initialize IMU (accel/gyro) calibration from bias estimates if available. + Peripheral via Actuator Set 2 - /parameters/SENS_IMU_AUTOCAL/values/0/description + /parameters/VOXL2_IO_FUNC4/values/303/description - Disabled + Peripheral via Actuator Set 3 - /parameters/SENS_IMU_AUTOCAL/values/1/description + /parameters/VOXL2_IO_FUNC4/values/304/description - Enabled + Peripheral via Actuator Set 4 - /parameters/SENS_IMU_CLPNOTI/shortDesc + /parameters/VOXL2_IO_FUNC4/values/305/description - IMU notify clipping + Peripheral via Actuator Set 5 - /parameters/SENS_IMU_CLPNOTI/longDesc + /parameters/VOXL2_IO_FUNC4/values/306/description - Notify the user if the IMU is clipping + Peripheral via Actuator Set 6 - /parameters/SENS_IMU_CLPNOTI/values/0/description + /parameters/VOXL2_IO_FUNC4/values/400/description - Disabled + Landing Gear - /parameters/SENS_IMU_CLPNOTI/values/1/description + /parameters/VOXL2_IO_FUNC4/values/401/description - Enabled + Parachute - /parameters/SENS_IMU_MODE/shortDesc + /parameters/VOXL2_IO_FUNC4/values/402/description - Sensors hub IMU mode + RC Roll - /parameters/SENS_IMU_MODE/values/0/description + /parameters/VOXL2_IO_FUNC4/values/403/description - Disabled + RC Pitch - /parameters/SENS_IMU_MODE/values/1/description + /parameters/VOXL2_IO_FUNC4/values/404/description - Publish primary IMU selection + RC Throttle - /parameters/SENS_INT_BARO_EN/shortDesc + /parameters/VOXL2_IO_FUNC4/values/405/description - Enable internal barometers + RC Yaw - /parameters/SENS_INT_BARO_EN/longDesc + /parameters/VOXL2_IO_FUNC4/values/406/description - For systems with an external barometer, this should be set to false to make sure that the external is used. + RC Flaps - /parameters/SENS_INT_BARO_EN/values/0/description + /parameters/VOXL2_IO_FUNC4/values/407/description - Disabled + RC AUX 1 - /parameters/SENS_INT_BARO_EN/values/1/description + /parameters/VOXL2_IO_FUNC4/values/408/description - Enabled + RC AUX 2 - /parameters/SENS_MAG_AUTOCAL/shortDesc + /parameters/VOXL2_IO_FUNC4/values/409/description - Magnetometer auto calibration + RC AUX 3 - /parameters/SENS_MAG_AUTOCAL/longDesc + /parameters/VOXL2_IO_FUNC4/values/410/description - Automatically initialize magnetometer calibration from bias estimate if available. + RC AUX 4 - /parameters/SENS_MAG_AUTOCAL/values/0/description + /parameters/VOXL2_IO_FUNC4/values/411/description - Disabled + RC AUX 5 - /parameters/SENS_MAG_AUTOCAL/values/1/description + /parameters/VOXL2_IO_FUNC4/values/412/description - Enabled + RC AUX 6 - /parameters/SENS_MAG_AUTOROT/shortDesc + /parameters/VOXL2_IO_FUNC4/values/420/description - Automatically set external rotations + Gimbal Roll - /parameters/SENS_MAG_AUTOROT/longDesc + /parameters/VOXL2_IO_FUNC4/values/421/description - During calibration attempt to automatically determine the rotation of external magnetometers. + Gimbal Pitch - /parameters/SENS_MAG_AUTOROT/values/0/description + /parameters/VOXL2_IO_FUNC4/values/422/description + + Gimbal Yaw + + + + /parameters/VOXL2_IO_FUNC4/values/430/description + + Gripper + + + + /parameters/VOXL2_IO_FUNC4/values/440/description + + Landing Gear Wheel + + + + /parameters/VOXL2_IO_REV/shortDesc + + Reverse Output Range for VOXL2 IO Output + + + + /parameters/VOXL2_IO_REV/longDesc + + Allows to reverse the output range for each channel. Note: this is only useful for servos. + + + + /parameters/VOXL2_IO_REV/bitmask/0/description + + VOXL2 IO Output PWM Channel 1 + + + + /parameters/VOXL2_IO_REV/bitmask/1/description + + VOXL2 IO Output PWM Channel 2 + + + + /parameters/VOXL2_IO_REV/bitmask/2/description + + VOXL2 IO Output PWM Channel 3 + + + + /parameters/VOXL2_IO_REV/bitmask/3/description + + VOXL2 IO Output PWM Channel 4 + + + + /parameters/VOXL_ESC_FUNC1/shortDesc + + VOXL ESC Output ESC 1 Output Function + + + + /parameters/VOXL_ESC_FUNC1/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 + + + + /parameters/VOXL_ESC_FUNC1/values/0/description Disabled - /parameters/SENS_MAG_AUTOROT/values/1/description + /parameters/VOXL_ESC_FUNC1/values/1/description - Enabled + Constant Min - /parameters/SENS_MAG_MODE/shortDesc + /parameters/VOXL_ESC_FUNC1/values/2/description - Sensors hub mag mode + Constant Max - /parameters/SENS_MAG_MODE/values/0/description + /parameters/VOXL_ESC_FUNC1/values/101/description - Publish all magnetometers + Motor 1 - /parameters/SENS_MAG_MODE/values/1/description + /parameters/VOXL_ESC_FUNC1/values/102/description - Publish primary magnetometer + Motor 2 - /parameters/SENS_MAG_RATE/shortDesc + /parameters/VOXL_ESC_FUNC1/values/103/description - Magnetometer max rate + Motor 3 - /parameters/SENS_MAG_RATE/longDesc + /parameters/VOXL_ESC_FUNC1/values/104/description - Magnetometer data maximum publication rate. This is an upper bound, actual magnetometer data rate is still dependent on the sensor. + Motor 4 - /parameters/SENS_MAG_SIDES/shortDesc + /parameters/VOXL_ESC_FUNC1/values/105/description - Bitfield selecting mag sides for calibration + Motor 5 - /parameters/SENS_MAG_SIDES/longDesc + /parameters/VOXL_ESC_FUNC1/values/106/description - 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 + Motor 6 - /parameters/SENS_MAG_SIDES/values/34/description + /parameters/VOXL_ESC_FUNC1/values/107/description - Two side calibration + Motor 7 - /parameters/SENS_MAG_SIDES/values/38/description + /parameters/VOXL_ESC_FUNC1/values/108/description - Three side calibration + Motor 8 - /parameters/SENS_MAG_SIDES/values/63/description + /parameters/VOXL_ESC_FUNC1/values/109/description - Six side calibration + Motor 9 - /parameters/SIM_ARSPD_FAIL/shortDesc + /parameters/VOXL_ESC_FUNC1/values/110/description - Dynamically simulate failure of airspeed sensor instance + Motor 10 - /parameters/SIM_ARSPD_FAIL/values/0/description + /parameters/VOXL_ESC_FUNC1/values/111/description - Disabled + Motor 11 - /parameters/SIM_ARSPD_FAIL/values/1/description + /parameters/VOXL_ESC_FUNC1/values/112/description - Enabled + Motor 12 - /parameters/SIH_DISTSNSR_MAX/shortDesc + /parameters/VOXL_ESC_FUNC1/values/201/description - distance sensor maximum range + Servo 1 - /parameters/SIH_DISTSNSR_MIN/shortDesc + /parameters/VOXL_ESC_FUNC1/values/202/description - distance sensor minimum range + Servo 2 - /parameters/SIH_DISTSNSR_OVR/shortDesc + /parameters/VOXL_ESC_FUNC1/values/203/description - if >= 0 the distance sensor measures will be overridden by this value + Servo 3 - /parameters/SIH_DISTSNSR_OVR/longDesc + /parameters/VOXL_ESC_FUNC1/values/204/description - Absolute value superior to 10000 will disable distance sensor + Servo 4 - /parameters/SIH_IXX/shortDesc + /parameters/VOXL_ESC_FUNC1/values/205/description - Vehicle inertia about X axis + Servo 5 - /parameters/SIH_IXX/longDesc + /parameters/VOXL_ESC_FUNC1/values/206/description - The inertia is a 3 by 3 symmetric matrix. It represents the difficulty of the vehicle to modify its angular rate. + Servo 6 - /parameters/SIH_IXY/shortDesc + /parameters/VOXL_ESC_FUNC1/values/207/description - Vehicle cross term inertia xy + Servo 7 - /parameters/SIH_IXY/longDesc + /parameters/VOXL_ESC_FUNC1/values/208/description - 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. + Servo 8 - /parameters/SIH_IXZ/shortDesc + /parameters/VOXL_ESC_FUNC1/values/301/description - Vehicle cross term inertia xz + Peripheral via Actuator Set 1 - /parameters/SIH_IXZ/longDesc + /parameters/VOXL_ESC_FUNC1/values/302/description - 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. + Peripheral via Actuator Set 2 - /parameters/SIH_IYY/shortDesc + /parameters/VOXL_ESC_FUNC1/values/303/description - Vehicle inertia about Y axis + Peripheral via Actuator Set 3 - /parameters/SIH_IYY/longDesc + /parameters/VOXL_ESC_FUNC1/values/304/description - The inertia is a 3 by 3 symmetric matrix. It represents the difficulty of the vehicle to modify its angular rate. + Peripheral via Actuator Set 4 - /parameters/SIH_IYZ/shortDesc + /parameters/VOXL_ESC_FUNC1/values/305/description - Vehicle cross term inertia yz + Peripheral via Actuator Set 5 - /parameters/SIH_IYZ/longDesc + /parameters/VOXL_ESC_FUNC1/values/306/description - 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. + Peripheral via Actuator Set 6 - /parameters/SIH_IZZ/shortDesc + /parameters/VOXL_ESC_FUNC1/values/400/description - Vehicle inertia about Z axis + Landing Gear - /parameters/SIH_IZZ/longDesc + /parameters/VOXL_ESC_FUNC1/values/401/description - The inertia is a 3 by 3 symmetric matrix. It represents the difficulty of the vehicle to modify its angular rate. + Parachute - /parameters/SIH_KDV/shortDesc + /parameters/VOXL_ESC_FUNC1/values/402/description - First order drag coefficient + RC Roll - /parameters/SIH_KDV/longDesc + /parameters/VOXL_ESC_FUNC1/values/403/description - 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] + RC Pitch - /parameters/SIH_KDW/shortDesc + /parameters/VOXL_ESC_FUNC1/values/404/description - First order angular damper coefficient + RC Throttle - /parameters/SIH_KDW/longDesc + /parameters/VOXL_ESC_FUNC1/values/405/description - 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. + RC Yaw - /parameters/SIH_LOC_H0/shortDesc + /parameters/VOXL_ESC_FUNC1/values/406/description - Initial AMSL ground altitude + RC Flaps - /parameters/SIH_LOC_H0/longDesc + /parameters/VOXL_ESC_FUNC1/values/407/description - 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. + RC AUX 1 - /parameters/SIH_LOC_LAT0/shortDesc + /parameters/VOXL_ESC_FUNC1/values/408/description - Initial geodetic latitude + RC AUX 2 - /parameters/SIH_LOC_LAT0/longDesc + /parameters/VOXL_ESC_FUNC1/values/409/description - 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. + RC AUX 3 - /parameters/SIH_LOC_LON0/shortDesc + /parameters/VOXL_ESC_FUNC1/values/410/description - Initial geodetic longitude + RC AUX 4 - /parameters/SIH_LOC_LON0/longDesc + /parameters/VOXL_ESC_FUNC1/values/411/description - 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. + RC AUX 5 - /parameters/SIH_L_PITCH/shortDesc + /parameters/VOXL_ESC_FUNC1/values/412/description - Pitch arm length + RC AUX 6 - /parameters/SIH_L_PITCH/longDesc + /parameters/VOXL_ESC_FUNC1/values/420/description - 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. + Gimbal Roll - /parameters/SIH_L_ROLL/shortDesc + /parameters/VOXL_ESC_FUNC1/values/421/description - Roll arm length + Gimbal Pitch - /parameters/SIH_L_ROLL/longDesc + /parameters/VOXL_ESC_FUNC1/values/422/description - 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. + Gimbal Yaw - /parameters/SIH_MASS/shortDesc + /parameters/VOXL_ESC_FUNC1/values/430/description + + Gripper + + + + /parameters/VOXL_ESC_FUNC1/values/440/description + + Landing Gear Wheel + + + + /parameters/VOXL_ESC_FUNC2/shortDesc + + VOXL ESC Output ESC 2 Output Function + + + + /parameters/VOXL_ESC_FUNC2/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 + + + + /parameters/VOXL_ESC_FUNC2/values/0/description + + Disabled + + + + /parameters/VOXL_ESC_FUNC2/values/1/description + + Constant Min + + + + /parameters/VOXL_ESC_FUNC2/values/2/description + + Constant Max + + + + /parameters/VOXL_ESC_FUNC2/values/101/description + + Motor 1 + + + + /parameters/VOXL_ESC_FUNC2/values/102/description + + Motor 2 + + + + /parameters/VOXL_ESC_FUNC2/values/103/description + + Motor 3 + + + + /parameters/VOXL_ESC_FUNC2/values/104/description + + Motor 4 + + + + /parameters/VOXL_ESC_FUNC2/values/105/description + + Motor 5 + + + + /parameters/VOXL_ESC_FUNC2/values/106/description + + Motor 6 + + + + /parameters/VOXL_ESC_FUNC2/values/107/description + + Motor 7 + + + + /parameters/VOXL_ESC_FUNC2/values/108/description + + Motor 8 + + + + /parameters/VOXL_ESC_FUNC2/values/109/description + + Motor 9 + + + + /parameters/VOXL_ESC_FUNC2/values/110/description + + Motor 10 + + + + /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 - Vehicle mass + Magnetometer calibration minimum temperature - /parameters/SIH_MASS/longDesc + /parameters/TC_M0_TREF/shortDesc - This value can be measured by weighting the quad on a scale. + Magnetometer calibration reference temperature - /parameters/SIH_Q_MAX/shortDesc + /parameters/TC_M0_X0_0/shortDesc - Max propeller torque + Magnetometer offset temperature ^0 polynomial coefficient - X axis - /parameters/SIH_Q_MAX/longDesc + /parameters/TC_M0_X0_1/shortDesc - 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. + Magnetometer offset temperature ^0 polynomial coefficient - Y axis - /parameters/SIH_T_MAX/shortDesc + /parameters/TC_M0_X0_2/shortDesc - Max propeller thrust force + Magnetometer offset temperature ^0 polynomial coefficient - Z axis - /parameters/SIH_T_MAX/longDesc + /parameters/TC_M0_X1_0/shortDesc - 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. + Magnetometer offset temperature ^1 polynomial coefficient - X axis - /parameters/SIH_T_TAU/shortDesc + /parameters/TC_M0_X1_1/shortDesc - thruster time constant tau + Magnetometer offset temperature ^1 polynomial coefficient - Y axis - /parameters/SIH_T_TAU/longDesc + /parameters/TC_M0_X1_2/shortDesc - the time taken for the thruster to step from 0 to 100% should be about 4 times tau + Magnetometer offset temperature ^1 polynomial coefficient - Z axis - /parameters/SIH_VEHICLE_TYPE/shortDesc + /parameters/TC_M0_X2_0/shortDesc - Vehicle type + Magnetometer offset temperature ^2 polynomial coefficient - X axis - /parameters/SIH_VEHICLE_TYPE/values/0/description + /parameters/TC_M0_X2_1/shortDesc - Multicopter + Magnetometer offset temperature ^2 polynomial coefficient - Y axis - /parameters/SIH_VEHICLE_TYPE/values/1/description + /parameters/TC_M0_X2_2/shortDesc - Fixed-Wing + Magnetometer offset temperature ^2 polynomial coefficient - Z axis - /parameters/SIH_VEHICLE_TYPE/values/2/description + /parameters/TC_M0_X3_0/shortDesc - Tailsitter + Magnetometer offset temperature ^3 polynomial coefficient - X axis - /parameters/SIM_BARO_OFF_P/shortDesc + /parameters/TC_M0_X3_1/shortDesc - simulated barometer pressure offset + Magnetometer offset temperature ^3 polynomial coefficient - Y axis - /parameters/SIM_BARO_OFF_T/shortDesc + /parameters/TC_M0_X3_2/shortDesc - simulated barometer temperature offset + Magnetometer offset temperature ^3 polynomial coefficient - Z axis - /parameters/SIM_GPS_USED/shortDesc + /parameters/TC_M1_ID/shortDesc - simulated GPS number of satellites used + ID of Magnetometer that the calibration is for - /parameters/SIM_MAG_OFFSET_X/shortDesc + /parameters/TC_M1_TMAX/shortDesc - simulated magnetometer X offset + Magnetometer calibration maximum temperature - /parameters/SIM_MAG_OFFSET_Y/shortDesc + /parameters/TC_M1_TMIN/shortDesc - simulated magnetometer Y offset + Magnetometer calibration minimum temperature - /parameters/SIM_MAG_OFFSET_Z/shortDesc + /parameters/TC_M1_TREF/shortDesc - simulated magnetometer Z offset + Magnetometer calibration reference temperature - /parameters/SYS_AUTOCONFIG/shortDesc + /parameters/TC_M1_X0_0/shortDesc - Automatically configure default values + Magnetometer offset temperature ^0 polynomial coefficient - X axis - /parameters/SYS_AUTOCONFIG/longDesc + /parameters/TC_M1_X0_1/shortDesc - Set to 1 to reset parameters on next system startup (setting defaults). Platform-specific values are used if available. RC* parameters are preserved. + Magnetometer offset temperature ^0 polynomial coefficient - Y axis - /parameters/SYS_AUTOCONFIG/values/0/description + /parameters/TC_M1_X0_2/shortDesc - Keep parameters + Magnetometer offset temperature ^0 polynomial coefficient - Z axis - /parameters/SYS_AUTOCONFIG/values/1/description + /parameters/TC_M1_X1_0/shortDesc - Reset parameters to airframe defaults + Magnetometer offset temperature ^1 polynomial coefficient - X axis - /parameters/SYS_AUTOSTART/shortDesc + /parameters/TC_M1_X1_1/shortDesc - Auto-start script index + Magnetometer offset temperature ^1 polynomial coefficient - Y axis - /parameters/SYS_AUTOSTART/longDesc + /parameters/TC_M1_X1_2/shortDesc - CHANGING THIS VALUE REQUIRES A RESTART. Defines the auto-start script used to bootstrap the system. + Magnetometer offset temperature ^1 polynomial coefficient - Z axis - /parameters/SYS_BL_UPDATE/shortDesc + /parameters/TC_M1_X2_0/shortDesc - Bootloader update + Magnetometer offset temperature ^2 polynomial coefficient - X axis - /parameters/SYS_BL_UPDATE/longDesc + /parameters/TC_M1_X2_1/shortDesc - 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 + Magnetometer offset temperature ^2 polynomial coefficient - Y axis - /parameters/SYS_BL_UPDATE/values/0/description + /parameters/TC_M1_X2_2/shortDesc - Disabled + Magnetometer offset temperature ^2 polynomial coefficient - Z axis - /parameters/SYS_BL_UPDATE/values/1/description + /parameters/TC_M1_X3_0/shortDesc - Enabled + Magnetometer offset temperature ^3 polynomial coefficient - X axis - /parameters/SYS_CAL_ACCEL/shortDesc + /parameters/TC_M1_X3_1/shortDesc - Enable auto start of accelerometer thermal calibration at the next power up + Magnetometer offset temperature ^3 polynomial coefficient - Y axis - /parameters/SYS_CAL_ACCEL/longDesc + /parameters/TC_M1_X3_2/shortDesc - 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) + Magnetometer offset temperature ^3 polynomial coefficient - Z axis - /parameters/SYS_CAL_BARO/shortDesc + /parameters/TC_M2_ID/shortDesc - Enable auto start of barometer thermal calibration at the next power up + ID of Magnetometer that the calibration is for - /parameters/SYS_CAL_BARO/longDesc + /parameters/TC_M2_TMAX/shortDesc - 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) + Magnetometer calibration maximum temperature - /parameters/SYS_CAL_GYRO/shortDesc + /parameters/TC_M2_TMIN/shortDesc - Enable auto start of rate gyro thermal calibration at the next power up + Magnetometer calibration minimum temperature - /parameters/SYS_CAL_GYRO/longDesc + /parameters/TC_M2_TREF/shortDesc - 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) + Magnetometer calibration reference temperature - /parameters/SYS_CAL_TDEL/shortDesc + /parameters/TC_M2_X0_0/shortDesc - Required temperature rise during thermal calibration + Magnetometer offset temperature ^0 polynomial coefficient - X axis - /parameters/SYS_CAL_TDEL/longDesc + /parameters/TC_M2_X0_1/shortDesc - 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. + Magnetometer offset temperature ^0 polynomial coefficient - Y axis - /parameters/SYS_CAL_TMAX/shortDesc + /parameters/TC_M2_X0_2/shortDesc - Maximum starting temperature for thermal calibration + Magnetometer offset temperature ^0 polynomial coefficient - Z axis - /parameters/SYS_CAL_TMAX/longDesc + /parameters/TC_M2_X1_0/shortDesc - Temperature calibration will not start if the temperature of any sensor is higher than the value set by SYS_CAL_TMAX. + Magnetometer offset temperature ^1 polynomial coefficient - X axis - /parameters/SYS_CAL_TMIN/shortDesc + /parameters/TC_M2_X1_1/shortDesc - Minimum starting temperature for thermal calibration + Magnetometer offset temperature ^1 polynomial coefficient - Y axis - /parameters/SYS_CAL_TMIN/longDesc + /parameters/TC_M2_X1_2/shortDesc - Temperature calibration for each sensor will ignore data if the temperature is lower than the value set by SYS_CAL_TMIN. + Magnetometer offset temperature ^1 polynomial coefficient - Z axis - /parameters/SYS_DM_BACKEND/shortDesc + /parameters/TC_M2_X2_0/shortDesc - Dataman storage backend + Magnetometer offset temperature ^2 polynomial coefficient - X axis - /parameters/SYS_DM_BACKEND/values/-1/description + /parameters/TC_M2_X2_1/shortDesc - Disabled + Magnetometer offset temperature ^2 polynomial coefficient - Y axis - /parameters/SYS_DM_BACKEND/values/0/description + /parameters/TC_M2_X2_2/shortDesc - default (SD card) + Magnetometer offset temperature ^2 polynomial coefficient - Z axis - /parameters/SYS_DM_BACKEND/values/1/description + /parameters/TC_M2_X3_0/shortDesc - RAM (not persistent) + Magnetometer offset temperature ^3 polynomial coefficient - X axis - /parameters/SYS_FAC_CAL_MODE/shortDesc + /parameters/TC_M2_X3_1/shortDesc - Enable factory calibration mode + Magnetometer offset temperature ^3 polynomial coefficient - Y axis - /parameters/SYS_FAC_CAL_MODE/longDesc + /parameters/TC_M2_X3_2/shortDesc - 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. + Magnetometer offset temperature ^3 polynomial coefficient - Z axis - /parameters/SYS_FAC_CAL_MODE/values/0/description + /parameters/TC_M3_ID/shortDesc - Disabled + ID of Magnetometer that the calibration is for - /parameters/SYS_FAC_CAL_MODE/values/1/description + /parameters/TC_M3_TMAX/shortDesc - All sensors + Magnetometer calibration maximum temperature - /parameters/SYS_FAC_CAL_MODE/values/2/description + /parameters/TC_M3_TMIN/shortDesc - All sensors except mag + Magnetometer calibration minimum temperature - /parameters/SYS_FAILURE_EN/shortDesc + /parameters/TC_M3_TREF/shortDesc - Enable failure injection + Magnetometer calibration reference temperature - /parameters/SYS_FAILURE_EN/longDesc + /parameters/TC_M3_X0_0/shortDesc - If enabled allows MAVLink INJECT_FAILURE commands. WARNING: the failures can easily cause crashes and are to be used with caution! + Magnetometer offset temperature ^0 polynomial coefficient - X axis - /parameters/SYS_FAILURE_EN/values/0/description + /parameters/TC_M3_X0_1/shortDesc - Disabled + Magnetometer offset temperature ^0 polynomial coefficient - Y axis - /parameters/SYS_FAILURE_EN/values/1/description + /parameters/TC_M3_X0_2/shortDesc - Enabled + Magnetometer offset temperature ^0 polynomial coefficient - Z axis - /parameters/SYS_HAS_BARO/shortDesc + /parameters/TC_M3_X1_0/shortDesc - Control if the vehicle has a barometer + Magnetometer offset temperature ^1 polynomial coefficient - X axis - /parameters/SYS_HAS_BARO/longDesc + /parameters/TC_M3_X1_1/shortDesc - 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. + Magnetometer offset temperature ^1 polynomial coefficient - Y axis - /parameters/SYS_HAS_BARO/values/0/description + /parameters/TC_M3_X1_2/shortDesc - Disabled + Magnetometer offset temperature ^1 polynomial coefficient - Z axis - /parameters/SYS_HAS_BARO/values/1/description + /parameters/TC_M3_X2_0/shortDesc - Enabled + Magnetometer offset temperature ^2 polynomial coefficient - X axis - /parameters/SYS_HAS_GPS/shortDesc + /parameters/TC_M3_X2_1/shortDesc - Control if the vehicle has a GPS + Magnetometer offset temperature ^2 polynomial coefficient - Y axis - /parameters/SYS_HAS_GPS/longDesc + /parameters/TC_M3_X2_2/shortDesc - 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. + Magnetometer offset temperature ^2 polynomial coefficient - Z axis - /parameters/SYS_HAS_GPS/values/0/description + /parameters/TC_M3_X3_0/shortDesc - Disabled + Magnetometer offset temperature ^3 polynomial coefficient - X axis - /parameters/SYS_HAS_GPS/values/1/description + /parameters/TC_M3_X3_1/shortDesc - Enabled + Magnetometer offset temperature ^3 polynomial coefficient - Y axis - /parameters/SYS_HAS_MAG/shortDesc + /parameters/TC_M3_X3_2/shortDesc - Control if the vehicle has a magnetometer + Magnetometer offset temperature ^3 polynomial coefficient - Z axis - /parameters/SYS_HAS_MAG/longDesc + /parameters/TC_M_ENABLE/shortDesc - 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. + Thermal compensation for magnetometer sensors - /parameters/SYS_HAS_NUM_ASPD/shortDesc + /parameters/TC_M_ENABLE/values/0/description - Control if the vehicle has an airspeed sensor + Disabled - /parameters/SYS_HAS_NUM_ASPD/longDesc + /parameters/TC_M_ENABLE/values/1/description - 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. + Enabled - /parameters/SYS_HAS_NUM_DIST/shortDesc + /parameters/MXS_EXT_CFG/shortDesc - Number of distance sensors to check being available + Sagetech External Configuration Mode - /parameters/SYS_HAS_NUM_DIST/longDesc + /parameters/MXS_EXT_CFG/longDesc - The preflight check will fail if fewer than this number of distance sensors with valid data is present. Disable the check with 0. + Disables auto-configuration mode enabling MXS config through external software. - /parameters/SYS_HITL/shortDesc + /parameters/MXS_EXT_CFG/values/0/description - Enable HITL/SIH mode on next boot + Disabled - /parameters/SYS_HITL/longDesc + /parameters/MXS_EXT_CFG/values/1/description - 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). + Enabled - /parameters/SYS_HITL/values/-1/description + /parameters/MXS_OP_MODE/shortDesc - external HITL + Sagetech MXS mode configuration - /parameters/SYS_HITL/values/0/description + /parameters/MXS_OP_MODE/longDesc - HITL and SIH disabled + This parameter defines the operating mode of the MXS - /parameters/SYS_HITL/values/1/description + /parameters/MXS_OP_MODE/values/0/description - HITL enabled + Off - /parameters/SYS_HITL/values/2/description + /parameters/MXS_OP_MODE/values/1/description - SIH enabled + On - /parameters/SYS_PARAM_VER/shortDesc + /parameters/MXS_OP_MODE/values/2/description - Parameter version + Standby - /parameters/SYS_PARAM_VER/longDesc + /parameters/MXS_OP_MODE/values/3/description - 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. + Alt - /parameters/SYS_RGB_MAXBRT/shortDesc + /parameters/MXS_SER_CFG/shortDesc - RGB Led brightness limit + Serial Configuration for Sagetech MXS Serial Port - /parameters/SYS_RGB_MAXBRT/longDesc + /parameters/MXS_SER_CFG/longDesc - Set to 0 to disable, 1 for maximum brightness + Configure on which serial port to run Sagetech MXS Serial Port. - /parameters/SYS_STCK_EN/shortDesc + /parameters/MXS_SER_CFG/values/0/description - Enable stack checking + Disabled - /parameters/SYS_STCK_EN/values/0/description + /parameters/MXS_SER_CFG/values/6/description - Disabled + UART 6 - /parameters/SYS_STCK_EN/values/1/description + /parameters/MXS_SER_CFG/values/101/description - Enabled + TELEM 1 - /parameters/TEST_1/shortDesc + /parameters/MXS_SER_CFG/values/102/description - TEST_1 + TELEM 2 - /parameters/TEST_2/shortDesc + /parameters/MXS_SER_CFG/values/103/description - TEST_2 + TELEM 3 - /parameters/TEST_3/shortDesc + /parameters/MXS_SER_CFG/values/104/description - TEST_3 + TELEM/SERIAL 4 - /parameters/TEST_D/shortDesc + /parameters/MXS_SER_CFG/values/201/description - TEST_D + GPS 1 - /parameters/TEST_DEV/shortDesc + /parameters/MXS_SER_CFG/values/202/description - TEST_DEV + GPS 2 - /parameters/TEST_D_LP/shortDesc + /parameters/MXS_SER_CFG/values/203/description - TEST_D_LP + GPS 3 - /parameters/TEST_HP/shortDesc + /parameters/MXS_SER_CFG/values/300/description - TEST_HP + Radio Controller - /parameters/TEST_I/shortDesc + /parameters/MXS_SER_CFG/values/301/description - TEST_I + Wifi Port - /parameters/TEST_I_MAX/shortDesc + /parameters/MXS_SER_CFG/values/401/description - TEST_I_MAX + EXT2 - /parameters/TEST_LP/shortDesc + /parameters/MXS_TARG_PORT/shortDesc - TEST_LP + Sagetech MXS Participant Configuration - /parameters/TEST_MAX/shortDesc + /parameters/MXS_TARG_PORT/longDesc - TEST_MAX + The MXS communication port to receive Target data from - /parameters/TEST_MEAN/shortDesc + /parameters/MXS_TARG_PORT/values/0/description - TEST_MEAN + Auto - /parameters/TEST_MIN/shortDesc + /parameters/MXS_TARG_PORT/values/1/description - TEST_MIN + COM0 - /parameters/TEST_P/shortDesc + /parameters/MXS_TARG_PORT/values/2/description - TEST_P + COM1 - /parameters/TEST_PARAMS/shortDesc + /parameters/CANNODE_BITRATE/shortDesc - TEST_PARAMS + UAVCAN CAN bus bitrate - /parameters/TEST_RC2_X/shortDesc + /parameters/CANNODE_PUB_MBD/shortDesc - TEST_RC2_X + Enable MovingBaselineData publication - /parameters/TEST_RC_X/shortDesc + /parameters/CANNODE_PUB_MBD/values/0/description - TEST_RC_X + Disabled - /parameters/TEST_TRIM/shortDesc + /parameters/CANNODE_PUB_MBD/values/1/description - TEST_TRIM + Enabled - /parameters/TC_A0_ID/shortDesc + /parameters/CANNODE_SUB_MBD/shortDesc - ID of Accelerometer that the calibration is for + Enable MovingBaselineData subscription - /parameters/TC_A0_TMAX/shortDesc + /parameters/CANNODE_SUB_MBD/values/0/description - Accelerometer calibration maximum temperature + Disabled - /parameters/TC_A0_TMIN/shortDesc + /parameters/CANNODE_SUB_MBD/values/1/description - Accelerometer calibration minimum temperature + Enabled - /parameters/TC_A0_TREF/shortDesc + /parameters/CANNODE_SUB_RTCM/shortDesc - Accelerometer calibration reference temperature + Enable RTCM subscription - /parameters/TC_A0_X0_0/shortDesc + /parameters/CANNODE_SUB_RTCM/values/0/description - Accelerometer offset temperature ^0 polynomial coefficient - X axis + Disabled - /parameters/TC_A0_X0_1/shortDesc + /parameters/CANNODE_SUB_RTCM/values/1/description - Accelerometer offset temperature ^0 polynomial coefficient - Y axis + Enabled - /parameters/TC_A0_X0_2/shortDesc + /parameters/CANNODE_TERM/shortDesc - Accelerometer offset temperature ^0 polynomial coefficient - Z axis + CAN built-in bus termination - /parameters/TC_A0_X1_0/shortDesc + /parameters/CANNODE_TERM/values/0/description - Accelerometer offset temperature ^1 polynomial coefficient - X axis + Disabled - /parameters/TC_A0_X1_1/shortDesc + /parameters/CANNODE_TERM/values/1/description - Accelerometer offset temperature ^1 polynomial coefficient - Y axis + Enabled - /parameters/TC_A0_X1_2/shortDesc + /parameters/SIM_GZ_EN/shortDesc - Accelerometer offset temperature ^1 polynomial coefficient - Z axis + Simulator Gazebo bridge enable - /parameters/TC_A0_X2_0/shortDesc + /parameters/SIM_GZ_EN/values/0/description - Accelerometer offset temperature ^2 polynomial coefficient - X axis + Disabled - /parameters/TC_A0_X2_1/shortDesc + /parameters/SIM_GZ_EN/values/1/description - Accelerometer offset temperature ^2 polynomial coefficient - Y axis + Enabled - /parameters/TC_A0_X2_2/shortDesc + /parameters/UAVCAN_BITRATE/shortDesc - Accelerometer offset temperature ^2 polynomial coefficient - Z axis + UAVCAN CAN bus bitrate - /parameters/TC_A0_X3_0/shortDesc + /parameters/UAVCAN_ENABLE/shortDesc - Accelerometer offset temperature ^3 polynomial coefficient - X axis + UAVCAN mode - /parameters/TC_A0_X3_1/shortDesc + /parameters/UAVCAN_ENABLE/longDesc - Accelerometer offset temperature ^3 polynomial coefficient - Y axis + 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. - /parameters/TC_A0_X3_2/shortDesc + /parameters/UAVCAN_ENABLE/values/0/description - Accelerometer offset temperature ^3 polynomial coefficient - Z axis + Disabled - /parameters/TC_A1_ID/shortDesc + /parameters/UAVCAN_ENABLE/values/1/description - ID of Accelerometer that the calibration is for + Sensors Manual Config - /parameters/TC_A1_TMAX/shortDesc + /parameters/UAVCAN_ENABLE/values/2/description - Accelerometer calibration maximum temperature + Sensors Automatic Config - /parameters/TC_A1_TMIN/shortDesc + /parameters/UAVCAN_ENABLE/values/3/description - Accelerometer calibration minimum temperature + Sensors and Actuators (ESCs) Automatic Config - /parameters/TC_A1_TREF/shortDesc + /parameters/UAVCAN_LGT_ANTCL/shortDesc - Accelerometer calibration reference temperature + UAVCAN ANTI_COLLISION light operating mode - /parameters/TC_A1_X0_0/shortDesc + /parameters/UAVCAN_LGT_ANTCL/longDesc - Accelerometer offset temperature ^0 polynomial coefficient - X axis + 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 - /parameters/TC_A1_X0_1/shortDesc + /parameters/UAVCAN_LGT_ANTCL/values/0/description - Accelerometer offset temperature ^0 polynomial coefficient - Y axis + Always off - /parameters/TC_A1_X0_2/shortDesc + /parameters/UAVCAN_LGT_ANTCL/values/1/description - Accelerometer offset temperature ^0 polynomial coefficient - Z axis + When autopilot is armed - /parameters/TC_A1_X1_0/shortDesc + /parameters/UAVCAN_LGT_ANTCL/values/2/description - Accelerometer offset temperature ^1 polynomial coefficient - X axis + When autopilot is prearmed - /parameters/TC_A1_X1_1/shortDesc + /parameters/UAVCAN_LGT_ANTCL/values/3/description - Accelerometer offset temperature ^1 polynomial coefficient - Y axis + Always on - /parameters/TC_A1_X1_2/shortDesc + /parameters/UAVCAN_LGT_LAND/shortDesc - Accelerometer offset temperature ^1 polynomial coefficient - Z axis + UAVCAN LIGHT_ID_LANDING light operating mode - /parameters/TC_A1_X2_0/shortDesc + /parameters/UAVCAN_LGT_LAND/longDesc - Accelerometer offset temperature ^2 polynomial coefficient - X axis + 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 - /parameters/TC_A1_X2_1/shortDesc + /parameters/UAVCAN_LGT_LAND/values/0/description - Accelerometer offset temperature ^2 polynomial coefficient - Y axis + Always off - /parameters/TC_A1_X2_2/shortDesc + /parameters/UAVCAN_LGT_LAND/values/1/description - Accelerometer offset temperature ^2 polynomial coefficient - Z axis + When autopilot is armed - /parameters/TC_A1_X3_0/shortDesc + /parameters/UAVCAN_LGT_LAND/values/2/description - Accelerometer offset temperature ^3 polynomial coefficient - X axis + When autopilot is prearmed - /parameters/TC_A1_X3_1/shortDesc + /parameters/UAVCAN_LGT_LAND/values/3/description - Accelerometer offset temperature ^3 polynomial coefficient - Y axis + Always on - /parameters/TC_A1_X3_2/shortDesc + /parameters/UAVCAN_LGT_NAV/shortDesc - Accelerometer offset temperature ^3 polynomial coefficient - Z axis + UAVCAN RIGHT_OF_WAY light operating mode - /parameters/TC_A2_ID/shortDesc + /parameters/UAVCAN_LGT_NAV/longDesc - ID of Accelerometer that the calibration is for + 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 - /parameters/TC_A2_TMAX/shortDesc + /parameters/UAVCAN_LGT_NAV/values/0/description - Accelerometer calibration maximum temperature + Always off - /parameters/TC_A2_TMIN/shortDesc + /parameters/UAVCAN_LGT_NAV/values/1/description - Accelerometer calibration minimum temperature + When autopilot is armed - /parameters/TC_A2_TREF/shortDesc + /parameters/UAVCAN_LGT_NAV/values/2/description - Accelerometer calibration reference temperature + When autopilot is prearmed - /parameters/TC_A2_X0_0/shortDesc + /parameters/UAVCAN_LGT_NAV/values/3/description - Accelerometer offset temperature ^0 polynomial coefficient - X axis + Always on - /parameters/TC_A2_X0_1/shortDesc + /parameters/UAVCAN_LGT_STROB/shortDesc - Accelerometer offset temperature ^0 polynomial coefficient - Y axis + UAVCAN STROBE light operating mode - /parameters/TC_A2_X0_2/shortDesc + /parameters/UAVCAN_LGT_STROB/longDesc - Accelerometer offset temperature ^0 polynomial coefficient - Z axis + 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 - /parameters/TC_A2_X1_0/shortDesc + /parameters/UAVCAN_LGT_STROB/values/0/description - Accelerometer offset temperature ^1 polynomial coefficient - X axis + Always off - /parameters/TC_A2_X1_1/shortDesc + /parameters/UAVCAN_LGT_STROB/values/1/description - Accelerometer offset temperature ^1 polynomial coefficient - Y axis + When autopilot is armed - /parameters/TC_A2_X1_2/shortDesc + /parameters/UAVCAN_LGT_STROB/values/2/description - Accelerometer offset temperature ^1 polynomial coefficient - Z axis + When autopilot is prearmed - /parameters/TC_A2_X2_0/shortDesc + /parameters/UAVCAN_LGT_STROB/values/3/description - Accelerometer offset temperature ^2 polynomial coefficient - X axis + Always on - /parameters/TC_A2_X2_1/shortDesc + /parameters/UAVCAN_NODE_ID/shortDesc - Accelerometer offset temperature ^2 polynomial coefficient - Y axis + UAVCAN Node ID - /parameters/TC_A2_X2_2/shortDesc + /parameters/UAVCAN_NODE_ID/longDesc - Accelerometer offset temperature ^2 polynomial coefficient - Z axis + Read the specs at http://uavcan.org to learn more about Node ID. - /parameters/TC_A2_X3_0/shortDesc + /parameters/UAVCAN_PUB_ARM/shortDesc - Accelerometer offset temperature ^3 polynomial coefficient - X axis + publish Arming Status stream - /parameters/TC_A2_X3_1/shortDesc + /parameters/UAVCAN_PUB_ARM/longDesc - Accelerometer offset temperature ^3 polynomial coefficient - Y axis + Enable UAVCAN Arming Status stream publication uavcan::equipment::safety::ArmingStatus - /parameters/TC_A2_X3_2/shortDesc + /parameters/UAVCAN_PUB_ARM/values/0/description - Accelerometer offset temperature ^3 polynomial coefficient - Z axis + Disabled - /parameters/TC_A3_ID/shortDesc + /parameters/UAVCAN_PUB_ARM/values/1/description - ID of Accelerometer that the calibration is for + Enabled - /parameters/TC_A3_TMAX/shortDesc + /parameters/UAVCAN_PUB_MBD/shortDesc - Accelerometer calibration maximum temperature + publish moving baseline data RTCM stream - /parameters/TC_A3_TMIN/shortDesc + /parameters/UAVCAN_PUB_MBD/longDesc - Accelerometer calibration minimum temperature + Enable UAVCAN RTCM stream publication ardupilot::gnss::MovingBaselineData - /parameters/TC_A3_TREF/shortDesc + /parameters/UAVCAN_PUB_MBD/values/0/description - Accelerometer calibration reference temperature + Disabled - /parameters/TC_A3_X0_0/shortDesc + /parameters/UAVCAN_PUB_MBD/values/1/description - Accelerometer offset temperature ^0 polynomial coefficient - X axis + Enabled - /parameters/TC_A3_X0_1/shortDesc + /parameters/UAVCAN_PUB_RTCM/shortDesc - Accelerometer offset temperature ^0 polynomial coefficient - Y axis + publish RTCM stream - /parameters/TC_A3_X0_2/shortDesc + /parameters/UAVCAN_PUB_RTCM/longDesc - Accelerometer offset temperature ^0 polynomial coefficient - Z axis + Enable UAVCAN RTCM stream publication uavcan::equipment::gnss::RTCMStream - /parameters/TC_A3_X1_0/shortDesc + /parameters/UAVCAN_PUB_RTCM/values/0/description - Accelerometer offset temperature ^1 polynomial coefficient - X axis + Disabled - /parameters/TC_A3_X1_1/shortDesc + /parameters/UAVCAN_PUB_RTCM/values/1/description - Accelerometer offset temperature ^1 polynomial coefficient - Y axis + Enabled - /parameters/TC_A3_X1_2/shortDesc + /parameters/UAVCAN_RNG_MAX/shortDesc - Accelerometer offset temperature ^1 polynomial coefficient - Z axis + UAVCAN rangefinder maximum range - /parameters/TC_A3_X2_0/shortDesc + /parameters/UAVCAN_RNG_MAX/longDesc - Accelerometer offset temperature ^2 polynomial coefficient - X axis + This parameter defines the maximum valid range for a rangefinder connected via UAVCAN. - /parameters/TC_A3_X2_1/shortDesc + /parameters/UAVCAN_RNG_MIN/shortDesc - Accelerometer offset temperature ^2 polynomial coefficient - Y axis + UAVCAN rangefinder minimum range - /parameters/TC_A3_X2_2/shortDesc + /parameters/UAVCAN_RNG_MIN/longDesc - Accelerometer offset temperature ^2 polynomial coefficient - Z axis + This parameter defines the minimum valid range for a rangefinder connected via UAVCAN. - /parameters/TC_A3_X3_0/shortDesc + /parameters/UAVCAN_SUB_ASPD/shortDesc - Accelerometer offset temperature ^3 polynomial coefficient - X axis + subscription airspeed - /parameters/TC_A3_X3_1/shortDesc + /parameters/UAVCAN_SUB_ASPD/longDesc - Accelerometer offset temperature ^3 polynomial coefficient - Y axis + Enable UAVCAN airspeed subscriptions. uavcan::equipment::air_data::IndicatedAirspeed uavcan::equipment::air_data::TrueAirspeed uavcan::equipment::air_data::StaticTemperature - /parameters/TC_A3_X3_2/shortDesc + /parameters/UAVCAN_SUB_ASPD/values/0/description - Accelerometer offset temperature ^3 polynomial coefficient - Z axis + Disabled - /parameters/TC_A_ENABLE/shortDesc + /parameters/UAVCAN_SUB_ASPD/values/1/description - Thermal compensation for accelerometer sensors + Enabled - /parameters/TC_A_ENABLE/values/0/description + /parameters/UAVCAN_SUB_BARO/shortDesc - Disabled + subscription barometer - /parameters/TC_A_ENABLE/values/1/description + /parameters/UAVCAN_SUB_BARO/longDesc - Enabled + Enable UAVCAN barometer subscription. uavcan::equipment::air_data::StaticPressure uavcan::equipment::air_data::StaticTemperature - /parameters/TC_B0_ID/shortDesc + /parameters/UAVCAN_SUB_BARO/values/0/description - ID of Barometer that the calibration is for + Disabled - /parameters/TC_B0_TMAX/shortDesc + /parameters/UAVCAN_SUB_BARO/values/1/description - Barometer calibration maximum temperature + Enabled - /parameters/TC_B0_TMIN/shortDesc + /parameters/UAVCAN_SUB_BAT/shortDesc - Barometer calibration minimum temperature + subscription battery - /parameters/TC_B0_TREF/shortDesc + /parameters/UAVCAN_SUB_BAT/longDesc - Barometer calibration reference temperature + 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 - /parameters/TC_B0_X0/shortDesc + /parameters/UAVCAN_SUB_BAT/values/0/description - Barometer offset temperature ^0 polynomial coefficient + Disable - /parameters/TC_B0_X1/shortDesc + /parameters/UAVCAN_SUB_BAT/values/1/description - Barometer offset temperature ^1 polynomial coefficients + Raw data - /parameters/TC_B0_X2/shortDesc + /parameters/UAVCAN_SUB_BAT/values/2/description - Barometer offset temperature ^2 polynomial coefficient + Filter data - /parameters/TC_B0_X3/shortDesc + /parameters/UAVCAN_SUB_BTN/shortDesc - Barometer offset temperature ^3 polynomial coefficient + subscription button - /parameters/TC_B0_X4/shortDesc + /parameters/UAVCAN_SUB_BTN/longDesc - Barometer offset temperature ^4 polynomial coefficient + Enable UAVCAN button subscription. ardupilot::indication::Button - /parameters/TC_B0_X5/shortDesc + /parameters/UAVCAN_SUB_BTN/values/0/description - Barometer offset temperature ^5 polynomial coefficient + Disabled - /parameters/TC_B1_ID/shortDesc + /parameters/UAVCAN_SUB_BTN/values/1/description - ID of Barometer that the calibration is for + Enabled - /parameters/TC_B1_TMAX/shortDesc + /parameters/UAVCAN_SUB_DPRES/shortDesc - Barometer calibration maximum temperature + subscription differential pressure - /parameters/TC_B1_TMIN/shortDesc + /parameters/UAVCAN_SUB_DPRES/longDesc - Barometer calibration minimum temperature + Enable UAVCAN differential pressure subscription. uavcan::equipment::air_data::RawAirData - /parameters/TC_B1_TREF/shortDesc + /parameters/UAVCAN_SUB_DPRES/values/0/description - Barometer calibration reference temperature + Disabled - /parameters/TC_B1_X0/shortDesc + /parameters/UAVCAN_SUB_DPRES/values/1/description - Barometer offset temperature ^0 polynomial coefficient + Enabled - /parameters/TC_B1_X1/shortDesc + /parameters/UAVCAN_SUB_FLOW/shortDesc - Barometer offset temperature ^1 polynomial coefficients + subscription flow - /parameters/TC_B1_X2/shortDesc + /parameters/UAVCAN_SUB_FLOW/longDesc - Barometer offset temperature ^2 polynomial coefficient + Enable UAVCAN optical flow subscription. - /parameters/TC_B1_X3/shortDesc + /parameters/UAVCAN_SUB_FLOW/values/0/description - Barometer offset temperature ^3 polynomial coefficient + Disabled - /parameters/TC_B1_X4/shortDesc + /parameters/UAVCAN_SUB_FLOW/values/1/description - Barometer offset temperature ^4 polynomial coefficient + Enabled - /parameters/TC_B1_X5/shortDesc + /parameters/UAVCAN_SUB_GPS/shortDesc - Barometer offset temperature ^5 polynomial coefficient + subscription GPS - /parameters/TC_B2_ID/shortDesc + /parameters/UAVCAN_SUB_GPS/longDesc - ID of Barometer that the calibration is for + Enable UAVCAN GPS subscriptions. uavcan::equipment::gnss::Fix uavcan::equipment::gnss::Fix2 uavcan::equipment::gnss::Auxiliary - /parameters/TC_B2_TMAX/shortDesc + /parameters/UAVCAN_SUB_GPS/values/0/description - Barometer calibration maximum temperature + Disabled - /parameters/TC_B2_TMIN/shortDesc + /parameters/UAVCAN_SUB_GPS/values/1/description - Barometer calibration minimum temperature + Enabled - /parameters/TC_B2_TREF/shortDesc + /parameters/UAVCAN_SUB_GPS_R/shortDesc - Barometer calibration reference temperature + subscription GPS Relative - /parameters/TC_B2_X0/shortDesc + /parameters/UAVCAN_SUB_GPS_R/longDesc - Barometer offset temperature ^0 polynomial coefficient + Enable UAVCAN GPS Relative subscription. ardupilot::gnss::RelPosHeading - /parameters/TC_B2_X1/shortDesc + /parameters/UAVCAN_SUB_GPS_R/values/0/description - Barometer offset temperature ^1 polynomial coefficients + Disabled - /parameters/TC_B2_X2/shortDesc + /parameters/UAVCAN_SUB_GPS_R/values/1/description - Barometer offset temperature ^2 polynomial coefficient + Enabled - /parameters/TC_B2_X3/shortDesc + /parameters/UAVCAN_SUB_HYGRO/shortDesc - Barometer offset temperature ^3 polynomial coefficient + subscription hygrometer - /parameters/TC_B2_X4/shortDesc + /parameters/UAVCAN_SUB_HYGRO/longDesc - Barometer offset temperature ^4 polynomial coefficient + Enable UAVCAN hygrometer subscriptions. dronecan::sensors::hygrometer::Hygrometer - /parameters/TC_B2_X5/shortDesc + /parameters/UAVCAN_SUB_HYGRO/values/0/description - Barometer offset temperature ^5 polynomial coefficient + Disabled - /parameters/TC_B3_ID/shortDesc + /parameters/UAVCAN_SUB_HYGRO/values/1/description - ID of Barometer that the calibration is for + Enabled - /parameters/TC_B3_TMAX/shortDesc + /parameters/UAVCAN_SUB_ICE/shortDesc - Barometer calibration maximum temperature + subscription ICE - /parameters/TC_B3_TMIN/shortDesc + /parameters/UAVCAN_SUB_ICE/longDesc - Barometer calibration minimum temperature + Enable UAVCAN internal combustion engine (ICE) subscription. uavcan::equipment::ice::reciprocating::Status - /parameters/TC_B3_TREF/shortDesc + /parameters/UAVCAN_SUB_ICE/values/0/description - Barometer calibration reference temperature + Disabled - /parameters/TC_B3_X0/shortDesc + /parameters/UAVCAN_SUB_ICE/values/1/description - Barometer offset temperature ^0 polynomial coefficient + Enabled - /parameters/TC_B3_X1/shortDesc + /parameters/UAVCAN_SUB_IMU/shortDesc - Barometer offset temperature ^1 polynomial coefficients + subscription IMU - /parameters/TC_B3_X2/shortDesc + /parameters/UAVCAN_SUB_IMU/longDesc - Barometer offset temperature ^2 polynomial coefficient + Enable UAVCAN IMU subscription. uavcan::equipment::ahrs::RawIMU - /parameters/TC_B3_X3/shortDesc + /parameters/UAVCAN_SUB_IMU/values/0/description - Barometer offset temperature ^3 polynomial coefficient + Disabled - /parameters/TC_B3_X4/shortDesc + /parameters/UAVCAN_SUB_IMU/values/1/description - Barometer offset temperature ^4 polynomial coefficient + Enabled - /parameters/TC_B3_X5/shortDesc + /parameters/UAVCAN_SUB_MAG/shortDesc - Barometer offset temperature ^5 polynomial coefficient + subscription magnetometer - /parameters/TC_B_ENABLE/shortDesc + /parameters/UAVCAN_SUB_MAG/longDesc - Thermal compensation for barometric pressure sensors + Enable UAVCAN mag subscription. uavcan::equipment::ahrs::MagneticFieldStrength uavcan::equipment::ahrs::MagneticFieldStrength2 - /parameters/TC_B_ENABLE/values/0/description + /parameters/UAVCAN_SUB_MAG/values/0/description Disabled - /parameters/TC_B_ENABLE/values/1/description + /parameters/UAVCAN_SUB_MAG/values/1/description Enabled - /parameters/TC_G0_ID/shortDesc + /parameters/UAVCAN_SUB_RNG/shortDesc - ID of Gyro that the calibration is for + subscription range finder - /parameters/TC_G0_TMAX/shortDesc + /parameters/UAVCAN_SUB_RNG/longDesc - Gyro calibration maximum temperature + Enable UAVCAN range finder subscription. uavcan::equipment::range_sensor::Measurement - /parameters/TC_G0_TMIN/shortDesc + /parameters/UAVCAN_SUB_RNG/values/0/description - Gyro calibration minimum temperature + Disabled - /parameters/TC_G0_TREF/shortDesc + /parameters/UAVCAN_SUB_RNG/values/1/description - Gyro calibration reference temperature + Enabled - /parameters/TC_G0_X0_0/shortDesc + /parameters/UUV_DIRCT_PITCH/shortDesc - Gyro rate offset temperature ^0 polynomial coefficient - X axis + Direct pitch input - /parameters/TC_G0_X0_1/shortDesc + /parameters/UUV_DIRCT_ROLL/shortDesc - Gyro rate offset temperature ^0 polynomial coefficient - Y axis + Direct roll input - /parameters/TC_G0_X0_2/shortDesc + /parameters/UUV_DIRCT_THRUST/shortDesc - Gyro rate offset temperature ^0 polynomial coefficient - Z axis + Direct thrust input - /parameters/TC_G0_X1_0/shortDesc + /parameters/UUV_DIRCT_YAW/shortDesc - Gyro rate offset temperature ^1 polynomial coefficient - X axis + Direct yaw input - /parameters/TC_G0_X1_1/shortDesc + /parameters/UUV_INPUT_MODE/shortDesc - Gyro rate offset temperature ^1 polynomial coefficient - Y axis + Select Input Mode - /parameters/TC_G0_X1_2/shortDesc + /parameters/UUV_INPUT_MODE/values/0/description - Gyro rate offset temperature ^1 polynomial coefficient - Z axis + use Attitude Setpoints - /parameters/TC_G0_X2_0/shortDesc + /parameters/UUV_INPUT_MODE/values/1/description - Gyro rate offset temperature ^2 polynomial coefficient - X axis + Direct Feedthrough - /parameters/TC_G0_X2_1/shortDesc + /parameters/UUV_PITCH_D/shortDesc - Gyro rate offset temperature ^2 polynomial coefficient - Y axis + Pitch differential gain - /parameters/TC_G0_X2_2/shortDesc + /parameters/UUV_PITCH_P/shortDesc - Gyro rate offset temperature ^2 polynomial coefficient - Z axis + Pitch proportional gain - /parameters/TC_G0_X3_0/shortDesc + /parameters/UUV_ROLL_D/shortDesc - Gyro rate offset temperature ^3 polynomial coefficient - X axis + Roll differential gain - /parameters/TC_G0_X3_1/shortDesc + /parameters/UUV_ROLL_P/shortDesc - Gyro rate offset temperature ^3 polynomial coefficient - Y axis + Roll proportional gain - /parameters/TC_G0_X3_2/shortDesc + /parameters/UUV_YAW_D/shortDesc - Gyro rate offset temperature ^3 polynomial coefficient - Z axis + Yaw differential gain - /parameters/TC_G1_ID/shortDesc + /parameters/UUV_YAW_P/shortDesc - ID of Gyro that the calibration is for + Yawh proportional gain - /parameters/TC_G1_TMAX/shortDesc + /parameters/UUV_GAIN_X_D/shortDesc - Gyro calibration maximum temperature + Gain of D controller X - /parameters/TC_G1_TMIN/shortDesc + /parameters/UUV_GAIN_X_P/shortDesc - Gyro calibration minimum temperature + Gain of P controller X - /parameters/TC_G1_TREF/shortDesc + /parameters/UUV_GAIN_Y_D/shortDesc - Gyro calibration reference temperature + Gain of D controller Y - /parameters/TC_G1_X0_0/shortDesc + /parameters/UUV_GAIN_Y_P/shortDesc - Gyro rate offset temperature ^0 polynomial coefficient - X axis + Gain of P controller Y - /parameters/TC_G1_X0_1/shortDesc + /parameters/UUV_GAIN_Z_D/shortDesc - Gyro rate offset temperature ^0 polynomial coefficient - Y axis + Gain of D controller Z - /parameters/TC_G1_X0_2/shortDesc + /parameters/UUV_GAIN_Z_P/shortDesc - Gyro rate offset temperature ^0 polynomial coefficient - Z axis + Gain of P controller Z - /parameters/TC_G1_X1_0/shortDesc + /parameters/UUV_STAB_MODE/shortDesc - Gyro rate offset temperature ^1 polynomial coefficient - X axis + Stabilization mode(1) or Position Control(0) - /parameters/TC_G1_X1_1/shortDesc + /parameters/UUV_STAB_MODE/values/0/description - Gyro rate offset temperature ^1 polynomial coefficient - Y axis + Position Control - /parameters/TC_G1_X1_2/shortDesc + /parameters/UUV_STAB_MODE/values/1/description - Gyro rate offset temperature ^1 polynomial coefficient - Z axis + Stabilization Mode - /parameters/TC_G1_X2_0/shortDesc + /parameters/UWB_INIT_OFF_X/shortDesc - Gyro rate offset temperature ^2 polynomial coefficient - X axis + UWB sensor X offset in body frame - /parameters/TC_G1_X2_1/shortDesc + /parameters/UWB_INIT_OFF_X/longDesc - Gyro rate offset temperature ^2 polynomial coefficient - Y axis + UWB sensor positioning in relation to Drone in NED. X offset. A Positive offset results in a Position o - /parameters/TC_G1_X2_2/shortDesc + /parameters/UWB_INIT_OFF_Y/shortDesc - Gyro rate offset temperature ^2 polynomial coefficient - Z axis + UWB sensor Y offset in body frame - /parameters/TC_G1_X3_0/shortDesc + /parameters/UWB_INIT_OFF_Y/longDesc - Gyro rate offset temperature ^3 polynomial coefficient - X axis + UWB sensor positioning in relation to Drone in NED. Y offset. - /parameters/TC_G1_X3_1/shortDesc + /parameters/UWB_INIT_OFF_Z/shortDesc - Gyro rate offset temperature ^3 polynomial coefficient - Y axis + UWB sensor Z offset in body frame - /parameters/TC_G1_X3_2/shortDesc + /parameters/UWB_INIT_OFF_Z/longDesc - Gyro rate offset temperature ^3 polynomial coefficient - Z axis + UWB sensor positioning in relation to Drone in NED. Z offset. - /parameters/TC_G2_ID/shortDesc + /parameters/UWB_PORT_CFG/shortDesc - ID of Gyro that the calibration is for + Serial Configuration for Ultrawideband position sensor driver - /parameters/TC_G2_TMAX/shortDesc + /parameters/UWB_PORT_CFG/longDesc - Gyro calibration maximum temperature + Configure on which serial port to run Ultrawideband position sensor driver. - /parameters/TC_G2_TMIN/shortDesc + /parameters/UWB_PORT_CFG/values/0/description - Gyro calibration minimum temperature + Disabled - /parameters/TC_G2_TREF/shortDesc + /parameters/UWB_PORT_CFG/values/6/description - Gyro calibration reference temperature + UART 6 - /parameters/TC_G2_X0_0/shortDesc + /parameters/UWB_PORT_CFG/values/101/description - Gyro rate offset temperature ^0 polynomial coefficient - X axis + TELEM 1 - /parameters/TC_G2_X0_1/shortDesc + /parameters/UWB_PORT_CFG/values/102/description - Gyro rate offset temperature ^0 polynomial coefficient - Y axis + TELEM 2 - /parameters/TC_G2_X0_2/shortDesc + /parameters/UWB_PORT_CFG/values/103/description - Gyro rate offset temperature ^0 polynomial coefficient - Z axis + TELEM 3 - /parameters/TC_G2_X1_0/shortDesc + /parameters/UWB_PORT_CFG/values/104/description - Gyro rate offset temperature ^1 polynomial coefficient - X axis + TELEM/SERIAL 4 - /parameters/TC_G2_X1_1/shortDesc + /parameters/UWB_PORT_CFG/values/201/description - Gyro rate offset temperature ^1 polynomial coefficient - Y axis + GPS 1 - /parameters/TC_G2_X1_2/shortDesc + /parameters/UWB_PORT_CFG/values/202/description - Gyro rate offset temperature ^1 polynomial coefficient - Z axis + GPS 2 - /parameters/TC_G2_X2_0/shortDesc + /parameters/UWB_PORT_CFG/values/203/description - Gyro rate offset temperature ^2 polynomial coefficient - X axis + GPS 3 - /parameters/TC_G2_X2_1/shortDesc + /parameters/UWB_PORT_CFG/values/300/description - Gyro rate offset temperature ^2 polynomial coefficient - Y axis + Radio Controller - /parameters/TC_G2_X2_2/shortDesc + /parameters/UWB_PORT_CFG/values/301/description - Gyro rate offset temperature ^2 polynomial coefficient - Z axis + Wifi Port - /parameters/TC_G2_X3_0/shortDesc + /parameters/UWB_PORT_CFG/values/401/description - Gyro rate offset temperature ^3 polynomial coefficient - X axis + EXT2 - /parameters/TC_G2_X3_1/shortDesc + /parameters/UWB_SENS_ROT/shortDesc - Gyro rate offset temperature ^3 polynomial coefficient - Y axis + UWB sensor orientation - /parameters/TC_G2_X3_2/shortDesc + /parameters/UWB_SENS_ROT/longDesc - Gyro rate offset temperature ^3 polynomial coefficient - Z axis + 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. - /parameters/TC_G3_ID/shortDesc + /parameters/UWB_SENS_ROT/values/0/description - ID of Gyro that the calibration is for + ROTATION_NONE - /parameters/TC_G3_TMAX/shortDesc + /parameters/UWB_SENS_ROT/values/1/description - Gyro calibration maximum temperature + ROTATION_YAW_45 - /parameters/TC_G3_TMIN/shortDesc + /parameters/UWB_SENS_ROT/values/2/description - Gyro calibration minimum temperature + ROTATION_YAW_90 - /parameters/TC_G3_TREF/shortDesc + /parameters/UWB_SENS_ROT/values/3/description - Gyro calibration reference temperature + ROTATION_YAW_135 - /parameters/TC_G3_X0_0/shortDesc + /parameters/UWB_SENS_ROT/values/4/description - Gyro rate offset temperature ^0 polynomial coefficient - X axis + ROTATION_YAW_180 - /parameters/TC_G3_X0_1/shortDesc + /parameters/UWB_SENS_ROT/values/5/description - Gyro rate offset temperature ^0 polynomial coefficient - Y axis + ROTATION_YAW_225 - /parameters/TC_G3_X0_2/shortDesc + /parameters/UWB_SENS_ROT/values/6/description - Gyro rate offset temperature ^0 polynomial coefficient - Z axis + ROTATION_YAW_270 - /parameters/TC_G3_X1_0/shortDesc + /parameters/UWB_SENS_ROT/values/7/description - Gyro rate offset temperature ^1 polynomial coefficient - X axis + ROTATION_YAW_315 - /parameters/TC_G3_X1_1/shortDesc + /parameters/UWB_SENS_ROT/values/8/description - Gyro rate offset temperature ^1 polynomial coefficient - Y axis + ROTATION_ROLL_180 - /parameters/TC_G3_X1_2/shortDesc + /parameters/UWB_SENS_ROT/values/9/description - Gyro rate offset temperature ^1 polynomial coefficient - Z axis + ROTATION_ROLL_180_YAW_45 - /parameters/TC_G3_X2_0/shortDesc + /parameters/UWB_SENS_ROT/values/10/description - Gyro rate offset temperature ^2 polynomial coefficient - X axis + ROTATION_ROLL_180_YAW_90 - /parameters/TC_G3_X2_1/shortDesc + /parameters/UWB_SENS_ROT/values/11/description - Gyro rate offset temperature ^2 polynomial coefficient - Y axis + ROTATION_ROLL_180_YAW_135 - /parameters/TC_G3_X2_2/shortDesc + /parameters/UWB_SENS_ROT/values/12/description - Gyro rate offset temperature ^2 polynomial coefficient - Z axis + ROTATION_PITCH_180 - /parameters/TC_G3_X3_0/shortDesc + /parameters/UWB_SENS_ROT/values/13/description - Gyro rate offset temperature ^3 polynomial coefficient - X axis + ROTATION_ROLL_180_YAW_225 - /parameters/TC_G3_X3_1/shortDesc + /parameters/UWB_SENS_ROT/values/14/description - Gyro rate offset temperature ^3 polynomial coefficient - Y axis + ROTATION_ROLL_180_YAW_270 - /parameters/TC_G3_X3_2/shortDesc + /parameters/UWB_SENS_ROT/values/15/description - Gyro rate offset temperature ^3 polynomial coefficient - Z axis + ROTATION_ROLL_180_YAW_315 - /parameters/TC_G_ENABLE/shortDesc + /parameters/UWB_SENS_ROT/values/16/description - Thermal compensation for rate gyro sensors + ROTATION_ROLL_90 - /parameters/TC_G_ENABLE/values/0/description + /parameters/UWB_SENS_ROT/values/17/description - Disabled + ROTATION_ROLL_90_YAW_45 - /parameters/TC_G_ENABLE/values/1/description + /parameters/UWB_SENS_ROT/values/18/description - Enabled + ROTATION_ROLL_90_YAW_90 - /parameters/TC_M0_ID/shortDesc + /parameters/UWB_SENS_ROT/values/19/description - ID of Magnetometer that the calibration is for + ROTATION_ROLL_90_YAW_135 - /parameters/TC_M0_TMAX/shortDesc + /parameters/UWB_SENS_ROT/values/20/description - Magnetometer calibration maximum temperature + ROTATION_ROLL_270 - /parameters/TC_M0_TMIN/shortDesc + /parameters/UWB_SENS_ROT/values/21/description - Magnetometer calibration minimum temperature + ROTATION_ROLL_270_YAW_45 - /parameters/TC_M0_TREF/shortDesc + /parameters/UWB_SENS_ROT/values/22/description - Magnetometer calibration reference temperature + ROTATION_ROLL_270_YAW_90 - /parameters/TC_M0_X0_0/shortDesc + /parameters/UWB_SENS_ROT/values/23/description - Magnetometer offset temperature ^0 polynomial coefficient - X axis + ROTATION_ROLL_270_YAW_135 - /parameters/TC_M0_X0_1/shortDesc + /parameters/UWB_SENS_ROT/values/24/description - Magnetometer offset temperature ^0 polynomial coefficient - Y axis + ROTATION_PITCH_90 - /parameters/TC_M0_X0_2/shortDesc + /parameters/UWB_SENS_ROT/values/25/description - Magnetometer offset temperature ^0 polynomial coefficient - Z axis + ROTATION_PITCH_270 - /parameters/TC_M0_X1_0/shortDesc + /parameters/UWB_SENS_ROT/values/26/description - Magnetometer offset temperature ^1 polynomial coefficient - X axis + ROTATION_PITCH_180_YAW_90 - /parameters/TC_M0_X1_1/shortDesc + /parameters/UWB_SENS_ROT/values/27/description - Magnetometer offset temperature ^1 polynomial coefficient - Y axis + ROTATION_PITCH_180_YAW_270 - /parameters/TC_M0_X1_2/shortDesc + /parameters/UWB_SENS_ROT/values/28/description - Magnetometer offset temperature ^1 polynomial coefficient - Z axis + ROTATION_ROLL_90_PITCH_90 - /parameters/TC_M0_X2_0/shortDesc + /parameters/UWB_SENS_ROT/values/29/description - Magnetometer offset temperature ^2 polynomial coefficient - X axis + ROTATION_ROLL_180_PITCH_90 - /parameters/TC_M0_X2_1/shortDesc + /parameters/UWB_SENS_ROT/values/30/description - Magnetometer offset temperature ^2 polynomial coefficient - Y axis + ROTATION_ROLL_270_PITCH_90 - /parameters/TC_M0_X2_2/shortDesc + /parameters/UWB_SENS_ROT/values/31/description - Magnetometer offset temperature ^2 polynomial coefficient - Z axis + ROTATION_ROLL_90_PITCH_180 - /parameters/TC_M0_X3_0/shortDesc + /parameters/UWB_SENS_ROT/values/32/description - Magnetometer offset temperature ^3 polynomial coefficient - X axis + ROTATION_ROLL_270_PITCH_180 - /parameters/TC_M0_X3_1/shortDesc + /parameters/UWB_SENS_ROT/values/33/description - Magnetometer offset temperature ^3 polynomial coefficient - Y axis + ROTATION_ROLL_90_PITCH_270 - /parameters/TC_M0_X3_2/shortDesc + /parameters/UWB_SENS_ROT/values/34/description - Magnetometer offset temperature ^3 polynomial coefficient - Z axis + ROTATION_ROLL_180_PITCH_270 - /parameters/TC_M1_ID/shortDesc + /parameters/UWB_SENS_ROT/values/35/description - ID of Magnetometer that the calibration is for + ROTATION_ROLL_270_PITCH_270 - /parameters/TC_M1_TMAX/shortDesc + /parameters/UWB_SENS_ROT/values/36/description - Magnetometer calibration maximum temperature + ROTATION_ROLL_90_PITCH_180_YAW_90 - /parameters/TC_M1_TMIN/shortDesc + /parameters/UWB_SENS_ROT/values/37/description - Magnetometer calibration minimum temperature + ROTATION_ROLL_90_YAW_270 - /parameters/TC_M1_TREF/shortDesc + /parameters/UWB_SENS_ROT/values/38/description - Magnetometer calibration reference temperature + ROTATION_ROLL_90_PITCH_68_YAW_293 - /parameters/TC_M1_X0_0/shortDesc + /parameters/UWB_SENS_ROT/values/39/description - Magnetometer offset temperature ^0 polynomial coefficient - X axis + ROTATION_PITCH_315 - /parameters/TC_M1_X0_1/shortDesc + /parameters/UWB_SENS_ROT/values/40/description - Magnetometer offset temperature ^0 polynomial coefficient - Y axis + ROTATION_ROLL_90_PITCH_315 - /parameters/TC_M1_X0_2/shortDesc + /parameters/UXRCE_DDS_AG_IP/shortDesc - Magnetometer offset temperature ^0 polynomial coefficient - Z axis + uXRCE-DDS Agent IP address - /parameters/TC_M1_X1_0/shortDesc + /parameters/UXRCE_DDS_AG_IP/longDesc - Magnetometer offset temperature ^1 polynomial coefficient - X axis + 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/TC_M1_X1_1/shortDesc + /parameters/UXRCE_DDS_CFG/shortDesc - Magnetometer offset temperature ^1 polynomial coefficient - Y axis + Serial Configuration for UXRCE-DDS Client - /parameters/TC_M1_X1_2/shortDesc + /parameters/UXRCE_DDS_CFG/longDesc - Magnetometer offset temperature ^1 polynomial coefficient - Z axis + Configure on which serial port to run UXRCE-DDS Client. - /parameters/TC_M1_X2_0/shortDesc + /parameters/UXRCE_DDS_CFG/values/0/description - Magnetometer offset temperature ^2 polynomial coefficient - X axis + Disabled - /parameters/TC_M1_X2_1/shortDesc + /parameters/UXRCE_DDS_CFG/values/6/description - Magnetometer offset temperature ^2 polynomial coefficient - Y axis + UART 6 - /parameters/TC_M1_X2_2/shortDesc + /parameters/UXRCE_DDS_CFG/values/101/description - Magnetometer offset temperature ^2 polynomial coefficient - Z axis + TELEM 1 - /parameters/TC_M1_X3_0/shortDesc + /parameters/UXRCE_DDS_CFG/values/102/description - Magnetometer offset temperature ^3 polynomial coefficient - X axis + TELEM 2 - /parameters/TC_M1_X3_1/shortDesc + /parameters/UXRCE_DDS_CFG/values/103/description - Magnetometer offset temperature ^3 polynomial coefficient - Y axis + TELEM 3 - /parameters/TC_M1_X3_2/shortDesc + /parameters/UXRCE_DDS_CFG/values/104/description - Magnetometer offset temperature ^3 polynomial coefficient - Z axis + TELEM/SERIAL 4 - /parameters/TC_M2_ID/shortDesc + /parameters/UXRCE_DDS_CFG/values/201/description - ID of Magnetometer that the calibration is for + GPS 1 - /parameters/TC_M2_TMAX/shortDesc + /parameters/UXRCE_DDS_CFG/values/202/description - Magnetometer calibration maximum temperature + GPS 2 - /parameters/TC_M2_TMIN/shortDesc + /parameters/UXRCE_DDS_CFG/values/203/description - Magnetometer calibration minimum temperature + GPS 3 - /parameters/TC_M2_TREF/shortDesc + /parameters/UXRCE_DDS_CFG/values/300/description - Magnetometer calibration reference temperature + Radio Controller - /parameters/TC_M2_X0_0/shortDesc + /parameters/UXRCE_DDS_CFG/values/301/description - Magnetometer offset temperature ^0 polynomial coefficient - X axis + Wifi Port - /parameters/TC_M2_X0_1/shortDesc + /parameters/UXRCE_DDS_CFG/values/401/description - Magnetometer offset temperature ^0 polynomial coefficient - Y axis + EXT2 - /parameters/TC_M2_X0_2/shortDesc + /parameters/UXRCE_DDS_CFG/values/1000/description - Magnetometer offset temperature ^0 polynomial coefficient - Z axis + Ethernet - /parameters/TC_M2_X1_0/shortDesc + /parameters/UXRCE_DDS_DOM_ID/shortDesc - Magnetometer offset temperature ^1 polynomial coefficient - X axis + uXRCE-DDS domain ID - /parameters/TC_M2_X1_1/shortDesc + /parameters/UXRCE_DDS_DOM_ID/longDesc - Magnetometer offset temperature ^1 polynomial coefficient - Y axis + uXRCE-DDS domain ID - /parameters/TC_M2_X1_2/shortDesc + /parameters/UXRCE_DDS_KEY/shortDesc - Magnetometer offset temperature ^1 polynomial coefficient - Z axis + uXRCE-DDS session key - /parameters/TC_M2_X2_0/shortDesc + /parameters/UXRCE_DDS_KEY/longDesc - Magnetometer offset temperature ^2 polynomial coefficient - X axis + uXRCE-DDS key, must be different from zero. In a single agent - multi client configuration, each client must have a unique session key. - /parameters/TC_M2_X2_1/shortDesc + /parameters/UXRCE_DDS_PRT/shortDesc - Magnetometer offset temperature ^2 polynomial coefficient - Y axis + uXRCE-DDS UDP port - /parameters/TC_M2_X2_2/shortDesc + /parameters/UXRCE_DDS_PRT/longDesc - Magnetometer offset temperature ^2 polynomial coefficient - Z axis + If ethernet is enabled and is the selected configuration for uXRCE-DDS, the selected UDP port will be set and used. - /parameters/TC_M2_X3_0/shortDesc + /parameters/UXRCE_DDS_PTCFG/shortDesc - Magnetometer offset temperature ^3 polynomial coefficient - X axis + uXRCE-DDS participant configuration - /parameters/TC_M2_X3_1/shortDesc + /parameters/UXRCE_DDS_PTCFG/longDesc - Magnetometer offset temperature ^3 polynomial coefficient - Y axis + 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/TC_M2_X3_2/shortDesc + /parameters/UXRCE_DDS_PTCFG/values/0/description - Magnetometer offset temperature ^3 polynomial coefficient - Z axis + Default - /parameters/TC_M3_ID/shortDesc + /parameters/UXRCE_DDS_PTCFG/values/1/description - ID of Magnetometer that the calibration is for + Localhost-only - /parameters/TC_M3_TMAX/shortDesc + /parameters/UXRCE_DDS_PTCFG/values/2/description - Magnetometer calibration maximum temperature + Custom participant - /parameters/TC_M3_TMIN/shortDesc + /parameters/UXRCE_DDS_SYNCC/shortDesc - Magnetometer calibration minimum temperature + Enable uXRCE-DDS system clock synchronization - /parameters/TC_M3_TREF/shortDesc + /parameters/UXRCE_DDS_SYNCC/longDesc - Magnetometer calibration reference temperature + When enabled along with UXRCE_DDS_SYNCT, uxrce_dds_client will set the system clock using the agents UTC timestamp. - /parameters/TC_M3_X0_0/shortDesc + /parameters/UXRCE_DDS_SYNCC/values/0/description - Magnetometer offset temperature ^0 polynomial coefficient - X axis + Disabled - /parameters/TC_M3_X0_1/shortDesc + /parameters/UXRCE_DDS_SYNCC/values/1/description - Magnetometer offset temperature ^0 polynomial coefficient - Y axis + Enabled - /parameters/TC_M3_X0_2/shortDesc + /parameters/UXRCE_DDS_SYNCT/shortDesc - Magnetometer offset temperature ^0 polynomial coefficient - Z axis + Enable uXRCE-DDS timestamp synchronization - /parameters/TC_M3_X1_0/shortDesc + /parameters/UXRCE_DDS_SYNCT/longDesc - Magnetometer offset temperature ^1 polynomial coefficient - X axis + 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/TC_M3_X1_1/shortDesc + /parameters/UXRCE_DDS_SYNCT/values/0/description - Magnetometer offset temperature ^1 polynomial coefficient - Y axis + Disabled - /parameters/TC_M3_X1_2/shortDesc + /parameters/UXRCE_DDS_SYNCT/values/1/description - Magnetometer offset temperature ^1 polynomial coefficient - Z axis + Enabled - /parameters/TC_M3_X2_0/shortDesc + /parameters/VOXL_ESC_BAUD/shortDesc - Magnetometer offset temperature ^2 polynomial coefficient - X axis + UART ESC baud rate - /parameters/TC_M3_X2_1/shortDesc + /parameters/VOXL_ESC_BAUD/longDesc - Magnetometer offset temperature ^2 polynomial coefficient - Y axis + Default rate is 250Kbps, which is used in off-the-shelf MoadalAI ESC products. - /parameters/TC_M3_X2_2/shortDesc + /parameters/VOXL_ESC_CONFIG/shortDesc - Magnetometer offset temperature ^2 polynomial coefficient - Z axis + UART ESC configuration - /parameters/TC_M3_X3_0/shortDesc + /parameters/VOXL_ESC_CONFIG/longDesc - Magnetometer offset temperature ^3 polynomial coefficient - X axis + Selects what type of UART ESC, if any, is being used. - /parameters/TC_M3_X3_1/shortDesc + /parameters/VOXL_ESC_CONFIG/values/0/description - Magnetometer offset temperature ^3 polynomial coefficient - Y axis + - Disabled - /parameters/TC_M3_X3_2/shortDesc + /parameters/VOXL_ESC_CONFIG/values/1/description - Magnetometer offset temperature ^3 polynomial coefficient - Z axis + - VOXL ESC - /parameters/TC_M_ENABLE/shortDesc + /parameters/VOXL_ESC_MODE/shortDesc - Thermal compensation for magnetometer sensors + UART ESC Mode - /parameters/TC_M_ENABLE/values/0/description + /parameters/VOXL_ESC_MODE/longDesc - Disabled + Selects what type of mode is enabled, if any - /parameters/TC_M_ENABLE/values/1/description + /parameters/VOXL_ESC_MODE/values/0/description - Enabled + - None - /parameters/UUV_DIRCT_PITCH/shortDesc + /parameters/VOXL_ESC_MODE/values/1/description - Direct pitch input + - Turtle Mode enabled via AUX1 - /parameters/UUV_DIRCT_ROLL/shortDesc + /parameters/VOXL_ESC_MODE/values/2/description - Direct roll input + - Turtle Mode enabled via AUX2 - /parameters/UUV_DIRCT_THRUST/shortDesc + /parameters/VOXL_ESC_MODE/values/3/description - Direct thrust input + - UART Passthrough Mode - /parameters/UUV_DIRCT_YAW/shortDesc + /parameters/VOXL_ESC_PUB_BST/shortDesc - Direct yaw input + UART ESC Enable publishing of battery status - /parameters/UUV_INPUT_MODE/shortDesc + /parameters/VOXL_ESC_PUB_BST/longDesc - Select Input Mode + Only applicable to ESCs that report total battery voltage and current - /parameters/UUV_INPUT_MODE/values/0/description + /parameters/VOXL_ESC_PUB_BST/values/0/description - use Attitude Setpoints + - Disabled - /parameters/UUV_INPUT_MODE/values/1/description + /parameters/VOXL_ESC_PUB_BST/values/1/description - Direct Feedthrough + - Enabled - /parameters/UUV_PITCH_D/shortDesc + /parameters/VOXL_ESC_RPM_MAX/shortDesc - Pitch differential gain + UART ESC RPM Max - /parameters/UUV_PITCH_P/shortDesc + /parameters/VOXL_ESC_RPM_MAX/longDesc - Pitch proportional gain + Maximum RPM for ESC - /parameters/UUV_ROLL_D/shortDesc + /parameters/VOXL_ESC_RPM_MIN/shortDesc - Roll differential gain + UART ESC RPM Min - /parameters/UUV_ROLL_P/shortDesc + /parameters/VOXL_ESC_RPM_MIN/longDesc - Roll proportional gain + Minimum RPM for ESC - /parameters/UUV_YAW_D/shortDesc + /parameters/VOXL_ESC_SDIR1/shortDesc - Yaw differential gain + UART ESC ID 1 Spin Direction Flag - /parameters/UUV_YAW_P/shortDesc + /parameters/VOXL_ESC_SDIR1/values/0/description - Yawh proportional gain + - Default - /parameters/UUV_GAIN_X_D/shortDesc + /parameters/VOXL_ESC_SDIR1/values/1/description - Gain of D controller X + - Reverse - /parameters/UUV_GAIN_X_P/shortDesc + /parameters/VOXL_ESC_SDIR2/shortDesc - Gain of P controller X + UART ESC ID 2 Spin Direction Flag - /parameters/UUV_GAIN_Y_D/shortDesc + /parameters/VOXL_ESC_SDIR2/values/0/description - Gain of D controller Y + - Default - /parameters/UUV_GAIN_Y_P/shortDesc + /parameters/VOXL_ESC_SDIR2/values/1/description - Gain of P controller Y + - Reverse - /parameters/UUV_GAIN_Z_D/shortDesc + /parameters/VOXL_ESC_SDIR3/shortDesc - Gain of D controller Z + UART ESC ID 3 Spin Direction Flag - /parameters/UUV_GAIN_Z_P/shortDesc + /parameters/VOXL_ESC_SDIR3/values/0/description - Gain of P controller Z + - Default - /parameters/UUV_STAB_MODE/shortDesc + /parameters/VOXL_ESC_SDIR3/values/1/description - Stabilization mode(1) or Position Control(0) + - Reverse - /parameters/UUV_STAB_MODE/values/0/description + /parameters/VOXL_ESC_SDIR4/shortDesc - Position Control + UART ESC ID 4 Spin Direction Flag - /parameters/UUV_STAB_MODE/values/1/description + /parameters/VOXL_ESC_SDIR4/values/0/description - Stabilization Mode + - Default - /parameters/UXRCE_DDS_AG_IP/shortDesc + /parameters/VOXL_ESC_SDIR4/values/1/description - uXRCE-DDS Agent IP address + - Reverse - /parameters/UXRCE_DDS_AG_IP/longDesc + /parameters/VOXL_ESC_T_COSP/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. + UART ESC Turtle Mode Cosphi - /parameters/UXRCE_DDS_DOM_ID/shortDesc + /parameters/VOXL_ESC_T_DEAD/shortDesc - uXRCE-DDS domain ID + UART ESC Turtle Mode Crash Flip Motor Deadband - /parameters/UXRCE_DDS_DOM_ID/longDesc + /parameters/VOXL_ESC_T_EXPO/shortDesc - uXRCE-DDS domain ID + UART ESC Turtle Mode Crash Flip Motor expo - /parameters/UXRCE_DDS_KEY/shortDesc + /parameters/VOXL_ESC_T_MINF/shortDesc - uXRCE-DDS session key + UART ESC Turtle Mode Crash Flip Motor STICK_MINF - /parameters/UXRCE_DDS_KEY/longDesc + /parameters/VOXL_ESC_T_OVER/shortDesc - uXRCE-DDS key, must be different from zero. In a single agent - multi client configuration, each client must have a unique session key. + UART ESC Over-Temperature Threshold (Degrees C) - /parameters/UXRCE_DDS_PRT/shortDesc + /parameters/VOXL_ESC_T_OVER/longDesc - uXRCE-DDS UDP port + Only applicable to ESCs that report temperature - /parameters/UXRCE_DDS_PRT/longDesc + /parameters/VOXL_ESC_T_OVER/values/0/description - If ethernet is enabled and is the selected configuration for uXRCE-DDS, the selected UDP port will be set and used. + - Disabled - /parameters/UXRCE_DDS_PTCFG/shortDesc + /parameters/VOXL_ESC_T_PERC/shortDesc - uXRCE-DDS participant configuration + UART ESC Turtle Mode Crash Flip Motor Percent - /parameters/UXRCE_DDS_PTCFG/longDesc + /parameters/VOXL_ESC_T_WARN/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". + UART ESC Temperature Warning Threshold (Degrees C) - /parameters/UXRCE_DDS_PTCFG/values/0/description + /parameters/VOXL_ESC_T_WARN/longDesc - Default + Only applicable to ESCs that report temperature - /parameters/UXRCE_DDS_PTCFG/values/1/description + /parameters/VOXL_ESC_T_WARN/values/0/description - Localhost-only + - Disabled - /parameters/UXRCE_DDS_PTCFG/values/2/description + /parameters/VOXL_ESC_VLOG/shortDesc - Custom participant + UART ESC verbose logging - /parameters/UXRCE_DDS_SYNCC/shortDesc + /parameters/VOXL_ESC_VLOG/values/0/description - Enable uXRCE-DDS system clock synchronization + - Disabled - /parameters/UXRCE_DDS_SYNCC/longDesc + /parameters/VOXL_ESC_VLOG/values/1/description - When enabled along with UXRCE_DDS_SYNCT, uxrce_dds_client will set the system clock using the agents UTC timestamp. + - Enabled - /parameters/UXRCE_DDS_SYNCC/values/0/description + /parameters/VOXL2_IO_BAUD/shortDesc - Disabled + UART M0065 baud rate - /parameters/UXRCE_DDS_SYNCC/values/1/description + /parameters/VOXL2_IO_BAUD/longDesc - Enabled + Default rate is 921600, which is used for communicating with M0065. - /parameters/UXRCE_DDS_SYNCT/shortDesc + /parameters/VOXL2_IO_MAX/shortDesc - Enable uXRCE-DDS timestamp synchronization + M0065 PWM Max - /parameters/UXRCE_DDS_SYNCT/longDesc + /parameters/VOXL2_IO_MAX/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. + Maximum duration (microseconds) for M0065 PWM - /parameters/UXRCE_DDS_SYNCT/values/0/description + /parameters/VOXL2_IO_MIN/shortDesc - Disabled + M0065 PWM Min - /parameters/UXRCE_DDS_SYNCT/values/1/description + /parameters/VOXL2_IO_MIN/longDesc - Enabled + Minimum duration (microseconds) for M0065 PWM @@ -37712,6 +77804,42 @@ 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 @@ -37730,12 +77858,6 @@ skip the controller and feedthrough the setpoints - - $globals/category/Standard - - Standard - - $globals/category/Developer @@ -37749,69 +77871,69 @@ - $globals/group/Mixer Output + $globals/category/Standard - Mixer Output + Standard - $globals/group/MAVLink + $globals/group/Testing - MAVLink + Testing - $globals/group/Land Detector + $globals/group/Septentrio - Land Detector + Septentrio - $globals/group/Return Mode + $globals/group/FW Path Control - Return Mode + FW Path Control - $globals/group/Sensor Calibration + $globals/group/Serial - Sensor Calibration + Serial - $globals/group/Testing + $globals/group/UAVCAN - Testing + UAVCAN - $globals/group/UAVCAN Motor Parameters + $globals/group/FW Geometry - UAVCAN Motor Parameters + FW Geometry - $globals/group/Manual Control + $globals/group/SITL - Manual Control + SITL - $globals/group/Geometry + $globals/group/Camera trigger - Geometry + Camera trigger - $globals/group/Landing Target Estimator + $globals/group/Rover Position Control - Landing Target Estimator + Rover Position Control - $globals/group/GPS + $globals/group/Thermal Compensation - GPS + Thermal Compensation @@ -37821,21 +77943,27 @@ - $globals/group/Sensors + $globals/group/UAVCAN GNSS - Sensors + UAVCAN GNSS - $globals/group/Airspeed Validator + $globals/group/Multicopter Rate Control - Airspeed Validator + Multicopter Rate Control - $globals/group/Actuator Outputs + $globals/group/FW Launch detection - Actuator Outputs + FW Launch detection + + + + $globals/group/Roboclaw + + Roboclaw @@ -37845,87 +77973,87 @@ - $globals/group/Local Position Estimator + $globals/group/Sensor Calibration - Local Position Estimator + Sensor Calibration - $globals/group/Magnetometer Bias Estimator + $globals/group/Camera Capture - Magnetometer Bias Estimator + Camera Capture - $globals/group/Radio Switches + $globals/group/VOXL2 IO - Radio Switches + VOXL2 IO - $globals/group/Return To Land + $globals/group/FW Performance - Return To Land + FW Performance - $globals/group/FW NPFG Control + $globals/group/Geofence - FW NPFG Control + Geofence - $globals/group/Autotune + $globals/group/RC Input - Autotune + RC Input - $globals/group/FW Geometry + $globals/group/Return Mode - FW Geometry + Return Mode - $globals/group/Mission + $globals/group/Battery Calibration - Mission + Battery Calibration - $globals/group/Radio Calibration + $globals/group/UUV Attitude Control - Radio Calibration + UUV Attitude Control - $globals/group/Rover Differential + $globals/group/Sensors - Rover Differential + Sensors - $globals/group/Rover Mecanum + $globals/group/Landing Target Estimator - Rover Mecanum + Landing Target Estimator - $globals/group/VTOL Attitude Control + $globals/group/CDCACM - VTOL Attitude Control + CDCACM - $globals/group/Attitude Q estimator + $globals/group/Magnetometer Bias Estimator - Attitude Q estimator + Magnetometer Bias Estimator - $globals/group/Thermal Compensation + $globals/group/Mission - Thermal Compensation + Mission @@ -37935,117 +78063,123 @@ - $globals/group/Multicopter Attitude Control + $globals/group/FW Attitude Control - Multicopter Attitude Control + FW Attitude Control - $globals/group/SITL + $globals/group/Mixer Output - SITL + Mixer Output - $globals/group/UUV Position Control + $globals/group/Attitude Q estimator - UUV Position Control + Attitude Q estimator - $globals/group/FW Path Control + $globals/group/VTOL Attitude Control - FW Path Control + VTOL Attitude Control - $globals/group/Events + $globals/group/ESC - Events + ESC - $globals/group/Runway Takeoff + $globals/group/Transponder - Runway Takeoff + Transponder - $globals/group/Payload Deliverer + $globals/group/Radio Calibration - Payload Deliverer + Radio Calibration - $globals/group/Rover Ackermann + $globals/group/UXRCE-DDS Client - Rover Ackermann + UXRCE-DDS Client - $globals/group/Multicopter Position Control + $globals/group/Radio Switches - Multicopter Position Control + Radio Switches - $globals/group/Battery Calibration + $globals/group/Circuit Breaker - Battery Calibration + Circuit Breaker - $globals/group/Circuit Breaker + $globals/group/Camera Control - Circuit Breaker + Camera Control - $globals/group/System + $globals/group/FW NPFG Control - System + FW NPFG Control - $globals/group/VTOL Takeoff + $globals/group/Manual Control - VTOL Takeoff + Manual Control - $globals/group/SD Logging + $globals/group/FlightTaskOrbit - SD Logging + FlightTaskOrbit - $globals/group/Pure Pursuit + $globals/group/Local Position Estimator - Pure Pursuit + Local Position Estimator - $globals/group/FW Attitude Control + $globals/group/Autotune - FW Attitude Control + Autotune - $globals/group/FW Launch detection + $globals/group/Return To Land - FW Launch detection + Return To Land - $globals/group/UUV Attitude Control + $globals/group/MAVLink - UUV Attitude Control + MAVLink - $globals/group/Follow target + $globals/group/ADSB - Follow target + ADSB + + + + $globals/group/Multicopter Position Slow Mode + + Multicopter Position Slow Mode @@ -38055,45 +78189,81 @@ - $globals/group/Miscellaneous + $globals/group/System - Miscellaneous + System - $globals/group/Multicopter Rate Control + $globals/group/Actuator Outputs - Multicopter Rate Control + Actuator Outputs - $globals/group/Flight Task Orbit + $globals/group/Events - Flight Task Orbit + Events - $globals/group/Geofence + $globals/group/Failure Detector - Geofence + Failure Detector - $globals/group/Multicopter Position Slow Mode + $globals/group/VTOL Takeoff - Multicopter Position Slow Mode + VTOL Takeoff - $globals/group/UAVCAN GNSS + $globals/group/ModalAI Custom Configuration - UAVCAN GNSS + ModalAI Custom Configuration - $globals/group/Rover Position Control + $globals/group/UUV Position Control - Rover Position Control + UUV Position Control + + + + $globals/group/Payload Deliverer + + Payload Deliverer + + + + $globals/group/Geometry + + Geometry + + + + $globals/group/UAVCAN Motor Parameters + + UAVCAN Motor Parameters + + + + $globals/group/Multicopter Attitude Control + + Multicopter Attitude Control + + + + $globals/group/Commander + + Commander + + + + $globals/group/EKF2 + + EKF2 @@ -38103,21 +78273,27 @@ - $globals/group/FW Rate Control + $globals/group/SD Logging - FW Rate Control + SD Logging - $globals/group/Simulation In Hardware + $globals/group/Roboclaw Driver - Simulation In Hardware + Roboclaw Driver - $globals/group/UXRCE-DDS Client + $globals/group/Airspeed Validator - UXRCE-DDS Client + Airspeed Validator + + + + $globals/group/FW TECS + + FW TECS @@ -38127,9 +78303,63 @@ - $globals/group/FW TECS + $globals/group/DShot - FW TECS + DShot + + + + $globals/group/RC + + RC + + + + $globals/group/Miscellaneous + + Miscellaneous + + + + $globals/group/Telemetry + + Telemetry + + + + $globals/group/GPS + + GPS + + + + $globals/group/Rover Differential Drive + + Rover Differential Drive + + + + $globals/group/Follow target + + Follow target + + + + $globals/group/UWB + + UWB + + + + $globals/group/FW Rate Control + + FW Rate Control + + + + $globals/group/VOXL ESC + + VOXL ESC @@ -38139,45 +78369,51 @@ - $globals/group/FW Auto Landing + $globals/group/Simulation In Hardware - FW Auto Landing + Simulation In Hardware - $globals/group/FW Performance + $globals/group/Cyphal - FW Performance + Cyphal - $globals/group/Failure Detector + $globals/group/Iridium SBD - Failure Detector + Iridium SBD - $globals/group/ADSB + $globals/group/Land Detector - ADSB + Land Detector - $globals/group/Commander + $globals/group/Runway Takeoff - Commander + Runway Takeoff - $globals/group/EKF2 + $globals/group/FW Auto Landing - EKF2 + FW Auto Landing - $globals/group/Camera trigger + $globals/group/Zenoh - Camera trigger + Zenoh + + + + $globals/group/Multicopter Position Control + + Multicopter Position Control diff --git a/translated/actuators_summary.json b/translated/actuators_summary.json index 113f122..ba83d37 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-10-31T06:22:17.359649+00:00"}, "uk_UA": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/actuators_uk_UA.ts.xz", "last-modified": "2024-10-31T06:22:17.359649+00:00"}, "zh_CN": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/actuators_zh_CN.ts.xz", "last-modified": "2024-10-31T06:22:17.359649+00:00"}, "ko_KR": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/actuators_ko_KR.ts.xz", "last-modified": "2024-10-31T06:22:17.359649+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-01T06:23:34.603648+00:00"}, "uk_UA": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/actuators_uk_UA.ts.xz", "last-modified": "2024-11-01T06:23:34.603648+00:00"}, "zh_CN": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/actuators_zh_CN.ts.xz", "last-modified": "2024-11-01T06:23:34.603648+00:00"}, "ko_KR": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/actuators_ko_KR.ts.xz", "last-modified": "2024-11-01T06:23:34.603648+00:00"}} \ No newline at end of file diff --git a/translated/events_summary.json b/translated/events_summary.json index 86afb3b..16239fe 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-10-31T06:22:17.359649+00:00"}, "zh_CN": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/events_zh_CN.ts.xz", "last-modified": "2024-10-31T06:22:17.363649+00:00"}, "ko_KR": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/events_ko_KR.ts.xz", "last-modified": "2024-10-31T06:22:17.363649+00:00"}, "uk_UA": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/events_uk_UA.ts.xz", "last-modified": "2024-10-31T06:22:17.363649+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-01T06:23:34.603648+00:00"}, "zh_CN": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/events_zh_CN.ts.xz", "last-modified": "2024-11-01T06:23:34.607648+00:00"}, "ko_KR": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/events_ko_KR.ts.xz", "last-modified": "2024-11-01T06:23:34.607648+00:00"}, "uk_UA": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/events_uk_UA.ts.xz", "last-modified": "2024-11-01T06:23:34.607648+00:00"}} \ No newline at end of file diff --git a/translated/parameters_summary.json b/translated/parameters_summary.json index c75fc4b..1ac1e09 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-10-31T06:22:17.407649+00:00"}, "uk_UA": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/parameters_uk_UA.ts.xz", "last-modified": "2024-10-31T06:22:17.399649+00:00"}, "ko_KR": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/parameters_ko_KR.ts.xz", "last-modified": "2024-10-31T06:22:17.391649+00:00"}, "fr_FR": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/parameters_fr_FR.ts.xz", "last-modified": "2024-10-31T06:22:17.383649+00:00"}, "de_DE": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/parameters_de_DE.ts.xz", "last-modified": "2024-10-31T06:22:17.371649+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-01T06:23:34.647648+00:00"}, "uk_UA": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/parameters_uk_UA.ts.xz", "last-modified": "2024-11-01T06:23:34.639648+00:00"}, "ko_KR": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/parameters_ko_KR.ts.xz", "last-modified": "2024-11-01T06:23:34.631648+00:00"}, "fr_FR": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/parameters_fr_FR.ts.xz", "last-modified": "2024-11-01T06:23:34.623648+00:00"}, "de_DE": {"url": "https://raw.githubusercontent.com/PX4/PX4-Metadata-Translations/main/translated/parameters_de_DE.ts.xz", "last-modified": "2024-11-01T06:23:34.615648+00:00"}} \ No newline at end of file